AbstractReturns document in which the element is located.
Document in which the element is located.
Returns type of the element.
Type of the element as string.
Returns id of the element.
Id of the element.
Returns depth of the element.
Depth of the element.
Returns parent of the element.
Parent of the element, or null if this element has no parent.
Returns parent paragraph of the element. The paragraph doesn't have to be direct parent of the element.
Parent paragraph of the element, or null if this element has no parent.
Gets string value of currently selected option.
String value of selected.
Returns system name of the element.
System name of the element.
Gets string value of currently selected option.
String value of selected.
Checks if the element has specified tag.
Tag that is checked.
True if element has specified tag, false otherwise.
Checks if the element is repeated.
True if element is repeated, false otherwise.
Checks if the element is visible.
True if element is visible, false otherwise.
Selects option by the option value.
OptionaloptionValue: anyValue of selected option.
Selects multiple options by their option values.
Array of values of options to be selected.
Selects option by the option value.
Value of selected option.
Selects multiple options by their option values.
Array of values of options to be selected.
Selects option by order.
Order number of option to be selected.
Selects multiple options by their order.
Array of order numbers of options to be selected.
Interface used for marking elements with gettable value represented by string.