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

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

Uses of Property in org.apache.fop.datatypes
 

Subclasses of Property in org.apache.fop.datatypes
 class ToBeImplementedProperty
           
 

Methods in org.apache.fop.datatypes that return Property
 Property Keep.getComponent(java.lang.String sCmpnName)
           
 Property Keep.getWithinLine()
           
 Property Keep.getWithinColumn()
           
 Property Keep.getWithinPage()
           
 Property LengthRange.getComponent(java.lang.String sCmpnName)
           
 Property LengthRange.getMinimum()
           
 Property LengthRange.getMaximum()
           
 Property LengthRange.getOptimum()
           
 Property CompoundDatatype.getComponent(java.lang.String sCmpnName)
           
 Property ToBeImplementedProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo)
           
 Property CondLength.getComponent(java.lang.String sCmpnName)
           
 Property CondLength.getConditionality()
           
 Property CondLength.getLength()
           
 Property Space.getComponent(java.lang.String sCmpnName)
           
 Property Space.getPrecedence()
           
 Property Space.getConditionality()
           
 Property LengthPair.getComponent(java.lang.String sCmpnName)
           
 Property LengthPair.getIPD()
           
 Property LengthPair.getBPD()
           
 

Methods in org.apache.fop.datatypes with parameters of type Property
 void Keep.setComponent(java.lang.String sCmpnName, Property cmpnValue, boolean bIsDefault)
           
 void Keep.setWithinLine(Property withinLine, boolean bIsDefault)
           
protected  void Keep.setWithinColumn(Property withinColumn, boolean bIsDefault)
           
 void Keep.setWithinPage(Property withinPage, boolean bIsDefault)
           
 void LengthRange.setComponent(java.lang.String sCmpnName, Property cmpnValue, boolean bIsDefault)
           
protected  void LengthRange.setMinimum(Property minimum, boolean bIsDefault)
          Set minimum value to min.
protected  void LengthRange.setMaximum(Property max, boolean bIsDefault)
          Set maximum value to max if it is >= optimum or optimum isn't set.
protected  void LengthRange.setOptimum(Property opt, boolean bIsDefault)
          Set the optimum value.
 void CompoundDatatype.setComponent(java.lang.String sCmpnName, Property cmpnValue, boolean bIsDefault)
           
 Property ToBeImplementedProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo)
           
 void CondLength.setComponent(java.lang.String sCmpnName, Property cmpnValue, boolean bIsDefault)
           
 void Space.setComponent(java.lang.String sCmpnName, Property cmpnValue, boolean bIsDefault)
           
protected  void Space.setPrecedence(Property precedence, boolean bIsDefault)
           
protected  void Space.setConditionality(Property conditionality, boolean bIsDefault)
           
 void LengthPair.setComponent(java.lang.String sCmpnName, Property cmpnValue, boolean bIsDefault)
           
 

Uses of Property in org.apache.fop.fo
 

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

Methods in org.apache.fop.fo that return Property
protected  Property BoxPropShorthandParser.convertValueForProperty(java.lang.String propName, Property.Maker maker, PropertyList propertyList)
           
 Property ColorTypeProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo)
           
 Property PropertyListBuilder.computeProperty(PropertyList propertyList, java.lang.String space, java.lang.String element, java.lang.String propertyName)
           
 Property PropertyListBuilder.getSubpropValue(java.lang.String space, java.lang.String element, java.lang.String propertyName, Property p, java.lang.String subpropName)
           
 Property PropertyListBuilder.getShorthand(PropertyList propertyList, java.lang.String space, java.lang.String element, java.lang.String propertyName)
           
 Property PropertyListBuilder.makeProperty(PropertyList propertyList, java.lang.String space, java.lang.String element, java.lang.String propertyName)
           
 Property ListProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo)
           
 Property ShorthandParser.getValueForProperty(java.lang.String propName, Property.Maker maker, PropertyList propertyList)
           
protected  Property MarginShorthandParser.getElement(int index)
           
 Property MarginShorthandParser.getValueForProperty(java.lang.String propName, Property.Maker maker, PropertyList propertyList)
           
protected  Property MarginShorthandParser.convertValueForProperty(java.lang.String propName, Property.Maker maker, PropertyList propertyList)
           
 Property CharacterProperty.Maker.make(PropertyList propertyList, java.lang.String value, FObj fo)
           
 Property Property.Maker.getSubpropValue(Property p, java.lang.String subprop)
          Return a property value for the given component of a compound property.
 Property Property.Maker.make(Property baseProp, java.lang.String partName, PropertyList propertyList, java.lang.String value, FObj fo)
          Return a property value for a compound property.
protected  Property Property.Maker.setSubprop(Property baseProp, java.lang.String partName, Property subProp)
          Set a component in a compound property and return the modified compound property object.
 Property Property.Maker.make(PropertyList propertyList, java.lang.String value, FObj fo)
          Create a Property object from an attribute specification.
 Property Property.Maker.convertShorthandProperty(PropertyList propertyList, Property prop, FObj fo)
           
 Property Property.Maker.checkEnumValues(java.lang.String value)
           
 Property Property.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo)
          Return a Property object based on the passed Property object.
protected  Property Property.Maker.convertPropertyDatatype(Property p, PropertyList propertyList, FObj fo)
           
 Property Property.Maker.make(PropertyList propertyList)
          Return a Property object representing the initial value.
