Uses of Class
org.apache.fop.fo.properties.Property
Packages that use Property
Package
Description
XSL Datatypes.
Classes, constants and basic infrastructure for the FO tree.
Classes for XSL expressions and functions.
All the block- and inline-level flow formatting objects.
Classes representing the various property types as well as supporting data structures for the FO tree.
Trait classes and other supporting data structures.
-
Uses of Property in org.apache.fop.datatypes
Methods in org.apache.fop.datatypes that return PropertyModifier and TypeMethodDescriptionCompoundDatatype.getComponent(int cmpId) Returns a component of the compound datatype.Methods in org.apache.fop.datatypes with parameters of type PropertyModifier and TypeMethodDescriptionvoidCompoundDatatype.setComponent(int cmpId, Property cmpnValue, boolean bIsDefault) Sets a component of the compound datatype. -
Uses of Property in org.apache.fop.fo
Methods in org.apache.fop.fo that return PropertyModifier and TypeMethodDescriptionPropertyList.get(int propId) Return the property on the current FlowObject.PropertyList.get(int propId, boolean bTryInherit, boolean bTryDefault) Return the property on the current FlowObject.StaticPropertyList.get(int propId, boolean bTryInherit, boolean bTryDefault) Override PropertyList.get() and provides fast caching of previously retrieved property values.abstract PropertyPropertyList.getExplicit(int propId) Return the value explicitly specified on this FO.StaticPropertyList.getExplicit(int propId) Return the value explicitly specified on this FO.PropertyList.getExplicitOrShorthand(int propId) Return the value explicitly specified on this FO.PropertyList.getFromParent(int propId) Return the value of this property on the parent of this FO.PropertyList.getInherited(int propId) Return the value of this property inherited by this FO.FOText.getLetterSpacing()PropertyList.getNearestSpecified(int propId) Return the "nearest" specified value for the given property.PropertyList.getPropertyForAttribute(Attributes attributes, String attributeName, String attributeValue) FOText.getWordSpacing()Methods in org.apache.fop.fo that return types with arguments of type PropertyModifier and TypeMethodDescriptionPropertyList.getUnknownPropertyValues()Gets the current list of unknown property valuesMethods in org.apache.fop.fo with parameters of type PropertyModifier and TypeMethodDescriptionabstract voidPropertyList.putExplicit(int propId, Property value) Set an value defined explicitly on this FO.voidStaticPropertyList.putExplicit(int propId, Property value) Set an value defined explicitly on this FO.voidPropertyList.validatePropertyValue(String propertyValue, Property output, Property property) Adds an unknown property value to the property list so that if necessary, a warning can be displayed. -
Uses of Property in org.apache.fop.fo.expr
Subclasses of Property in org.apache.fop.fo.exprModifier and TypeClassDescriptionclassClass for handling NC Name objectsclassA numeric property which hold the final absolute result of an expression calculations.classThis class represent a node in a property expression tree.Methods in org.apache.fop.fo.expr that return PropertyModifier and TypeMethodDescriptionAbsFunction.eval(Property[] args, PropertyInfo propInfo) Evaluate the functionBodyStartFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the functionFromNearestSpecifiedValueFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the functionFromParentFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the functionFromTableColumnFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the functionFunction.eval(Property[] args, PropertyInfo pi) Evaluate the functionInheritedPropFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the functionLabelEndFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the functionMaxFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the functionMinFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the functionOCAColorFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the functionProportionalColumnWidthFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the functionFromNearestSpecifiedValueFunction.getOptionalArgDefault(int index, PropertyInfo pi) FromParentFunction.getOptionalArgDefault(int index, PropertyInfo pi) FromTableColumnFunction.getOptionalArgDefault(int index, PropertyInfo pi) Function.getOptionalArgDefault(int index, PropertyInfo pi) FunctionBase.getOptionalArgDefault(int index, PropertyInfo pi) InheritedPropFunction.getOptionalArgDefault(int index, PropertyInfo pi) protected final PropertyFunctionBase.getPropertyName(PropertyInfo pi) static PropertyPropertyParser.parse(String expr, PropertyInfo propInfo) Public entrypoint to the Property expression parser.Methods in org.apache.fop.fo.expr with parameters of type PropertyModifier and TypeMethodDescriptionAbsFunction.eval(Property[] args, PropertyInfo propInfo) Evaluate the functionBodyStartFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the functionFromNearestSpecifiedValueFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the functionFromParentFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the functionFromTableColumnFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the functionFunction.eval(Property[] args, PropertyInfo pi) Evaluate the functionInheritedPropFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the functionLabelEndFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the functionMaxFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the functionMinFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the functionOCAColorFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the functionProportionalColumnWidthFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the function -
Uses of Property in org.apache.fop.fo.flow
Methods in org.apache.fop.fo.flow that return PropertyModifier and TypeMethodDescriptionMarker.MarkerPropertyList.getExplicit(int propId) Null implementation; not used by this type ofPropertyList.BidiOverride.getLetterSpacing()Character.getLetterSpacing()BidiOverride.getWordSpacing()Character.getWordSpacing()Methods in org.apache.fop.fo.flow with parameters of type PropertyModifier and TypeMethodDescriptionvoidMarker.MarkerPropertyList.putExplicit(int propId, Property value) Null implementation; not used by this type ofPropertyList. -
Uses of Property in org.apache.fop.fo.flow.table
Methods in org.apache.fop.fo.flow.table that return PropertyModifier and TypeMethodDescriptionTableFObj.ColumnNumberPropertyMaker.convertProperty(Property p, PropertyList propertyList, FObj fo) Return a Property object based on the passed Property object.TableColumn.getProperty(int propId) Retrieve a property value through its Id; used by from-table-column() functionTableFObj.ColumnNumberPropertyMaker.make(PropertyList propertyList) Return the default value.TableFObj.ColumnNumberPropertyMaker.make(PropertyList propertyList, String value, FObj fo) Create a Property object from an attribute specification.Methods in org.apache.fop.fo.flow.table with parameters of type PropertyModifier and TypeMethodDescriptionTableFObj.ColumnNumberPropertyMaker.convertProperty(Property p, PropertyList propertyList, FObj fo) Return a Property object based on the passed Property object. -
Uses of Property in org.apache.fop.fo.properties
Subclasses of Property in org.apache.fop.fo.propertiesModifier and TypeClassDescriptionclassClass encapsulating functionality for thebackground-positionshorthand.final classSuperclass for properties that wrap a character value TODO convert character value to int in order to denote unicode scalar value instead of a single UTF-16 code elementfinal classClass for properties that wrap Color valuesclassSuperclass for properties that have conditional lengthsclassA length quantity in XSL which is specified as an enum, such as "auto"final classA number quantity in XSL which is specified as an enum, such as "no-limit".final classSuperclass for properties that wrap an enumeration valuefinal classAn absolute length quantity in XSLfinal classProperty class for the font-family property.classProperty subclass for the font shorthandfinal classClass for properties that wrap Keep valuesclassSuperclass for properties wrapping a LengthPair valueclassSuperclass for properties wrapping a Length value.classSuperclass for properties that contain LengthRange valuesclassSuperclass for properties that are lists of other propertiesfinal classClass for handling numeric propertiesfinal classSuperclass for properties that wrap an optional character value TODO convert character value to int in order to denote unicode scalar value instead of a single UTF-16 code elementclassa percent specified length quantity in XSLclassBase class used for handling properties of the fo:space-before and fo:space-after variety.final classExists primarily as a container for its Maker inner class, which is extended by many string-based FO property classes.classA table-column width specification, possibly including some number of proportional "column-units".classA special property for representing an as yet unimplemented property.classClass modeling a property that has a value of type <uri-specification>.Fields in org.apache.fop.fo.properties declared as PropertyModifier and TypeFieldDescriptionprotected PropertyPropertyMaker.defaultPropertydefault propertyFields in org.apache.fop.fo.properties with type parameters of type PropertyMethods in org.apache.fop.fo.properties that return PropertyModifier and TypeMethodDescriptionprotected PropertyCompoundPropertyMaker.checkEnumValues(String value) For compound properties which can take enumerate values.EnumProperty.Maker.checkEnumValues(String value) Called by subclass if no match found.protected PropertyPropertyMaker.checkEnumValues(String value) For properties that contain enumerated values.CorrespondingPropertyMaker.compute(PropertyList propertyList) Return a Property object representing the value of this property, based on other property values for this FO.DimensionPropertyMaker.compute(PropertyList propertyList) Return a Property object representing the value of this property, based on other property values for this FO.IndentPropertyMaker.compute(PropertyList propertyList) Calculate the corresponding value for start-indent and end-indent.protected PropertyLineHeightPropertyMaker.compute(PropertyList propertyList) Recalculate the line-height value based on the nearest specified value.protected PropertyPropertyMaker.compute(PropertyList propertyList) Return a Property object representing the value of this property, based on other property values for this FO.SpacePropertyMaker.compute(PropertyList propertyList) Return a Property object representing the value of this property, based on other property values for this FO.IndentPropertyMaker.computeAlternativeRuleset(PropertyList propertyList) Calculate the corresponding value for start-indent and end-indent.IndentPropertyMaker.computeConforming(PropertyList propertyList) Calculate the corresponding value for start-indent and end-indent.ColorProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo) Return a ColorProperty object based on the passed Property object.protected PropertyCompoundPropertyMaker.convertProperty(Property p, PropertyList propertyList, FObj fo) Return a Property object based on the passed Property object.CondLengthProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo) Return a Property object based on the passed Property object.EnumProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo) Convert a property.FontFamilyProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo) Return a Property object based on the passed Property object.FontSizePropertyMaker.convertProperty(Property p, PropertyList propertyList, FObj fo) Return a Property object based on the passed Property object.FontStretchPropertyMaker.convertProperty(Property p, PropertyList propertyList, FObj fo) Convert a property.KeepProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo) Return a Property object based on the passed Property object.LengthPairProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo) Return a Property object based on the passed Property object.LengthProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo) Return a Property object based on the passed Property object.LengthRangeProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo) Return a Property object based on the passed Property object.LineHeightPropertyMaker.convertProperty(Property p, PropertyList propertyList, FObj fo) Return a Property object based on the passed Property object.ListProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo) Return a Property object based on the passed Property object.NumberProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo) Return a Property object based on the passed Property object.NumberProperty.PositiveIntegerMaker.convertProperty(Property p, PropertyList propertyList, FObj fo) If the value is not positive, return a property with value 1 Return a Property object based on the passed Property object.protected PropertyPropertyMaker.convertProperty(Property p, PropertyList propertyList, FObj fo) Return a Property object based on the passed Property object.SpaceProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo) Return a Property object based on the passed Property object.SpacingPropertyMaker.convertProperty(Property p, PropertyList propertyList, FObj fo) Support for the 'normal' value.TextDecorationMaker.convertProperty(Property p, PropertyList propertyList, FObj fo) Return a Property object based on the passed Property object.ToBeImplementedProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo) protected PropertyPropertyMaker.convertPropertyDatatype(Property p, PropertyList propertyList, FObj fo) For properties that have more than one legal way to be specified, this routine should be overridden to attempt to set them based upon the other methods.PropertyMaker.convertShorthandProperty(PropertyList propertyList, Property prop, FObj fo) Converts a shorthand propertyprotected PropertyBorderSpacingShorthandParser.convertValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) Converts a property name into a Propertyprotected PropertyBoxCornerPropShorthandParser.convertValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) Stores 1 or 2 values of same type representing rounded corner radii.protected PropertyBoxPropShorthandParser.convertValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) Stores 1 to 4 values of same type.protected PropertyGenericShorthandParser.convertValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) Converts a property name into a PropertyPropertyMaker.findProperty(PropertyList propertyList, boolean tryInherit) If the property is a relative property with a corresponding absolute value specified, the absolute value is used.BorderWidthPropertyMaker.get(int subpropId, PropertyList propertyList, boolean bTryInherit, boolean bTryDefault) Check the value of the style property and return a length of 0 when the style is NONE.CompoundPropertyMaker.get(int subpropertyId, PropertyList propertyList, boolean tryInherit, boolean tryDefault) Return the property on the current FlowObject.PageDimensionMaker.get(int subpropId, PropertyList propertyList, boolean tryInherit, boolean tryDefault) Check the value of the page-width / page-height property.PropertyMaker.get(int subpropertyId, PropertyList propertyList, boolean tryInherit, boolean tryDefault) Return the property on the current FlowObject.ReferenceOrientationMaker.get(int subpropId, PropertyList propertyList, boolean tryInherit, boolean tryDefault) Check the value of the reference-orientation property.LengthPairProperty.getBPD()CondLengthProperty.getComponent(int cmpId) Returns a component of the compound datatype.KeepProperty.getComponent(int cmpId) Returns a component of the compound datatype.LengthPairProperty.getComponent(int cmpId) Returns a component of the compound datatype.LengthRangeProperty.getComponent(int cmpId) Returns a component of the compound datatype.SpaceProperty.getComponent(int cmpId) Returns a component of the compound datatype.CondLengthProperty.getConditionality()Returns the conditionality.SpaceProperty.getConditionality()protected PropertyGenericShorthandParser.getElement(Property list, int index) LengthPairProperty.getIPD()CondLengthProperty.getLengthComponent()Returns the length.LengthRangeProperty.getMaximum(PercentBaseContext context) LengthRangeProperty.getMinimum(PercentBaseContext context) LengthRangeProperty.getOptimum(PercentBaseContext context) SpaceProperty.getPrecedence()PropertyMaker.getShorthand(PropertyList propertyList) For properties that can be set by shorthand properties, this method should return the Property, if any, that is parsed from any shorthand properties that affect this property.PropertyMaker.getSubprop(Property p, int subpropertyId) Return a property value for the given component of a compound property.BackgroundPositionShorthand.Parser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) FontShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) GenericShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) PageBreakShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) PositionShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) ShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) VerticalAlignShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) WhiteSpaceShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) XMLLangShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) KeepProperty.getWithinColumn()KeepProperty.getWithinLine()KeepProperty.getWithinPage()BackgroundPositionShorthand.Maker.make(PropertyList propertyList, String value, FObj fo) Create a Property object from an attribute specification.CharacterProperty.Maker.make(PropertyList propertyList, String value, FObj fo) Create a Property object from an attribute specification.CompoundPropertyMaker.make(Property baseProperty, int subpropertyId, PropertyList propertyList, String value, FObj fo) Return a property value for a compound property.CompoundPropertyMaker.make(PropertyList propertyList) Make a compound property with default values.CompoundPropertyMaker.make(PropertyList propertyList, String value, FObj fo) Create a Property object from an attribute specification.FontFamilyProperty.Maker.make(PropertyList propertyList, String value, FObj fo) Create a Property object from an attribute specification.FontShorthandProperty.Maker.make(PropertyList propertyList, String value, FObj fo) Create a Property object from an attribute specification.FontSizePropertyMaker.make(PropertyList propertyList, String value, FObj fo) Create a Property object from an attribute specification.FontWeightPropertyMaker.make(PropertyList pList, String value, FObj fo) Create a Property object from an attribute specification.LineHeightPropertyMaker.make(PropertyList propertyList, String value, FObj fo) Create a Property object from an attribute specification.OptionalCharacterProperty.Maker.make(PropertyList propertyList, String value, FObj fo) Create a Property object from an attribute specification.PropertyMaker.make(Property baseProperty, int subpropertyId, PropertyList propertyList, String value, FObj fo) Make a property value for a compound property.PropertyMaker.make(PropertyList propertyList) Return the default value.PropertyMaker.make(PropertyList propertyList, String value, FObj fo) Create a Property object from an attribute specification.StringProperty.Maker.make(PropertyList propertyList, String value, FObj fo) Make a new StringProperty objectTableBorderPrecedence.make(PropertyList propertyList) Set default precedence according to the parent FObj Return the default value.URIProperty.Maker.make(PropertyList propertyList, String value, FObj fo) Create a Property object from an attribute specification.protected PropertyCompoundPropertyMaker.makeCompound(PropertyList propertyList, FObj parentFO) Create a empty compound property and fill it with default values for the subproperties.CondLengthProperty.Maker.makeNewProperty()Create a new empty instance of CondLengthProperty.KeepProperty.Maker.makeNewProperty()Create a new empty instance of KeepProperty.LengthPairProperty.Maker.makeNewProperty()Create a new empty instance of LengthPairProperty.LengthRangeProperty.Maker.makeNewProperty()Create a new empty instance of LengthRangeProperty.PropertyMaker.makeNewProperty()Create a new empty property.SpaceProperty.Maker.makeNewProperty()Create a new empty instance of SpaceProperty.protected PropertyLengthRangeProperty.Maker.setSubprop(Property baseProperty, int subpropertyId, Property subproperty) Set a component in a compound property and return the modified compound property object.protected PropertyPropertyMaker.setSubprop(Property baseProperty, int subpropertyId, Property subproperty) Set a component in a compound property and return the modified compound property object.Methods in org.apache.fop.fo.properties that return types with arguments of type PropertyModifier and TypeMethodDescriptionListProperty.getList()Return thejava.util.ListofPropertyinstances contained in this property.Methods in org.apache.fop.fo.properties with parameters of type PropertyModifier and TypeMethodDescriptionvoidAdd a enum constant.voidFontFamilyProperty.addProperty(Property prop) Add a new property to the listvoidListProperty.addProperty(Property prop) Add a new property to the listColorProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo) Return a ColorProperty object based on the passed Property object.protected PropertyCompoundPropertyMaker.convertProperty(Property p, PropertyList propertyList, FObj fo) Return a Property object based on the passed Property object.CondLengthProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo) Return a Property object based on the passed Property object.EnumProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo) Convert a property.FontFamilyProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo) Return a Property object based on the passed Property object.FontSizePropertyMaker.convertProperty(Property p, PropertyList propertyList, FObj fo) Return a Property object based on the passed Property object.FontStretchPropertyMaker.convertProperty(Property p, PropertyList propertyList, FObj fo) Convert a property.KeepProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo) Return a Property object based on the passed Property object.LengthPairProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo) Return a Property object based on the passed Property object.LengthProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo) Return a Property object based on the passed Property object.LengthRangeProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo) Return a Property object based on the passed Property object.LineHeightPropertyMaker.convertProperty(Property p, PropertyList propertyList, FObj fo) Return a Property object based on the passed Property object.ListProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo) Return a Property object based on the passed Property object.NumberProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo) Return a Property object based on the passed Property object.NumberProperty.PositiveIntegerMaker.convertProperty(Property p, PropertyList propertyList, FObj fo) If the value is not positive, return a property with value 1 Return a Property object based on the passed Property object.protected PropertyPropertyMaker.convertProperty(Property p, PropertyList propertyList, FObj fo) Return a Property object based on the passed Property object.SpaceProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo) Return a Property object based on the passed Property object.SpacingPropertyMaker.convertProperty(Property p, PropertyList propertyList, FObj fo) Support for the 'normal' value.TextDecorationMaker.convertProperty(Property p, PropertyList propertyList, FObj fo) Return a Property object based on the passed Property object.ToBeImplementedProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo) protected PropertyPropertyMaker.convertPropertyDatatype(Property p, PropertyList propertyList, FObj fo) For properties that have more than one legal way to be specified, this routine should be overridden to attempt to set them based upon the other methods.PropertyMaker.convertShorthandProperty(PropertyList propertyList, Property prop, FObj fo) Converts a shorthand propertyprotected PropertyBorderSpacingShorthandParser.convertValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) Converts a property name into a Propertyprotected PropertyBoxCornerPropShorthandParser.convertValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) Stores 1 or 2 values of same type representing rounded corner radii.protected PropertyBoxPropShorthandParser.convertValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) Stores 1 to 4 values of same type.protected PropertyGenericShorthandParser.convertValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) Converts a property name into a Propertyprotected PropertyGenericShorthandParser.getElement(Property list, int index) static EnumNumberEnumNumber.getInstance(Property enumProperty) Returns the canonical EnumNumber instance corresponding to the given PropertyPropertyMaker.getSubprop(Property p, int subpropertyId) Return a property value for the given component of a compound property.BackgroundPositionShorthand.Parser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) FontShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) GenericShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) PageBreakShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) PositionShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) ShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) VerticalAlignShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) WhiteSpaceShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) XMLLangShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) CompoundPropertyMaker.make(Property baseProperty, int subpropertyId, PropertyList propertyList, String value, FObj fo) Return a property value for a compound property.PropertyMaker.make(Property baseProperty, int subpropertyId, PropertyList propertyList, String value, FObj fo) Make a property value for a compound property.voidCondLengthProperty.setComponent(int cmpId, Property cmpnValue, boolean bIsDefault) Sets a component of the compound datatype.voidKeepProperty.setComponent(int cmpId, Property cmpnValue, boolean bIsDefault) Sets a component of the compound datatype.voidLengthPairProperty.setComponent(int cmpId, Property cmpnValue, boolean bIsDefault) Sets a component of the compound datatype.voidLengthRangeProperty.setComponent(int cmpId, Property cmpnValue, boolean bIsDefault) Sets a component of the compound datatype.voidSpaceProperty.setComponent(int cmpId, Property cmpnValue, boolean bIsDefault) Sets a component of the compound datatype.protected voidSpaceProperty.setConditionality(Property conditionality, boolean bIsDefault) protected voidLengthRangeProperty.setMaximum(Property max, boolean bIsDefault) Set maximum value to max if it is >= optimum or optimum isn't set.protected voidLengthRangeProperty.setMinimum(Property minimum, boolean bIsDefault) Set minimum value to min.protected voidLengthRangeProperty.setOptimum(Property opt, boolean bIsDefault) Set the optimum value.protected voidSpaceProperty.setPrecedence(Property precedence, boolean bIsDefault) protected PropertyLengthRangeProperty.Maker.setSubprop(Property baseProperty, int subpropertyId, Property subproperty) Set a component in a compound property and return the modified compound property object.protected PropertyPropertyMaker.setSubprop(Property baseProperty, int subpropertyId, Property subproperty) Set a component in a compound property and return the modified compound property object.protected voidKeepProperty.setWithinColumn(Property withinColumn, boolean bIsDefault) voidKeepProperty.setWithinLine(Property withinLine, boolean bIsDefault) voidKeepProperty.setWithinPage(Property withinPage, boolean bIsDefault) protected voidGenericShorthandParser.validate(PropertyList propertyList, String propertyString, Property prop, Property property) Constructors in org.apache.fop.fo.properties with parameters of type PropertyModifierConstructorDescriptionEnumLength(Property enumProperty) Construct an enumerated length from an enum property.Creates a new LengthPairProperty which sets both bpd and ipd to the same value.LengthPairProperty(Property ipd, Property bpd) Creates a new LengthPairProperty.ListProperty(Property prop) Create a new instance, using the givenPropertyas the first element in the list. -
Uses of Property in org.apache.fop.render.afp.extensions
Methods in org.apache.fop.render.afp.extensions that return PropertyModifier and TypeMethodDescriptionAFPAttribute.make(PropertyList propertyList) Overide the make method to return the property object -
Uses of Property in org.apache.fop.traits
Methods in org.apache.fop.traits with parameters of type PropertyModifier and TypeMethodDescriptionstatic SpaceValSpaceVal.makeLetterSpacing(Property letterSpacing) static SpaceValSpaceVal.makeWordSpacing(Property wordSpacing, SpaceVal letterSpacing, Font fs)