|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FoProperty | |
---|---|
org.foray.fotree | Classes for parsing and representing the XSL-FO document input objects and properties in the various namespaces. |
org.foray.fotree.fo | Namespace and Factory classes for objects in the fo: (XSL Formatting Objects) namespace. |
org.foray.fotree.fo.prop | Classes representing XSL-FO properties (See Section 7 of the XSL-FO 1.0 Standard). |
org.foray.fotree.value | Classes representing the various ways that property values can be specified in XSL-FO, including Datatypes, Functions, and Expressions (See Section 5.11 of the XSL 1.0 Standard). |
Uses of FoProperty in org.foray.fotree |
---|
Methods in org.foray.fotree with parameters of type FoProperty | |
---|---|
Property |
FObj.ancestorProperty(FoProperty propertyType)
Returns the nearest ancestor property of a specified type. |
Uses of FoProperty in org.foray.fotree.fo |
---|
Methods in org.foray.fotree.fo that return FoProperty | |
---|---|
static FoProperty |
PropertyMakerFO.enumeratePropertyName(String inputPropertyName)
Converts a property name to its integral equivalent. |
abstract FoProperty |
AbstractFoProperty.getPropertyType()
Returns the type of this property. |
static FoProperty |
FoProperty.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FoProperty[] |
FoProperty.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
static FoProperty |
FoProperty.xslValueOf(String xslName)
Similar to the Java 1.5 Enum valueOf(String) method, but operates on the XSL-FO name of the property instead of its enumerated name. |
Uses of FoProperty in org.foray.fotree.fo.prop |
---|
Methods in org.foray.fotree.fo.prop with parameters of type FoProperty | |
---|---|
protected PropertyValue |
PdBorderColor.createPropertyValue(FObj fobj,
FoProperty enumeration,
String value)
Converts the unparsed property value into its parsed, storable value. |
protected PropertyValue |
AbstractBorderColor.createPropertyValue(FObj fobj,
FoProperty enumeration,
String value)
Converts the unparsed property value into its parsed, storable value. |
double |
AbstractPause.getShorthandValue(org.axsl.fo.FoContext context,
FObj fobj,
FoProperty propertyType)
Returns the value of this property for the case where it is a shorthand. |
String |
AbstractCue.getShorthandValue(org.axsl.fo.FoContext context,
FObj fobj,
FoProperty propertyType)
Returns the value of this property for the case that this property is a shorthand. |
double |
AbstractPause.getValue(org.axsl.fo.FoContext context,
FObj fobj,
FoProperty propertyType)
Returns the value of this property. |
String |
AbstractCue.getValue(org.axsl.fo.FoContext context,
FObj fobj,
FoProperty propertyType)
Returns the value of this property. |
static double |
AbstractAudioDial.getValueNoInstance(org.axsl.fo.FoContext context,
FObj fobj,
FoProperty propertyType)
Returns the default (initial) value for this property. |
static int |
AbstractKeep.getValueNoInstance(org.axsl.fo.FoContext context,
FoProperty propertyType,
AbstractKeep.Type subProperty,
FObj fobj)
Returns the default (initial) value for this property. |
Uses of FoProperty in org.foray.fotree.value |
---|
Methods in org.foray.fotree.value that return FoProperty | |
---|---|
FoProperty |
FnSystemFont.getPropertyType()
Returns the property type, if any, specified by this function. |
protected FoProperty |
FnAbstractNamedProperty.getPropertyType()
Returns the property type to be operated on by the subclass. |
Methods in org.foray.fotree.value with parameters of type FoProperty | |
---|---|
Property |
PropertyCollection.findProperty(FoProperty propertyType)
Returns the first occurrence of a Property in the collection that is of the type propertyType. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |