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

 中文