public final class EbookEditOptions extends Object implements IEditOptions
| Constructor and Description |
|---|
EbookEditOptions()
Initializes a new instance of the
EbookEditOptions class, where all options are set to their default values |
EbookEditOptions(boolean enablePagination)
Initializes a new instance of the
EbookEditOptions class with specified pagination mode |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnableLanguageInformation()
Specifies whether language information is exported to the HTML markup in a form of 'lang' HTML attributes.
|
boolean |
getEnablePagination()
Allows to enable or disable pagination in the resultant HTML document.
|
void |
setEnableLanguageInformation(boolean value)
Specifies whether language information is exported to the HTML markup in a form of 'lang' HTML attributes.
|
void |
setEnablePagination(boolean value)
Allows to enable or disable pagination in the resultant HTML document.
|
public EbookEditOptions()
Initializes a new instance of the EbookEditOptions class, where all options are set to their default values
public EbookEditOptions(boolean enablePagination)
Initializes a new instance of the EbookEditOptions class with specified pagination mode
enablePagination - Enables (true) or disables (false) pagination of the e-book content in the resultant HTML document. By default is disabled (false).public final boolean getEnableLanguageInformation()
Specifies whether language information is exported to the HTML markup in a form of 'lang' HTML attributes.
This option may be useful for roundtrip conversion of the multi-language documents. By default it is disabled (false).
public final boolean getEnablePagination()
Allows to enable or disable pagination in the resultant HTML document. By default is disabled (false).
false) or paged (true) view.public final void setEnableLanguageInformation(boolean value)
Specifies whether language information is exported to the HTML markup in a form of 'lang' HTML attributes.
This option may be useful for roundtrip conversion of the multi-language documents. By default it is disabled (false).
public final void setEnablePagination(boolean value)
Allows to enable or disable pagination in the resultant HTML document. By default is disabled (false).
false) or paged (true) view.Copyright © 2026. All rights reserved.