public class TextOptions extends ParserOptions
| Constructor | Description |
|---|---|
TextOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
TextOptions |
countPagesToExtract(Integer countPagesToExtract) |
|
boolean |
equals(Object o) |
|
TextOptions |
formattedTextOptions(FormattedTextOptions formattedTextOptions) |
|
Integer |
getCountPagesToExtract() |
Gets or sets the number of pages to extract.
|
FormattedTextOptions |
getFormattedTextOptions() |
Gets or sets the options which are used for formatted text extraction.
|
Integer |
getStartPageNumber() |
Gets or sets the zero-based start page index.
|
int |
hashCode() |
|
void |
setCountPagesToExtract(Integer countPagesToExtract) |
|
void |
setFormattedTextOptions(FormattedTextOptions formattedTextOptions) |
|
void |
setStartPageNumber(Integer startPageNumber) |
|
TextOptions |
startPageNumber(Integer startPageNumber) |
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcontainerItemInfo, fileInfo, getContainerItemInfo, getFileInfo, setContainerItemInfo, setFileInfopublic TextOptions formattedTextOptions(FormattedTextOptions formattedTextOptions)
public FormattedTextOptions getFormattedTextOptions()
public void setFormattedTextOptions(FormattedTextOptions formattedTextOptions)
public TextOptions startPageNumber(Integer startPageNumber)
public Integer getStartPageNumber()
public void setStartPageNumber(Integer startPageNumber)
public TextOptions countPagesToExtract(Integer countPagesToExtract)
public Integer getCountPagesToExtract()
public void setCountPagesToExtract(Integer countPagesToExtract)
public boolean equals(Object o)
equals in class ParserOptionspublic int hashCode()
hashCode in class ParserOptionspublic String toString()
toString in class ParserOptionsCopyright © 2025. All rights reserved.