Interface IIndentatedNode

Interface IIndentatedNode

Der Name: Aspose.Note Zusammensetzung: Aspose.Note.dll (25.4.0)

Die Schnittstelle für Knoten mit relativer Indentation für Kinderknoten.

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

Properties

IndentPosition

Er bekommt oder setzt die indent-Position.

byte IndentPosition
   {
      get;
      set;
   }

Eigentumswert

byte

 Deutsch