|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEditableRTFExportFormatOptions
This interface is used to specify the format of a document that is exported to a Microsoft Word - Editable (RTF) format.
Method Summary | |
---|---|
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. |
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. |
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 getInsertPageBreaks()
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
.
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.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.
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |