Difference between revisions of "Tabulation setTableLayout"
(jrfconvert import) |
|||
Line 1: | Line 1: | ||
− | + | [[Category:HelpBooks]] | |
+ | | ||
− | + | =====Tabulation_setTableLayout===== | |
− | + | Sets the general style of a table chart with some prefixed layout styles overriding any style sheet settings. | |
− | + | '''Syntax''' | |
− | + | Tabulation_setTableLayout(TableChartLayoutType) | |
− | + | '''Arguments''' | |
− | + | ''TableChartLayoutType'': enumeration for the style you want your tables to have: | |
− | + | TableChartLayout_Classic = 1 (blue non column width conformed) | |
− | < | + | TableChartLayout_LeftTitleClassic = 2 (blue title column width standardized) |
+ | |||
+ | TableChartLayout_Ifka = 3 (white simple width standardized) | ||
+ | |||
+ | '''Return type''' | ||
+ | |||
+ | Empty | ||
+ | |||
+ | '''Example''' | ||
+ | |||
+ | Tabulation_setTableLayout(TableChartLayout_LeftTitleClassic); | ||
+ | |||
+ | '''Availability''' | ||
+ | |||
+ | Version 5.8.1 | ||
+ | __NOTOC__ | ||
+ | <!-- imported from file: 8113.htm--> |
Revision as of 10:02, 7 March 2011
Tabulation_setTableLayout
Sets the general style of a table chart with some prefixed layout styles overriding any style sheet settings.
Syntax
Tabulation_setTableLayout(TableChartLayoutType)
Arguments
TableChartLayoutType: enumeration for the style you want your tables to have:
TableChartLayout_Classic = 1 (blue non column width conformed)
TableChartLayout_LeftTitleClassic = 2 (blue title column width standardized)
TableChartLayout_Ifka = 3 (white simple width standardized)
Return type
Empty
Example
Tabulation_setTableLayout(TableChartLayout_LeftTitleClassic);
Availability
Version 5.8.1