Class HighlightTextCommand

All Implemented Interfaces:
Command

public class HighlightTextCommand extends AbstractDocumentCommand
A Command responsible for creating a TextHighlightAnnotation
  • Constructor Details

    • HighlightTextCommand

      public HighlightTextCommand(String profileId, String typeName)
      The constructor taking the necessary arguments in order to be able to later create the according annotation.
      Parameters:
      profileId - the param defining profileId
      typeName - the param defining typeName
    • HighlightTextCommand

      public HighlightTextCommand(String profileId, String typeName, boolean isAllowMultiPageSelection)
      The constructor taking the necessary arguments in order to be able to later create the according annotation.
      Parameters:
      profileId - the param defining profileId
      typeName - the param defining typeName
      isAllowMultiPageSelection - the param defining isAllowMultiPageSelection
  • Method Details