|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITextFormatPlain
This interface allows you to set the options when exporting a report to a plain text file.
| Method Summary | |
|---|---|
int |
getCharactersPerInch()
Returns the number of characters per inch. |
void |
setCharactersPerInch(int charactersPerInch)
Sets the number of characters per inch. |
| Method Detail |
|---|
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 | ||||||||