RichText Class

Aspose.Note for .NET API

RichText Class

Represents a rich text.
Inheritance Hierarchy
SystemObject  Aspose.NoteNode
    Aspose.NoteRichText

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
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.

Constructors
  NameDescription
Public methodRichText
Initializes a new instance of the RichText class.
Top
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
Methods
  NameDescription
Public methodAccept
Accepts the visitor of the node.
(Overrides NodeAccept(DocumentVisitor).)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also