protected  Property Property.Maker.makeCompound(PropertyList propertyList, FObj parentFO)
          Return a Property object representing the initial value.
 Property Property.Maker.compute(PropertyList propertyList)
          Return a Property object representing the value of this property, based on other property values for this FO.
 Property Property.Maker.getShorthand(PropertyList propertyList)
           
 Property NumberProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo)
           
 Property LengthProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo)
           
 Property PropertyList.getExplicitOrShorthand(java.lang.String propertyName)
          Return the value explicitly specified on this FO.
 Property PropertyList.getExplicit(java.lang.String propertyName)
          Return the value explicitly specified on this FO.
 Property PropertyList.getExplicitBaseProp(java.lang.String propertyName)
          Return the value explicitly specified on this FO.
 Property PropertyList.getInherited(java.lang.String propertyName)
          Return the value of this property inherited by this FO.
 Property PropertyList.getSpecified(java.lang.String propertyName)
          Return the property on the current FlowObject if it is specified, or if a corresponding property is specified.
 Property PropertyList.get(java.lang.String propertyName)
          Return the property on the current FlowObject.
 Property PropertyList.getNearestSpecified(java.lang.String propertyName)
          Return the "nearest" specified value for the given property.
 Property PropertyList.getFromParent(java.lang.String propertyName)
          Return the value of this property on the parent of this FO.
 Property FObj.getProperty(java.lang.String name)
          lets outside sources access the property list first used by PageNumberCitation to find the "id" property
 Property FONode.getProperty(java.lang.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
 Property EnumProperty.Maker.checkEnumValues(java.lang.String value)
          Called by subclass if no match found.
protected  Property EnumProperty.Maker.findConstant(java.lang.String value)
           
 Property EnumProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo)
           
 Property StringProperty.Maker.make(PropertyList propertyList, java.lang.String value, FObj fo)
           
protected  Property GenericShorthandParser.getElement(int index)
           
 Property GenericShorthandParser.getValueForProperty(java.lang.String propName, Property.Maker maker, PropertyList propertyList)
           
protected  Property GenericShorthandParser.convertValueForProperty(java.lang.String propName, Property.Maker maker, PropertyList propertyList)
           
 

Methods in org.apache.fop.fo with parameters of type Property
 Property ColorTypeProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo)
           
 Property PropertyListBuilder.getSubpropValue(java.lang.String space, java.lang.String element, java.lang.String propertyName, Property p, java.lang.String subpropName)
           
 void ListProperty.addProperty(Property prop)
           
 Property ListProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo)
           
 Property Property.Maker.getSubpropValue(Property p, java.lang.String subprop)
          Return a property value for the given component of a compound property.
 Property Property.Maker.make(Property baseProp, java.lang.String partName, PropertyList propertyList, java.lang.String value, FObj fo)
          Return a property value for a compound property.
protected  Property Property.Maker.setSubprop(Property baseProp, java.lang.String partName, Property subProp)
          Set a component in a compound property and return the modified compound property object.
 Property Property.Maker.convertShorthandProperty(PropertyList propertyList, Property prop, FObj fo)
           
 Property Property.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo)
          Return a Property object based on the passed Property object.
protected  Property Property.Maker.convertPropertyDatatype(Property p, PropertyList propertyList, FObj fo)
           
 Property NumberProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo)
           
 Property LengthProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo)
           
 Property EnumProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo)
           
 

Constructors in org.apache.fop.fo with parameters of type Property
ListProperty(Property prop)
           
 

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

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

Methods in org.apache.fop.fo.expr that return Property
 Property Function.eval(Property[] args, PropertyInfo propInfo)
           
 Property InheritedPropFunction.eval(Property[] args, PropertyInfo pInfo)
           
static Property PropertyParser.parse(java.lang.String expr, PropertyInfo propInfo)
          Public entrypoint to the Property expression parser.
 Property FromTableColumnFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property LabelEndFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property FromParentFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property MaxFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property PPColWidthFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property BodyStartFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property FopPropValFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property NearestSpecPropFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property AbsFunction.eval(Property[] args, PropertyInfo propInfo)
           
 Property MinFunction.eval(Property[] args, PropertyInfo pInfo)
           
 

Methods in org.apache.fop.fo.expr with parameters of type Property
 Property Function.eval(Property[] args, PropertyInfo propInfo)
           
 Property InheritedPropFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property FromTableColumnFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property LabelEndFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property FromParentFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property MaxFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property PPColWidthFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property BodyStartFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property FopPropValFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property NearestSpecPropFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property AbsFunction.eval(Property[] args, PropertyInfo propInfo)
           
 Property MinFunction.eval(Property[] args, PropertyInfo pInfo)
           
 

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

Methods in org.apache.fop.fo.properties that return Property
 Property XMLLangMaker.make(PropertyList propertyList)
           
 Property WhiteSpaceMaker.checkEnumValues(java.lang.String value)
           
 Property WhiteSpaceMaker.make(PropertyList propertyList)
           
 Property VerticalAlignMaker.checkEnumValues(java.lang.String value)
           
 Property VerticalAlignMaker.make(PropertyList propertyList)
           
 Property SizeMaker.make(PropertyList propertyList)
           
 Property PositionMaker.checkEnumValues(java.lang.String value)
           
 Property PositionMaker.make(PropertyList propertyList)
           
 Property PauseMaker.make(PropertyList propertyList)
           
 Property PageBreakInsideMaker.make(PropertyList propertyList)
           
 Property PageBreakBeforeMaker.make(PropertyList propertyList)
           
 Property PageBreakAfterMaker.make(PropertyList propertyList)
           
 Property FontMaker.make(PropertyList propertyList)
           
 Property CueMaker.make(PropertyList propertyList)
           
 Property BorderSpacingMaker.checkEnumValues(java.lang.String value)
           
