Aspose.Note for .Net
RichText Class |
Represents a rich text.

Namespace: Aspose.Note
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1

public sealed class RichText : Node, IOutlineElementChildNode, INode
Public NotInheritable Class RichText Inherits Node Implements IOutlineElementChildNode, INode
public ref class RichText sealed : public Node, IOutlineElementChildNode, INode
[<SealedAttribute>] type RichText = class inherit Node interface IOutlineElementChildNode interface INode end
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).
|

Name | Description | |
---|---|---|
![]() | Accept |
Accepts the visitor of the node.
(Overrides NodeAccept(DocumentVisitor).) |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
