Uses of Enum
org.odftoolkit.odfdom.type.Length.Unit
Packages that use Length.Unit
-
Uses of Length.Unit in org.odftoolkit.odfdom.type
Methods in org.odftoolkit.odfdom.type that return Length.UnitModifier and TypeMethodDescriptionstatic Length.UnitReturns the Unit of the given length.static Length.UnitReturns the enum constant of this type with the specified name.static Length.Unit[]Length.Unit.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odftoolkit.odfdom.type with parameters of type Length.UnitModifier and TypeMethodDescriptionstatic DoubleLength.getLength(String length, Length.Unit destinationUnit) Maps the a length string to a different unitstatic StringLength.mapToUnit(String length, Length.Unit destinationUnit) Maps the a length string to a different unitLength.mapToUnit(Length.Unit destinationUnit) static doubleLength.parseDouble(String length, Length.Unit destinationUnit) Maps the a length string to a different unitstatic intLength.parseInt(String length, Length.Unit destinationUnit) Returns the value of the given length as int.static longLength.parseLong(String length, Length.Unit destinationUnit) Maps the a length string to a different unit