Package org.odftoolkit.odfdom.changes
Class TextSpanSelection
java.lang.Object
org.odftoolkit.odfdom.changes.TextSelection
org.odftoolkit.odfdom.changes.TextSpanSelection
- All Implemented Interfaces:
Comparable
- Author:
- svante.schubertATgmail.com
-
Field Summary
Fields inherited from class org.odftoolkit.odfdom.changes.TextSelection
mEndPosition, mSelectionElement, mStartPosition, mUrl -
Constructor Summary
ConstructorsConstructorDescriptionTextSpanSelection(TextSpanElement spanElement, List<Integer> startPosition) Constructor.TextSpanSelection(TextSpanElement spanElement, List<Integer> startPosition, List<Integer> endPosition) Constructor. -
Method Summary
Methods inherited from class org.odftoolkit.odfdom.changes.TextSelection
compareTo, getEndPosition, getSelectionElement, getStartPosition, getURL, hasUrl, overLapping, setEndPosition, setURLMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareTo
-
Constructor Details
-
TextSpanSelection
Constructor.- Parameters:
spanElement- the spanElement of the Span element.startPosition- the startPosition of the Span element.
-
TextSpanSelection
public TextSpanSelection(TextSpanElement spanElement, List<Integer> startPosition, List<Integer> endPosition) Constructor.- Parameters:
spanElement- the spanElement of the Span element.startPosition- the startPosition of the Span element.
-
-
Method Details