Returns date value of the element.
Date value.
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 whether MonthByWords is enabled.
MonthByWord value.
Returns date value of the element as UTC timestamp in milliseconds.
Date 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 date in ISO 8601 format.
String date value.
Returns system name of the element.
System name of the element.
Returns date in ISO 8601 format.
Date 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 date value of the element from the JS Date object.
Date value.
Sets whether MonthByWords is enabled.
MonthByWords value.
Sets date value of the element from UTC timestamp number in milliseconds.
Number value in milliseconds.
Sets date value of the element from string in ISO 8601 format.
Optionalvalue: stringString value.
Sets date value of the element.
Optionalvalue: anyDate value.
Interface used for marking elements with gettable value represented by string.