|
|||||||||
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.EditableRTFExportFormatOptions
public class EditableRTFExportFormatOptions
This class is used to specify the format of a document that is exported to a Microsoft Word - Editable (RTF) format.
When possible, use the IEditableRTFExportFormatOptions
interface to manipulate this object.
Constructor Summary | |
---|---|
EditableRTFExportFormatOptions()
|
|
EditableRTFExportFormatOptions(IEditableRTFExportFormatOptions src)
|
Method Summary | |
---|---|
java.lang.Object |
clone(boolean deepClone)
|
void |
copyTo(java.lang.Object destObject,
boolean deepCopy)
|
java.lang.Object |
createMember(java.lang.String eleName,
org.xml.sax.Attributes attrs,
com.crystaldecisions.xml.serialization.XMLSerializationContext ctxt,
java.util.Map objState,
boolean[] bLoaded)
For internal use only. |
void |
endElement(java.lang.String eleName,
java.util.Map objState)
For internal use only. |
boolean |
getInsertPageBreaks()
Returns whether page breaks are inserted into the exported Rich Text Format (RTF) file that correspond to the page breaks in the report. |
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(XMLWriter writer,
java.lang.String sTag,
XMLSerializationContext ctxt)
For internal use only. |
void |
save(XMLWriter writer,
XMLSerializationContext ctxt)
For internal use only. |
void |
saveContents(XMLWriter writer,
XMLSerializationContext ctxt)
For internal use only. |
void |
setInsertPageBreaks(boolean bInsertPageBreaks)
Sets whether page breaks are inserted into the exported Rich Text Format (RTF) file that correspond to the page breaks in the report. |
void |
startElement(java.lang.String eleName,
java.util.Map objState,
org.xml.sax.Attributes attrs)
For internal use only. |
Methods inherited from class com.crystaldecisions.sdk.occa.report.exportoptions.PageBasedExportFormatOptions |
---|
checkValidity, getEndPageNumber, getStartPageNumber, setEndPageNumber, setStartPageNumber |
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 EditableRTFExportFormatOptions(IEditableRTFExportFormatOptions src)
public EditableRTFExportFormatOptions()
Method Detail |
---|
public boolean getInsertPageBreaks()
IEditableRTFExportFormatOptions
Returns whether page breaks are inserted into the exported Rich Text Format (RTF) file that correspond to the page breaks
in the report. The default value is false
.
getInsertPageBreaks
in interface IEditableRTFExportFormatOptions
true
if page breaks are inserted into the exported Rich Text Format (RTF) file that correspond
to the page breaks in the report, and false
otherwise.public void setInsertPageBreaks(boolean bInsertPageBreaks)
IEditableRTFExportFormatOptions
Sets whether page breaks are inserted into the exported Rich Text Format (RTF) file that correspond to the page breaks in the report.
setInsertPageBreaks
in interface IEditableRTFExportFormatOptions
bInsertPageBreaks
- true
if page breaks are inserted into the exported Rich Text Format (RTF) file
that correspond to the page breaks in the report, 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 boolean hasContent(java.lang.Object obj)
hasContent
in class PageBasedExportFormatOptions
public java.lang.Object createMember(java.lang.String eleName, org.xml.sax.Attributes attrs, com.crystaldecisions.xml.serialization.XMLSerializationContext ctxt, java.util.Map objState, boolean[] bLoaded)
PageBasedExportFormatOptions
For internal use only.
createMember
in class PageBasedExportFormatOptions
public void startElement(java.lang.String eleName, java.util.Map objState, org.xml.sax.Attributes attrs)
PageBasedExportFormatOptions
For internal use only.
startElement
in class PageBasedExportFormatOptions
public void endElement(java.lang.String eleName, java.util.Map objState)
PageBasedExportFormatOptions
For internal use only.
endElement
in class PageBasedExportFormatOptions
public void readElement(java.lang.String eleName, java.lang.String sVal, org.xml.sax.Attributes attrs, java.util.Map objState)
PageBasedExportFormatOptions
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(XMLWriter writer, XMLSerializationContext ctxt) throws java.io.IOException
For internal use only.
save
in class PageBasedExportFormatOptions
java.io.IOException
public void save(XMLWriter writer, java.lang.String sTag, XMLSerializationContext ctxt) throws java.io.IOException
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 |