Uses of Class
org.apache.fop.fo.properties.NumberProperty
Packages that use NumberProperty
Package
Description
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 NumberPropertyModifier and TypeFieldDescriptionfinal NumberProperty
CommonHyphenation.hyphenationPushCharacterCount
The "hyphenation-push-character-count" propertyfinal NumberProperty
CommonHyphenation.hyphenationRemainCharacterCount
The "hyphenation-remain-character-count" propertyMethods in org.apache.fop.fo.properties that return NumberPropertyModifier and TypeMethodDescriptionstatic NumberProperty
NumberProperty.getInstance
(double num) Returns the canonical NumberProperty instance corresponding to the given doublestatic NumberProperty
NumberProperty.getInstance
(int num) Returns the canonical NumberProperty instance corresponding to the given intstatic NumberProperty
NumberProperty.getInstance
(Double num) Returns the canonical NumberProperty instance corresponding to the given Numberstatic NumberProperty
NumberProperty.getInstance
(Integer num) Returns the canonical NumberProperty instance corresponding to the given Integer