Class Configuration.InspectableSettings

java.lang.Object
com.realobjects.pdfreactor.Configuration.InspectableSettings
Enclosing class:
Configuration

public static final class Configuration.InspectableSettings extends Object

A type containing settings related to inspectable documents.

  • Constructor Details

    • InspectableSettings

      public InspectableSettings()
  • Method Details

    • setEnabled

      public Configuration.InspectableSettings setEnabled(Boolean enabled)

      Specifies whether to make the document inspectable.

    • setStartPage

      public Configuration.InspectableSettings setStartPage(Integer value)

      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

      public Configuration.InspectableSettings setEndPage(Integer value)

      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.