public class TextParagraph
Property Getters/Setters Summary | ||
---|---|---|
int | getAlignmentType() | |
void | setAlignmentType(intvalue) | |
Gets and sets the text horizontal alignment type of the paragraph. The value of the property is TextAlignmentType integer constant. | ||
Bullet | getBullet() | |
Gets the bullet.
|
||
com.aspose.cells.FontSetting[] | getChildren() | |
Gets all text runs in this paragraph.
If this paragraph is empty, return paragraph itself.
|
||
double | getDefaultTabSize() | |
void | setDefaultTabSize(doublevalue) | |
Gets and sets the default size for a tab character within this paragraph. | ||
double | getFirstLineIndent() | |
void | setFirstLineIndent(doublevalue) | |
Specifies the indent size that will be applied to the first line of text in the paragraph. | ||
Font | getFont() | |
Returns the font of this object.
|
||
int | getFontAlignType() | |
void | setFontAlignType(intvalue) | |
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. | ||
boolean | isEastAsianLineBreak() | |
void | setEastAsianLineBreak(booleanvalue) | |
Specifies whether an East Asian word can be broken in half and wrapped onto the next line without a hyphen being added. | ||
boolean | isHangingPunctuation() | |
void | setHangingPunctuation(booleanvalue) | |
Specifies whether punctuation is to be forcefully laid out on a line of text or put on a different line of text. | ||
boolean | isLatinLineBreak() | |
void | setLatinLineBreak(booleanvalue) | |
Specifies whether a Latin word can be broken in half and wrapped onto the next line without a hyphen being added. | ||
double | getLeftMargin() | |
void | setLeftMargin(doublevalue) | |
pecifies the left margin of the paragraph. | ||
int | getLength() | |
Gets the length of the characters.
|
||
double | getLineSpace() | |
void | setLineSpace(doublevalue) | |
Gets and sets the amount of vertical white space that will be used within a paragraph. | ||
int | getLineSpaceSizeType() | |
void | setLineSpaceSizeType(intvalue) | |
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. | ||
double | getRightMargin() | |
void | setRightMargin(doublevalue) | |
pecifies the right margin of the paragraph. | ||
double | getSpaceAfter() | |
void | setSpaceAfter(doublevalue) | |
Gets and sets the amount of vertical white space that will be present after a paragraph. | ||
int | getSpaceAfterSizeType() | |
void | setSpaceAfterSizeType(intvalue) | |
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. | ||
double | getSpaceBefore() | |
void | setSpaceBefore(doublevalue) | |
Gets and sets the amount of vertical white space that will be present before a paragraph. | ||
int | getSpaceBeforeSizeType() | |
void | setSpaceBeforeSizeType(intvalue) | |
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. | ||
int | getStartIndex() | |
Gets the start index of the characters.
|
||
TextTabStopCollection | getStops() | |
Gets tab stop list.
|
||
TextOptions | getTextOptions() | |
Returns the text options.
|
||
int | getType() | |
Gets the type of text node.
The value of the property is TextNodeType integer constant. |
Method Summary | ||
---|---|---|
void | setWordArtStyle(int style) | |
Sets the preset WortArt style.
|
public Bullet getBullet()
public int getType()
public int getLineSpaceSizeType() / public void setLineSpaceSizeType(int value)
public double getLineSpace() / public void setLineSpace(double value)
public int getSpaceAfterSizeType() / public void setSpaceAfterSizeType(int value)
public double getSpaceAfter() / public void setSpaceAfter(double value)
public int getSpaceBeforeSizeType() / public void setSpaceBeforeSizeType(int value)
public double getSpaceBefore() / public void setSpaceBefore(double value)
public TextTabStopCollection getStops()
public boolean isLatinLineBreak() / public void setLatinLineBreak(boolean value)
public boolean isEastAsianLineBreak() / public void setEastAsianLineBreak(boolean value)
public boolean isHangingPunctuation() / public void setHangingPunctuation(boolean value)
public double getRightMargin() / public void setRightMargin(double value)
public double getLeftMargin() / public void setLeftMargin(double value)
public double getFirstLineIndent() / public void setFirstLineIndent(double value)
public int getFontAlignType() / public void setFontAlignType(int value)
public int getAlignmentType() / public void setAlignmentType(int value)
public double getDefaultTabSize() / public void setDefaultTabSize(double value)
public com.aspose.cells.FontSetting[] getChildren()
public int getStartIndex()
public int getLength()
public Font getFont()
public TextOptions getTextOptions()
public void setWordArtStyle(int style) throws java.lang.Exception
style
- A