public final class EditableRangeEnd extends Node
To learn more, visit the Aspose.Words Document Object Model (DOM) documentation article.
A complete editable range in a Word document consists of a getEditableRangeStart() and a matching EditableRangeEnd with the same Id.
getEditableRangeStart() and EditableRangeEnd are just markers inside a document that specify where the editable range starts and ends.
Use the EditableRange class as a "facade" to work with an editable range as a single object.
Paragraph, but editable range start and editable range end can be in different paragraphs.
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(DocumentVisitor visitor)
Accepts a visitor.
|
int |
getDisplacedByCustomXml() |
EditableRangeStart |
getEditableRangeStart()
Corresponding EditableRangeStart, received by ID.
|
int |
getId()
Specifies the identifier of the editable range.
|
int |
getIdInternal() |
int |
getNodeType()
Returns
NodeType.EDITABLE_RANGE_END. |
int |
getParentIdInternal() |
void |
setDisplacedByCustomXml(int value) |
void |
setId(int value)
Specifies the identifier of the editable range.
|
void |
setIdInternal(int value) |
void |
setParentIdInternal(int value) |
dd, deepClone, getAncestor, getAncestor, getCustomNodeId, getDocument, getNextSibling, getParentNode, getPreviousSibling, getRange, getText, isComposite, memberwiseClone, nextPreOrder, nodeTypeToString, previousPreOrder, remove, setCustomNodeId, toString, toString, toString, visitorActionToBoolpublic final EditableRangeStart getEditableRangeStart() throws java.lang.Exception
EditableRangeStart value.java.lang.Exceptionpublic final boolean accept(DocumentVisitor visitor) throws java.lang.Exception
Calls DocumentVisitor.visitEditableRangeEnd(com.aspose.words.EditableRangeEnd).
For more info see the Visitor design pattern.
public final int getId()
int value.public final void setId(int value)
value - The corresponding int value.public final int getNodeType()
NodeType.EDITABLE_RANGE_END.getNodeType in class NodeNodeType.EDITABLE_RANGE_END. The returned value is one of NodeType constants.public final int getDisplacedByCustomXml()
public final void setDisplacedByCustomXml(int value)
public final int getIdInternal()
public final void setIdInternal(int value)
public final int getParentIdInternal()
public final void setParentIdInternal(int value)