The FormattedText type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FormattedText()()()() |
Creates a new default FormattedText object, which contains only a carriage return character and has no formatting.
|
![]() | FormattedText(String) |
Creates a new FormattedText object with unformatted text.
|
Methods
Name | Description | |
---|---|---|
![]() | AsTextRange |
Returns a TextRange object that represents the entire text.
|
![]() | Dispose | Releases all resources used by the FormattedText |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Find |
Returns a text range identifying the first occurrence of the given string within the text,
starting from a given index.
|
![]() | GetAllCapsStatus()()()() | |
![]() | GetAllCapsStatus(TextRange) | |
![]() | GetBoldStatus()()()() | |
![]() | GetBoldStatus(TextRange) | |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetIndentLevel |
Returns the indent level of the paragraphs in the text range.
|
![]() | GetItalicStatus()()()() | |
![]() | GetItalicStatus(TextRange) | |
![]() | GetListStartNumber |
Returns the list start number of the paragraphs in a given text range.
|
![]() | GetListType |
Returns the ListType of a paragraph.
|
![]() | GetMaximumIndentLevel |
Returns the maximum allowed indent level
|
![]() | GetMaximumListStartNumber |
Returns the maximum allowed list start number.
|
![]() | GetMinimumListStartNumber |
Returns the minumum allowed list start number.
|
![]() | GetPlainText()()()() |
Returns the entire text in a plain text form.
|
![]() | GetPlainText(TextRange) |
Returns a substring of the text in a plain text form. The start and end of the substring is identified
by a given TextRange.
|
![]() | GetSubscriptStatus()()()() | |
![]() | GetSubscriptStatus(TextRange) | |
![]() | GetSuperscriptStatus()()()() | |
![]() | GetSuperscriptStatus(TextRange) | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetUnderlineStatus()()()() | |
![]() | GetUnderlineStatus(TextRange) | |
![]() | SetAllCapsStatus(Boolean) |
Sets the characters in the entire text to be in all caps or not.
|
![]() | SetAllCapsStatus(TextRange, Boolean) |
Sets the characters in a given text range to be in all caps or not.
|
![]() | SetBoldStatus(Boolean) |
Sets the characters in the entire text to be bold or not bold.
|
![]() | SetBoldStatus(TextRange, Boolean) |
Sets the characters in a given text range to be bold or not bold.
|
![]() | SetIndentLevel |
Sets the number of tab stops that the paragraph should be indented.
|
![]() | SetItalicStatus(Boolean) |
Sets the characters in the entire text to be italic or not italic.
|
![]() | SetItalicStatus(TextRange, Boolean) |
Sets the characters in a given text range to be italic or not italic.
|
![]() | SetListStartNumber |
Sets the list start number on the paragraphs in a given text range.
|
![]() | SetListType |
Sets the ListType of a paragraph.
|
![]() | SetPlainText(String) |
Sets the entire text with the given text in a plain text form.
|
![]() | SetPlainText(TextRange, String) |
Sets the text with the given text in a plain text form in a range.
|
![]() | SetSubscriptStatus(Boolean) |
Sets the characters in the entire text to be subscript or not subscript.
|
![]() | SetSubscriptStatus(TextRange, Boolean) |
Sets the characters in a given text range to be subscript or not subscript.
|
![]() | SetSuperscriptStatus(Boolean) |
Sets the characters in the entire text to be superscript or not superscript.
|
![]() | SetSuperscriptStatus(TextRange, Boolean) |
Sets the characters in a given text range to be superscript or not superscript.
|
![]() | SetUnderlineStatus(Boolean) |
Sets the characters in the entire text to be underlined or not underlined.
|
![]() | SetUnderlineStatus(TextRange, Boolean) |
Sets the characters in a given text range to be underlined or not underlined.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | IsValidObject |
Specifies whether the .NET object represents a valid Revit entity.
|