Interface IPageChildNode

Interface IPageChildNode

Tên không gian: Aspose.Note Tổng hợp: Aspose.Note.dll (25.4.0)

Giao diện cho tất cả các nút trẻ em của một nút trang.

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

Implements

INode

Properties

HorizontalOffset

Nhận hoặc đặt offset ngang.

float HorizontalOffset
   {
      get;
      set;
   }

Giá trị bất động sản

float

VerticalOffset

Nhận hoặc đặt bồi thường dọc.

float VerticalOffset
   {
      get;
      set;
   }

Giá trị bất động sản

float

 Tiếng Việt