Package | Description |
---|---|
com.qoppa.office |
This package contains the main classes to load and convert MS Word documents.
|
Modifier and Type | Method and Description |
---|---|
ExcelConvertOptions.Paging |
ExcelConvertOptions.getPaging()
Returns the value of the Paging option.
|
static ExcelConvertOptions.Paging |
ExcelConvertOptions.Paging.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExcelConvertOptions.Paging[] |
ExcelConvertOptions.Paging.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ExcelConvertOptions.setPaging(ExcelConvertOptions.Paging paging)
Sets the paging option.
|