public class BarcodesOptions extends ParserOptions
| Constructor | Description |
|---|---|
BarcodesOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
BarcodesOptions |
countPagesToExtract(Integer countPagesToExtract) |
|
boolean |
equals(Object o) |
|
Integer |
getCountPagesToExtract() |
Gets or sets the number of pages to extract.
|
String |
getOutputPath() |
Gets or sets the output path for extracted barcodes.
|
Integer |
getStartPageNumber() |
Gets or sets the zero-based start page index.
|
int |
hashCode() |
|
BarcodesOptions |
outputPath(String outputPath) |
|
void |
setCountPagesToExtract(Integer countPagesToExtract) |
|
void |
setOutputPath(String outputPath) |
|
void |
setStartPageNumber(Integer startPageNumber) |
|
BarcodesOptions |
startPageNumber(Integer startPageNumber) |
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcontainerItemInfo, fileInfo, getContainerItemInfo, getFileInfo, setContainerItemInfo, setFileInfopublic BarcodesOptions outputPath(String outputPath)
public String getOutputPath()
public void setOutputPath(String outputPath)
public BarcodesOptions startPageNumber(Integer startPageNumber)
public Integer getStartPageNumber()
public void setStartPageNumber(Integer startPageNumber)
public BarcodesOptions 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.