protected  Property BorderSpacingMaker.setSubprop(Property baseProp, java.lang.String subpropName, Property subProp)
           
 Property BorderSpacingMaker.getSubpropValue(Property baseProp, java.lang.String subpropName)
           
 Property BorderSpacingMaker.make(PropertyList propertyList)
           
protected  Property BorderSpacingMaker.makeCompound(PropertyList pList, FObj fo)
           
 Property BorderSpacingMaker.convertProperty(Property p, PropertyList pList, FObj fo)
          Set the appropriate components when the "base" property is set.
 Property BackgroundPositionMaker.make(PropertyList propertyList)
           
 Property BackgroundMaker.make(PropertyList propertyList)
           
 Property ZIndexMaker.make(PropertyList propertyList)
           
 Property VisibilityMaker.make(PropertyList propertyList)
           
 Property SrcMaker.make(PropertyList propertyList)
           
 Property ScoreSpacesMaker.make(PropertyList propertyList)
           
 Property RefIdMaker.make(PropertyList propertyList)
           
 Property ProvisionalDistanceBetweenStartsMaker.make(PropertyList propertyList)
           
 Property ProvisionalLabelSeparationMaker.make(PropertyList propertyList)
           
 Property IdMaker.make(PropertyList propertyList)
           
 Property ContentTypeMaker.make(PropertyList propertyList)
           
 Property WritingModeMaker.make(PropertyList propertyList)
           
 Property WritingModeMaker.checkEnumValues(java.lang.String value)
           
 Property UnicodeBidiMaker.checkEnumValues(java.lang.String value)
           
 Property UnicodeBidiMaker.make(PropertyList propertyList)
           
 Property TextDepthMaker.make(PropertyList propertyList)
           
 Property TextAltitudeMaker.make(PropertyList propertyList)
           
 Property GlyphOrientationVerticalMaker.make(PropertyList propertyList)
           
 Property GlyphOrientationHorizontalMaker.make(PropertyList propertyList)
           
 Property DirectionMaker.checkEnumValues(java.lang.String value)
           
 Property DirectionMaker.make(PropertyList propertyList)
           
 Property TableOmitHeaderAtBreakMaker.make(PropertyList propertyList)
           
 Property TableOmitFooterAtBreakMaker.make(PropertyList propertyList)
           
 Property TableLayoutMaker.make(PropertyList propertyList)
           
 Property TableLayoutMaker.checkEnumValues(java.lang.String value)
           
 Property StartsRowMaker.checkEnumValues(java.lang.String value)
           
 Property StartsRowMaker.make(PropertyList propertyList)
           
 Property NumberRowsSpannedMaker.make(PropertyList propertyList)
           
 Property NumberColumnsSpannedMaker.make(PropertyList propertyList)
           
 Property NumberColumnsRepeatedMaker.make(PropertyList propertyList)
           
 Property EndsRowMaker.checkEnumValues(java.lang.String value)
           
 Property EndsRowMaker.make(PropertyList propertyList)
           
 Property EmptyCellsMaker.make(PropertyList propertyList)
           
 Property ColumnWidthMaker.make(PropertyList propertyList)
           
 Property ColumnNumberMaker.make(PropertyList propertyList)
           
 Property CaptionSideMaker.checkEnumValues(java.lang.String value)
           
 Property CaptionSideMaker.make(PropertyList propertyList)
           
 Property BorderStartPrecedenceMaker.make(PropertyList propertyList)
           
 Property BorderSeparationMaker.checkEnumValues(java.lang.String value)
           
protected  Property BorderSeparationMaker.setSubprop(Property baseProp, java.lang.String subpropName, Property subProp)
           
 Property BorderSeparationMaker.getSubpropValue(Property baseProp, java.lang.String subpropName)
           
 Property BorderSeparationMaker.make(PropertyList propertyList)
           
