public static enum DocumentBuilder.BlockType extends java.lang.Enum<DocumentBuilder.BlockType>
Enum Constant and Description |
---|
BULLETED_LIST |
CODE |
DEFINITION_ITEM |
DEFINITION_LIST |
DEFINITION_TERM |
DIV
a content delimiter with no meaning
|
FOOTNOTE |
INFORMATION
A text box that contains information
|
LIST_ITEM |
NOTE
A text box that contains a note
|
NUMERIC_LIST |
PANEL
A text box
|
PARAGRAPH |
PREFORMATTED |
QUOTE |
TABLE |
TABLE_CELL_HEADER |
TABLE_CELL_NORMAL |
TABLE_ROW |
TIP
A text box that contains a helpful tip
|
WARNING
A text box that contains a warning
|
Modifier and Type | Method and Description |
---|---|
static DocumentBuilder.BlockType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DocumentBuilder.BlockType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentBuilder.BlockType PARAGRAPH
public static final DocumentBuilder.BlockType TIP
public static final DocumentBuilder.BlockType WARNING
public static final DocumentBuilder.BlockType INFORMATION
public static final DocumentBuilder.BlockType NOTE
public static final DocumentBuilder.BlockType PANEL
public static final DocumentBuilder.BlockType DIV
public static final DocumentBuilder.BlockType FOOTNOTE
public static final DocumentBuilder.BlockType QUOTE
public static final DocumentBuilder.BlockType CODE
public static final DocumentBuilder.BlockType PREFORMATTED
public static final DocumentBuilder.BlockType NUMERIC_LIST
public static final DocumentBuilder.BlockType BULLETED_LIST
public static final DocumentBuilder.BlockType LIST_ITEM
public static final DocumentBuilder.BlockType TABLE
public static final DocumentBuilder.BlockType TABLE_ROW
public static final DocumentBuilder.BlockType TABLE_CELL_HEADER
public static final DocumentBuilder.BlockType TABLE_CELL_NORMAL
public static final DocumentBuilder.BlockType DEFINITION_LIST
public static final DocumentBuilder.BlockType DEFINITION_TERM
public static final DocumentBuilder.BlockType DEFINITION_ITEM
public static DocumentBuilder.BlockType[] values()
for (DocumentBuilder.BlockType c : DocumentBuilder.BlockType.values()) System.out.println(c);
public static DocumentBuilder.BlockType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2007, 2013 David Green and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html