Returns 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 number value of the element.
Number value.
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.
Returns system name of the element.
System name of the element.
Returns number value of the element.
Number value.
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.
Sets number value of the element.
Number value of the element.
Sets number value of the element.
Optionalvalue: anyNumber value of the element.
Interface used for marking elements with gettable value represented by number.