protected  Property BorderSeparationMaker.makeCompound(PropertyList pList, FObj fo)
           
 Property BorderSeparationMaker.convertProperty(Property p, PropertyList pList, FObj fo)
          Set the appropriate components when the "base" property is set.
 Property BorderEndPrecedenceMaker.make(PropertyList propertyList)
           
 Property BorderCollapseMaker.make(PropertyList propertyList)
           
 Property BorderCollapseMaker.checkEnumValues(java.lang.String value)
           
 Property BorderBeforePrecedenceMaker.make(PropertyList propertyList)
           
 Property BorderAfterPrecedenceMaker.make(PropertyList propertyList)
           
 Property RegionNameMaker.make(PropertyList propertyList)
           
 Property PrecedenceMaker.checkEnumValues(java.lang.String value)
           
 Property PrecedenceMaker.make(PropertyList propertyList)
           
 Property PageWidthMaker.make(PropertyList propertyList)
           
 Property PagePositionMaker.checkEnumValues(java.lang.String value)
           
 Property PagePositionMaker.make(PropertyList propertyList)
           
 Property PageHeightMaker.make(PropertyList propertyList)
           
 Property OddOrEvenMaker.checkEnumValues(java.lang.String value)
           
 Property OddOrEvenMaker.make(PropertyList propertyList)
           
 Property MediaUsageMaker.make(PropertyList propertyList)
           
 Property MaximumRepeatsMaker.make(PropertyList propertyList)
           
 Property MasterReferenceMaker.make(PropertyList propertyList)
           
 Property MasterNameMaker.make(PropertyList propertyList)
           
 Property InitialPageNumberMaker.make(PropertyList propertyList)
           
 Property ForcePageCountMaker.checkEnumValues(java.lang.String value)
           
 Property ForcePageCountMaker.make(PropertyList propertyList)
           
 Property FlowNameMaker.make(PropertyList propertyList)
           
 Property ExtentMaker.make(PropertyList propertyList)
           
 Property ColumnGapMaker.make(PropertyList propertyList)
           
 Property ColumnCountMaker.make(PropertyList propertyList)
           
 Property BlankOrNotBlankMaker.checkEnumValues(java.lang.String value)
           
 Property BlankOrNotBlankMaker.make(PropertyList propertyList)
           
 Property LetterValueMaker.checkEnumValues(java.lang.String value)
           
 Property LetterValueMaker.make(PropertyList propertyList)
           
 Property GroupingSizeMaker.make(PropertyList propertyList)
           
 Property GroupingSeparatorMaker.make(PropertyList propertyList)
           
 Property FormatMaker.make(PropertyList propertyList)
           
 Property RetrieveBoundaryMaker.checkEnumValues(java.lang.String value)
           
 Property RetrieveBoundaryMaker.make(PropertyList propertyList)
           
 Property RetrievePositionMaker.checkEnumValues(java.lang.String value)
           
 Property RetrievePositionMaker.make(PropertyList propertyList)
           
 Property RetrieveClassNameMaker.make(PropertyList propertyList)
           
 Property MarkerClassNameMaker.make(PropertyList propertyList)
           
 Property TargetStylesheetMaker.make(PropertyList propertyList)
           
 Property TargetProcessingContextMaker.make(PropertyList propertyList)
           
 Property TargetPresentationContextMaker.make(PropertyList propertyList)
           
 Property SwitchToMaker.make(PropertyList propertyList)
           
 Property StartingStateMaker.make(PropertyList propertyList)
           
 Property ShowDestinationMaker.make(PropertyList propertyList)
           
 Property DestinationNameMaker.make(PropertyList propertyList)
           
 Property InternalDestinationMaker.make(PropertyList propertyList)
           
 Property IndicateDestinationMaker.make(PropertyList propertyList)
           
 Property ExternalDestinationMaker.make(PropertyList propertyList)
           
 Property DestinationPlacementOffsetMaker.make(PropertyList propertyList)
           
 Property CaseTitleMaker.make(PropertyList propertyList)
           
 Property CaseNameMaker.make(PropertyList propertyList)
           
 Property AutoRestoreMaker.make(PropertyList propertyList)
           
 Property ActiveStateMaker.make(PropertyList propertyList)
           
 Property RuleThicknessMaker.make(PropertyList propertyList)
           
 Property RuleStyleMaker.checkEnumValues(java.lang.String value)
           
 Property RuleStyleMaker.make(PropertyList propertyList)
           
 Property LeaderLengthMaker.checkEnumValues(java.lang.String value)
           
protected  Property LeaderLengthMaker.setSubprop(Property baseProp, java.lang.String subpropName, Property subProp)
           
 Property LeaderLengthMaker.getSubpropValue(Property baseProp, java.lang.String subpropName)
           
 Property LeaderLengthMaker.make(PropertyList propertyList)
           
