java.lang.ObjectCollectionBase
com.aspose.cells.FontSettingCollection
public class FontSettingCollection
| Property Getters/Setters Summary | ||
|---|---|---|
int | getCount() | → inherited from com.aspose.cells.CollectionBase
|
java.lang.String | getHtmlString() | |
void | setHtmlString(java.lang.String value) | |
| Gets and sets the html string which contains data and some formats in this shape. | ||
java.lang.String | getText() | |
void | setText(java.lang.String value) | |
| Gets and sets the text of the shape. | ||
ShapeTextAlignment | getTextAlignment() | |
| Represents the alignment setting of the text body. | ||
TextParagraphCollection | getTextParagraphs() | |
| Gets all paragraphs. | ||
FontSetting | get(int index) | |
|
Gets the |
||
| Method Summary | ||
|---|---|---|
int | add(java.lang.Object value) | → inherited from com.aspose.cells.CollectionBase
|
| Reserved for internal use. | ||
void | appendText(java.lang.String text) | |
| Appends the text. | ||
void | clear() | |
| Clear all setting. | ||
boolean | contains(java.lang.Object value) | → inherited from com.aspose.cells.CollectionBase
|
| Reserved for internal use. | ||
void | deleteText(int index, int count) | |
| Delete some characters. | ||
void | format(int startIndex, int length, Font font, StyleFlag flag) | |
| Format the text with font setting. | ||
java.util.Iterator | getParagraphEnumerator() | |
| Gets the enumerator of the paragraphs. | ||
int | indexOf(java.lang.Object value) | → inherited from com.aspose.cells.CollectionBase
|
| Reserved for internal use. | ||
void | insertText(int index, java.lang.String text) | |
| Insert index at the position. | ||
java.util.Iterator | iterator() | → inherited from com.aspose.cells.CollectionBase
|
void | removeAt(int index) | → inherited from com.aspose.cells.CollectionBase
|
void | replace(int index, int count, java.lang.String text) | |
| Replace the text. | ||
void | setWordArtStyle(int style) | |
| Sets the preset WordArt style. | ||
| Property Getters/Setters Detail |
|---|
getTextAlignment | |
public ShapeTextAlignment getTextAlignment() | |
getTextParagraphs | |
public TextParagraphCollection getTextParagraphs() | |
getText/setText | |
public java.lang.String getText() / public void setText(java.lang.String value) | |
getHtmlString/setHtmlString | |
public java.lang.String getHtmlString() / public void setHtmlString(java.lang.String value) | |
getCount | → inherited from com.aspose.cells.CollectionBase
|
public int getCount() | |
get | |
public FontSetting get(int index) | |
index - The index.| Method Detail |
|---|
setWordArtStyle | |
public void setWordArtStyle(int style)
throws java.lang.Exception | |
style - A getParagraphEnumerator | |
public java.util.Iterator getParagraphEnumerator() | |
appendText | |
public void appendText(java.lang.String text)
throws java.lang.Exception | |
text - The text.insertText | |
public void insertText(int index, java.lang.String text)
throws java.lang.Exception | |
index - The start index.text - The text.replace | |
public void replace(int index, int count, java.lang.String text)
throws java.lang.Exception | |
index - The start index.count - The count of characters.text - The text.deleteText | |
public void deleteText(int index, int count) | |
index - The start index.count - The count of characters.format | |
public void format(int startIndex, int length, Font font, StyleFlag flag) throws java.lang.Exception | |
startIndex - The start index.length - The length.font - The font.flag - The flags of the font.clear | |
public void clear() | |
removeAt | → inherited from com.aspose.cells.CollectionBase
|
public void removeAt(int index) | |
iterator | → inherited from com.aspose.cells.CollectionBase
|
public java.util.Iterator iterator() | |
contains | → inherited from com.aspose.cells.CollectionBase
|
public boolean contains(java.lang.Object value) | |
add | → inherited from com.aspose.cells.CollectionBase
|
public int add(java.lang.Object value) | |
indexOf | → inherited from com.aspose.cells.CollectionBase
|
public int indexOf(java.lang.Object value) | |