Uses of Class
org.odftoolkit.odfdom.changes.TextSelection
-
Packages that use TextSelection Package Description org.odftoolkit.odfdom.changes -
-
Uses of TextSelection in org.odftoolkit.odfdom.changes
Subclasses of TextSelection in org.odftoolkit.odfdom.changes Modifier and Type Class Description classTextFieldSelectionclassTextHyperlinkSelectionclassTextSpanSelectionMethods in org.odftoolkit.odfdom.changes that return types with arguments of type TextSelection Modifier and Type Method Description Collection<TextSelection>TextContainingElement. getTextSelections()Methods in org.odftoolkit.odfdom.changes with parameters of type TextSelection Modifier and Type Method Description OdfElementTextContainingElement. appendTextSelection(TextSelection outerSelection)static booleanTextSelection. overLapping(TextSelection s1, TextSelection s2)Test if one of the two given TextSelection is overlappingMethod parameters in org.odftoolkit.odfdom.changes with type arguments of type TextSelection Modifier and Type Method Description TextHyperlinkSelectionTextHyperlinkSelection. getOverLappingHyperlinkSelection(TreeSet<TextSelection> set)
-