public class Break extends Object implements DocumentElement
| Modifier and Type | Class and Description |
|---|---|
static class |
Break.Type |
| Modifier and Type | Field and Description |
|---|---|
static Break |
COLUMN_BREAK |
static Break |
LINE_BREAK |
static Break |
PAGE_BREAK |
| Modifier and Type | Method and Description |
|---|---|
<T,U> T |
accept(DocumentElementVisitor<T,U> visitor,
U context) |
Break.Type |
getType() |
public static final Break LINE_BREAK
public static final Break PAGE_BREAK
public static final Break COLUMN_BREAK
public Break.Type getType()
public <T,U> T accept(DocumentElementVisitor<T,U> visitor, U context)
accept in interface DocumentElementCopyright © 2018. All rights reserved.