Uses of Class
org.apache.fop.fo.Property

Packages that use Property
org.apache.fop.fo 
org.apache.fop.fo.expr 
org.apache.fop.fo.properties 
org.apache.fop.svg 

Uses of Property in org.apache.fop.fo
 

Subclasses of Property in org.apache.fop.fo
class CharacterProperty
          
class ColorTypeProperty
          
class EnumProperty
          
class LengthProperty
          
class LengthRangeProperty
          
class NumberProperty
          
class SpaceProperty
          
class StringProperty
          
 

Methods in org.apache.fop.fo that return Property
PropertyCharacterProperty.Maker.make(PropertyList propertyList, String value, FObj fo)
          
PropertyEnumProperty.Maker.make(PropertyList propertyList, String value, FObj fo)
          
PropertyFObj.getProperty(String name)
          lets outside sources access the property list first used by PageNumberCitation to find the "id" property
PropertyFONode.getProperty(String name)
          lets outside sources access the property list first used by PageNumberCitation to find the "id" property returns null by default, overide this function when there is a property list
PropertyProperty.Maker.compute(PropertyList propertyList)
          Return a Property object representing the value of this property, based on other property values for this FO.
PropertyProperty.Maker.getSubpropValue(Property p, String subprop)
          Return a property value for the given component of a compound property.
PropertyProperty.Maker.make(Property baseProp, String partName, PropertyList propertyList, String value, FObj fo)
          Return a property value for a compound property.
PropertyProperty.Maker.make(PropertyList propertyList, String value, FObj fo)
          Create a Property object from an attribute specification.
PropertyProperty.Maker.make(PropertyList propertyList)
          Return a Property object representing the initial value.
PropertyPropertyList.get(String propertyName)
          Return the property on the current FlowObject.
PropertyPropertyList.getExplicit(String propertyName)
          Return the value explicitly specified on this FO.
PropertyPropertyList.getFromParent(String propertyName)
          Return the value of this property on the parent of this FO.
PropertyPropertyList.getInherited(String propertyName)
          Return the value of this property inherited by this FO.
PropertyPropertyList.getNearestSpecified(String propertyName)
          Return the "nearest" specified value for the given property.
PropertyPropertyListBuilder.computeProperty(PropertyList propertyList, String space, String element, String propertyName)
          
PropertyPropertyListBuilder.getSubpropValue(String space, String element, String propertyName, Property p, String subpropName)
          
PropertyPropertyListBuilder.makeProperty(PropertyList propertyList, String space, String element, String propertyName)
          
PropertyStringProperty.Maker.make(PropertyList propertyList, String value, FObj fo)
          
 

Methods in org.apache.fop.fo with parameters of type Property
PropertyProperty.Maker.getSubpropValue(Property p, String subprop)
          Return a property value for the given component of a compound property.
PropertyProperty.Maker.make(Property baseProp, String partName, PropertyList propertyList, String value, FObj fo)
          Return a property value for a compound property.
PropertyPropertyListBuilder.getSubpropValue(String space, String element, String propertyName, Property p, String subpropName)
          
 

Uses of Property in org.apache.fop.fo.expr
 

Subclasses of Property in org.apache.fop.fo.expr
class NCnameProperty
          
class NumericProperty
          
 

Methods in org.apache.fop.fo.expr that return Property
PropertyAbsFunction.eval(Property[] args, PropertyInfo propInfo)
          
PropertyCeilingFunction.eval(Property[] args, PropertyInfo pInfo)
          
PropertyFloorFunction.eval(Property[] args, PropertyInfo pInfo)
          
PropertyFromParentFunction.eval(Property[] args, PropertyInfo pInfo)
          
PropertyFromTableColumnFunction.eval(Property[] args, PropertyInfo pInfo)
          
PropertyFunction.eval(Property[] args, PropertyInfo propInfo)
          
PropertyInheritedPropFunction.eval(Property[] args, PropertyInfo pInfo)
          
PropertyMaxFunction.eval(Property[] args, PropertyInfo pInfo)
          
PropertyMinFunction.eval(Property[] args, PropertyInfo pInfo)
          
PropertyNearestSpecPropFunction.eval(Property[] args, PropertyInfo pInfo)
          
PropertyPPColWidthFunction.eval(Property[] args, PropertyInfo pInfo)
          
static PropertyPropertyParser.parse(String expr, PropertyInfo propInfo)
          Public entrypoint to the Property expression parser.
