Class PageRangeRequest
java.lang.Object
org.apache.tika.renderer.PageRangeRequest
- All Implemented Interfaces:
RenderRequest
The range of pages to render. These are 1-based, and "to" is inclusive.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
RENDER_ALL
-
-
Constructor Details
-
PageRangeRequest
public PageRangeRequest(int from, int to)
-
-
Method Details
-
getFrom
public int getFrom() -
getTo
public int getTo() -
equals
-
hashCode
-