RichText Properties

Aspose.Note for .NET API

RichText Properties

The RichText type exposes the following members.

Properties
  NameDescription
Public propertyAlignment
Gets or sets the alignment.
Public propertyDefaultStyle
Gets or sets the default style.
Public propertyDocument
Gets the document of the node.
(Inherited from Node.)
Public propertyIsComposite
Gets a value indicating whether this node is composite. If true the node can have child nodes.
(Inherited from Node.)
Public propertyLastModifiedTime
Gets or sets the last modified time.
Public propertyLineSpacing
Gets or sets the line spacing.
Public propertyNextSibling
Gets the next node at the same node tree level.
(Inherited from Node.)
Public propertyNodeType
Gets the node type.
(Inherited from Node.)
Public propertyParentNode
Gets the parent node.
(Inherited from Node.)
Public propertyPreviousSibling
Gets the previous node at the same node tree level.
(Inherited from Node.)
Public propertySpaceAfter
Gets or sets the minimum amount of space after.
Public propertySpaceBefore
Gets or sets the minimum amount of space before.
Public propertyStyles
Gets the styles.
Public propertyTags
Gets the tags.
Public propertyText
Gets or sets the text. The string MUST NOT contain any characters of the value 10 (line feed).
Top
See Also