public class WordProcessingLoadOptions extends LoadOptions
| Modifier and Type | Class | Description |
|---|---|---|
static class |
WordProcessingLoadOptions.FontExtractionEnum |
Responsible for extracting font resources, which are used in the input WordProcessing document.
|
| Constructor | Description |
|---|---|
WordProcessingLoadOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
WordProcessingLoadOptions |
enableLanguageInformation(Boolean enableLanguageInformation) |
|
WordProcessingLoadOptions |
enablePagination(Boolean enablePagination) |
|
boolean |
equals(Object o) |
|
WordProcessingLoadOptions |
fontExtraction(WordProcessingLoadOptions.FontExtractionEnum fontExtraction) |
|
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.
|
WordProcessingLoadOptions.FontExtractionEnum |
getFontExtraction() |
Responsible for extracting font resources, which are used in the input WordProcessing document.
|
int |
hashCode() |
|
void |
setEnableLanguageInformation(Boolean enableLanguageInformation) |
|
void |
setEnablePagination(Boolean enablePagination) |
|
void |
setFontExtraction(WordProcessingLoadOptions.FontExtractionEnum fontExtraction) |
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitfileInfo, getFileInfo, getOutputPath, outputPath, setFileInfo, setOutputPathpublic WordProcessingLoadOptions enablePagination(Boolean enablePagination)
public Boolean getEnablePagination()
public void setEnablePagination(Boolean enablePagination)
public WordProcessingLoadOptions enableLanguageInformation(Boolean enableLanguageInformation)
public Boolean getEnableLanguageInformation()
public void setEnableLanguageInformation(Boolean enableLanguageInformation)
public WordProcessingLoadOptions fontExtraction(WordProcessingLoadOptions.FontExtractionEnum fontExtraction)
public WordProcessingLoadOptions.FontExtractionEnum getFontExtraction()
public void setFontExtraction(WordProcessingLoadOptions.FontExtractionEnum fontExtraction)
public boolean equals(Object o)
equals in class LoadOptionspublic int hashCode()
hashCode in class LoadOptionspublic String toString()
toString in class LoadOptionsCopyright © 2025. All rights reserved.