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;
}