Class InkWord

Class InkWord

A név: Aspose.Note Összefoglaló: Aspose.Note.dll (25.4.0)

Ez egy kézzel írt szöveget tartalmazó tintacsomó.

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

Örökletes tagok

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

Elfogadható (DocumentVisitor)

Elfogadja a csomópont látogatóját.

public override void Accept(Aspose.Words.DocumentVisitor visitor)
   {
   }

Parameters

visitor DocumentVisitor

Az osztály tárgya a Aspose.Note.DocumentVisitor származik.

 Magyar