protected  Property LeaderLengthMaker.makeCompound(PropertyList pList, FObj fo)
           
 Property LeaderLengthMaker.convertProperty(Property p, PropertyList pList, FObj fo)
          Set the appropriate components when the "base" property is set.
 Property LeaderPatternWidthMaker.make(PropertyList propertyList)
           
 Property LeaderPatternMaker.checkEnumValues(java.lang.String value)
           
 Property LeaderPatternMaker.make(PropertyList propertyList)
           
 Property LeaderAlignmentMaker.checkEnumValues(java.lang.String value)
           
 Property LeaderAlignmentMaker.make(PropertyList propertyList)
           
 Property SpanMaker.checkEnumValues(java.lang.String value)
           
 Property SpanMaker.make(PropertyList propertyList)
           
 Property ReferenceOrientationMaker.make(PropertyList propertyList)
           
 Property OverflowMaker.checkEnumValues(java.lang.String value)
           
 Property OverflowMaker.make(PropertyList propertyList)
           
 Property ClipMaker.make(PropertyList propertyList)
           
 Property WidowsMaker.make(PropertyList propertyList)
           
 Property OrphansMaker.make(PropertyList propertyList)
           
 Property KeepWithPreviousMaker.make(PropertyList propertyList)
           
 Property KeepWithNextMaker.make(PropertyList propertyList)
           
 Property KeepTogetherMaker.make(PropertyList propertyList)
           
 Property FloatMaker.make(PropertyList propertyList)
           
 Property ClearMaker.make(PropertyList propertyList)
           
 Property RenderingIntentMaker.make(PropertyList propertyList)
           
 Property ColorProfileNameMaker.make(PropertyList propertyList)
           
 Property ColorMaker.make(PropertyList propertyList)
           
 Property WordSpacingMaker.make(PropertyList propertyList)
           
 Property TreatAsWordSpaceMaker.checkEnumValues(java.lang.String value)
           
 Property TreatAsWordSpaceMaker.make(PropertyList propertyList)
           
 Property TextTransformMaker.make(PropertyList propertyList)
           
 Property TextShadowMaker.make(PropertyList propertyList)
           
 Property TextDecorationMaker.checkEnumValues(java.lang.String value)
           
 Property TextDecorationMaker.make(PropertyList propertyList)
           
 Property SuppressAtLineBreakMaker.checkEnumValues(java.lang.String value)
           
 Property SuppressAtLineBreakMaker.make(PropertyList propertyList)
           
 Property LetterSpacingMaker.make(PropertyList propertyList)
           
 Property CharacterMaker.make(PropertyList propertyList)
           
 Property WrapOptionMaker.checkEnumValues(java.lang.String value)
           
 Property WrapOptionMaker.make(PropertyList propertyList)
           
 Property WhiteSpaceCollapseMaker.make(PropertyList propertyList)
           
 Property TextIndentMaker.make(PropertyList propertyList)
           
 Property TextAlignLastMaker.compute(PropertyList propertyList)
           
 Property TextAlignLastMaker.checkEnumValues(java.lang.String value)
           
 Property TextAlignLastMaker.make(PropertyList propertyList)
           
 Property TextAlignMaker.checkEnumValues(java.lang.String value)
           
 Property TextAlignMaker.make(PropertyList propertyList)
           
 Property WhiteSpaceTreatmentMaker.checkEnumValues(java.lang.String value)
           
 Property WhiteSpaceTreatmentMaker.make(PropertyList propertyList)
           
 Property LinefeedTreatmentMaker.checkEnumValues(java.lang.String value)
           
 Property LinefeedTreatmentMaker.make(PropertyList propertyList)
           
 Property LineStackingStrategyMaker.checkEnumValues(java.lang.String value)
           
 Property LineStackingStrategyMaker.make(PropertyList propertyList)
           
 Property LineHeightShiftAdjustmentMaker.checkEnumValues(java.lang.String value)
           
 Property LineHeightShiftAdjustmentMaker.make(PropertyList propertyList)
           
 Property LineHeightMaker.make(PropertyList propertyList)
           
protected  Property LineHeightMaker.convertPropertyDatatype(Property p, PropertyList propertyList, FObj fo)
           
 Property LastLineEndIndentMaker.make(PropertyList propertyList)
           
 Property HyphenationLadderCountMaker.make(PropertyList propertyList)
           
 Property HyphenationKeepMaker.checkEnumValues(java.lang.String value)
           
 Property HyphenationKeepMaker.make(PropertyList propertyList)
           
 Property WidthMaker.make(PropertyList propertyList)
           
 Property ScalingMethodMaker.checkEnumValues(java.lang.String value)
           
 Property ScalingMethodMaker.make(PropertyList propertyList)
           
 Property ScalingMaker.checkEnumValues(java.lang.String value)
           
 Property ScalingMaker.make(PropertyList propertyList)
           
 Property MinWidthMaker.make(PropertyList propertyList)
           
 Property MinHeightMaker.make(PropertyList propertyList)
           
 Property MaxWidthMaker.make(PropertyList propertyList)
           
 Property MaxHeightMaker.make(PropertyList propertyList)
           
 Property InlineProgressionDimensionMaker.checkEnumValues(java.lang.String value)
           
protected  Property InlineProgressionDimensionMaker.setSubprop(Property baseProp, java.lang.String subpropName, Property subProp)
           
 Property InlineProgressionDimensionMaker.getSubpropValue(Property baseProp, java.lang.String subpropName)
           
 Property InlineProgressionDimensionMaker.make(PropertyList propertyList)
           
protected  Property InlineProgressionDimensionMaker.makeCompound(PropertyList pList, FObj fo)
           
 Property InlineProgressionDimensionMaker.convertProperty(Property p, PropertyList pList, FObj fo)
          Set the appropriate components when the "base" property is set.
 Property InlineProgressionDimensionMaker.compute(PropertyList propertyList)
           
 Property HeightMaker.make(PropertyList propertyList)
           
 Property ContentWidthMaker.make(PropertyList propertyList)
           
 Property ContentHeightMaker.make(PropertyList propertyList)
           
 Property BlockProgressionDimensionMaker.checkEnumValues(java.lang.String value)
           
protected  Property BlockProgressionDimensionMaker.setSubprop(Property baseProp, java.lang.String subpropName, Property subProp)
           
 Property BlockProgressionDimensionMaker.getSubpropValue(Property baseProp, java.lang.String subpropName)
           
 Property BlockProgressionDimensionMaker.make(PropertyList propertyList)
           
