Class OperationThreadActionGoToThread


  • public class OperationThreadActionGoToThread
    extends Object
    When activated, the goToThread action jumps to a specific thread defined in the document.
    • Constructor Detail

      • OperationThreadActionGoToThread

        public OperationThreadActionGoToThread()
    • Method Detail

      • getBeadIndex

        @Nullable
        public @Nullable Integer getBeadIndex()
        The index of the thread section to which the jump should be. This value is optional and does not need to be specified. minimum: 0
        Returns:
        beadIndex
      • setBeadIndex

        public void setBeadIndex​(Integer beadIndex)
      • getPage

        @Nullable
        public @Nullable Integer getPage()
        The page number of the page where the thread is found. minimum: 1
        Returns:
        page
      • setPage

        public void setPage​(Integer page)
      • getThreadIndex

        @Nullable
        public @Nullable Integer getThreadIndex()
        The index of the thread in the document's thread directory to which the jump should be. This value is an alternative to \"threadTitle\" and does not have to be set if the latter has been specified. minimum: 0
        Returns:
        threadIndex
      • setThreadIndex

        public void setThreadIndex​(Integer threadIndex)
      • getThreadTitle

        @Nullable
        public @Nullable String getThreadTitle()
        The title of the thread to which the jump should be. This value is an alternative to \"threadIndex\" and does not have to be set if the latter has been specified.
        Returns:
        threadTitle
      • setThreadTitle

        public void setThreadTitle​(String threadTitle)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object