Class InkWord
Class InkWord
ชื่อพื้นที่: Aspose.Note การประกอบ: Aspose.Note.dll (25.4.0)
แสดงให้เห็นว่ามีนิ้วม้วนที่มีข้อความที่เขียนด้วยมือ
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
อนุญาโตตุลาการ
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
ได้รับการยอมรับ (DocumentVisitor)
ยินดีต้อนรับผู้เข้าชมของ node
public override void Accept(Aspose.Words.DocumentVisitor visitor)
{
}
Parameters
visitor
DocumentVisitor
วัตถุของชั้นที่มาจาก Aspose.Note.DocumentVisitor