public enum RtfFnc extends Enum<RtfFnc>
Enum Constant and Description |
---|
FN_BIN
binary mode.
|
FN_CELL
Table Cell.
|
FN_CHFTN
Automatic footnote reference.
|
FN_CLBRDRB
Table cell border bottom.
|
FN_CLBRDRL
Table cell border left.
|
FN_CLBRDRR
Table cell border right.
|
FN_CLBRDRT
Table cell border top.
|
FN_CLMRG
Contents of the table cell are merged with those of the preceding cell.
|
FN_CLVERTALB
Text is bottom-aligned in cell.
|
FN_CLVERTALC
Text is centered vertically in cell.
|
FN_CLVERTALT
Text is top-aligned in cell (the default).
|
FN_HEADER
Header / footer start.
|
FN_HEX
hex mode.
|
FN_INTBL
paragraph is in table.
|
FN_LINE
Required line break (no paragraph break).
|
FN_NBSP
Non-breaking space.
|
FN_PAR
paragraph.
|
FN_PLAIN
plain.
|
FN_ROW
Table Row.
|
FN_SKIPDEST
skip mode.
|
FN_SKIPWORD
skip word.
|
FN_TRBRDRB
Table row border bottom.
|
FN_TRBRDRL
Table row border left.
|
FN_TRBRDRR
Table row border right.
|
FN_TRBRDRT
Table row border top.
|
FN_TROWD
table row default.
|
Modifier and Type | Method and Description |
---|---|
static RtfFnc |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RtfFnc[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RtfFnc FN_BIN
public static final RtfFnc FN_HEX
public static final RtfFnc FN_SKIPDEST
public static final RtfFnc FN_PAR
public static final RtfFnc FN_PLAIN
public static final RtfFnc FN_SKIPWORD
public static final RtfFnc FN_TROWD
public static final RtfFnc FN_INTBL
public static final RtfFnc FN_CELL
public static final RtfFnc FN_ROW
public static final RtfFnc FN_CLBRDRT
public static final RtfFnc FN_CLBRDRR
public static final RtfFnc FN_CLBRDRL
public static final RtfFnc FN_CLBRDRB
public static final RtfFnc FN_TRBRDRT
public static final RtfFnc FN_TRBRDRR
public static final RtfFnc FN_TRBRDRL
public static final RtfFnc FN_TRBRDRB
public static final RtfFnc FN_CLMRG
public static final RtfFnc FN_CLVERTALT
public static final RtfFnc FN_CLVERTALC
public static final RtfFnc FN_CLVERTALB
public static final RtfFnc FN_LINE
public static final RtfFnc FN_NBSP
public static final RtfFnc FN_CHFTN
public static final RtfFnc FN_HEADER
public static RtfFnc[] values()
for (RtfFnc c : RtfFnc.values()) System.out.println(c);
public static RtfFnc valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019 Habarisoft. All rights reserved.