protected  Property BlockProgressionDimensionMaker.makeCompound(PropertyList pList, FObj fo)
           
 Property BlockProgressionDimensionMaker.convertProperty(Property p, PropertyList pList, FObj fo)
          Set the appropriate components when the "base" property is set.
 Property BlockProgressionDimensionMaker.compute(PropertyList propertyList)
           
 Property RelativeAlignMaker.checkEnumValues(java.lang.String value)
           
 Property RelativeAlignMaker.make(PropertyList propertyList)
           
 Property DominantBaselineMaker.checkEnumValues(java.lang.String value)
           
 Property DominantBaselineMaker.make(PropertyList propertyList)
           
 Property DisplayAlignMaker.checkEnumValues(java.lang.String value)
           
 Property DisplayAlignMaker.make(PropertyList propertyList)
           
 Property BaselineShiftMaker.checkEnumValues(java.lang.String value)
           
 Property BaselineShiftMaker.make(PropertyList propertyList)
           
 Property AlignmentBaselineMaker.checkEnumValues(java.lang.String value)
           
 Property AlignmentBaselineMaker.make(PropertyList propertyList)
           
 Property AlignmentAdjustMaker.checkEnumValues(java.lang.String value)
           
 Property AlignmentAdjustMaker.make(PropertyList propertyList)
           
 Property RelativePositionMaker.checkEnumValues(java.lang.String value)
           
 Property RelativePositionMaker.make(PropertyList propertyList)
           
 Property EndIndentMaker.compute(PropertyList propertyList)
           
 Property EndIndentMaker.make(PropertyList propertyList)
           
 Property StartIndentMaker.compute(PropertyList propertyList)
           
 Property StartIndentMaker.make(PropertyList propertyList)
           
 Property MarginRightMaker.getShorthand(PropertyList propertyList)
           
 Property MarginRightMaker.make(PropertyList propertyList)
           
 Property MarginLeftMaker.getShorthand(PropertyList propertyList)
           
 Property MarginLeftMaker.make(PropertyList propertyList)
           
 Property MarginBottomMaker.getShorthand(PropertyList propertyList)
           
 Property MarginBottomMaker.make(PropertyList propertyList)
           
 Property MarginTopMaker.getShorthand(PropertyList propertyList)
           
 Property MarginTopMaker.make(PropertyList propertyList)
           
 Property HyphenationRemainCharacterCountMaker.make(PropertyList propertyList)
           
 Property HyphenationPushCharacterCountMaker.make(PropertyList propertyList)
           
 Property HyphenationCharacterMaker.make(PropertyList propertyList)
           
 Property HyphenateMaker.checkEnumValues(java.lang.String value)
           
 Property HyphenateMaker.make(PropertyList propertyList)
           
 Property ScriptMaker.make(PropertyList propertyList)
           
 Property LanguageMaker.make(PropertyList propertyList)
           
 Property CountryMaker.make(PropertyList propertyList)
           
 Property FontWeightMaker.make(PropertyList propertyList)
           
 Property FontVariantMaker.checkEnumValues(java.lang.String value)
           
 Property FontVariantMaker.make(PropertyList propertyList)
           
 Property FontStyleMaker.make(PropertyList propertyList)
           
 Property FontSizeAdjustMaker.make(PropertyList propertyList)
           
 Property FontStretchMaker.make(PropertyList propertyList)
           
 Property FontSizeMaker.make(PropertyList propertyList)
           
 Property FontSelectionStrategyMaker.checkEnumValues(java.lang.String value)
           
 Property FontSelectionStrategyMaker.make(PropertyList propertyList)
           
 Property FontFamilyMaker.make(PropertyList propertyList)
           
 Property PaddingRightMaker.compute(PropertyList propertyList)
           
 Property PaddingLeftMaker.compute(PropertyList propertyList)
           
 Property PaddingBottomMaker.compute(PropertyList propertyList)
           
 Property PaddingTopMaker.compute(PropertyList propertyList)
           
 Property PaddingEndMaker.compute(PropertyList propertyList)
           
 Property PaddingStartMaker.compute(PropertyList propertyList)
           
 Property PaddingAfterMaker.compute(PropertyList propertyList)
           
 Property PaddingBeforeMaker.compute(PropertyList propertyList)
           
 Property BorderRightWidthMaker.compute(PropertyList propertyList)
           
 Property BorderRightWidthMaker.getShorthand(PropertyList propertyList)
           
 Property BorderRightStyleMaker.compute(PropertyList propertyList)
           
 Property BorderRightStyleMaker.getShorthand(PropertyList propertyList)
           
 Property BorderRightColorMaker.compute(PropertyList propertyList)
           
 Property BorderRightColorMaker.getShorthand(PropertyList propertyList)
           
 Property BorderRightColorMaker.make(PropertyList propertyList)
           
 Property BorderLeftWidthMaker.compute(PropertyList propertyList)
           
 Property BorderLeftWidthMaker.getShorthand(PropertyList propertyList)
           
 Property BorderLeftStyleMaker.compute(PropertyList propertyList)
           
 Property BorderLeftStyleMaker.getShorthand(PropertyList propertyList)
           
 Property BorderLeftColorMaker.compute(PropertyList propertyList)
           
 Property BorderLeftColorMaker.getShorthand(PropertyList propertyList)
           
 Property BorderLeftColorMaker.make(PropertyList propertyList)
           
 Property BorderBottomWidthMaker.compute(PropertyList propertyList)
           
 Property BorderBottomWidthMaker.getShorthand(PropertyList propertyList)
           
 Property BorderBottomStyleMaker.compute(PropertyList propertyList)
           
 Property BorderBottomStyleMaker.getShorthand(PropertyList propertyList)
           
 Property BorderBottomColorMaker.compute(PropertyList propertyList)
           
 Property BorderBottomColorMaker.getShorthand(PropertyList propertyList)
           
 Property BorderBottomColorMaker.make(PropertyList propertyList)
           
 Property BorderTopWidthMaker.compute(PropertyList propertyList)
           
 Property BorderTopWidthMaker.getShorthand(PropertyList propertyList)
           
 Property BorderTopStyleMaker.compute(PropertyList propertyList)
           
 Property BorderTopStyleMaker.getShorthand(PropertyList propertyList)
           
 Property BorderTopColorMaker.compute(PropertyList propertyList)
           
 Property BorderTopColorMaker.getShorthand(PropertyList propertyList)
           
 Property BorderTopColorMaker.make(PropertyList propertyList)
           
 Property BorderEndWidthMaker.compute(PropertyList propertyList)
           
 Property BorderEndStyleMaker.compute(PropertyList propertyList)
           
 Property BorderEndColorMaker.compute(PropertyList propertyList)
           
 Property BorderEndColorMaker.make(PropertyList propertyList)
           
 Property BorderStartWidthMaker.compute(PropertyList propertyList)
           
 Property BorderStartStyleMaker.compute(PropertyList propertyList)
           
 Property BorderStartColorMaker.compute(PropertyList propertyList)
           
 Property BorderStartColorMaker.make(PropertyList propertyList)
           
 Property BorderAfterWidthMaker.compute(PropertyList propertyList)
           
 Property BorderAfterStyleMaker.compute(PropertyList propertyList)
           
 Property BorderAfterColorMaker.compute(PropertyList propertyList)
           
 Property BorderAfterColorMaker.make(PropertyList propertyList)
           
 Property BorderBeforeWidthMaker.compute(PropertyList propertyList)
           
 Property BorderBeforeStyleMaker.compute(PropertyList propertyList)
           
 Property BorderBeforeColorMaker.compute(PropertyList propertyList)
           
 Property BorderBeforeColorMaker.make(PropertyList propertyList)
           
 Property BackgroundPositionVerticalMaker.make(PropertyList propertyList)
           
 Property BackgroundPositionHorizontalMaker.make(PropertyList propertyList)
           
 Property BackgroundRepeatMaker.checkEnumValues(java.lang.String value)
           
 Property BackgroundRepeatMaker.make(PropertyList propertyList)
           
 Property BackgroundImageMaker.make(PropertyList propertyList)
           
 Property BackgroundColorMaker.make(PropertyList propertyList)
           
