Oxygen XML Editor, Version 13.2

ro.sync.exml.workspace.api.editor.page.author
Interface WSAuthorEditorPage

All Superinterfaces:
WSAuthorEditorPageBase, WSEditorPage, WSTextBasedEditorPage

@API(type=NOT_EXTENDABLE,
     src=PUBLIC)
public interface WSAuthorEditorPage
extends WSAuthorEditorPageBase

Author editor page.

Since:
11.2

Method Summary
 ro.sync.ecss.extensions.api.AuthorChangeTrackingController getChangeTrackingController()
          Deprecated. Use getReviewController() instead.
 ro.sync.ecss.extensions.api.AuthorDocumentController getDocumentController()
          Returns the Author document controller.
 ro.sync.ecss.extensions.api.OptionsStorage getOptionsStorage()
          The object that manages the options stored for author extensions.
 ro.sync.ecss.extensions.api.access.AuthorOutlineAccess getOutlineAccess()
          Get the author Outline access providing Outline related information.
 ro.sync.ecss.extensions.api.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).
 ro.sync.ecss.extensions.api.access.AuthorTableAccess getTableAccess()
          Returns the author table access provider responsible for obtaining table related information and executing table actions.
 
Methods inherited from interface ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPageBase
addAuthorAttributesDisplayFilter, addAuthorCaretListener, addAuthorMouseListener, getActionsProvider, getAuthorComponent, getBalancedSelectionEnd, getBalancedSelectionStart, getDefaultAuthorSchemaAwareEditingHandler, getFullySelectedNode, getHighlighter, getPersistentHighlighter, getStyles, refresh, refresh, removeAuthorAttributesDisplayFilter, removeAuthorCaretListener, removeAuthorMouseListener, setPopUpMenuCustomizer, viewToModel
 
Methods inherited from interface ro.sync.exml.workspace.api.editor.page.WSTextBasedEditorPage
deleteSelection, getCaretOffset, getLocationOnScreenAsPoint, getSelectedText, getSelectionEnd, getSelectionStart, getWordAtCaret, hasSelection, modelToViewRectangle, select, selectWord, setCaretPosition, setEditable, viewToModelOffset
 

Method Detail

getDocumentController

ro.sync.ecss.extensions.api.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

ro.sync.ecss.extensions.api.access.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
ro.sync.ecss.extensions.api.AuthorChangeTrackingController getChangeTrackingController()
Deprecated. Use getReviewController() instead.

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

ro.sync.ecss.extensions.api.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

ro.sync.ecss.extensions.api.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

ro.sync.ecss.extensions.api.access.AuthorOutlineAccess getOutlineAccess()
Get the author Outline access providing Outline related information.

Returns:
The Outline related informations and actions provider. Cannot be null.

Oxygen XML Editor, Version 13.2

© Copyright Syncro Soft SRL 2002 - 2012.