|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.exportoptions.PageBasedExportFormatOptions
com.crystaldecisions.sdk.occa.report.exportoptions.PDFExportFormatOptions
public class PDFExportFormatOptions
This class provides options that can be set when exporting a report to PDF format.
When possible use the IPDFExportFormatOptions
interface.
Constructor Summary | |
---|---|
PDFExportFormatOptions()
|
|
PDFExportFormatOptions(IPDFExportFormatOptions src)
|
Method Summary | |
---|---|
java.lang.Object |
clone(boolean deepClone)
|
void |
copyTo(java.lang.Object destObject,
boolean deepCopy)
|
boolean |
getCreateBookmarksFromGroupTree()
Returns whether bookmarks are created from the group tree when exporting to PDF format. |
void |
readElement(java.lang.String eleName,
java.lang.String sVal,
org.xml.sax.Attributes attrs,
java.util.Map objState)
For internal use only. |
void |
save(com.crystaldecisions.xml.serialization.XMLWriter writer,
com.crystaldecisions.xml.serialization.XMLSerializationContext ctxt)
For internal use only. |
void |
save(com.crystaldecisions.xml.serialization.XMLWriter writer,
java.lang.String sTag,
com.crystaldecisions.xml.serialization.XMLSerializationContext ctxt)
For internal use only. |
void |
saveContents(XMLWriter writer,
XMLSerializationContext ctxt)
For internal use only. |
void |
setCreateBookmarksFromGroupTree(boolean bCreateBookmarksFromGroupTree)
Sets whether bookmarks are created from the group tree when exporting to PDF format. |
Methods inherited from class com.crystaldecisions.sdk.occa.report.exportoptions.PageBasedExportFormatOptions |
---|
checkValidity, createMember, endElement, getEndPageNumber, getStartPageNumber, hasContent, setEndPageNumber, setStartPageNumber, startElement |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 |
Constructor Detail |
---|
public PDFExportFormatOptions(IPDFExportFormatOptions src)
public PDFExportFormatOptions()
Method Detail |
---|
public boolean getCreateBookmarksFromGroupTree()
IPDFExportFormatOptions
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.
getCreateBookmarksFromGroupTree
in interface IPDFExportFormatOptions
true
if bookmarks are created from the group tree when exporting to PDF format,
and false
otherwise.public void setCreateBookmarksFromGroupTree(boolean bCreateBookmarksFromGroupTree)
IPDFExportFormatOptions
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.
setCreateBookmarksFromGroupTree
in interface IPDFExportFormatOptions
bCreateBookmarksFromGroupTree
- true
if bookmarks are created from the group tree
when exporting to PDF format, and false
otherwise.public java.lang.Object clone(boolean deepClone)
clone
in class PageBasedExportFormatOptions
public void copyTo(java.lang.Object destObject, boolean deepCopy)
copyTo
in class PageBasedExportFormatOptions
public void readElement(java.lang.String eleName, java.lang.String sVal, org.xml.sax.Attributes attrs, java.util.Map objState)
For internal use only.
readElement
in class PageBasedExportFormatOptions
public void saveContents(XMLWriter writer, XMLSerializationContext ctxt) throws java.io.IOException
For internal use only.
saveContents
in class PageBasedExportFormatOptions
java.io.IOException
public void save(com.crystaldecisions.xml.serialization.XMLWriter writer, com.crystaldecisions.xml.serialization.XMLSerializationContext ctxt) throws java.io.IOException
PageBasedExportFormatOptions
For internal use only.
save
in class PageBasedExportFormatOptions
java.io.IOException
public void save(com.crystaldecisions.xml.serialization.XMLWriter writer, java.lang.String sTag, com.crystaldecisions.xml.serialization.XMLSerializationContext ctxt) throws java.io.IOException
PageBasedExportFormatOptions
For internal use only.
save
in class PageBasedExportFormatOptions
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |