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