Interface IIndentatedNode
Interface IIndentatedNode
İsim alanı : Aspose.Note Toplama: Aspose.Note.dll (25.4.0)
Çocuğun düğümleri için nispeten indentasyonlu bağlar için arayüzü.
public interface IIndentatedNode
{
void AppendChild(IIndentatedNode child);
int GetDepth();
string ToString(int depth = 0);
}
Properties
IndentPosition
İndirim pozisyonunu alır veya ayarlar.
byte IndentPosition
{
get;
set;
}