This class implements a slide table entity for .pdf documents created with Publish SDK. A slide table contains a scrollbar (by default) or two specific buttons (if their names are specified with the setButtons() method):
Default constructor for this class. (Inherited from OdRxObject) | |
Destroys an instance of a Publish SDK object. (Inherited from OdObject) | |
The virtual destructor for this class. (Inherited from OdRxObject) | |
Destroys a slide table object. |
Declares the method incrementing the reference counter in objects derived from this class. (Inherited from OdRxObject) | |
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 the current names of the previous and next buttons contained in the slide table. The method fills the passed string objects with previous and next button names and returns them to a calling subroutine. | |
Returns the current column width proportions and row height for the slide table. The method fills the passed double array and integer value with the current column width proportions and row height value, then returns them to a calling subroutine. | |
Returns the current HTML markup source code for the slide table. The HTML markup source code is represented with a string in UTF8 format. The method fills a passed string object with HTML source code and returns it to a calling subroutine. | |
Returns the current style options for the HTML markup of the slide table. The HTML markup style options are represented with a string in UTF8 format. The method fills a passed string object and returns it to a calling subroutine. | |
Returns the current header flag value. The header flag determines whether the slide table has a header (if set to true). The method fills a passed boolean value with a header flag value and returns it to a calling subroutine. | |
Returns the text fields of the slide table. The method fills the passed values with the quantity of rows and columns and adds text field smart pointers into a passed array, then returns the filled values and array 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 special buttons for sliding rows upwards and downwards in the slide table. | |
Sets column width proportions and row height for the slide table. | |
Sets HTML markup source code for the slide table. The HTML markup source code is represented with a string in UTF8 format. | |
Sets style options for the HTML markup of the slide table. The HTML markup style options are represented with a string in UTF8 format. | |
Sets a header flag value. The header flag determines whether the slide table has a header (if set to true). | |
Adds text fields for slide table cells. | |
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.
|