Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
method | getHtmlString() | |
method | setHtmlString(value) | |
Gets and sets the html string which contains data and some formats in this shape. | ||
method | getText() | |
method | setText(value) | |
Gets and sets the text of the shape. | ||
method | getTextAlignment() | |
Represents the alignment setting of the text body.
|
||
method | getTextParagraphs() | |
Gets all paragraphs.
|
||
method | get(index) | |
Gets the |
Method Summary | ||
---|---|---|
method | add(value) | |
Reserved for internal use. |
||
method | appendText(text) | |
Appends the text.
|
||
method | clear() | |
Clear all setting.
|
||
method | contains(value) | |
Reserved for internal use. |
||
method | deleteText(index, count) | |
Delete some characters.
|
||
method | equals(obj) | |
method | format(startIndex, length, font, flag) | |
Format the text with font setting.
|
||
method | get(index) | |
Reserved for internal use. |
||
method | getParagraphEnumerator() | |
Gets the enumerator of the paragraphs.
|
||
method | hashCode() | |
method | indexOf(value) | |
Reserved for internal use. |
||
method | insertText(index, text) | |
Insert index at the position.
|
||
method | iterator() | |
method | removeAt(index) | |
method | replace(index, count, text) | |
Replace the text.
|
||
method | replace(oldValue, newValue) | |
Replace the text.
|
||
method | setWordArtStyle(style) | |
Sets the preset WordArt style.
|
ShapeTextAlignment getTextAlignment()
TextParagraphCollection getTextParagraphs()
String getText() / setText(value)
String getHtmlString() / setHtmlString(value)
int getCount()
FontSetting get(index)
setWordArtStyle(style)
style: int
- A Iterator getParagraphEnumerator()
appendText(text)
text: String
- The text.insertText(index, text)
index: int
- The start index.text: String
- The text.replace(index, count, text)
index: int
- The start index.count: int
- The count of characters.text: String
- The text.replace(oldValue, newValue)
oldValue: String
- The old text.newValue: String
- The new text.deleteText(index, count)
index: int
- The start index.count: int
- The count of characters.format(startIndex, length, font, flag)
startIndex: int
- The start index.length: int
- The length.font: Font
- The font.flag: StyleFlag
- The flags of the font.clear()
boolean equals(obj)
obj: Object
- int hashCode()
removeAt(index)
Iterator iterator()
Object get(index)
boolean contains(value)
int add(value)
int indexOf(value)