| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Property | |
org.apache.fop.fo | |
org.apache.fop.fo.expr | |
org.apache.fop.fo.properties | |
org.apache.fop.svg |
Uses of Property in org.apache.fop.fo |
Subclasses of Property in org.apache.fop.fo | |
class | CharacterProperty |
class | ColorTypeProperty |
class | EnumProperty |
class | LengthProperty |
class | LengthRangeProperty |
class | NumberProperty |
class | SpaceProperty |
class | StringProperty |
Methods in org.apache.fop.fo that return Property | |
Property | CharacterProperty.Maker.make(PropertyList propertyList, String value, FObj fo) |
Property | EnumProperty.Maker.make(PropertyList propertyList, String value, FObj fo) |
Property | FObj.getProperty(String name) lets outside sources access the property list first used by PageNumberCitation to find the "id" property |
Property | FONode.getProperty(String name) lets outside sources access the property list first used by PageNumberCitation to find the "id" property returns null by default, overide this function when there is a property list |
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.getSubpropValue(Property p, String subprop) Return a property value for the given component of a compound property. |
Property | Property.Maker.make(Property baseProp, String partName, PropertyList propertyList, String value, FObj fo) Return a property value for a compound property. |
Property | Property.Maker.make(PropertyList propertyList, String value, FObj fo) Create a Property object from an attribute specification. |
Property | Property.Maker.make(PropertyList propertyList) Return a Property object representing the initial value. |
Property | PropertyList.get(String propertyName) Return the property on the current FlowObject. |
Property | PropertyList.getExplicit(String propertyName) Return the value explicitly specified on this FO. |
Property | PropertyList.getFromParent(String propertyName) Return the value of this property on the parent of this FO. |
Property | PropertyList.getInherited(String propertyName) Return the value of this property inherited by this FO. |
Property | PropertyList.getNearestSpecified(String propertyName) Return the "nearest" specified value for the given property. |
Property | PropertyListBuilder.computeProperty(PropertyList propertyList, String space, String element, String propertyName) |
Property | PropertyListBuilder.getSubpropValue(String space, String element, String propertyName, Property p, String subpropName) |
Property | PropertyListBuilder.makeProperty(PropertyList propertyList, String space, String element, String propertyName) |
Property | StringProperty.Maker.make(PropertyList propertyList, String value, FObj fo) |
Methods in org.apache.fop.fo with parameters of type Property | |
Property | Property.Maker.getSubpropValue(Property p, String subprop) Return a property value for the given component of a compound property. |
Property | Property.Maker.make(Property baseProp, String partName, PropertyList propertyList, String value, FObj fo) Return a property value for a compound property. |
Property | PropertyListBuilder.getSubpropValue(String space, String element, String propertyName, Property p, String subpropName) |
Uses of Property in org.apache.fop.fo.expr |
Subclasses of Property in org.apache.fop.fo.expr | |
class | NCnameProperty |
class | NumericProperty |
Methods in org.apache.fop.fo.expr that return Property | |
Property | AbsFunction.eval(Property[] args, PropertyInfo propInfo) |
Property | CeilingFunction.eval(Property[] args, PropertyInfo pInfo) |
Property | FloorFunction.eval(Property[] args, PropertyInfo pInfo) |
Property | FromParentFunction.eval(Property[] args, PropertyInfo pInfo) |
Property | FromTableColumnFunction.eval(Property[] args, PropertyInfo pInfo) |
Property | Function.eval(Property[] args, PropertyInfo propInfo) |
Property | InheritedPropFunction.eval(Property[] args, PropertyInfo pInfo) |
Property | MaxFunction.eval(Property[] args, PropertyInfo pInfo) |
Property | MinFunction.eval(Property[] args, PropertyInfo pInfo) |
Property | NearestSpecPropFunction.eval(Property[] args, PropertyInfo pInfo) |
Property | PPColWidthFunction.eval(Property[] args, PropertyInfo pInfo) |
static Property | PropertyParser.parse(String expr, PropertyInfo propInfo) Public entrypoint to the Property expression parser. |
(package private) Property[] | PropertyParser.parseArgs(int nbArgs) Parse a comma separated list of function arguments. |
Property | RGBColorFunction.eval(Property[] args, PropertyInfo pInfo) |
Property | RoundFunction.eval(Property[] args, PropertyInfo pInfo) |
Methods in org.apache.fop.fo.expr with parameters of type Property | |
Property | AbsFunction.eval(Property[] args, PropertyInfo propInfo) |
Property | CeilingFunction.eval(Property[] args, PropertyInfo pInfo) |
Property | FloorFunction.eval(Property[] args, PropertyInfo pInfo) |
Property | FromParentFunction.eval(Property[] args, PropertyInfo pInfo) |
Property | FromTableColumnFunction.eval(Property[] args, PropertyInfo pInfo) |
Property | Function.eval(Property[] args, PropertyInfo propInfo) |
Property | InheritedPropFunction.eval(Property[] args, PropertyInfo pInfo) |
Property | MaxFunction.eval(Property[] args, PropertyInfo pInfo) |
Property | MinFunction.eval(Property[] args, PropertyInfo pInfo) |
Property | NearestSpecPropFunction.eval(Property[] args, PropertyInfo pInfo) |
Property | PPColWidthFunction.eval(Property[] args, PropertyInfo pInfo) |
Property | RGBColorFunction.eval(Property[] args, PropertyInfo pInfo) |
Property | RoundFunction.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 | BackgroundColorMaker.make(PropertyList propertyList) |
Property | BlankOrNotBlankMaker.make(PropertyList propertyList) |
Property | BorderAfterColorMaker.make(PropertyList propertyList) |
Property | BorderBeforeColorMaker.make(PropertyList propertyList) |
Property | BorderBottomColorMaker.make(PropertyList propertyList) |
Property | BorderBottomMaker.make(PropertyList propertyList) |
Property | BorderColorMaker.make(PropertyList propertyList) |
Property | BorderEndColorMaker.make(PropertyList propertyList) |
Property | BorderLeftColorMaker.make(PropertyList propertyList) |
Property | BorderLeftMaker.make(PropertyList propertyList) |
Property | BorderRightColorMaker.make(PropertyList propertyList) |
Property | BorderRightMaker.make(PropertyList propertyList) |
Property | BorderStartColorMaker.make(PropertyList propertyList) |
Property | BorderTopColorMaker.make(PropertyList propertyList) |
Property | BorderTopMaker.make(PropertyList propertyList) |
Property | BorderWidthMaker.make(PropertyList propertyList) |
Property | BottomMaker.make(PropertyList propertyList) |
Property | CharacterMaker.make(PropertyList propertyList) |
Property | ColorMaker.make(PropertyList propertyList) |
Property | ColumnCountMaker.make(PropertyList propertyList) |
Property | ColumnGapMaker.make(PropertyList propertyList) |
Property | ColumnNumberMaker.make(PropertyList propertyList) |
Property | ColumnWidthMaker.make(PropertyList propertyList) |
Property | ContentHeightMaker.make(PropertyList propertyList) |
Property | ContentWidthMaker.make(PropertyList propertyList) |
Property | CountryMaker.make(PropertyList propertyList) |
Property | ElementClassMaker.make(PropertyList propertyList) |
Property | EndIndentMaker.make(PropertyList propertyList) |
Property | ExtentMaker.make(PropertyList propertyList) |
Property | ExternalDestinationMaker.make(PropertyList propertyList) |
Property | FlowNameMaker.make(PropertyList propertyList) |
Property | FontFamilyMaker.make(PropertyList propertyList) |
Property | FontSizeMaker.make(PropertyList propertyList) |
Property | FontStyleMaker.make(PropertyList propertyList) |
Property | FontWeightMaker.make(PropertyList propertyList) |
Property | GenericBorderStyle.make(PropertyList propertyList) |
Property | GenericBorderWidth.make(PropertyList propertyList) |
Property | GenericBreak.make(PropertyList propertyList) |
Property | GenericCondBorderWidth.getSubpropValue(Property baseProp, String subpropName) |
Property | GenericCondBorderWidth.make(PropertyList propertyList) |
Property | GenericCondLength.getSubpropValue(Property baseProp, String subpropName) |
Property | GenericCondLength.make(PropertyList propertyList) |
Property | GenericPadding.make(PropertyList propertyList) |
Property | GenericSpace.getSubpropValue(Property baseProp, String subpropName) |
Property | GenericSpace.make(PropertyList propertyList) |
Property | GenericUnits.make(PropertyList propertyList) |
Property | HeightMaker.make(PropertyList propertyList) |
Property | HRefMaker.make(PropertyList propertyList) |
Property | HyphenateMaker.make(PropertyList propertyList) |
Property | HyphenationCharacterMaker.make(PropertyList propertyList) |
Property | HyphenationPushCharacterCountMaker.make(PropertyList propertyList) |
Property | HyphenationRemainCharacterCountMaker.make(PropertyList propertyList) |
Property | IdMaker.make(PropertyList propertyList) |
Property | InitialPageNumberMaker.make(PropertyList propertyList) |
Property | InternalDestinationMaker.make(PropertyList propertyList) |
Property | KeepTogetherMaker.make(PropertyList propertyList) |
Property | KeepWithNextMaker.make(PropertyList propertyList) |
Property | KeepWithPreviousMaker.make(PropertyList propertyList) |
Property | LanguageMaker.make(PropertyList propertyList) |
Property | LeaderAlignmentMaker.make(PropertyList propertyList) |
Property | LeaderLengthMaker.getSubpropValue(Property baseProp, String subpropName) |
Property | LeaderLengthMaker.make(PropertyList propertyList) |
Property | LeaderPatternMaker.make(PropertyList propertyList) |
Property | LeaderPatternWidthMaker.make(PropertyList propertyList) |
Property | LeftMaker.make(PropertyList propertyList) |
Property | LineHeightMaker.make(PropertyList propertyList) |
Property | MarginBottomMaker.make(PropertyList propertyList) |
Property | MarginLeftMaker.make(PropertyList propertyList) |
Property | MarginRightMaker.make(PropertyList propertyList) |
Property | MarginTopMaker.make(PropertyList propertyList) |
Property | MasterNameMaker.make(PropertyList propertyList) |
Property | MaximumRepeatsMaker.make(PropertyList propertyList) |
Property | NumberColumnsRepeatedMaker.make(PropertyList propertyList) |
Property | NumberColumnsSpannedMaker.make(PropertyList propertyList) |
Property | NumberRowsSpannedMaker.make(PropertyList propertyList) |
Property | OddOrEvenMaker.make(PropertyList propertyList) |
Property | OrphansMaker.make(PropertyList propertyList) |
Property | OverflowMaker.make(PropertyList propertyList) |
Property | PaddingMaker.make(PropertyList propertyList) |
Property | PageHeightMaker.make(PropertyList propertyList) |
Property | PageMasterEvenMaker.make(PropertyList propertyList) |
Property | PageMasterFirstMaker.make(PropertyList propertyList) |
Property | PageMasterOddMaker.make(PropertyList propertyList) |
Property | PageMasterRepeatingMaker.make(PropertyList propertyList) |
Property | PagePositionMaker.make(PropertyList propertyList) |
Property | PageWidthMaker.make(PropertyList propertyList) |
Property | PositionMaker.make(PropertyList propertyList) |
Property | ProvisionalDistanceBetweenStartsMaker.make(PropertyList propertyList) |
Property | ProvisionalLabelSeparationMaker.make(PropertyList propertyList) |
Property | RefIdMaker.make(PropertyList propertyList) |
Property | RegionNameMaker.make(PropertyList propertyList) |
Property | RequiredExtensionsMaker.make(PropertyList propertyList) |
Property | RequiredFeaturesMaker.make(PropertyList propertyList) |
Property | RightMaker.make(PropertyList propertyList) |
Property | RuleStyleMaker.make(PropertyList propertyList) |
Property | RuleThicknessMaker.make(PropertyList propertyList) |
Property | ScalingMaker.make(PropertyList propertyList) |
Property | SpanMaker.make(PropertyList propertyList) |
Property | SpreadMethodMaker.make(PropertyList propertyList) |
Property | SrcMaker.make(PropertyList propertyList) |
Property | StartIndentMaker.make(PropertyList propertyList) |
Property | SystemLanguageMaker.make(PropertyList propertyList) |
Property | TableOmitFooterAtBreakMaker.make(PropertyList propertyList) |
Property | TableOmitHeaderAtBreakMaker.make(PropertyList propertyList) |
Property | TextAlignLastMaker.compute(PropertyList propertyList) |
Property | TextAlignLastMaker.make(PropertyList propertyList) |
Property | TextAlignMaker.make(PropertyList propertyList) |
Property | TextDecorationMaker.make(PropertyList propertyList) |
Property | TextIndentMaker.make(PropertyList propertyList) |
Property | TopMaker.make(PropertyList propertyList) |
Property | VerticalAlignMaker.make(PropertyList propertyList) |
Property | ViewBoxMaker.make(PropertyList propertyList) |
Property | WhiteSpaceCollapseMaker.make(PropertyList propertyList) |
Property | WidowsMaker.make(PropertyList propertyList) |
Property | WidthMaker.make(PropertyList propertyList) |
Property | WrapOptionMaker.make(PropertyList propertyList) |
Property | XMLSpaceMaker.make(PropertyList propertyList) |
Methods in org.apache.fop.fo.properties with parameters of type Property | |
Property | GenericCondBorderWidth.getSubpropValue(Property baseProp, String subpropName) |
Property | GenericCondLength.getSubpropValue(Property baseProp, String subpropName) |
Property | GenericSpace.getSubpropValue(Property baseProp, String subpropName) |
Property | LeaderLengthMaker.getSubpropValue(Property baseProp, String subpropName) |
Uses of Property in org.apache.fop.svg |
Subclasses of Property in org.apache.fop.svg | |
class | SVGD |
class | SVGLengthListProperty a class representing all the length properties in SVG |
class | SVGLengthProperty a class representing all the length properties in SVG |
class | SVGPoints |
class | SVGStringProperty a class representing all the length properties in SVG |
class | SVGStyle |
class | SVGTransform |
class | TextProperty |
Methods in org.apache.fop.svg that return Property | |
Property | SVGD.Maker.make(PropertyList propertyList, String value, FObj fo) make an SVG Length property with the given value. |
Property | SVGD.Maker.make(PropertyList propertyList) make an SVG Length property with the default value. |
Property | SVGLengthListProperty.Maker.make(PropertyList propertyList, String value, FObj fo) make an SVG Length property with the given value. |
Property | SVGLengthListProperty.Maker.make(PropertyList propertyList) make an SVG Length property with the default value. |
Property | SVGLengthProperty.Maker.make(PropertyList propertyList, String value, FObj fo) make an SVG Length property with the given value. |
Property | SVGLengthProperty.Maker.make(PropertyList propertyList) make an SVG Length property with the default value. |
Property | SVGPoints.Maker.make(PropertyList propertyList, String value, FObj fo) make an SVG Length property with the given value. |
Property | SVGPoints.Maker.make(PropertyList propertyList) make an SVG Length property with the default value. |
Property | SVGStringProperty.Maker.make(PropertyList propertyList, String value, FObj fo) make an SVG Length property with the given value. |
Property | SVGStringProperty.Maker.make(PropertyList propertyList) make an SVG Length property with the default value. |
Property | SVGStyle.Maker.make(PropertyList propertyList, String value, FObj fo) make an SVG Length property with the given value. |
Property | SVGStyle.Maker.make(PropertyList propertyList) make an SVG Length property with the default value. |
Property | SVGTransform.Maker.make(PropertyList propertyList, String value, FObj fo) make an SVG Length property with the given value. |
Property | SVGTransform.Maker.make(PropertyList propertyList) make an SVG Length property with the default value. |
Property | TextProperty.Maker.make(PropertyList propertyList, String value, FObj fo) make an SVG Length property with the given value. |
Property | TextProperty.Maker.make(PropertyList propertyList) make an SVG Length property with the default value. |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |