| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
static PrintErrors |
PrintErrors.forValue(int value) |
PrintErrors |
PageSettings.getPrintErrors()
Returns an PrintErrors contstant specifying the type of print error displayed.
|
PrintErrors |
PageSettings.getPrintErrors()
Returns an PrintErrors contstant specifying the type of print error displayed.
|
PrintErrors |
IPageSetup.getPrintErrors()
Gets an PrintErrors contstant specifying the type of print error
displayed.
|
static PrintErrors |
PrintErrors.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PrintErrors[] |
PrintErrors.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PageSettings.setPrintErrors(PrintErrors value)
Sets an PrintErrors contstant specifying the type of print error displayed.
|
void |
PageSettings.setPrintErrors(PrintErrors value)
Sets an PrintErrors contstant specifying the type of print error displayed.
|
void |
IPageSetup.setPrintErrors(PrintErrors value)
Sets an PrintErrors contstant specifying the type of print error displayed.
|