Uses of Class
org.apache.poi.xwpf.usermodel.BreakType

Packages that use BreakType
org.apache.poi.xwpf.usermodel   
 

Uses of BreakType in org.apache.poi.xwpf.usermodel
 

Fields in org.apache.poi.xwpf.usermodel declared as BreakType
static BreakType BreakType.COLUMN
          Specifies that the current break shall restart itself on the next column available on the current page when the document is displayed in page view.
static BreakType BreakType.PAGE
          Specifies that the current break shall restart itself on the next page of the document when the document is displayed in page view.
static BreakType BreakType.TEXT_WRAPPING
          Specifies that the current break shall restart itself on the next line in the document when the document is displayed in page view.
 

Methods in org.apache.poi.xwpf.usermodel that return BreakType
static BreakType BreakType.valueOf(int type)
           
static BreakType[] BreakType.values()
           
 

Methods in org.apache.poi.xwpf.usermodel with parameters of type BreakType
 void XWPFRun.addBreak(BreakType type)
          Specifies that a break shall be placed at the current location in the run content.