protected  Property BackgroundColorMaker.convertPropertyDatatype(Property p, PropertyList propertyList, FObj fo)
           
 Property BackgroundAttachmentMaker.checkEnumValues(java.lang.String value)
           
 Property BackgroundAttachmentMaker.make(PropertyList propertyList)
           
 Property VolumeMaker.make(PropertyList propertyList)
           
 Property VoiceFamilyMaker.make(PropertyList propertyList)
           
 Property StressMaker.make(PropertyList propertyList)
           
 Property SpeechRateMaker.make(PropertyList propertyList)
           
 Property SpeakPunctuationMaker.make(PropertyList propertyList)
           
 Property SpeakNumeralMaker.make(PropertyList propertyList)
           
 Property SpeakHeaderMaker.make(PropertyList propertyList)
           
 Property SpeakMaker.make(PropertyList propertyList)
           
 Property RichnessMaker.make(PropertyList propertyList)
           
 Property PlayDuringMaker.make(PropertyList propertyList)
           
 Property PitchRangeMaker.make(PropertyList propertyList)
           
 Property PitchMaker.make(PropertyList propertyList)
           
 Property PauseBeforeMaker.make(PropertyList propertyList)
           
 Property PauseAfterMaker.make(PropertyList propertyList)
           
 Property ElevationMaker.make(PropertyList propertyList)
           
 Property CueBeforeMaker.make(PropertyList propertyList)
           
 Property CueAfterMaker.make(PropertyList propertyList)
           
 Property AzimuthMaker.make(PropertyList propertyList)
           
 Property LeftMaker.make(PropertyList propertyList)
           
 Property BottomMaker.make(PropertyList propertyList)
           
 Property RightMaker.make(PropertyList propertyList)
           
 Property TopMaker.make(PropertyList propertyList)
           
 Property AbsolutePositionMaker.checkEnumValues(java.lang.String value)
           
 Property AbsolutePositionMaker.make(PropertyList propertyList)
           
 Property RoleMaker.make(PropertyList propertyList)
           
 Property SourceDocumentMaker.make(PropertyList propertyList)
           
 Property GenericSpace.checkEnumValues(java.lang.String value)
           
protected  Property GenericSpace.setSubprop(Property baseProp, java.lang.String subpropName, Property subProp)
           
 Property GenericSpace.getSubpropValue(Property baseProp, java.lang.String subpropName)
           
 Property GenericSpace.make(PropertyList propertyList)
           
protected  Property GenericSpace.makeCompound(PropertyList pList, FObj fo)
           
 Property GenericSpace.convertProperty(Property p, PropertyList pList, FObj fo)
          Set the appropriate components when the "base" property is set.
 Property GenericBreak.checkEnumValues(java.lang.String value)
           
 Property GenericBreak.make(PropertyList propertyList)
           
 Property GenericBorderStyle.getShorthand(PropertyList propertyList)
           
 Property GenericBorderStyle.checkEnumValues(java.lang.String value)
           
 Property GenericBorderStyle.make(PropertyList propertyList)
           
 Property GenericBorderWidth.getShorthand(PropertyList propertyList)
           
 Property GenericBorderWidth.make(PropertyList propertyList)
           
 Property GenericCondBorderWidth.checkEnumValues(java.lang.String value)
           
protected  Property GenericCondBorderWidth.setSubprop(Property baseProp, java.lang.String subpropName, Property subProp)
           
 Property GenericCondBorderWidth.getSubpropValue(Property baseProp, java.lang.String subpropName)
           
 Property GenericCondBorderWidth.make(PropertyList propertyList)
           
