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)
بازدیدکننده ی گره را پذیرفته است.
public override void Accept(Aspose.Words.DocumentVisitor visitor)
{
}
Parameters
visitor
DocumentVisitor
موضوع یک کلاس از Aspose.Note.DocumentVisitor گرفته شده است.