|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITextExportFormatOptions
This object is used to set the format options for a report that is to be exported as Text.
When possible, use the ITextExportFormatOptions
interface for manipulating this object.
Method Summary | |
---|---|
int |
getCharactersPerInch()
Gets the number of characters per inch. |
int |
getLinesPerPage()
Gets the number of lines per page. |
void |
setCharactersPerInch(int CharactersPerInch)
Sets the number of characters per inch. |
void |
setLinesPerPage(int LinesPerPage)
Sets the number of lines per page. |
Methods inherited from interface com.crystaldecisions.sdk.occa.report.exportoptions.IExportFormatOptions |
---|
checkValidity |
Method Detail |
---|
void setLinesPerPage(int LinesPerPage)
Sets the number of lines per page.
LinesPerPage
- An int
that specifies the number of lines per page.int getLinesPerPage()
Gets the number of lines per page.
int
that specifies the number of lines per page.void setCharactersPerInch(int CharactersPerInch)
Sets the number of characters per inch.
CharactersPerInch
- An int
that specifies the number of characters per inch.int getCharactersPerInch()
Gets the number of characters per inch.
int
that specifies the number of characters per inch.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |