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

    Fields
    Modifier and Type
    Field
    Description
    static final ro.sync.document.DPIData
    Marks in the DPI that the offset is from the Author content
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
    Checks if the entire node should be selected.
  • Field Details

    • CONTENT_DATA

      static final ro.sync.document.DPIData CONTENT_DATA
      Marks 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.