Overview | Methods | This Package | All Packages
Fields | Description |
BOTTOM | Specifies that the text should be formatted along the bottom of a rectangle. |
EDITCONTROL | Specifies that the text should be formatted in the same manner in which the Edit control formats text. |
ENDELLIPSIS | Specifies that an ellipsis should be placed at the end of the text if the text is too long to fit into the rectangle. |
EXPANDTABS | Specifies that the tabs in the text should be expanded. |
HORIZONTALCENTER | Specifies that the text should be centered horizontally. |
LEFT | Specifies that the text should be aligned to the left. |
NOPREFIX | Specifies that prefixes should be turned off. |
PATHELLIPSIS | Specifies that an ellipsis should be placed in the middle of the text. If the text contains backslashes (\), as much of the text that appears after the last backslash character is preserved as is possible. |
RIGHT | Specifies that the text should be aligned to the right. |
RIGHTTOLEFT | The text is laid from right to left, as when using Hebrew or Arabic fonts. |
SINGLELINE | Specifies that carriage returns and line feed characters do not cause line breaks. |
TOP | Specifies that the text should be aligned along the top of the rectangle. |
VERTICALCENTER | Specifies that the text should be aligned vertically. |
WORDBREAK | Specifies that words should automatically be broken at the end of a line. |