Package | Description |
---|---|
org.apache.fop.fo.properties |
Classes representing the various property types as well as supporting data structures for the FO tree.
|
Modifier and Type | Field and Description |
---|---|
NumberProperty |
CommonHyphenation.hyphenationPushCharacterCount
The "hyphenation-push-character-count" property
|
NumberProperty |
CommonHyphenation.hyphenationRemainCharacterCount
The "hyphenation-remain-character-count" property
|
Modifier and Type | Method and Description |
---|---|
static NumberProperty |
NumberProperty.getInstance(double num)
Returns the canonical NumberProperty instance
corresponding to the given double
|
static NumberProperty |
NumberProperty.getInstance(java.lang.Double num)
Returns the canonical NumberProperty instance
corresponding to the given Number
|
static NumberProperty |
NumberProperty.getInstance(int num)
Returns the canonical NumberProperty instance
corresponding to the given int
|
static NumberProperty |
NumberProperty.getInstance(java.lang.Integer num)
Returns the canonical NumberProperty instance
corresponding to the given Integer
|
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.