|
|||||||||
| 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. |
boolean |
getPrintOnLoad()
For internal use only |
boolean |
hasContent(java.lang.Object obj)
|
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. |
void |
setPrintOnLoad(boolean bPrintOnLoad)
For internal use only |
| Methods inherited from class com.crystaldecisions.sdk.occa.report.exportoptions.PageBasedExportFormatOptions |
|---|
checkValidity, createMember, endElement, getEndPageNumber, getStartPageNumber, 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 |
| Constructor Detail |
|---|
public PDFExportFormatOptions(IPDFExportFormatOptions src)
public PDFExportFormatOptions()
| Method Detail |
|---|
public boolean getCreateBookmarksFromGroupTree()
IPDFExportFormatOptionsReturns 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 IPDFExportFormatOptionstrue if bookmarks are created from the group tree when exporting to PDF format,
and false otherwise.public void setCreateBookmarksFromGroupTree(boolean bCreateBookmarksFromGroupTree)
IPDFExportFormatOptionsSets 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 IPDFExportFormatOptionsbCreateBookmarksFromGroupTree - true if bookmarks are created from the group tree
when exporting to PDF format, and false otherwise.public boolean getPrintOnLoad()
public void setPrintOnLoad(boolean bPrintOnLoad)
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 PageBasedExportFormatOptionsjava.io.IOException
public void save(com.crystaldecisions.xml.serialization.XMLWriter writer,
com.crystaldecisions.xml.serialization.XMLSerializationContext ctxt)
throws java.io.IOException
PageBasedExportFormatOptionsFor internal use only.
save in class PageBasedExportFormatOptionsjava.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
PageBasedExportFormatOptionsFor internal use only.
save in class PageBasedExportFormatOptionsjava.io.IOExceptionpublic boolean hasContent(java.lang.Object obj)
hasContent in class PageBasedExportFormatOptions
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||