Free Download - Stylus Studio, The World's Best XML IDE!


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 ToBeImplementedProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo)
           
 Property Space.getComponent(java.lang.String sCmpnName)
           
 Property Space.getPrecedence()
           
 Property Space.getConditionality()
           
 Property LengthRange.getComponent(java.lang.String sCmpnName)
           
 Property LengthRange.getMinimum()
           
 Property LengthRange.getMaximum()
           
 Property LengthRange.getOptimum()
           
 Property LengthPair.getComponent(java.lang.String sCmpnName)
           
 Property LengthPair.getIPD()
           
 Property LengthPair.getBPD()
           
 Property Keep.getComponent(java.lang.String sCmpnName)
           
 Property Keep.getWithinLine()
           
 Property Keep.getWithinColumn()
           
 Property Keep.getWithinPage()
           
 Property CondLength.getComponent(java.lang.String sCmpnName)
           
 Property CondLength.getConditionality()
           
 Property CondLength.getLength()
           
 Property CompoundDatatype.getComponent(java.lang.String sCmpnName)
           
 

Methods in org.apache.fop.datatypes with parameters of type Property
 Property ToBeImplementedProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo)
           
 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 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 LengthPair.setComponent(java.lang.String sCmpnName, Property cmpnValue, boolean bIsDefault)
           
 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 CondLength.setComponent(java.lang.String sCmpnName, Property cmpnValue, boolean bIsDefault)
           
 void CompoundDatatype.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
 Property StringProperty.Maker.make(PropertyList propertyList, java.lang.String value, FObj fo)
           
 Property ShorthandParser.getValueForProperty(java.lang.String propName, Property.Maker maker, PropertyList propertyList)
           
 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 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 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)
           
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 ListProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo)
           
 Property LengthProperty.Maker.convertProperty(Property p, PropertyList propertyList, 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)
           
 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 FObj.getProperty(java.lang.String name)
          lets outside sources access the property list first used by PageNumberCitation to find the "id" property
 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 ColorTypeProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo)
           
 Property CharacterProperty.Maker.make(PropertyList propertyList, java.lang.String value, FObj fo)
           
protected  Property BoxPropShorthandParser.convertValueForProperty(java.lang.String propName, Property.Maker maker, PropertyList propertyList)
           
 

Methods in org.apache.fop.fo with parameters of type Property
 Property PropertyListBuilder.getSubpropValue(java.lang.String space, java.lang.String element, java.lang.String propertyName, Property p, java.lang.String subpropName)
           
 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)
           
 void ListProperty.addProperty(Property prop)
           
 Property ListProperty.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)
           
 Property ColorTypeProperty.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
static Property PropertyParser.parse(java.lang.String expr, PropertyInfo propInfo)
          Public entrypoint to the Property expression parser.
 Property PPColWidthFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property NearestSpecPropFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property MinFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property MaxFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property LabelEndFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property InheritedPropFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property Function.eval(Property[] args, PropertyInfo propInfo)
           
 Property FromTableColumnFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property FromParentFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property FopPropValFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property BodyStartFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property AbsFunction.eval(Property[] args, PropertyInfo propInfo)
           
 

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

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

Methods in org.apache.fop.fo.properties that return Property
 Property ZIndexMaker.make(PropertyList propertyList)
           
 Property XMLLangMaker.make(PropertyList propertyList)
           
 Property WritingModeMaker.make(PropertyList propertyList)
           
 Property WritingModeMaker.checkEnumValues(java.lang.String value)
           
 Property WrapOptionMaker.checkEnumValues(java.lang.String value)
           
 Property WrapOptionMaker.make(PropertyList propertyList)
           
 Property WordSpacingMaker.make(PropertyList propertyList)
           
 Property WidthMaker.make(PropertyList propertyList)
           
 Property WidowsMaker.make(PropertyList propertyList)
           
 Property WhiteSpaceTreatmentMaker.checkEnumValues(java.lang.String value)
           
 Property WhiteSpaceTreatmentMaker.make(PropertyList propertyList)
           
 Property WhiteSpaceMaker.checkEnumValues(java.lang.String value)
           
 Property WhiteSpaceMaker.make(PropertyList propertyList)
           
 Property WhiteSpaceCollapseMaker.make(PropertyList propertyList)
           
 Property VolumeMaker.make(PropertyList propertyList)
           
 Property VoiceFamilyMaker.make(PropertyList propertyList)
           
 Property VisibilityMaker.make(PropertyList propertyList)
           
 Property VerticalAlignMaker.checkEnumValues(java.lang.String value)
           
 Property VerticalAlignMaker.make(PropertyList propertyList)
           
 Property UnicodeBidiMaker.checkEnumValues(java.lang.String value)
           
 Property UnicodeBidiMaker.make(PropertyList propertyList)
           
 Property TreatAsWordSpaceMaker.checkEnumValues(java.lang.String value)
           
 Property TreatAsWordSpaceMaker.make(PropertyList propertyList)
           
 Property TopMaker.make(PropertyList propertyList)
           
 Property TextTransformMaker.make(PropertyList propertyList)
           
 Property TextShadowMaker.make(PropertyList propertyList)
           
 Property TextIndentMaker.make(PropertyList propertyList)
           
 Property TextDepthMaker.make(PropertyList propertyList)
           
 Property TextDecorationMaker.checkEnumValues(java.lang.String value)
           
 Property TextDecorationMaker.make(PropertyList propertyList)
           
 Property TextAltitudeMaker.make(PropertyList propertyList)
           
 Property TextAlignMaker.checkEnumValues(java.lang.String value)
           
 Property TextAlignMaker.make(PropertyList propertyList)
           
 Property TextAlignLastMaker.compute(PropertyList propertyList)
           
 Property TextAlignLastMaker.checkEnumValues(java.lang.String value)
           
 Property TextAlignLastMaker.make(PropertyList propertyList)
           
 Property TargetStylesheetMaker.make(PropertyList propertyList)
           
 Property TargetProcessingContextMaker.make(PropertyList propertyList)
           
 Property TargetPresentationContextMaker.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 SwitchToMaker.make(PropertyList propertyList)
           
 Property SuppressAtLineBreakMaker.checkEnumValues(java.lang.String value)
           
 Property SuppressAtLineBreakMaker.make(PropertyList propertyList)
           
 Property StressMaker.make(PropertyList propertyList)
           
 Property StartsRowMaker.checkEnumValues(java.lang.String value)
           
 Property StartsRowMaker.make(PropertyList propertyList)
           
 Property StartingStateMaker.make(PropertyList propertyList)
           
 Property StartIndentMaker.