Interface IPageChildNode

Interface IPageChildNode

Il nome: Aspose.Note Assemblea: Aspose.Note.dll (25.4.0)

L’interfaccia per tutti i nodi di un nodo di pagina.

public interface IPageChildNode : INode

Implements

INode

Properties

HorizontalOffset

Riceve o mette l’offerta orizzontale.

float HorizontalOffset { get; set; }

Valore di proprietà

float

VerticalOffset

Riceve o mette il rimborso verticale.

float VerticalOffset { get; set; }

Valore di proprietà

float

 Italiano