@NoIntersections public class ExtractTextByPagesParameters extends SinglePdfSourceMultipleOutputParameters implements PageRangeSelection, PagesSelection
| Constructor and Description |
|---|
ExtractTextByPagesParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAllPageRanges(Collection<PageRange> ranges) |
void |
addPageRange(PageRange range) |
boolean |
equals(Object other) |
Set<Integer> |
getPages(int totalNumberOfPage) |
Set<PageRange> |
getPageSelection() |
PdfSource<?> |
getSource() |
String |
getTextEncoding() |
int |
hashCode() |
boolean |
isAllPages() |
void |
setSource(PdfSource<?> source)
Set the source for this parameter.
|
void |
setTextEncoding(String textEncoding) |
getOutput, getOutputPrefix, setOutput, setOutputPrefixgetMinRequiredPdfVersion, getVersion, isCompress, setCompress, setVersionisOverwrite, setOverwrite, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisOverwritepublic String getTextEncoding()
public void setTextEncoding(String textEncoding)
public Set<PageRange> getPageSelection()
getPageSelection in interface PageRangeSelectionpublic void addPageRange(PageRange range)
public void addAllPageRanges(Collection<PageRange> ranges)
public boolean isAllPages()
public Set<Integer> getPages(int totalNumberOfPage)
getPages in interface PagesSelectiontotalNumberOfPage - the number of pages of the document (upper limit).PageRange set.PagesSelection.getPages(int)public int hashCode()
hashCode in class SinglePdfSourceMultipleOutputParameterspublic boolean equals(Object other)
equals in class SinglePdfSourceMultipleOutputParameterspublic PdfSource<?> getSource()
getSource in interface SinglePdfSourceTaskParameterspublic void setSource(PdfSource<?> source)
SinglePdfSourceTaskParameterssetSource in interface SinglePdfSourceTaskParametersCopyright © 2015. All Rights Reserved.