This class represents a paragraph Style
.
Attribute | Value |
MARGIN_LEFT | mm * 100 |
MARGIN_RIGHT | mm * 100 |
MARGIN_TOP | mm * 100 (space on top of paragraph) |
MARGIN_BOTTOM | mm * 100 |
TEXT_INDENT | mm * 100 (first line indent) |
LINE_HEIGHT | mm * 100, unless or'ed with LH_PCT, in which case it is a percentage (e.g. 200% for double spacing) Can also be or'ed with LH_ATLEAST. Value is stored in bits indicated by LH_VALUEMASK. |
TEXT_ALIGN | ALIGN_RIGHT, ALIGN_CENTER, ALIGN_JUST, ALIGN_LEFT |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|