public abstract class FixedLayoutEditOptionsBase extends Object implements IEditOptions
Base abstract class for the options for all documents of fixed-layout formats like PDF and XPS
| Constructor and Description |
|---|
FixedLayoutEditOptionsBase() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnablePagination()
Allows to enable (true) or disable (false) pagination in the resultant HTML document.
|
PageRange |
getPages()
Allows to set a page range to process.
|
boolean |
getSkipImages()
Gets or sets the flag indicating whether images must be skipped while converting input fixed-layout document to the resultant HTML.
|
void |
setEnablePagination(boolean value)
Allows to enable (true) or disable (false) pagination in the resultant HTML document.
|
void |
setPages(PageRange value)
Allows to set a page range to process.
|
void |
setSkipImages(boolean value)
Gets or sets the flag indicating whether images must be skipped while converting input fixed-layout document to the resultant HTML.
|
public final boolean getEnablePagination()
Allows to enable (true) or disable (false) pagination in the resultant HTML document. By default is disabled (false).
public final PageRange getPages()
Allows to set a page range to process. By default all pages of a fixed-layout document are processed.
public final boolean getSkipImages()
Gets or sets the flag indicating whether images must be skipped while converting input fixed-layout document to the resultant HTML. Default is false - images are preserved.
public final void setEnablePagination(boolean value)
Allows to enable (true) or disable (false) pagination in the resultant HTML document. By default is disabled (false).
public final void setPages(PageRange value)
Allows to set a page range to process. By default all pages of a fixed-layout document are processed.
public final void setSkipImages(boolean value)
Gets or sets the flag indicating whether images must be skipped while converting input fixed-layout document to the resultant HTML. Default is false - images are preserved.
Copyright © 2024. All rights reserved.