public final class EditableRangeStart 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 EditableRangeStart and a matching EditableRangeEnd with the same Id.
EditableRangeStart and EditableRangeEnd are just markers inside a document that specify where the editable range starts and ends.
Use the getEditableRange() 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() |
EditableRange |
getEditableRange()
Gets the facade object that encapsulates this editable range start and end.
|
int |
getId()
Specifies the identifier of the editable range.
|
int |
getIdInternal() |
int |
getNodeType()
Returns
NodeType.EDITABLE_RANGE_START. |
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 boolean accept(DocumentVisitor visitor) throws java.lang.Exception
Calls DocumentVisitor.visitEditableRangeStart(com.aspose.words.EditableRangeStart).
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 EditableRange getEditableRange()
public final int getNodeType()
NodeType.EDITABLE_RANGE_START.getNodeType in class NodeNodeType.EDITABLE_RANGE_START. 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)