Indicates whether the session is currently active.
Completes the current editing session and saves all changes. Document will reload.
Completes the current editing session without persisting any changes.
Retrieves all text blocks for a specific page.
The index of the page to retrieve text blocks for.
A promise that resolves with an array of TextBlocks for the given page.
Updates an array of text blocks with partial data.
Array of UpdatedTextBlock objects to update.
A promise that resolves when the update is complete.
This describes the content editor session returned by Instance#beginContentEditingSession.
It is independent of the content editor UI session, which is used to display the content editor UI. At one time, only one content editing session can be active, either this session or a UI session. Starting the UI session will deactivate this session. Also, if the contents of an opened document are modified while this session is active, the session will be deactivated.
Using this requires a license that includes the Content Editor component.