Interface IIndentatedNode

Interface IIndentatedNode

Το όνομα: Aspose.Note Συγκέντρωση: Aspose.Note.dll (25.4.0)

Η διεπαφή για τους κόμβους με σχετική ενδομήθεια για τα παιδικά κόντρα.

public interface IIndentatedNode
   {
      void AppendChild(IIndentatedNode child);
      int GetDepth();
      string ToString(int depth = 0);
   }

Properties

IndentPosition

Αποκτά ή καθορίζει την ενδιάμεση θέση.

byte IndentPosition
   {
      get;
      set;
   }

Αξία ιδιοκτησίας

byte

 Ελληνικά