Interface IIndentatedNode
Interface IIndentatedNode
Nombre del espacio: Aspose.Note Asamblea: Aspose.Note.dll (25.4.0)
La interfaz de los nodos con indentación relativa para los niños.
public interface IIndentatedNode
{
void AppendChild(IIndentatedNode child);
int GetDepth();
string ToString(int depth = 0);
}
Properties
IndentPosition
Obtenga o establece la posición indente.
byte IndentPosition
{
get;
set;
}