Interface WSAuthorEditorPage

All Superinterfaces:
AuthorTooltipCustomizerProvider, WSAuthorEditorPageBase, WSEditorPage, WSTextBasedEditorPage
All Known Subinterfaces:
WSAuthorComponentEditorPage

@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface WSAuthorEditorPage extends WSAuthorEditorPageBase
Author editor page.
Since:
11.2
  • Method Details

    • getDocumentController

      AuthorDocumentController getDocumentController()
      Returns the Author document controller. It has methods for changing the document model.
      Returns:
      The controller for Author document. Cannot be null.
    • getTableAccess

      AuthorTableAccess getTableAccess()
      Returns the author table access provider responsible for obtaining table related information and executing table actions.
      Returns:
      The table related information and actions provider. Cannot be null.
    • getChangeTrackingController

      @Deprecated AuthorChangeTrackingController getChangeTrackingController()
      Deprecated.
      The change tracking controller used to toggle change tracking on and off and check its state.
      Returns:
      The change tracking controller. Cannot be null.
    • getReviewController

      AuthorReviewController getReviewController()
      Controller that can be used to toggle the change tracking state, modify the review highlight author name, the highlight painting or to obtain information about the properties used in the serialization and representation of the review highlight (author name, reviewer auto color or the current time stamp in a format identical to the one used by Oxygen for insert, delete and comment markers).
      Returns:
      The review controller. Cannot be null.
      Since:
      12
    • getOptionsStorage

      OptionsStorage getOptionsStorage()
      The object that manages the options stored for author extensions. This is also responsible for adding and removing listeners that are notified about the option changes.
      Returns:
      The object that manages the options stored for author extensions.
    • getOutlineAccess

      AuthorOutlineAccess getOutlineAccess()
      Get the author Outline access providing Outline related information.
      Returns:
      The Outline related informations and actions provider. Cannot be null.
    • getAuthorAccess

      AuthorAccess getAuthorAccess()
      Access class to the author functions. The WSAuthorEditorPage has most of the methods which can also be found in the AuthorAccess. This method is offered only as an useful way to have utility methods which take AuthorAccess as a parameter and to use them both from a plugin and from a framework. Provides access to specific components corresponding to editor, document, workspace, tables, change tracking and utility informations and actions.
      Returns:
      The author access.
      Since:
      14.1
    • addQuickAssistProcessor

      void addQuickAssistProcessor(SimpleQuickAssistProcessor processor)
      Register a quick assist processor. This allow you to provide quick custom quick assist proposals in the current editor page quick assist menu. The quick assist processor cannot be registered for WebAuthor application.
      Parameters:
      processor - The processor to be registered.
      Since:
      26.1

      *********************************
      EXPERIMENTAL - Subject to change
      ********************************

      Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.

    • removeQuickAssistProcessor

      void removeQuickAssistProcessor(SimpleQuickAssistProcessor processor)
      The processor to be unregistered.
      Parameters:
      processor - The processor to be unregistered.
      Since:
      26.1

      *********************************
      EXPERIMENTAL - Subject to change
      ********************************

      Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.