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 class
Coordinate
This class represents the in OpenDocument format used data type coordinateclass
Distance
This class represents the in OpenDocument format used data type distanceclass
NonNegativeLength
This class represents the in OpenDocument format used data type nonNegativeLengthclass
NonNegativePixelLength
This class represents the in OpenDocument format used data type nonNegativePixelLengthclass
PositiveLength
This class represents the in OpenDocument format used data type positiveLengthMethods in org.odftoolkit.odfdom.type that return Length Modifier and Type Method Description static Length
Length. valueOf(String stringValue)
Returns a Length instance representing the specified String value
-