Interface IIndentatedNode

Interface IIndentatedNode

ja nimityö: Aspose.Note Kokoelma: Aspose.Note.dll (25.4.0)

Ympäristö ytimille, joilla on suhteellinen indentaatio lapsen ytimeille.

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

Properties

IndentPosition

Saa tai asettaa indenttinen asema.

byte IndentPosition
   {
      get;
      set;
   }

Omistuksen arvo

byte

 Suomi