Uses of Class
com.realobjects.pdfreactor.Configuration.InspectableSettings
Packages that use Configuration.InspectableSettings
-
Uses of Configuration.InspectableSettings in com.realobjects.pdfreactor
Methods in com.realobjects.pdfreactor that return Configuration.InspectableSettingsModifier and TypeMethodDescriptionConfiguration.InspectableSettings.setEnabled
(Boolean enabled) Specifies whether to make the document inspectable.Configuration.InspectableSettings.setEndPage
(Integer value) Specifies an optional page number below which the DOM is not inspected.Configuration.InspectableSettings.setStartPage
(Integer value) Specifies an optional page number below which the DOM is not inspected.Methods in com.realobjects.pdfreactor with parameters of type Configuration.InspectableSettingsModifier and TypeMethodDescriptionfinal Configuration
Configuration.setInspectableSettings
(Configuration.InspectableSettings value) When enabled, makes the converted document inspectable with the PDFreactor Development Tools.