Interface IPageChildNode

Interface IPageChildNode

ชื่อพื้นที่: Aspose.Note การประกอบ: Aspose.Note.dll (25.4.0)

อินเตอร์เฟซสําหรับ nodes เด็กทั้งหมดของ node ของหน้า

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

Implements

INode

Properties

HorizontalOffset

รับหรือวางค่าธรรมเนียมแนวนอน

float HorizontalOffset
   {
      get;
      set;
   }

คุณสมบัติมูลค่า

float

VerticalOffset

รับหรือวางค่าธรรมเนียมแนวตั้ง

float VerticalOffset
   {
      get;
      set;
   }

คุณสมบัติมูลค่า

float

 แบบไทย