| Library | Module | Frames | Expand |
| pfcTable | CreateTable (pfcTableCreateInstructions Instructions) | |
| Creates a table in the model. | ||
| void | DeleteTable (pfcTable Table, /* optional */ boolean Repaint) | |
| Deletes a table from the model. | ||
| /* optional */ pfcTable | GetTable (number Id) | |
| Gets a table in the model, given its identifier. | ||
| pfcTables | ListTables () | |
| Lists the tables in the model. | ||
| pfcTable | RetrieveTable (pfcTableRetrieveInstructions Instructions) | |
| Retrieves a table from a file on disk.This method always place table's top left corner at a point sepcified by instruction. | ||
| pfcTable | RetrieveTableByOrigin (pfcTableRetrieveInstructions Instructions) | |
| Retrieves a table from a file on disk. This method place table's origin at a point sepcified by instructions. | ||
| void | UpdateTables () | |
| Updates all drawing tables. | ||
| pfcTable | CreateTable | (pfcTableCreateInstructions Instructions) |
|
Creates a table in the model. Exceptions thrown (but not limited to): <reference 4 to unknown entity pfcExceptions::pfcXInAMethod>
|
| void | DeleteTable | (pfcTable Table, /* optional */ boolean Repaint) |
|
Deletes a table from the model. Exceptions thrown (but not limited to): pfcXToolkitNotExist - The specified table_id does not exist.
|
| /* optional */ pfcTable | GetTable | (number Id) |
|
Gets a table in the model, given its identifier.
|
| pfcTables | ListTables | () |
|
Lists the tables in the model. Exceptions thrown (but not limited to): pfcXToolkitNotFound - No tables were found.
|
| pfcTable | RetrieveTable | (pfcTableRetrieveInstructions Instructions) |
|
Retrieves a table from a file on disk.This method always place table's top left corner at a point sepcified by instruction.
|
| pfcTable | RetrieveTableByOrigin | (pfcTableRetrieveInstructions Instructions) |
|
Retrieves a table from a file on disk. This method place table's origin at a point sepcified by instructions.
|
| void | UpdateTables | () |
|
Updates all drawing tables. |