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
   {
      void Add(IPageChildNode node);
      void Remove(IPageChildNode node);
      void MoveAfter(IPageChildNode afterNode, IPageChildNode node);
      IPageChildNode Clone();
   }

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