Uses of Class
org.apache.fop.fo.properties.CorrespondingPropertyMaker
-
Packages that use CorrespondingPropertyMaker Package Description org.apache.fop.fo.properties Classes representing the various property types as well as supporting data structures for the FO tree. -
-
Uses of CorrespondingPropertyMaker in org.apache.fop.fo.properties
Subclasses of CorrespondingPropertyMaker in org.apache.fop.fo.properties Modifier and Type Class Description classDimensionPropertyMakerDimensioned property maker.classIndentPropertyMakerThis property maker handles the calculations described in 5.3.2 which involves the sizes of the corresponding margin-* properties and the padding-* and border-*-width properties.classSpacePropertyMakerSpecial CorrespondingPropertyMaker that sets the conditionality subproperty correctly for space-* properties.Fields in org.apache.fop.fo.properties declared as CorrespondingPropertyMaker Modifier and Type Field Description protected CorrespondingPropertyMakerPropertyMaker. correspondingMaker for 'corresponding' propertiesMethods in org.apache.fop.fo.properties with parameters of type CorrespondingPropertyMaker Modifier and Type Method Description voidPropertyMaker. setCorresponding(CorrespondingPropertyMaker corresponding)Set the correspoding property information.
-