Uses of Class
org.plutext.jaxb.xslfo.ScalingType
-
Uses of ScalingType in org.plutext.jaxb.xslfo
Fields in org.plutext.jaxb.xslfo declared as ScalingType Modifier and Type Field Description protected ScalingTypeExternalGraphic. scalingprotected ScalingTypeInstreamForeignObject. scalingMethods in org.plutext.jaxb.xslfo that return ScalingType Modifier and Type Method Description static ScalingTypeScalingType. fromValue(java.lang.String v)ScalingTypeExternalGraphic. getScaling()Gets the value of the scaling property.ScalingTypeInstreamForeignObject. getScaling()Gets the value of the scaling property.static ScalingTypeScalingType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ScalingType[]ScalingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.plutext.jaxb.xslfo with parameters of type ScalingType Modifier and Type Method Description voidExternalGraphic. setScaling(ScalingType value)Sets the value of the scaling property.voidInstreamForeignObject. setScaling(ScalingType value)Sets the value of the scaling property.