Interface IPageChildNode
Interface IPageChildNode
Nom dels espais: Aspose.Note Assemblea: Aspose.Note.dll (25.4.0)
La interfície per a tots els nodes infantils d’un nucli de pàgina.
public interface IPageChildNode : INode
{
void Add(IPageChildNode node);
void Remove(IPageChildNode node);
void MoveAfter(IPageChildNode afterNode, IPageChildNode node);
IPageChildNode Clone();
}
Implements
Properties
HorizontalOffset
Obté o col·loca el descompte horitzontal.
float HorizontalOffset
{
get;
set;
}
Valor de la propietat
VerticalOffset
Obté o posa la descomposició vertical.
float VerticalOffset
{
get;
set;
}