Uses of Class
org.plutext.jaxb.xslfo.BreaksType
-
Uses of BreaksType in org.plutext.jaxb.xslfo
Fields in org.plutext.jaxb.xslfo declared as BreaksType Modifier and Type Field Description protected BreaksTypeBlock. breakAfterprotected BreaksTypeBlockContainer. breakAfterprotected BreaksTypeListBlock. breakAfterprotected BreaksTypeListItem. breakAfterprotected BreaksTypeTable. breakAfterprotected BreaksTypeTableAndCaption. breakAfterprotected BreaksTypeTableRow. breakAfterprotected BreaksTypeBlock. breakBeforeprotected BreaksTypeBlockContainer. breakBeforeprotected BreaksTypeListBlock. breakBeforeprotected BreaksTypeListItem. breakBeforeprotected BreaksTypeTable. breakBeforeprotected BreaksTypeTableAndCaption. breakBeforeprotected BreaksTypeTableRow. breakBeforeMethods in org.plutext.jaxb.xslfo that return BreaksType Modifier and Type Method Description static BreaksTypeBreaksType. fromValue(java.lang.String v)BreaksTypeBlock. getBreakAfter()Gets the value of the breakAfter property.BreaksTypeBlockContainer. getBreakAfter()Gets the value of the breakAfter property.BreaksTypeListBlock. getBreakAfter()Gets the value of the breakAfter property.BreaksTypeListItem. getBreakAfter()Gets the value of the breakAfter property.BreaksTypeTable. getBreakAfter()Gets the value of the breakAfter property.BreaksTypeTableAndCaption. getBreakAfter()Gets the value of the breakAfter property.BreaksTypeTableRow. getBreakAfter()Gets the value of the breakAfter property.BreaksTypeBlock. getBreakBefore()Gets the value of the breakBefore property.BreaksTypeBlockContainer. getBreakBefore()Gets the value of the breakBefore property.BreaksTypeListBlock. getBreakBefore()Gets the value of the breakBefore property.BreaksTypeListItem. getBreakBefore()Gets the value of the breakBefore property.BreaksTypeTable. getBreakBefore()Gets the value of the breakBefore property.BreaksTypeTableAndCaption. getBreakBefore()Gets the value of the breakBefore property.BreaksTypeTableRow. getBreakBefore()Gets the value of the breakBefore property.static BreaksTypeBreaksType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BreaksType[]BreaksType. 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 BreaksType Modifier and Type Method Description voidBlock. setBreakAfter(BreaksType value)Sets the value of the breakAfter property.voidBlockContainer. setBreakAfter(BreaksType value)Sets the value of the breakAfter property.voidListBlock. setBreakAfter(BreaksType value)Sets the value of the breakAfter property.voidListItem. setBreakAfter(BreaksType value)Sets the value of the breakAfter property.voidTable. setBreakAfter(BreaksType value)Sets the value of the breakAfter property.voidTableAndCaption. setBreakAfter(BreaksType value)Sets the value of the breakAfter property.voidTableRow. setBreakAfter(BreaksType value)Sets the value of the breakAfter property.voidBlock. setBreakBefore(BreaksType value)Sets the value of the breakBefore property.voidBlockContainer. setBreakBefore(BreaksType value)Sets the value of the breakBefore property.voidListBlock. setBreakBefore(BreaksType value)Sets the value of the breakBefore property.voidListItem. setBreakBefore(BreaksType value)Sets the value of the breakBefore property.voidTable. setBreakBefore(BreaksType value)Sets the value of the breakBefore property.voidTableAndCaption. setBreakBefore(BreaksType value)Sets the value of the breakBefore property.voidTableRow. setBreakBefore(BreaksType value)Sets the value of the breakBefore property.