Package com.realobjects.pdfreactor
Class Configuration.InspectableSettings
java.lang.Object
com.realobjects.pdfreactor.Configuration.InspectableSettings
- Enclosing class:
Configuration
A type containing settings related to inspectable documents.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionsetEnabled
(Boolean enabled) Specifies whether to make the document inspectable.setEndPage
(Integer value) Specifies an optional page number below which the DOM is not inspected.setStartPage
(Integer value) Specifies an optional page number below which the DOM is not inspected.
-
Constructor Details
-
InspectableSettings
public InspectableSettings()
-
-
Method Details
-
setEnabled
Specifies whether to make the document inspectable.
-
setStartPage
Specifies an optional page number below which the DOM is not inspected.
Page numbers start at 1. The default 0 starts at the first page.
-
setEndPage
Specifies an optional page number below which the DOM is not inspected.
Page numbers start at 1. The default 0 goes up the last page. Other values are inclusive.
-