Interface IIndentatedNode

Interface IIndentatedNode

Tên không gian: Aspose.Note Tổng hợp: Aspose.Note.dll (25.4.0)

Giao diện cho nút với indentation tương đối cho các nút trẻ em.

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

Properties

IndentPosition

Nhận hoặc đặt vị trí indent.

byte IndentPosition
   {
      get;
      set;
   }

Giá trị bất động sản

byte

 Tiếng Việt