Uses of Class
org.plutext.jaxb.xslfo.PageBreakAfterType
-
Uses of PageBreakAfterType in org.plutext.jaxb.xslfo
Methods in org.plutext.jaxb.xslfo that return PageBreakAfterType Modifier and Type Method Description static PageBreakAfterTypePageBreakAfterType. fromValue(java.lang.String v)PageBreakAfterTypeBlock. getPageBreakAfter()Gets the value of the pageBreakAfter property.PageBreakAfterTypeBlockContainer. getPageBreakAfter()Gets the value of the pageBreakAfter property.PageBreakAfterTypeListBlock. getPageBreakAfter()Gets the value of the pageBreakAfter property.PageBreakAfterTypeListItem. getPageBreakAfter()Gets the value of the pageBreakAfter property.PageBreakAfterTypeListItemBody. getPageBreakAfter()Gets the value of the pageBreakAfter property.PageBreakAfterTypeListItemLabel. getPageBreakAfter()Gets the value of the pageBreakAfter property.PageBreakAfterTypeTable. getPageBreakAfter()Gets the value of the pageBreakAfter property.PageBreakAfterTypeTableAndCaption. getPageBreakAfter()Gets the value of the pageBreakAfter property.PageBreakAfterTypeTableRow. getPageBreakAfter()Gets the value of the pageBreakAfter property.PageBreakAfterTypeBlock. getPageBreakBefore()Gets the value of the pageBreakBefore property.PageBreakAfterTypeBlockContainer. getPageBreakBefore()Gets the value of the pageBreakBefore property.PageBreakAfterTypeListBlock. getPageBreakBefore()Gets the value of the pageBreakBefore property.PageBreakAfterTypeListItem. getPageBreakBefore()Gets the value of the pageBreakBefore property.PageBreakAfterTypeListItemBody. getPageBreakBefore()Gets the value of the pageBreakBefore property.PageBreakAfterTypeListItemLabel. getPageBreakBefore()Gets the value of the pageBreakBefore property.PageBreakAfterTypeTable. getPageBreakBefore()Gets the value of the pageBreakBefore property.PageBreakAfterTypeTableAndCaption. getPageBreakBefore()Gets the value of the pageBreakBefore property.PageBreakAfterTypeTableRow. getPageBreakBefore()Gets the value of the pageBreakBefore property.static PageBreakAfterTypePageBreakAfterType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PageBreakAfterType[]PageBreakAfterType. 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 PageBreakAfterType Modifier and Type Method Description voidBlock. setPageBreakAfter(PageBreakAfterType value)Sets the value of the pageBreakAfter property.voidBlockContainer. setPageBreakAfter(PageBreakAfterType value)Sets the value of the pageBreakAfter property.voidListBlock. setPageBreakAfter(PageBreakAfterType value)Sets the value of the pageBreakAfter property.voidListItem. setPageBreakAfter(PageBreakAfterType value)Sets the value of the pageBreakAfter property.voidListItemBody. setPageBreakAfter(PageBreakAfterType value)Sets the value of the pageBreakAfter property.voidListItemLabel. setPageBreakAfter(PageBreakAfterType value)Sets the value of the pageBreakAfter property.voidTable. setPageBreakAfter(PageBreakAfterType value)Sets the value of the pageBreakAfter property.voidTableAndCaption. setPageBreakAfter(PageBreakAfterType value)Sets the value of the pageBreakAfter property.voidTableRow. setPageBreakAfter(PageBreakAfterType value)Sets the value of the pageBreakAfter property.voidBlock. setPageBreakBefore(PageBreakAfterType value)Sets the value of the pageBreakBefore property.voidBlockContainer. setPageBreakBefore(PageBreakAfterType value)Sets the value of the pageBreakBefore property.voidListBlock. setPageBreakBefore(PageBreakAfterType value)Sets the value of the pageBreakBefore property.voidListItem. setPageBreakBefore(PageBreakAfterType value)Sets the value of the pageBreakBefore property.voidListItemBody. setPageBreakBefore(PageBreakAfterType value)Sets the value of the pageBreakBefore property.voidListItemLabel. setPageBreakBefore(PageBreakAfterType value)Sets the value of the pageBreakBefore property.voidTable. setPageBreakBefore(PageBreakAfterType value)Sets the value of the pageBreakBefore property.voidTableAndCaption. setPageBreakBefore(PageBreakAfterType value)Sets the value of the pageBreakBefore property.voidTableRow. setPageBreakBefore(PageBreakAfterType value)Sets the value of the pageBreakBefore property.