Class TextFieldSelection

java.lang.Object
org.odftoolkit.odfdom.changes.TextSelection
org.odftoolkit.odfdom.changes.TextFieldSelection
All Implemented Interfaces:
Comparable

public class TextFieldSelection extends TextSelection implements Comparable
Author:
svante.schubertATgmail.com
  • Constructor Details

    • TextFieldSelection

      public TextFieldSelection(OdfElement fieldElement, List<Integer> startPosition, OdfOfficeAutomaticStyles autoStyles, Map<String,TextUserFieldDeclElement> userFieldDecls)
      Constructor.
      Parameters:
      fieldElement - the fieldElement of the Field element.
      startPosition - the startPosition of the Field element.
    • TextFieldSelection

      public TextFieldSelection(OdfElement fieldElement, List<Integer> startPosition, String replacementText)
      Constructor.
      Parameters:
      fieldElement - the fieldElement of the Field element.
      startPosition - the startPosition of the Field element.
  • Method Details