Interface IIndentatedNode

Interface IIndentatedNode

Nom dels espais: Aspose.Note Assemblea: Aspose.Note.dll (25.4.0)

La interfície per a nodes amb indentació relativa per als nodos infantils.

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

Properties

IndentPosition

Obté o posa la posició indent.

byte IndentPosition
   {
      get;
      set;
   }

Valor de la propietat

byte

 Català