|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPaginatedTextFormat
For internal use only
| Nested Class Summary | |
|---|---|
static interface |
IPaginatedTextFormat.ExportCharsetType
|
static interface |
IPaginatedTextFormat.PageAreaExportType
|
| Method Summary | |
|---|---|
int |
getCharactersPerInch()
Gets the number of characters per inch. |
int |
getExportCharsetType()
Gets the export charset type. |
int |
getMinimumLinesPerPage()
Gets the number of minimum lines per page. |
int |
getPageAreaExportType()
Gets the page area export type. |
boolean |
isInsertFormFeedCharacter()
Gets the isInsertFormFeedCharacter. |
void |
setCharactersPerInch(int charsPerInch)
Sets the number of characters per inch. |
void |
setExportCharsetType(int exportCharsetType)
Sets the export charset type. |
void |
setInsertFormFeedCharacter(boolean bInsertFormFeedCharacter)
Sets the isInsertFormFeedCharacter. |
void |
setMinimumLinesPerPage(int minLinesPerPage)
Sets the number of minimum lines per page. |
void |
setPageAreaExportType(int pageAreaExportType)
Sets the page area export type. |
| Methods inherited from interface com.crystaldecisions.sdk.plugin.desktop.common.IPageFormat |
|---|
getEndPageNumber, getStartPageNumber, isAllPagesExported, setAllPageExported, setEndPageNumber, setStartPageNumber |
| Method Detail |
|---|
int getPageAreaExportType()
throws SDKException
Gets the page area export type.
int representing the page area export type which is a value defined in PageAreaExportType
SDKException - This is thrown if the process is unsuccessful.void setPageAreaExportType(int pageAreaExportType)
Sets the page area export type.
pageAreaExportType - An int representing the page area export type which is a value defined in PageAreaExportType.
int getMinimumLinesPerPage()
throws SDKException
Gets the number of minimum lines per page.
int that specifies the number of minimum lines per page.
SDKException - This is thrown if the process is unsuccessful.void setMinimumLinesPerPage(int minLinesPerPage)
Sets the number of minimum lines per page.
minLinesPerPage - An int that specifies the number of minimum lines per page.
int getCharactersPerInch()
throws SDKException
Gets the number of characters per inch.
int that specifies number of characters per inch.
SDKException - This is thrown if the process is unsuccessful.void setCharactersPerInch(int charsPerInch)
Sets the number of characters per inch.
charsPerInch - An int that specifies the number of characters per inch.
int getExportCharsetType()
throws SDKException
Gets the export charset type.
int representing the export charset type which is a value defined in ExportCharsetType
SDKException - This is thrown if the process is unsuccessful.void setExportCharsetType(int exportCharsetType)
Sets the export charset type.
pageAreaExportType - An int representing the export charset type which is a value defined in ExportCharsetType.
boolean isInsertFormFeedCharacter()
throws SDKException
Gets the isInsertFormFeedCharacter.
boolean that specifies the isInsertFormFeedCharacter.
SDKException - This is thrown if the process is unsuccessful.void setInsertFormFeedCharacter(boolean bInsertFormFeedCharacter)
Sets the isInsertFormFeedCharacter.
bInsertFormFeedCharacter - An boolean that specifies the isInsertFormFeedCharacter.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||