Package com.scroogexhtml.rtf
Enum RtfFnc
- All Implemented Interfaces:
Serializable
,Comparable<RtfFnc>
This enum defines available RTF functions.
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionbin mode.Table Cell.Automatic footnote reference.Table cell border bottom.Table cell border left.Table cell border right.Table cell border top.The contents of the table cell are merged with those of the preceding cell.Text is bottom-aligned in cell.Text is centered vertically in cell.Text is top-aligned in cell (the default).Header / footer start.hex mode.paragraph is in table.Required line break (no paragraph break).Non-breaking space.Denotes the end of a nested cell.Denotes the end of a nested row.Denotes the start of nested table properties.Specifies that Word 97 has written a \pict destination that it will not read on input.paragraph.plain.Table Row.skip mode.skip word.Table row border bottom.Table row border left.Table row border right.Table row border top.table row default. -
Method Summary
-
Enum Constant Details
-
FN_BIN
bin mode. -
FN_HEX
hex mode. -
FN_SKIPDEST
skip mode. -
FN_PAR
paragraph. -
FN_PLAIN
plain. -
FN_SKIPWORD
skip word. -
FN_TROWD
table row default. -
FN_INTBL
paragraph is in table. -
FN_CELL
Table Cell. -
FN_ROW
Table Row. -
FN_CLBRDRT
Table cell border top. -
FN_CLBRDRR
Table cell border right. -
FN_CLBRDRL
Table cell border left. -
FN_CLBRDRB
Table cell border bottom. -
FN_TRBRDRT
Table row border top. -
FN_TRBRDRR
Table row border right. -
FN_TRBRDRL
Table row border left. -
FN_TRBRDRB
Table row border bottom. -
FN_CLMRG
The contents of the table cell are merged with those of the preceding cell. -
FN_CLVERTALT
Text is top-aligned in cell (the default). -
FN_CLVERTALC
Text is centered vertically in cell. -
FN_CLVERTALB
Text is bottom-aligned in cell. -
FN_LINE
Required line break (no paragraph break). -
FN_NBSP
Non-breaking space. -
FN_CHFTN
Automatic footnote reference. -
FN_HEADER
Header / footer start. -
FN_NONSHPPICT
Specifies that Word 97 has written a \pict destination that it will not read on input. This keyword is for compatibility with other readers. -
FN_NESTCELL
Denotes the end of a nested cell. -
FN_NESTROW
Denotes the end of a nested row. -
FN_NESTTABLEPROPS
Denotes the start of nested table properties.- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-