protected  Property GenericCondBorderWidth.makeCompound(PropertyList pList, FObj fo)
           
 Property GenericCondBorderWidth.convertProperty(Property p, PropertyList pList, FObj fo)
          Set the appropriate components when the "base" property is set.
 Property GenericPadding.getShorthand(PropertyList propertyList)
           
 Property GenericPadding.make(PropertyList propertyList)
           
 Property GenericCondLength.checkEnumValues(java.lang.String value)
           
protected  Property GenericCondLength.setSubprop(Property baseProp, java.lang.String subpropName, Property subProp)
           
 Property GenericCondLength.getSubpropValue(Property baseProp, java.lang.String subpropName)
           
 Property GenericCondLength.make(PropertyList propertyList)
           
protected  Property GenericCondLength.makeCompound(PropertyList pList, FObj fo)
           
 Property GenericCondLength.convertProperty(Property p, PropertyList pList, FObj fo)
          Set the appropriate components when the "base" property is set.
 Property GenericKeep.checkEnumValues(java.lang.String value)
           
protected  Property GenericKeep.setSubprop(Property baseProp, java.lang.String subpropName, Property subProp)
           
 Property GenericKeep.getSubpropValue(Property baseProp, java.lang.String subpropName)
           
 Property GenericKeep.make(PropertyList propertyList)
           
protected  Property GenericKeep.makeCompound(PropertyList pList, FObj fo)
           
 Property GenericKeep.convertProperty(Property p, PropertyList pList, FObj fo)
          Set the appropriate components when the "base" property is set.
 Property GenericBoolean.checkEnumValues(java.lang.String value)
           
 

Methods in org.apache.fop.fo.properties with parameters of type Property
protected  Property BorderSpacingMaker.setSubprop(Property baseProp, java.lang.String subpropName, Property subProp)
           
 Property BorderSpacingMaker.getSubpropValue(Property baseProp, java.lang.String subpropName)
           
 Property BorderSpacingMaker.convertProperty(Property p, PropertyList pList, FObj fo)
          Set the appropriate components when the "base" property is set.
protected  Property BorderSeparationMaker.setSubprop(Property baseProp, java.lang.String subpropName, Property subProp)
           
 Property BorderSeparationMaker.getSubpropValue(Property baseProp, java.lang.String subpropName)
           
 Property BorderSeparationMaker.convertProperty(Property p, PropertyList pList, FObj fo)
          Set the appropriate components when the "base" property is set.
protected  Property LeaderLengthMaker.setSubprop(Property baseProp, java.lang.String subpropName, Property subProp)
           
 Property LeaderLengthMaker.getSubpropValue(Property baseProp, java.lang.String subpropName)
           
 Property LeaderLengthMaker.convertProperty(Property p, PropertyList pList, FObj fo)
          Set the appropriate components when the "base" property is set.
protected  Property LineHeightMaker.convertPropertyDatatype(Property p, PropertyList propertyList, FObj fo)
           
protected  Property InlineProgressionDimensionMaker.setSubprop(Property baseProp, java.lang.String subpropName, Property subProp)
           
 Property InlineProgressionDimensionMaker.getSubpropValue(Property baseProp, java.lang.String subpropName)
           
 Property InlineProgressionDimensionMaker.convertProperty(Property p, PropertyList pList, FObj fo)
          Set the appropriate components when the "base" property is set.
protected  Property BlockProgressionDimensionMaker.setSubprop(Property baseProp, java.lang.String subpropName, Property subProp)
           
 Property BlockProgressionDimensionMaker.getSubpropValue(Property baseProp, java.lang.String subpropName)
           
 Property BlockProgressionDimensionMaker.convertProperty(Property p, PropertyList pList, FObj fo)
          Set the appropriate components when the "base" property is set.
protected  Property BackgroundColorMaker.convertPropertyDatatype(Property p, PropertyList propertyList, FObj fo)
           
protected  Property GenericSpace.setSubprop(Property baseProp, java.lang.String subpropName, Property subProp)
           
 Property GenericSpace.getSubpropValue(Property baseProp, java.lang.String subpropName)
           
 Property GenericSpace.convertProperty(Property p, PropertyList pList, FObj fo)
          Set the appropriate components when the "base" property is set.
protected  Property GenericCondBorderWidth.setSubprop(Property baseProp, java.lang.String subpropName, Property subProp)
           
 Property GenericCondBorderWidth.getSubpropValue(Property baseProp, java.lang.String subpropName)
           
 Property GenericCondBorderWidth.convertProperty(Property p, PropertyList pList, FObj fo)
          Set the appropriate components when the "base" property is set.
protected  Property GenericCondLength.setSubprop(Property baseProp, java.lang.String subpropName, Property subProp)
           
 Property GenericCondLength.getSubpropValue(Property baseProp, java.lang.String subpropName)
           
 Property GenericCondLength.convertProperty(Property p, PropertyList pList, FObj fo)
          Set the appropriate components when the "base" property is set.
protected  Property GenericKeep.setSubprop(Property baseProp, java.lang.String subpropName, Property subProp)
           
 Property GenericKeep.getSubpropValue(Property baseProp, java.lang.String subpropName)
           
 Property GenericKeep.convertProperty(Property p, PropertyList pList, FObj fo)
          Set the appropriate components when the "base" property is set.
 



Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.