Property Getters/Setters Summary | ||
---|---|---|
method | getAlignmentType() | |
method | setAlignmentType(value) | |
Gets and sets the text horizontal alignment type of the paragraph. The value of the property is TextAlignmentType integer constant. | ||
method | getBullet() | |
Gets the bullet.
|
||
method | getChildren() | |
Gets all text runs in this paragraph.
If this paragraph is empty, return paragraph itself.
|
||
method | getDefaultTabSize() | |
method | setDefaultTabSize(value) | |
Gets and sets the default size for a tab character within this paragraph. | ||
method | getFirstLineIndent() | |
method | setFirstLineIndent(value) | |
Specifies the indent size that will be applied to the first line of text in the paragraph. | ||
method | getFont() | |
Returns the font of this object.
|
||
method | getFontAlignType() | |
method | setFontAlignType(value) | |
Determines where vertically on a line of text the actual words are positioned. This deals with vertical placement of the characters with respect to the baselines. The value of the property is TextFontAlignType integer constant. | ||
method | isEastAsianLineBreak() | |
method | setEastAsianLineBreak(value) | |
Specifies whether an East Asian word can be broken in half and wrapped onto the next line without a hyphen being added. | ||
method | isHangingPunctuation() | |
method | setHangingPunctuation(value) | |
Specifies whether punctuation is to be forcefully laid out on a line of text or put on a different line of text. | ||
method | isLatinLineBreak() | |
method | setLatinLineBreak(value) | |
Specifies whether a Latin word can be broken in half and wrapped onto the next line without a hyphen being added. | ||
method | getLeftMargin() | |
method | setLeftMargin(value) | |
Specifies the left margin of the paragraph. | ||
method | getLength() | |
Gets the length of the characters.
|
||
method | getLineSpace() | |
method | setLineSpace(value) | |
Gets and sets the amount of vertical white space that will be used within a paragraph. | ||
method | getLineSpaceSizeType() | |
method | setLineSpaceSizeType(value) | |
Gets and sets the amount of vertical white space that will be used within a paragraph. The value of the property is LineSpaceSizeType integer constant. | ||
method | getRightMargin() | |
method | setRightMargin(value) | |
Specifies the right margin of the paragraph. | ||
method | getSpaceAfter() | |
method | setSpaceAfter(value) | |
Gets and sets the amount of vertical white space that will be present after a paragraph. | ||
method | getSpaceAfterSizeType() | |
method | setSpaceAfterSizeType(value) | |
Gets and sets the amount of vertical white space that will be present after a paragraph. The value of the property is LineSpaceSizeType integer constant. | ||
method | getSpaceBefore() | |
method | setSpaceBefore(value) | |
Gets and sets the amount of vertical white space that will be present before a paragraph. | ||
method | getSpaceBeforeSizeType() | |
method | setSpaceBeforeSizeType(value) | |
Gets and sets the amount of vertical white space that will be present before a paragraph. The value of the property is LineSpaceSizeType integer constant. | ||
method | getStartIndex() | |
Gets the start index of the characters.
|
||
method | getStops() | |
Gets tab stop list.
|
||
method | getTextOptions() | |
Returns the text options.
|
||
method | getType() | |
Gets the type of text node.
The value of the property is TextNodeType integer constant. |
Method Summary | ||
---|---|---|
method | setWordArtStyle(style) | |
Sets the preset WordArt style.
|
int getType()
int getLineSpaceSizeType() / setLineSpaceSizeType(value)
float getLineSpace() / setLineSpace(value)
int getSpaceAfterSizeType() / setSpaceAfterSizeType(value)
float getSpaceAfter() / setSpaceAfter(value)
int getSpaceBeforeSizeType() / setSpaceBeforeSizeType(value)
float getSpaceBefore() / setSpaceBefore(value)
TextTabStopCollection getStops()
boolean isLatinLineBreak() / setLatinLineBreak(value)
boolean isEastAsianLineBreak() / setEastAsianLineBreak(value)
boolean isHangingPunctuation() / setHangingPunctuation(value)
float getRightMargin() / setRightMargin(value)
float getLeftMargin() / setLeftMargin(value)
float getFirstLineIndent() / setFirstLineIndent(value)
int getFontAlignType() / setFontAlignType(value)
int getAlignmentType() / setAlignmentType(value)
float getDefaultTabSize() / setDefaultTabSize(value)
FontSetting[] getChildren()
int getStartIndex()
int getLength()
TextOptions getTextOptions()
setWordArtStyle(style)
style: int
- A