Uses of Class
org.plutext.jaxb.xslfo.ScalingMethodType
-
Uses of ScalingMethodType in org.plutext.jaxb.xslfo
Fields in org.plutext.jaxb.xslfo declared as ScalingMethodType Modifier and Type Field Description protected ScalingMethodTypeExternalGraphic. scalingMethodprotected ScalingMethodTypeInstreamForeignObject. scalingMethodMethods in org.plutext.jaxb.xslfo that return ScalingMethodType Modifier and Type Method Description static ScalingMethodTypeScalingMethodType. fromValue(java.lang.String v)ScalingMethodTypeExternalGraphic. getScalingMethod()Gets the value of the scalingMethod property.ScalingMethodTypeInstreamForeignObject. getScalingMethod()Gets the value of the scalingMethod property.static ScalingMethodTypeScalingMethodType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ScalingMethodType[]ScalingMethodType. 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 ScalingMethodType Modifier and Type Method Description voidExternalGraphic. setScalingMethod(ScalingMethodType value)Sets the value of the scalingMethod property.voidInstreamForeignObject. setScalingMethod(ScalingMethodType value)Sets the value of the scalingMethod property.