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