The Page type exposes the following members.

Methods

  NameDescription
Public methodAddShape
Add new shape to a page.
Public methodAddTable
Add new table to a page. Can be used with XLSX and ODS formats only.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyPageNumber
Gets 1-based index of a page in a document.
Public propertyShapes
Gets list of all shapes on a page.
Public propertyTables
Gets list of all tables on a page. Can be used with XLSX and ODS formats only.

See Also