PdfPublishTable.h
This class implements a simple table entity for .pdf documents created with Publish SDK. Each table cell can contain one control or text label. A table can be created only using a table creator object.
|
Name |
Description |
|
Destroys a table object. |
|
Name |
Description |
|
Returns a button contained in a specified table cell. The table cell is addressed through row and column indices. The method fills a passed smart pointer with a pointer to the button object and returns it to a calling subroutine. | |
|
Returns a link contained in a specified table cell. The table cell is addressed through row and column indices. The method fills a passed smart pointer with a pointer to the link object and returns it to a calling subroutine. | |
|
Returns a text label contained in a specified table cell. The table cell is addressed through row and column indices. The method fills a passed smart pointer with a pointer to the text label object and returns it to a calling subroutine. | |
|
Returns a text field contained in a specified table cell. The table cell is addressed through row and column index. The method fills a passed smart pointer with a pointer to the text field object and returns it to a calling subroutine. | |
|
Sets a button for a specified table cell. The table cell is addressed through row and column indices. | |
|
Sets a link for a specified table cell. The table cell is determined by row and column indices. | |
|
Sets a text label for a specified table cell. The table cell is addressed through row and column indices. | |
|
Sets a text field for a specified table cell. The table cell is addressed through row and column indices. |
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|