(package private) Property[]PropertyParser.parseArgs(int nbArgs)
          Parse a comma separated list of function arguments.
PropertyRGBColorFunction.eval(Property[] args, PropertyInfo pInfo)
          
PropertyRoundFunction.eval(Property[] args, PropertyInfo pInfo)
          
 

Methods in org.apache.fop.fo.expr with parameters of type Property
PropertyAbsFunction.eval(Property[] args, PropertyInfo propInfo)
          
PropertyCeilingFunction.eval(Property[] args, PropertyInfo pInfo)
          
PropertyFloorFunction.eval(Property[] args, PropertyInfo pInfo)
          
PropertyFromParentFunction.eval(Property[] args, PropertyInfo pInfo)
          
PropertyFromTableColumnFunction.eval(Property[] args, PropertyInfo pInfo)
          
PropertyFunction.eval(Property[] args, PropertyInfo propInfo)
          
PropertyInheritedPropFunction.eval(Property[] args, PropertyInfo pInfo)
          
PropertyMaxFunction.eval(Property[] args, PropertyInfo pInfo)
          
PropertyMinFunction.eval(Property[] args, PropertyInfo pInfo)
          
PropertyNearestSpecPropFunction.eval(Property[] args, PropertyInfo pInfo)
          
PropertyPPColWidthFunction.eval(Property[] args, PropertyInfo pInfo)
          
PropertyRGBColorFunction.eval(Property[] args, PropertyInfo pInfo)
          
PropertyRoundFunction.eval(Property[] args, PropertyInfo pInfo)
          
 

Uses of Property in org.apache.fop.fo.properties
 

Methods in org.apache.fop.fo.properties that return Property
PropertyBackgroundColorMaker.make(PropertyList propertyList)
          
PropertyBlankOrNotBlankMaker.make(PropertyList propertyList)
          
PropertyBorderAfterColorMaker.make(PropertyList propertyList)
          
PropertyBorderBeforeColorMaker.make(PropertyList propertyList)
          
PropertyBorderBottomColorMaker.make(PropertyList propertyList)
          
PropertyBorderBottomMaker.make(PropertyList propertyList)
          
PropertyBorderColorMaker.make(PropertyList propertyList)
          
PropertyBorderEndColorMaker.make(PropertyList propertyList)
          
PropertyBorderLeftColorMaker.make(PropertyList propertyList)
          
PropertyBorderLeftMaker.make(PropertyList propertyList)
          
PropertyBorderRightColorMaker.make(PropertyList propertyList)
          
PropertyBorderRightMaker.make(PropertyList propertyList)
          
PropertyBorderStartColorMaker.make(PropertyList propertyList)
          
PropertyBorderTopColorMaker.make(PropertyList propertyList)
          
PropertyBorderTopMaker.make(PropertyList propertyList)
          
PropertyBorderWidthMaker.make(PropertyList propertyList)
          
PropertyBottomMaker.make(PropertyList propertyList)
          
PropertyCharacterMaker.make(PropertyList propertyList)
          
PropertyColorMaker.make(PropertyList propertyList)
          
PropertyColumnCountMaker.make(PropertyList propertyList)
          
PropertyColumnGapMaker.make(PropertyList propertyList)
          
PropertyColumnNumberMaker.make(PropertyList propertyList)
          
PropertyColumnWidthMaker.make(PropertyList propertyList)
          
PropertyContentHeightMaker.make(PropertyList propertyList)
          
PropertyContentWidthMaker.make(PropertyList propertyList)
          
PropertyCountryMaker.make(PropertyList propertyList)
          
PropertyElementClassMaker.make(PropertyList propertyList)
          
PropertyEndIndentMaker.make(PropertyList propertyList)
          
PropertyExtentMaker.make(PropertyList propertyList)
          
PropertyExternalDestinationMaker.make(PropertyList propertyList)
          
PropertyFlowNameMaker.make(PropertyList propertyList)
          
PropertyFontFamilyMaker.make(PropertyList propertyList)
          
PropertyFontSizeMaker.make(PropertyList propertyList)
          
PropertyFontStyleMaker.make(PropertyList propertyList)
          
PropertyFontWeightMaker.make(PropertyList propertyList)
          
PropertyGenericBorderStyle.make(PropertyList propertyList)
          
PropertyGenericBorderWidth.make(PropertyList propertyList)
          
PropertyGenericBreak.make(PropertyList propertyList)
          
