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.
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.
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.
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.
Gets the type of text node.
The value of the property is TextNodeType integer constant.
getLineSpaceSizeType/setLineSpaceSizeType
public int getLineSpaceSizeType() / public void setLineSpaceSizeType(int 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.
getLineSpace/setLineSpace
public double getLineSpace() / public void setLineSpace(double value)
Gets and sets the amount of vertical white space that will be used within a paragraph.
getSpaceAfterSizeType/setSpaceAfterSizeType
public int getSpaceAfterSizeType() / public void setSpaceAfterSizeType(int 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.
getSpaceAfter/setSpaceAfter
public double getSpaceAfter() / public void setSpaceAfter(double value)
Gets and sets the amount of vertical white space that will be present after a paragraph.
getSpaceBeforeSizeType/setSpaceBeforeSizeType
public int getSpaceBeforeSizeType() / public void setSpaceBeforeSizeType(int 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.
getSpaceBefore/setSpaceBefore
public double getSpaceBefore() / public void setSpaceBefore(double value)
Gets and sets the amount of vertical white space that will be present before a paragraph.
public boolean isLatinLineBreak() / public void setLatinLineBreak(boolean value)
Specifies whether a Latin word can be broken in half and wrapped onto the next line without a hyphen being added.
isEastAsianLineBreak/setEastAsianLineBreak
public boolean isEastAsianLineBreak() / public void setEastAsianLineBreak(boolean value)
Specifies whether an East Asian word can be broken in half and wrapped onto the next line without a hyphen being added.
isHangingPunctuation/setHangingPunctuation
public boolean isHangingPunctuation() / public void setHangingPunctuation(boolean value)
Specifies whether punctuation is to be forcefully laid out on a line of text or put on a different line of text.
getRightMargin/setRightMargin
public double getRightMargin() / public void setRightMargin(double value)
Specifies the right margin of the paragraph.
getLeftMargin/setLeftMargin
public double getLeftMargin() / public void setLeftMargin(double value)
Specifies the left margin of the paragraph.
getFirstLineIndent/setFirstLineIndent
public double getFirstLineIndent() / public void setFirstLineIndent(double value)
Specifies the indent size that will be applied to the first line of text in the paragraph.
getFontAlignType/setFontAlignType
public int getFontAlignType() / public void setFontAlignType(int 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.
getAlignmentType/setAlignmentType
public int getAlignmentType() / public void setAlignmentType(int value)
Gets and sets the text horizontal alignment type of the paragraph.
The value of the property is TextAlignmentType integer constant.
getDefaultTabSize/setDefaultTabSize
public double getDefaultTabSize() / public void setDefaultTabSize(double value)
Gets and sets the default size for a tab character within this paragraph.
getChildren
public com.aspose.cells.FontSetting[] getChildren()
Gets all text runs in this paragraph.
If this paragraph is empty, return paragraph itself.