Class InkParagraph
Class InkParagraph
Namespace: Aspose.Note
Assembly: Aspose.Note.dll (24.12.0)
Represents a ink node containing handwritten text with additional properties like slanted writing.
public sealed class InkParagraph : InkNode, IOutlineElementChildNode, INode
Inheritance
object ← Node ← InkNode ← InkParagraph
Implements
IOutlineElementChildNode, INode
Inherited Members
Node.Accept(DocumentVisitor), Node.Document, Node.IsComposite, Node.NodeType, Node.ParentNode, Node.PreviousSibling, Node.NextSibling, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Methods
Accept(DocumentVisitor)
Accepts the visitor of the node.
public override void Accept(DocumentVisitor visitor)
Parameters
visitor
DocumentVisitor
The object of a class derived from the Aspose.Note.DocumentVisitor.