Java org.apache.poi.xwpf.usermodel BreakType fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.xwpf.usermodel BreakType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.xwpf.usermodel BreakType.

The text is from its open source code.

Field

BreakTypePAGE
Specifies that the current break shall restart itself on the next page of the document when the document is displayed in page view.
BreakTypeCOLUMN
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.
BreakTypeTEXT_WRAPPING
Specifies that the current break shall restart itself on the next line in the document when the document is displayed in page view.