PdfPublishSlideTable.h
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):
|
Name |
Description |
|
Destroys a slide table object. |
|
Name |
Description |
|
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 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 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 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. | |
|
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 a header flag value. The header flag determines whether the slide table has a header (if set to true). | |
|
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. | |
|
Adds text fields for slide table cells. |
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|