|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITextFormatPaginated
This interface allows you to set the options when exporting a report to a paginated text file.
| Method Summary | |
|---|---|
int |
getCharactersPerInch()
Returns the number of characters per inch. |
int |
getLinesPerPage()
Returns the number of lines per page. |
void |
setCharactersPerInch(int charactersPerInch)
Sets the number of characters per inch. |
void |
setLinesPerPage(int NumOfLinesPerPage)
Sets the number of lines per page. |
| Method Detail |
|---|
int getLinesPerPage()
throws SDKException
Returns the number of lines per page.
int specifying the number of lines per page.
SDKException - This is thrown if the process is unsuccessful.void setLinesPerPage(int NumOfLinesPerPage)
Sets the number of lines per page.
NumOfLinesPerPage - An int specifying the number of lines per page.
int getCharactersPerInch()
throws SDKException
Returns the number of characters per inch.
int specifying the number of characters per inch.
SDKException - This is thrown if the process is unsuccessful.
void setCharactersPerInch(int charactersPerInch)
throws SDKException
Sets the number of characters per inch.
charactersPerPage - An int specifying the number of characters per inch.
SDKException - This is thrown if the process is unsuccessful.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||