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
protected  BreaksType TableRow.breakAfter
           
protected  BreaksType TableAndCaption.breakAfter
           
protected  BreaksType Table.breakAfter
           
protected  BreaksType ListItem.breakAfter
           
protected  BreaksType ListBlock.breakAfter
           
protected  BreaksType BlockContainer.breakAfter
           
protected  BreaksType Block.breakAfter
           
protected  BreaksType TableRow.breakBefore
           
protected  BreaksType TableAndCaption.breakBefore
           
protected  BreaksType Table.breakBefore
           
protected  BreaksType ListItem.breakBefore
           
protected  BreaksType ListBlock.breakBefore
           
protected  BreaksType BlockContainer.breakBefore
           
protected  BreaksType Block.breakBefore
           
 

Methods in org.plutext.jaxb.xslfo that return BreaksType
static BreaksType BreaksType.fromValue(String v)
           
 BreaksType TableRow.getBreakAfter()
          Gets the value of the breakAfter property.
 BreaksType TableAndCaption.getBreakAfter()
          Gets the value of the breakAfter property.
 BreaksType Table.getBreakAfter()
          Gets the value of the breakAfter property.
 BreaksType ListItem.getBreakAfter()
          Gets the value of the breakAfter property.
 BreaksType ListBlock.getBreakAfter()
          Gets the value of the breakAfter property.
 BreaksType BlockContainer.getBreakAfter()
          Gets the value of the breakAfter property.
 BreaksType Block.getBreakAfter()
          Gets the value of the breakAfter property.
 BreaksType TableRow.getBreakBefore()
          Gets the value of the breakBefore property.
 BreaksType TableAndCaption.getBreakBefore()
          Gets the value of the breakBefore property.
 BreaksType Table.getBreakBefore()
          Gets the value of the breakBefore property.
 BreaksType ListItem.getBreakBefore()
          Gets the value of the breakBefore property.
 BreaksType ListBlock.getBreakBefore()
          Gets the value of the breakBefore property.
 BreaksType BlockContainer.getBreakBefore()
          Gets the value of the breakBefore property.
 BreaksType Block.getBreakBefore()
          Gets the value of the breakBefore property.
static BreaksType BreaksType.valueOf(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
 void TableRow.setBreakAfter(BreaksType value)
          Sets the value of the breakAfter property.
 void TableAndCaption.setBreakAfter(BreaksType value)
          Sets the value of the breakAfter property.
 void Table.setBreakAfter(BreaksType value)
          Sets the value of the breakAfter property.
 void ListItem.setBreakAfter(BreaksType value)
          Sets the value of the breakAfter property.
 void ListBlock.setBreakAfter(BreaksType value)
          Sets the value of the breakAfter property.
 void BlockContainer.setBreakAfter(BreaksType value)
          Sets the value of the breakAfter property.
 void Block.setBreakAfter(BreaksType value)
          Sets the value of the breakAfter property.
 void TableRow.setBreakBefore(BreaksType value)
          Sets the value of the breakBefore property.
 void TableAndCaption.setBreakBefore(BreaksType value)
          Sets the value of the breakBefore property.
 void Table.setBreakBefore(BreaksType value)
          Sets the value of the breakBefore property.
 void ListItem.setBreakBefore(BreaksType value)
          Sets the value of the breakBefore property.
 void ListBlock.setBreakBefore(BreaksType value)
          Sets the value of the breakBefore property.
 void BlockContainer.setBreakBefore(BreaksType value)
          Sets the value of the breakBefore property.
 void Block.setBreakBefore(BreaksType value)
          Sets the value of the breakBefore property.
 



Copyright © 2012. All Rights Reserved.