FlexDoc/Javadoc - JavadocClassic - Parameters
About JavadocClassic parameters
«Pagination» parameter group
This group of parameters is related specifically to printable documentation (e.g. in RTF format).It is available only in SingleDoc.tpl main template.
Parameter | Name / Type / Description |
---|---|
Generate page columns |
page.columns : boolean
Specify whether to generate page number columns in summary tables. Page numbers substitute for hyperlinks in printed documentation and help to navigate it. |
Start from new page |
page.start
This group of parameters specifies which documentation blocks should start from a new page. It has effect only when you generate RTF documentation. |
page.start.toc : boolean
Specify if the Table Of Contents should start from a new page. See Also Parameters: |
|
page.start.overview : boolean
Specify if the documentation Overview should start from a new page. See Also Parameters: |
|
page.start.overview.modules : boolean
Specify if the module summary should start from a new page. See Also Parameter: |
|
page.start.overview.packages : boolean
Specify if the package summary (or All Package Summary) should start from a new page. See Also Parameters: |
|
page.start.overview.classes : boolean
Specify if the All Class Summary should start from a new page. See Also Parameter: |
|
page.start.module : boolean
Specify if each Module Documentation section (or module group) should start from a new page. See Also Parameters: |
|
page.start.package : boolean
Specify if each Package Documentation section (or package group) should start from a new page. See Also Parameters: |
|
page.start.class : boolean
Specify if each Class Documentation section should started from a new page. See Also Parameters: |
|
Orientation |
page.orientation
This parameter group allows you to set the page orientation selectively for specific sections of the generated printable (RTF) documentation. The page orientation for the whole document is specified in the main template's property:
For instance, when some descriptions of particular components are expected to contain very wide tables so they would not fit on a page in portrait orientation and get cut. |
page.orientation.toc : enum {"default", "portrait", "landscape"}
Specify the page orientation of Table Of Contents section. Possible Choices: "Default"
|
|
page.orientation.overview : enum {"default", "portrait", "landscape"}
Specify the page orientation of Overview section. Possible Choices: "Default"
|
|
page.orientation.module : enum {"default", "portrait", "landscape"}
Specify the page orientation of Module Documentation sections. Possible Choices: "Default"
|
|
page.orientation.module.names : list of strings
This parameter allows you to specify particular Java modules, to which the special page orientation (set with the parameter above) will be applied.
The modules are specified as the list of their qualified names separated with
newlines or colons (
|
|
page.orientation.package : enum {"default", "portrait", "landscape"}
Specify the page orientation of Package Documentation sections. Possible Choices: "Default"
|
|
page.orientation.package.names : list of strings
This parameter allows you to specify particular Java packages, to which the special page orientation (set with the parameter above) will be applied.
The packages are specified as the list of their qualified names separated with
newlines or colons (
|
|
page.orientation.class : enum {"default", "portrait", "landscape"}
Specify the page orientation of Class Documentation sections. Possible Choices: "Default"
|
|
page.orientation.class.names : list of strings
This parameter allows you to specify particular Java classes, to which the special page orientation (set with the parameter above) will be applied.
The classes are specified as the list of their qualified names separated with
newlines or colons (
|