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.
All the pagination and declaration formatting objects.
Classes representing the various property types as well as supporting data structures for the FO tree.
FOP's layout engine.
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
Fields in org.apache.fop.fo declared as PropertyModifier and TypeFieldDescriptionprivate Property[]FOPropertyMapping.enumsprivate final Property[]StaticPropertyList.explicitprivate PropertyFOText.letterSpacingprivate final Property[]StaticPropertyList.valuesprivate PropertyFOText.wordSpacingFields in org.apache.fop.fo with type parameters of type PropertyModifier and TypeFieldDescriptionPropertyList.UnknownPropertyHandler.knownPropertiesA list of known properties which have already been processedPropertyList.UnknownPropertyHandler.unknownPropertyValuesA list of unknown properties identified by the value and property in which its featuredMethods in org.apache.fop.fo that return PropertyModifier and TypeMethodDescriptionprivate PropertyFOPropertyMapping.calcWritingModeDependent(int pv, int wm) private PropertyPropertyList.findBaseProperty(Attributes attributes, FObj parentFO, int propId, String basePropertyName, PropertyMaker propertyMaker) PropertyList.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.private PropertyFOPropertyMapping.getEnumProperty(int enumValue, String text) Return a (possibly cached) enum property based in the enum value.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) private PropertyPropertyList.getShorthand(int propId) FOText.getWordSpacing()private PropertyPropertyList.makeProperty(int propId) private PropertyFOPropertyMapping.makeWritingModeDependentEnum(int pv) Methods in org.apache.fop.fo that return types with arguments of type PropertyModifier and TypeMethodDescriptionPropertyList.getUnknownPropertyValues()Gets the current list of unknown property valuesPropertyList.UnknownPropertyHandler.getUnknownPropertyValues()Methods in org.apache.fop.fo with parameters of type PropertyModifier and TypeMethodDescriptionprivate StringFObj.getAttributeNameForValue(Attributes attList, Property value, PropertyList propertyList) abstract 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.protected voidBorderShorthandParser.validate(PropertyList propertyList, String propertyString, Property prop, Property property) (package private) voidPropertyList.UnknownPropertyHandler.validatePropertyValue(String propertyValue, Property output, Property property) 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 functionCeilingFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the functionCIELabColorFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the functionCMYKColorFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the functionFloorFunction.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 functionRGBColorFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the functionRGBICCColorFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the functionRGBNamedColorFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the functionRoundFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the functionSystemColorFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the functionprivate PropertyPropertyParser.evalAddition(Numeric op1, Numeric op2) Evaluate an addition operation.private PropertyPropertyParser.evalDivide(Numeric op1, Numeric op2) Evaluate a division operation.private PropertyPropertyParser.evalModulo(Number op1, Number op2) Evaluate a modulo operation.private PropertyPropertyParser.evalMultiply(Numeric op1, Numeric op2) Evaluate a multiplication operation.private PropertyPropertyParser.evalNegate(Numeric op) Evaluate a unary minus operation.private PropertyPropertyParser.evalSubtraction(Numeric op1, Numeric op2) Evaluate a subtraction operation.FromNearestSpecifiedValueFunction.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.private PropertyPropertyParser.parseAdditiveExpr()Try to parse an addition or subtraction expression and return the resulting Property.(package private) Property[]Parse a comma separated list of function arguments.private PropertyPropertyParser.parseMultiplicativeExpr()Try to parse a multiply, divide or modulo expression and return the resulting Property.private PropertyPropertyParser.parsePrimaryExpr()Try to parse a primary expression and return the resulting Property.private PropertyPropertyParser.parseProperty()Parse the property expression described in the instance variables.private PropertyPropertyParser.parseUnaryExpr()Try to parse a unary minus expression and return the resulting Property.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 functionCeilingFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the functionCIELabColorFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the functionCMYKColorFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the functionFloorFunction.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 functionRGBColorFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the functionRGBICCColorFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the functionRGBNamedColorFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the functionRoundFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the functionSystemColorFunction.eval(Property[] args, PropertyInfo pInfo) Evaluate the function -
Uses of Property in org.apache.fop.fo.flow
Fields in org.apache.fop.fo.flow declared as PropertyModifier and TypeFieldDescriptionprivate PropertyBidiOverride.letterSpacingprivate PropertyCharacter.letterSpacingprivate PropertyBidiOverride.wordSpacingprivate PropertyCharacter.wordSpacingMethods 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.pagination
Fields in org.apache.fop.fo.pagination declared as PropertyModifier and TypeFieldDescriptionprivate PropertyRepeatablePageMasterAlternatives.maximumRepeatsprivate PropertyRepeatablePageMasterReference.maximumRepeats -
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 valuesprivate static classA conditional length of value 0.classSuperclass 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 TypeFieldDescriptionprivate PropertyLengthPairProperty.bpdprivate PropertySpaceProperty.conditionalityprotected PropertyPropertyMaker.defaultPropertydefault propertyprivate PropertyEnumLength.enumPropertyprivate PropertyLengthPairProperty.ipdprivate PropertyCondLengthProperty.lengthcomponentsprivate PropertyLengthRangeProperty.maximumprivate PropertyLengthRangeProperty.minimumprivate static PropertyTableBorderPrecedence.num0private static PropertyTableBorderPrecedence.num1private static PropertyTableBorderPrecedence.num2private static PropertyTableBorderPrecedence.num3private static PropertyTableBorderPrecedence.num4private static PropertyTableBorderPrecedence.num5private static PropertyTableBorderPrecedence.num6private PropertyLengthRangeProperty.optimumprivate Property[]FontStretchPropertyMaker.orderedFontStretchValuesprivate PropertySpaceProperty.precedenceprivate PropertyKeepProperty.withinColumnprivate PropertyKeepProperty.withinLineprivate PropertyKeepProperty.withinPageFields 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.private PropertyFontStretchPropertyMaker.computeNextAbsoluteFontStretch(Property baseProperty, int direction) Calculates the nearest absolute font stretch property to the given font stretchColorProperty.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()CommonBorderPaddingBackground.ConditionalNullLength.getComponent(int cmpId) 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.CommonBorderPaddingBackground.ConditionalNullLength.getConditionality()CondLengthProperty.getConditionality()Returns the conditionality.SpaceProperty.getConditionality()private PropertyIndentPropertyMaker.getCorresponding(int[] corresponding, PropertyList propertyList) protected PropertyGenericShorthandParser.getElement(Property list, int index) LengthPairProperty.getIPD()CommonBorderPaddingBackground.ConditionalNullLength.getLengthComponent()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 listprivate voidFontShorthandProperty.addProperty(Property prop, int pos) voidListProperty.addProperty(Property prop) Add a new property to the listprivate PropertyFontStretchPropertyMaker.computeNextAbsoluteFontStretch(Property baseProperty, int direction) Calculates the nearest absolute font stretch property to the given font stretchColorProperty.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.voidCommonBorderPaddingBackground.ConditionalNullLength.setComponent(int cmpId, Property cmpnValue, boolean isDefault) 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.privateEnumNumber(Property enumProperty) ConstructorprivateFontFamilyProperty(Property prop) 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.layoutmgr
Methods in org.apache.fop.layoutmgr with parameters of type PropertyModifier and TypeMethodDescriptionprivate static intKeep.getKeepStrength(Property keep) private void -
Uses of Property in org.apache.fop.render.afp.extensions
Fields in org.apache.fop.render.afp.extensions declared as PropertyMethods 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)