PropertyGenericCondBorderWidth.getSubpropValue(Property baseProp, String subpropName)
          
PropertyGenericCondBorderWidth.make(PropertyList propertyList)
          
PropertyGenericCondLength.getSubpropValue(Property baseProp, String subpropName)
          
PropertyGenericCondLength.make(PropertyList propertyList)
          
PropertyGenericPadding.make(PropertyList propertyList)
          
PropertyGenericSpace.getSubpropValue(Property baseProp, String subpropName)
          
PropertyGenericSpace.make(PropertyList propertyList)
          
PropertyGenericUnits.make(PropertyList propertyList)
          
PropertyHeightMaker.make(PropertyList propertyList)
          
PropertyHRefMaker.make(PropertyList propertyList)
          
PropertyHyphenateMaker.make(PropertyList propertyList)
          
PropertyHyphenationCharacterMaker.make(PropertyList propertyList)
          
PropertyHyphenationPushCharacterCountMaker.make(PropertyList propertyList)
          
PropertyHyphenationRemainCharacterCountMaker.make(PropertyList propertyList)
          
PropertyIdMaker.make(PropertyList propertyList)
          
PropertyInitialPageNumberMaker.make(PropertyList propertyList)
          
PropertyInternalDestinationMaker.make(PropertyList propertyList)
          
PropertyKeepTogetherMaker.make(PropertyList propertyList)
          
PropertyKeepWithNextMaker.make(PropertyList propertyList)
          
PropertyKeepWithPreviousMaker.make(PropertyList propertyList)
          
PropertyLanguageMaker.make(PropertyList propertyList)
          
PropertyLeaderAlignmentMaker.make(PropertyList propertyList)
          
PropertyLeaderLengthMaker.getSubpropValue(Property baseProp, String subpropName)
          
PropertyLeaderLengthMaker.make(PropertyList propertyList)
          
PropertyLeaderPatternMaker.make(PropertyList propertyList)
          
PropertyLeaderPatternWidthMaker.make(PropertyList propertyList)
          
PropertyLeftMaker.make(PropertyList propertyList)
          
PropertyLineHeightMaker.make(PropertyList propertyList)
          
PropertyMarginBottomMaker.make(PropertyList propertyList)
          
PropertyMarginLeftMaker.make(PropertyList propertyList)
          
PropertyMarginRightMaker.make(PropertyList propertyList)
          
PropertyMarginTopMaker.make(PropertyList propertyList)
          
PropertyMasterNameMaker.make(PropertyList propertyList)
          
PropertyMaximumRepeatsMaker.make(PropertyList propertyList)
          
PropertyNumberColumnsRepeatedMaker.make(PropertyList propertyList)
          
PropertyNumberColumnsSpannedMaker.make(PropertyList propertyList)
          
PropertyNumberRowsSpannedMaker.make(PropertyList propertyList)
          
PropertyOddOrEvenMaker.make(PropertyList propertyList)
          
PropertyOrphansMaker.make(PropertyList propertyList)
          
PropertyOverflowMaker.make(PropertyList propertyList)
          
PropertyPaddingMaker.make(PropertyList propertyList)
          
PropertyPageHeightMaker.make(PropertyList propertyList)
          
PropertyPageMasterEvenMaker.make(PropertyList propertyList)
          
PropertyPageMasterFirstMaker.make(PropertyList propertyList)
          
PropertyPageMasterOddMaker.make(PropertyList propertyList)
          
PropertyPageMasterRepeatingMaker.make(PropertyList propertyList)
          
PropertyPagePositionMaker.make(PropertyList propertyList)
          
PropertyPageWidthMaker.make(PropertyList propertyList)
          
PropertyPositionMaker.make(PropertyList propertyList)
          
PropertyProvisionalDistanceBetweenStartsMaker.make(PropertyList propertyList)
          
PropertyProvisionalLabelSeparationMaker.make(PropertyList propertyList)
          
PropertyRefIdMaker.make(PropertyList propertyList)
          
PropertyRegionNameMaker.make(PropertyList propertyList)
          
PropertyRequiredExtensionsMaker.make(PropertyList propertyList)
          
PropertyRequiredFeaturesMaker.make(PropertyList propertyList)
          
PropertyRightMaker.make(PropertyList propertyList)
          
PropertyRuleStyleMaker.make(PropertyList propertyList)
          
