com.crystaldecisions.sdk.occa.report.exportoptions
Interface IEditableRTFExportFormatOptions

All Superinterfaces:
IClone, IExportFormatOptions, IPageBasedExportFormatOptions
All Known Implementing Classes:
EditableRTFExportFormatOptions

public interface IEditableRTFExportFormatOptions
extends IPageBasedExportFormatOptions

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

getInsertPageBreaks

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.

Returns:
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.

setInsertPageBreaks

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.

Parameters:
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.