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 Detail

      • CONTENT_DATA

        static final ro.sync.document.DPIData CONTENT_DATA
        Marks in the DPI that the offset is from the Author content
    • Method Detail

      • 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.