|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPDFExportFormatOptions
This interface provides options that can be set when exporting a report to PDF format.
Method Summary | |
---|---|
boolean |
getCreateBookmarksFromGroupTree()
Returns whether bookmarks are created from the group tree when exporting to PDF format. |
void |
setCreateBookmarksFromGroupTree(boolean bCreateBookmarksFromGroupTree)
Sets whether bookmarks are created from the group tree when exporting to PDF format. |
Methods inherited from interface com.crystaldecisions.sdk.occa.report.exportoptions.IPageBasedExportFormatOptions |
---|
getEndPageNumber, getStartPageNumber, setEndPageNumber, setStartPageNumber |
Methods inherited from interface com.crystaldecisions.sdk.occa.report.exportoptions.IExportFormatOptions |
---|
checkValidity |
Method Detail |
---|
boolean getCreateBookmarksFromGroupTree()
Returns whether bookmarks are created from the group tree when exporting to PDF format. This option is ignored if the report is designed without a group tree.
true
if bookmarks are created from the group tree when exporting to PDF format,
and false
otherwise.void setCreateBookmarksFromGroupTree(boolean bCreateBookmarksFromGroupTree)
Sets whether bookmarks are created from the group tree when exporting to PDF format. This option is ignored if the report is designed without a group tree.
bCreateBookmarksFromGroupTree
- true
if bookmarks are created from the group tree
when exporting to PDF format, and false
otherwise.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |