RichText Properties
Aspose.Note for .Net
RichText Properties |
The RichText type exposes the following members.
| Name | Description | |
|---|---|---|
| Alignment |
Gets or sets the alignment.
| |
| DefaultStyle |
Gets or sets the default style.
| |
| Document |
Gets the document of the node.
(Inherited from Node.) | |
| IsComposite |
Gets a value indicating whether this node is composite. If true the node can have child nodes.
(Inherited from Node.) | |
| LastModifiedTime |
Gets or sets the last modified time.
| |
| LineSpacing |
Gets or sets the line spacing.
| |
| NextSibling |
Gets the next node at the same node tree level.
(Inherited from Node.) | |
| NodeType |
Gets the node type.
(Inherited from Node.) | |
| ParentNode |
Gets the parent node.
(Inherited from Node.) | |
| PreviousSibling |
Gets the previous node at the same node tree level.
(Inherited from Node.) | |
| SpaceAfter |
Gets or sets the minimum amount of space after.
| |
| SpaceBefore |
Gets or sets the minimum amount of space before.
| |
| Styles |
Gets the styles.
| |
| Tags |
Gets the tags.
| |
| Text |
Gets or sets the text. The string MUST NOT contain any characters of the value 10 (line feed).
|