Package org.apache.poi.hwpf.usermodel
Class DropCapSpecifier
java.lang.Object
org.apache.poi.hwpf.usermodel.DropCapSpecifier
- All Implemented Interfaces:
Cloneable
This data structure is used by a paragraph to determine how it should drop
its first letter. I think its the visual effect that will show a giant first
letter to a paragraph. I've seen this used in the first paragraph of a book
- Author:
- Ryan Ackley
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
byte
byte
int
hashCode()
boolean
isEmpty()
void
setCountOfLinesToDrop
(byte value) void
setDropCapType
(byte value) short
toShort()
toString()
-
Constructor Details
-
DropCapSpecifier
public DropCapSpecifier() -
DropCapSpecifier
public DropCapSpecifier(byte[] buf, int offset) -
DropCapSpecifier
public DropCapSpecifier(short fdct)
-
-
Method Details
-
clone
-
equals
-
getCountOfLinesToDrop
public byte getCountOfLinesToDrop() -
getDropCapType
public byte getDropCapType() -
hashCode
public int hashCode() -
isEmpty
public boolean isEmpty() -
setCountOfLinesToDrop
public void setCountOfLinesToDrop(byte value) -
setDropCapType
public void setDropCapType(byte value) -
toShort
public short toShort() -
toString
-