Uses of Class
org.odftoolkit.odfdom.type.Length
-
Packages that use Length Package Description org.odftoolkit.odfdom.type -
-
Uses of Length in org.odftoolkit.odfdom.type
Subclasses of Length in org.odftoolkit.odfdom.type Modifier and Type Class Description classCoordinateThis class represents the in OpenDocument format used data type coordinateclassDistanceThis class represents the in OpenDocument format used data type distanceclassNonNegativeLengthThis class represents the in OpenDocument format used data type nonNegativeLengthclassNonNegativePixelLengthThis class represents the in OpenDocument format used data type nonNegativePixelLengthclassPositiveLengthThis class represents the in OpenDocument format used data type positiveLengthMethods in org.odftoolkit.odfdom.type that return Length Modifier and Type Method Description static LengthLength. valueOf(String stringValue)Returns a Length instance representing the specified String value
-