|
M
AsTextRange()
|
TextRange
|
Returns a TextRange object that represents the entire text.
|
|
|
M
Dispose()
|
None
|
Releases all resources used by the FormattedText
|
|
|
M
Equals
|
None
|
Determines whether the specified Object is equal to the current Object . (Inherited from Object .)
|
Object .
|
|
M
Find(String, Int32, Boolean, Boolean)
|
TextRange
|
Returns a text range identifying the first occurrence of the given string within the text,
starting from a given index.
|
|
|
M
GetAllCapsStatus.()
|
FormatStatus
|
Returns whether All , None or a Mixed of characters in the entire text are in all caps.
|
|
|
M
GetAllCapsStatus(TextRange)
|
FormatStatus
|
Returns whether All , None or a Mixed set of characters in a given text range are in all caps.
|
|
|
M
GetBoldStatus.()
|
FormatStatus
|
Returns whether All , None or a Mixed of characters in the entire text are bold.
|
|
|
M
GetBoldStatus(TextRange)
|
FormatStatus
|
Returns whether All , None or a Mixed set of characters in a given text range are bold.
|
|
|
M
GetHashCode
|
None
|
Serves as a hash function for a particular type. (Inherited from Object .)
|
Object .
|
|
M
GetIndentLevel(TextRange)
|
int
|
Returns the indent level of the paragraphs in the text range.
|
|
|
M
GetItalicStatus.()
|
FormatStatus
|
Returns whether All , None or a Mixed of characters in the entire text are italic.
|
|
|
M
GetItalicStatus(TextRange)
|
FormatStatus
|
Returns whether All , None or a Mixed set of characters in a given text range are italic.
|
|
|
M
GetListStartNumber(TextRange)
|
int
|
Returns the list start number of the paragraphs in a given text range.
|
|
|
M
GetListType(TextRange)
|
TheListTypeof the paragraph.
|
Returns the ListType of a paragraph.
|
|
|
M
GetMaximumIndentLevel()
|
int
|
Returns the maximum allowed indent level
|
|
|
M
GetMaximumListStartNumber()
|
int
|
Returns the maximum allowed list start number.
|
|
|
M
GetMinimumListStartNumber()
|
int
|
Returns the minumum allowed list start number.
|
|
|
M
GetPlainText.()
|
string
|
Returns the entire text in a plain text form.
|
|
|
M
GetPlainText(TextRange)
|
string
|
Returns a substring of the text in a plain text form. The start and end of the substring is identified
by a given TextRange .
|
|
|
M
GetSubscriptStatus.()
|
FormatStatus
|
Returns whether All , None or a Mixed of characters in the entire text are subscripted.
|
|
|
M
GetSubscriptStatus(TextRange)
|
FormatStatus
|
Returns whether All , None or a Mixed set of characters in a given text range are subscripted.
|
|
|
M
GetSuperscriptStatus.()
|
FormatStatus
|
Returns whether All , None or a Mixed of characters in the entire text are superscripted.
|
|
|
M
GetSuperscriptStatus(TextRange)
|
FormatStatus
|
Returns whether All , None or a Mixed set of characters in a given text range are superscripted.
|
|
|
M
GetType
|
None
|
Gets the Type of the current instance. (Inherited from Object .)
|
Object .
|
|
M
GetUnderlineStatus.()
|
FormatStatus
|
Returns whether All , None or a Mixed of characters in the entire text are underlined.
|
|
|
M
GetUnderlineStatus(TextRange)
|
FormatStatus
|
Returns whether All , None or a Mixed set of characters in a given text range are underlined.
|
|
|
M
SetAllCapsStatus(Boolean)
|
None
|
Sets the characters in the entire text to be in all caps or not.
|
|
|
M
SetAllCapsStatus(TextRange, Boolean)
|
None
|
Sets the characters in a given text range to be in all caps or not.
|
|
|
M
SetBoldStatus(Boolean)
|
None
|
Sets the characters in the entire text to be bold or not bold.
|
|
|
M
SetBoldStatus(TextRange, Boolean)
|
None
|
Sets the characters in a given text range to be bold or not bold.
|
|
|
M
SetIndentLevel(TextRange, Int32)
|
None
|
Sets the number of tab stops that the paragraph should be indented.
|
|
|
M
SetItalicStatus(Boolean)
|
None
|
Sets the characters in the entire text to be italic or not italic.
|
|
|
M
SetItalicStatus(TextRange, Boolean)
|
None
|
Sets the characters in a given text range to be italic or not italic.
|
|
|
M
SetListStartNumber(TextRange, Int32)
|
None
|
Sets the list start number on the paragraphs in a given text range.
|
|
|
M
SetListType(TextRange, ListType)
|
None
|
Sets the ListType of a paragraph.
|
|
|
M
SetPlainText(String)
|
None
|
Sets the entire text with the given text in a plain text form.
|
|
|
M
SetPlainText(TextRange, String)
|
None
|
Sets the text with the given text in a plain text form in a range.
|
|
|
M
SetSubscriptStatus(Boolean)
|
None
|
Sets the characters in the entire text to be subscript or not subscript.
|
|
|
M
SetSubscriptStatus(TextRange, Boolean)
|
None
|
Sets the characters in a given text range to be subscript or not subscript.
|
|
|
M
SetSuperscriptStatus(Boolean)
|
None
|
Sets the characters in the entire text to be superscript or not superscript.
|
|
|
M
SetSuperscriptStatus(TextRange, Boolean)
|
None
|
Sets the characters in a given text range to be superscript or not superscript.
|
|
|
M
SetUnderlineStatus(Boolean)
|
None
|
Sets the characters in the entire text to be underlined or not underlined.
|
|
|
M
SetUnderlineStatus(TextRange, Boolean)
|
None
|
Sets the characters in a given text range to be underlined or not underlined.
|
|
|
M
ToString
|
None
|
Returns a string that represents the current object. (Inherited from Object .)
|
Object .
|