Interface IPageChildNode

Interface IPageChildNode

nazivni prostor: Aspose.Note Sastav: Aspose.Note.dll (25.4.0)

Interfejs za sve dječje čvorove stranice.

public interface IPageChildNode : INode
   {
      void Add(IPageChildNode node);
      void Remove(IPageChildNode node);
      void MoveAfter(IPageChildNode afterNode, IPageChildNode node);
      IPageChildNode Clone();
   }

Implements

INode

Properties

HorizontalOffset

Uzmite ili postavite horizontalni popust.

float HorizontalOffset
   {
      get;
      set;
   }

Vrijednost nekretnina

float

VerticalOffset

Uzmite ili postavite vertikalni popust.

float VerticalOffset
   {
      get;
      set;
   }

Vrijednost nekretnina

float

 Hrvatski