| java.lang.Object org.apache.poi.hwpf.usermodel.DropCapSpecifier
DropCapSpecifier | public class DropCapSpecifier (Code) | | 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 |
Method Summary | |
public short | toShort() |
DropCapSpecifier | public DropCapSpecifier(byte[] buf, int offset)(Code) | | |
DropCapSpecifier | public DropCapSpecifier(short info)(Code) | | |
toShort | public short toShort()(Code) | | |
|
|