Interface IAuthorDocumentPositionedInfo
- All Known Implementing Classes:
AuthorDocumentPositionedInfo
@API(type=EXTENDABLE,
src=PUBLIC)
public interface IAuthorDocumentPositionedInfo
Interface defining the Author Mode document positioned info: allows you to specify the problem AuthorNode.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ro.sync.document.DPIData
Marks in the DPI that the offset is from the Author content -
Method Summary
Modifier and TypeMethodDescriptiongetNode()
boolean
Checks if the entire node should be selected.
-
Field Details
-
CONTENT_DATA
static final ro.sync.document.DPIData CONTENT_DATAMarks in the DPI that the offset is from the Author content
-
-
Method Details
-
getNode
AuthorNode getNode()- Returns:
- The node to locate the message.
-
isSelectEntireNode
boolean isSelectEntireNode()Checks if the entire node should be selected.- Returns:
true
if the entire node should be selected.
-