This class implements a page object for a .pdf document created with Publish SDK. A page is determined by two properties: format (size of its sides) and orientation (which side aligns horizontally) and can contain a set of different controls and fields (such as text labels, annotations, text fields, buttons, links, etc.).
Default constructor for this class. (Inherited from OdRxObject) | |
Destroys an instance of a Publish SDK object. (Inherited from OdObject) | |
Destroys a page object. | |
The virtual destructor for this class. (Inherited from OdRxObject) |
This is the overview for the add2dGeometry method overload. | |
Adds a new annotation to the page. | |
Adds a button control to the page. | |
This is the overview for the addCADReference method overload. | |
Adds a checkbox to the page. | |
Adds a drop-down list (combo box) to the page. | |
Adds an image to the page. | |
Adds a JavaScript scenario for a specified field on the page. | |
Adds a link to the page. | |
Adds a list box to the page. | |
Adds a radio button to the page. | |
Declares the method incrementing the reference counter in objects derived from this class. (Inherited from OdRxObject) | |
Adds a signature field to the page. | |
Adds a table with slides to the page. | |
Adds a sticky note object to the page. | |
Adds a table to the page. | |
Adds a text label to the page. | |
Adds a text field to the page. | |
Adds a watermark label to the page. | |
Casts the specified raw pointer to the smart pointer. (Inherited from OdRxObject) | |
Clears the Publish SDK object. (Inherited from OdObject) | |
Creates a *clone* of this object, and returns a pointer to the *clone*. (Inherited from OdRxObject) | |
Compares another object to this one in a some meaning. (Inherited from OdRxObject) | |
details Copies the contents of the specified object into this object. (Inherited from OdRxObject) | |
Returns the raw pointer to the class describing instance statically associated with this object as the OdRxClass object. (Inherited from OdRxObject) | |
Returns two-dimensional geometry references previously added to the page. The method fills two passed arrays with geometry references and their locations, then returns these arrays to a calling subroutine. | |
Returns all annotations that the page contains and their locations. The method fills two passed arrays with annotation objects and their locations, then returns these arrays to a calling subroutine. | |
Returns all buttons that the page contains and their locations. The method fills two passed arrays with button objects and their locations, then returns these arrays to a calling subroutine. | |
Returns all CAD references previously added to the page. The method fills two passed arrays with CAD references and their locations, then returns these arrays to a calling subroutine. | |
Returns all checkboxes that the page contains and their locations. The method fills two passed arrays with checkbox objects and their locations, then returns these arrays to a calling subroutine. | |
Returns all drop-down lists that the page contains and their locations. The method fills two passed arrays with drop-down list objects and their locations, then returns these arrays to a calling subroutine. | |
Returns the current page format. | |
Returns all images that the page contains and their locations. The method fills three passed arrays with image objects, their locations, and their rotation angles, then returns these arrays to a calling subroutine. | |
Returns all JavaScript scenarios previously added to the page's field. The method fills passed arrays with scenario source text, action types and source types, then returns these arrays to a calling subroutine. | |
Returns all links that the page contains and their locations. The method fills two passed arrays with link objects and their locations, then returns these arrays to a calling subroutine. | |
Returns all list boxes that the page contains and their locations. The method fills two passed arrays with list box objects and their locations, then returns these arrays to a calling subroutine. | |
Returns the current page orientation value. | |
Returns the current page size. The method fills two passed double values with width and height values, then returns them to a calling subroutine. | |
Returns all radio buttons that the page contains and their locations. The method fills two passed arrays with radio button objects and their locations, then returns these arrays to a calling subroutine. | |
Returns all signature fields that the page contains and their locations. The method fills two passed arrays with signature field objects and their locations, then returns these arrays to a calling subroutine. | |
Returns all slide tables, which the page contains, and their locations. The method fills two passed arrays with slide table objects and their locations, then returns these arrays to a calling subroutine. | |
Returns an array of sticky notes which the page contains. The method fills two passed arrays with smart pointers to sticky note objects and their locations (represented with rectangles), then returns these arrays to a calling subroutine. | |
Returns all tables that the page contains and their locations. The method fills two passed arrays with table objects and their locations, then returns these arrays to a calling subroutine. | |
Returns all text fields, which the page contains, and their locations. The method fills two passed arrays with text field objects and their locations, then returns these arrays to a calling subroutine. | |
Returns all text labels that the page contains and their locations. The method fills three passed arrays with text label objects, their locations, and their rotation angles, then returns these arrays to a calling subroutine. | |
Returns all watermarks that the page contains and their locations. The method fills two passed arrays with watermark objects and their locations, then returns these arrays to a calling subroutine. | |
Returns the raw pointer to the class describing instance dynamically associated with this object as the OdRxClass object. (Inherited from OdRxObject) | |
Determines whether the Publish SDK object is empty. (Inherited from OdObject) | |
Returns true if and only if the specified object is equal to this one in a some meaning. (Inherited from OdRxObject) | |
Checks whether the object belongs to the specified class and returns true if and only if this object is an instance of the specified class or a subclass of the specified class. (Inherited from OdRxObject) | |
Determines whether the Publish SDK object is valid. (Inherited from OdObject) | |
Returns the value of the reference counter, that is, the number of references to an instance of this class. (Inherited from OdRxObject) | |
Checks whether the object belongs to the specified class and returns a pointer to this object if this object can be converted to the specified class. (Inherited from OdRxObject) | |
Declares the method decrementing the reference counter in objects derived from this class. (Inherited from OdRxObject) | |
for internal use (Inherited from OdRxObject) | |
(Inherited from OdRxObject) | |
Sets the page format. | |
Sets the page orientation. | |
Sets a new page size. | |
Checks whether the object belongs to the specified class and returns a pointer to this object if this object can be converted to the specified class, or throws an exception if it cannot. (Inherited from OdRxObject) |
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|