public static class Configuration.InspectableSettings extends Object
A type containing settings related to inspectable documents.
Constructor and Description |
---|
InspectableSettings() |
Modifier and Type | Method and Description |
---|---|
Configuration.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.
|
public Configuration.InspectableSettings setEnabled(Boolean enabled)
Specifies whether to make the document inspectable.
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.
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.
This doc was generated on 2023-09-21. Copyright © 2002-2023 RealObjects GmbH. All Rights Reserved.