The StructuredText type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| StructuredText | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Equals | Overloaded. | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Overrides Object..::.GetHashCode()()().) | |
| GetTextLength |
Returns the total length of all TextTags that appear within
the structured text body.
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString |
Formats the structured text to a string, discarding unrepresentable formatting details.
(Overrides Object..::.ToString()()().) | |
| TruncatedWriteTo |
Writes the structured text to a markup stream writer and truncates its text
to a particular maximum length, omitting all subsequent contents.
| |
| WriteTo |
Writes the structured text to a markup stream writer.
|
Operators
| Name | Description | |
|---|---|---|
| Equality |
Returns true if two structured text objects are equal.
| |
| Inequality |
Returns true if two structured text objects are not equal.
|
Extension Methods
| Name | Description | |
|---|---|---|
| Format | Overloaded. |
Properties
| Name | Description | |
|---|---|---|
| Attachments |
Gets the immutable list of attachments belonging to the structured text.
| |
| BodyTag |
Gets a copy of the body tag that describes the structured text.
|
