Uses of Class
org.plutext.jaxb.xslfo.OverflowType
-
Uses of OverflowType in org.plutext.jaxb.xslfo
Fields in org.plutext.jaxb.xslfo declared as OverflowType Modifier and Type Field Description protected OverflowTypeBlockContainer. overflowprotected OverflowTypeExternalGraphic. overflowprotected OverflowTypeInlineContainer. overflowprotected OverflowTypeInstreamForeignObject. overflowprotected OverflowTypeRegionAfter. overflowprotected OverflowTypeRegionBefore. overflowprotected OverflowTypeRegionBody. overflowprotected OverflowTypeRegionEnd. overflowprotected OverflowTypeRegionStart. overflowMethods in org.plutext.jaxb.xslfo that return OverflowType Modifier and Type Method Description static OverflowTypeOverflowType. fromValue(java.lang.String v)OverflowTypeBlockContainer. getOverflow()Gets the value of the overflow property.OverflowTypeExternalGraphic. getOverflow()Gets the value of the overflow property.OverflowTypeInlineContainer. getOverflow()Gets the value of the overflow property.OverflowTypeInstreamForeignObject. getOverflow()Gets the value of the overflow property.OverflowTypeRegionAfter. getOverflow()Gets the value of the overflow property.OverflowTypeRegionBefore. getOverflow()Gets the value of the overflow property.OverflowTypeRegionBody. getOverflow()Gets the value of the overflow property.OverflowTypeRegionEnd. getOverflow()Gets the value of the overflow property.OverflowTypeRegionStart. getOverflow()Gets the value of the overflow property.static OverflowTypeOverflowType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OverflowType[]OverflowType. 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 OverflowType Modifier and Type Method Description voidBlockContainer. setOverflow(OverflowType value)Sets the value of the overflow property.voidExternalGraphic. setOverflow(OverflowType value)Sets the value of the overflow property.voidInlineContainer. setOverflow(OverflowType value)Sets the value of the overflow property.voidInstreamForeignObject. setOverflow(OverflowType value)Sets the value of the overflow property.voidRegionAfter. setOverflow(OverflowType value)Sets the value of the overflow property.voidRegionBefore. setOverflow(OverflowType value)Sets the value of the overflow property.voidRegionBody. setOverflow(OverflowType value)Sets the value of the overflow property.voidRegionEnd. setOverflow(OverflowType value)Sets the value of the overflow property.voidRegionStart. setOverflow(OverflowType value)Sets the value of the overflow property.