|
override void | Dispose () |
|
override bool | Empty () |
| Indicates whether this TableKit has any values set on it. More...
|
|
override bool | Equals (System.Object obj) |
|
bool | Equals (HPS.Publish.TableKit in_kit) |
| Check if the source TableKit is equivalent to this TableKit. More...
|
|
override int | GetHashCode () |
|
override HPS.Type | ObjectType () |
|
void | Set (HPS.Publish.TableKit in_kit) |
| Copies the source TableKit into this TableKit. More...
|
|
HPS.Publish.TableKit | SetButton (int in_row, int in_column, HPS.Publish.ButtonKit in_button) |
| Adds a button to this table at the specified row and column. This corresponds to the value that will be passed to A3DPDFPageInsertButtonInTable. More...
|
|
HPS.Publish.TableKit | SetHTML (string in_source, HPS.Publish.Source.Type in_type) |
| Sets the HTML table source or file. More...
|
|
HPS.Publish.TableKit | SetHTML (string in_source) |
| Sets the HTML table source or file. More...
|
|
HPS.Publish.TableKit | SetHTMLStyle (string in_source, HPS.Publish.Source.Type in_type) |
| Sets the HTML table style source or file. More...
|
|
HPS.Publish.TableKit | SetHTMLStyle (string in_source) |
| Sets the HTML table style source or file. More...
|
|
HPS.Publish.TableKit | SetLink (int in_row, int in_column, HPS.Publish.LinkKit in_link) |
| Adds a link to this table at the specified row and column. This corresponds to the value that will be passed to A3DPDFPageInsertLinkInTable. More...
|
|
HPS.Publish.TableKit | SetText (int in_row, int in_column, HPS.Publish.TextKit in_text) |
| Adds text to this table at the specified row and column. This corresponds to the value that will be passed to A3DPDFPageInsertTextInTable. More...
|
|
HPS.Publish.TableKit | SetTextField (int in_row, int in_column, HPS.Publish.TextFieldKit in_text_field) |
| Adds a text field to this table at the specified row and column. This corresponds to the value that will be passed to A3DPDFPageInsertTextFieldInTable. More...
|
|
void | Show (out HPS.Publish.TableKit out_kit) |
| Copies this TableKit into the given TableKit. More...
|
|
bool | ShowButton (int in_row, int in_column, out HPS.Publish.ButtonKit out_button) |
| Shows the button at the specified row and column. More...
|
|
bool | ShowHTML (out string out_source, out HPS.Publish.Source.Type out_type) |
| Shows the HTML table setting. More...
|
|
bool | ShowHTMLStyle (out string out_source, out HPS.Publish.Source.Type out_type) |
| Shows the HTML table style setting. More...
|
|
bool | ShowLink (int in_row, int in_column, out HPS.Publish.LinkKit out_link) |
| Shows the link at the specified row and column. More...
|
|
bool | ShowText (int in_row, int in_column, out HPS.Publish.TextKit out_text) |
| Shows the text at the specified row and column. More...
|
|
bool | ShowTextField (int in_row, int in_column, out HPS.Publish.TextFieldKit out_text_field) |
| Shows the link at the specified row and column. More...
|
|
| TableKit () |
| The default constructor creates an empty TableKit object. More...
|
|
| TableKit (HPS.Publish.TableKit in_kit) |
| The copy constructor creates a new TableKit object that contains the same settings as the source TableKit. More...
|
|
HPS.Publish.TableKit | UnsetButton (int in_row, int in_column) |
| Removes the button at the specified row and column. More...
|
|
HPS.Publish.TableKit | UnsetEverything () |
| Removes all data from the table. More...
|
|
HPS.Publish.TableKit | UnsetHTML () |
| Removes the HTML table setting. More...
|
|
HPS.Publish.TableKit | UnsetHTMLStyle () |
| Removes the HTML table style setting. More...
|
|
HPS.Publish.TableKit | UnsetLink (int in_row, int in_column) |
| Removes the link at the specified row and column. More...
|
|
HPS.Publish.TableKit | UnsetText (int in_row, int in_column) |
| Removes the text at the specified row and column. More...
|
|
HPS.Publish.TableKit | UnsetTextField (int in_row, int in_column) |
| Removes the text field at the specified row and column. More...
|
|
| SprocketKit (HPS.SprocketKit in_that) |
|
| Sprocket (HPS.Sprocket in_that) |
|
IntPtr | GetClassID () |
|
IntPtr | GetInstanceID () |
| Returns an identifier that can be used to identify which instance of a class an object is. Different keys and controls will return the same value if they are backed by the same database resource. More...
|
|
bool | HasType (HPS.Type in_mask) |
| This function indicates whether this Object has the given Type mask. More...
|
|
| Object (HPS.Object that) |
|
virtual void | Reset () |
| Resets this object to its initial, uninitialized state. More...
|
|
virtual HPS.Type | Type () |
| This function returns the true type of the underlying object. This function is useful for finding the type of smart pointer objects that have been cast to more generic types. More...
|
|
The TableKit class is a user space object. It acts as the container for all data that can be used to specify a table for a Publish PDF.
- Warning
The TableToPDF Publish add-on must be installed in order to use this class.