Interface IPageChildNode
Interface IPageChildNode
Nombre del espacio: Aspose.Note Asamblea: Aspose.Note.dll (25.4.0)
La interfaz para todos los nodos infantiles de un nodo 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
Obtenga o coloca el descuento horizontal.
float HorizontalOffset
{
get;
set;
}
Valor de la propiedad
VerticalOffset
Obtenga o coloca el descuento vertical.
float VerticalOffset
{
get;
set;
}