Difference between revisions of "Tabulation setPDFPrintingDirection"
Cg huyphong (talk | contribs) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{HelpFiles}} | |
− | {{HelpFiles}} | ||
− | ====Tabulation_setPDFPrintingDirection==== | + | ==== Tabulation_setPDFPrintingDirection ==== |
− | Set PDF printing direction | + | Set PDF printing direction |
− | '''Syntax''' | + | '''Syntax''' |
− | Tabulation_setPDFPrintingDirection(direction) | + | Tabulation_setPDFPrintingDirection(direction) |
− | '''Arguments''' | + | '''Arguments''' |
− | + | ''direction:'' Is a numeric (non-decimal) expression. The direction must be one of the values specified below | |
− | + | *1: Diagram_PdfLayoutDirection_Portrait | |
+ | *2: Diagram_PdfLayoutDirection_Landscape | ||
− | + | '''Return value''' | |
− | + | empty | |
− | + | '''Example''' | |
− | + | ''<nowiki>array groups = {{1, "Read"}, {2, "Write"}};</nowiki> '' | |
− | number | + | ''number a = createFrequenceDiagram("Single"); '' |
− | + | ''number reportUniqueId = Tabulation_saveAsReport("bug bug", 15707010, groups, true); '' | |
− | + | ''Tabulation_setPDFPrintingDirection(Diagram_PdfLayoutDirection_Landscape); '' | |
− | '' | + | ''Tabulation_setShowResultAsPdf(true); '' |
− | Version 5.7 | + | ''//Result: The pages of PDF will be shown in Landscape direction'' |
− | __NOTOC__ | + | |
− | <!-- imported from file: 7557.htm--> | + | '''Availability''' |
+ | |||
+ | Version 5.7 __NOTOC__ <!-- imported from file: 7557.htm--> | ||
+ | |||
+ | [[Category:Diagram/report_generating_CGScript_functions]] |
Latest revision as of 09:37, 28 December 2011
Tabulation_setPDFPrintingDirection
Set PDF printing direction
Syntax
Tabulation_setPDFPrintingDirection(direction)
Arguments
direction: Is a numeric (non-decimal) expression. The direction must be one of the values specified below
- 1: Diagram_PdfLayoutDirection_Portrait
- 2: Diagram_PdfLayoutDirection_Landscape
Return value
empty
Example
array groups = {{1, "Read"}, {2, "Write"}};
number a = createFrequenceDiagram("Single");
number reportUniqueId = Tabulation_saveAsReport("bug bug", 15707010, groups, true);
Tabulation_setPDFPrintingDirection(Diagram_PdfLayoutDirection_Landscape);
Tabulation_setShowResultAsPdf(true);
//Result: The pages of PDF will be shown in Landscape direction
Availability
Version 5.7