Interface IDocumentProcessingSettingsManager

All Known Implementing Classes:
DocumentProcessingSettingsManager

public interface IDocumentProcessingSettingsManager
Control state of document load-time and save-time additional processing. Currently load-time and save-time processing is used to inject externally-stored localized strings during document load and extract localized string from document and store them to external storage during document save.
  • Method Details

    • isDocumentLoadProcessingEnabled

      boolean isDocumentLoadProcessingEnabled()
      Get current state of document load-time processing.
      Returns:
      true if document load-time processing enabled, false otherwise.
    • isDocumentSaveProcessingEnabled

      boolean isDocumentSaveProcessingEnabled()
      Get current state of document save-time processing.
      Returns:
      true if document save-time processing enabled, false otherwise.
    • lockDocumentLoadProcessing

      void lockDocumentLoadProcessing()
      Lock document load-time processing.
    • unlockDocumentLoadProcessing

      void unlockDocumentLoadProcessing()
      Unlock document load-time processing.
    • lockDocumentSaveProcessing

      void lockDocumentSaveProcessing()
      Lock document save-time processing.
    • unlockDocumentSaveProcessing

      void unlockDocumentSaveProcessing()
      Unlock document save-time processing.