PropertyRuleThicknessMaker.make(PropertyList propertyList)
          
PropertyScalingMaker.make(PropertyList propertyList)
          
PropertySpanMaker.make(PropertyList propertyList)
          
PropertySpreadMethodMaker.make(PropertyList propertyList)
          
PropertySrcMaker.make(PropertyList propertyList)
          
PropertyStartIndentMaker.make(PropertyList propertyList)
          
PropertySystemLanguageMaker.make(PropertyList propertyList)
          
PropertyTableOmitFooterAtBreakMaker.make(PropertyList propertyList)
          
PropertyTableOmitHeaderAtBreakMaker.make(PropertyList propertyList)
          
PropertyTextAlignLastMaker.compute(PropertyList propertyList)
          
PropertyTextAlignLastMaker.make(PropertyList propertyList)
          
PropertyTextAlignMaker.make(PropertyList propertyList)
          
PropertyTextDecorationMaker.make(PropertyList propertyList)
          
PropertyTextIndentMaker.make(PropertyList propertyList)
          
PropertyTopMaker.make(PropertyList propertyList)
          
PropertyVerticalAlignMaker.make(PropertyList propertyList)
          
PropertyViewBoxMaker.make(PropertyList propertyList)
          
PropertyWhiteSpaceCollapseMaker.make(PropertyList propertyList)
          
PropertyWidowsMaker.make(PropertyList propertyList)
          
PropertyWidthMaker.make(PropertyList propertyList)
          
PropertyWrapOptionMaker.make(PropertyList propertyList)
          
PropertyXMLSpaceMaker.make(PropertyList propertyList)
          
 

Methods in org.apache.fop.fo.properties with parameters of type Property
PropertyGenericCondBorderWidth.getSubpropValue(Property baseProp, String subpropName)
          
PropertyGenericCondLength.getSubpropValue(Property baseProp, String subpropName)
          
PropertyGenericSpace.getSubpropValue(Property baseProp, String subpropName)
          
PropertyLeaderLengthMaker.getSubpropValue(Property baseProp, String subpropName)
          
 

Uses of Property in org.apache.fop.svg
 

Subclasses of Property in org.apache.fop.svg
class SVGD
          
class SVGLengthListProperty
          a class representing all the length properties in SVG
class SVGLengthProperty
          a class representing all the length properties in SVG
class SVGPoints
          
class SVGStringProperty
          a class representing all the length properties in SVG
class SVGStyle
          
class SVGTransform
          
class TextProperty
          
 

Methods in org.apache.fop.svg that return Property
PropertySVGD.Maker.make(PropertyList propertyList, String value, FObj fo)
          make an SVG Length property with the given value.
PropertySVGD.Maker.make(PropertyList propertyList)
          make an SVG Length property with the default value.
PropertySVGLengthListProperty.Maker.make(PropertyList propertyList, String value, FObj fo)
          make an SVG Length property with the given value.
PropertySVGLengthListProperty.Maker.make(PropertyList propertyList)
          make an SVG Length property with the default value.
PropertySVGLengthProperty.Maker.make(PropertyList propertyList, String value, FObj fo)
          make an SVG Length property with the given value.
PropertySVGLengthProperty.Maker.make(PropertyList propertyList)
          make an SVG Length property with the default value.
PropertySVGPoints.Maker.make(PropertyList propertyList, String value, FObj fo)
          make an SVG Length property with the given value.
PropertySVGPoints.Maker.make(PropertyList propertyList)
          make an SVG Length property with the default value.
PropertySVGStringProperty.Maker.make(PropertyList propertyList, String value, FObj fo)
          make an SVG Length property with the given value.
PropertySVGStringProperty.Maker.make(PropertyList propertyList)
          make an SVG Length property with the default value.
PropertySVGStyle.Maker.make(PropertyList propertyList, String value, FObj fo)
          make an SVG Length property with the given value.
PropertySVGStyle.Maker.make(PropertyList propertyList)
          make an SVG Length property with the default value.
PropertySVGTransform.Maker.make(PropertyList propertyList, String value, FObj fo)
          make an SVG Length property with the given value.
PropertySVGTransform.Maker.make(PropertyList propertyList)
          make an SVG Length property with the default value.
PropertyTextProperty.Maker.make(PropertyList propertyList, String value, FObj fo)
          make an SVG Length property with the given value.
PropertyTextProperty.Maker.make(PropertyList propertyList)
          make an SVG Length property with the default value.