Class InkWord
Class InkWord
Numele spaţiului: Aspose.Note Asamblare: Aspose.Note.dll (25.4.0)
Representează un nod de inci care conține textul scris manual.
public sealed class InkWord : InkNode, IOutlineElementChildNode, INode
{
private string _text;
private Shape _shape;
private float _baselineOffset;
private Font _font;
public string Text
{
get { return _text; }
set { _text = value; }
}
public Shape Shape
{
get { return _shape; }
set { _shape = value; }
}
public float BaselineOffset
{
get { return _baselineOffset; }
set { _baselineOffset = value; }
}
public Font Font
{
get { return _font; }
set { _font = value; }
}
}
Inheritance
object ← Node ← InkNode ← InkWord
Implements
IOutlineElementChildNode , INode
Membrii moștenitori
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
Acceptare (DocumentVisitor)
Acceptă vizitatorul nodului.
public override void Accept(Aspose.Words.DocumentVisitor visitor)
{
}
Parameters
visitor
DocumentVisitor
Obiectul unei clase derivată din Aspose.Note.DocumentVisitor.