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

Implements

INode

Properties

HorizontalOffset

Obtenga o coloca el descuento horizontal.

float HorizontalOffset { get; set; }

Valor de la propiedad

float

VerticalOffset

Obtenga o coloca el descuento vertical.

float VerticalOffset { get; set; }

Valor de la propiedad

float

 Español