Uses of Class
org.apache.fop.fo.properties.NumberProperty
-
Packages that use NumberProperty Package Description org.apache.fop.fo.properties Classes representing the various property types as well as supporting data structures for the FO tree. -
-
Uses of NumberProperty in org.apache.fop.fo.properties
Fields in org.apache.fop.fo.properties declared as NumberProperty Modifier and Type Field Description NumberPropertyCommonHyphenation. hyphenationPushCharacterCountThe "hyphenation-push-character-count" propertyNumberPropertyCommonHyphenation. hyphenationRemainCharacterCountThe "hyphenation-remain-character-count" propertyMethods in org.apache.fop.fo.properties that return NumberProperty Modifier and Type Method Description static NumberPropertyNumberProperty. getInstance(double num)Returns the canonical NumberProperty instance corresponding to the given doublestatic NumberPropertyNumberProperty. getInstance(int num)Returns the canonical NumberProperty instance corresponding to the given intstatic NumberPropertyNumberProperty. getInstance(java.lang.Double num)Returns the canonical NumberProperty instance corresponding to the given Numberstatic NumberPropertyNumberProperty. getInstance(java.lang.Integer num)Returns the canonical NumberProperty instance corresponding to the given Integer
-