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.PageOrientation |
ExcelConvertOptions.getPageOrientationOverride()
Returns the value of the page orientation override option.
|
static ExcelConvertOptions.PageOrientation |
ExcelConvertOptions.PageOrientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExcelConvertOptions.PageOrientation[] |
ExcelConvertOptions.PageOrientation.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.setPageOrientationOverride(ExcelConvertOptions.PageOrientation orientation)
Sets a page orientation override that will be applied to all Worksheets.
|