public enum RTFProperties extends Enum<RTFProperties>
Enum Constant and Description |
---|
PR_BCOL
Background color.
|
PR_BLUE
Blue.
|
PR_BOLD
Bold.
|
PR_BOX
Border around the paragraph (box paragraph).
|
PR_BRDRCF
The color of the paragraph border, specified as an index into the color table
in the RTF header.
|
PR_BRDRDASH
Dashed border.
|
PR_BRDRDB
Double border.
|
PR_BRDRDOT
Dotted border.
|
PR_BRDREMBOSS
Embossed border.
|
PR_BRDRENGRAVE
Engraved border.
|
PR_BRDRHAIR
Hair border.
|
PR_BRDRINSET
Inset border.
|
PR_BRDRNONE
No border.
|
PR_BRDROUTSET
Outset border.
|
PR_BRDRS
Single-thickness border.
|
PR_BRDRW
The width in twips of the pen used to draw the border line.
|
PR_CBPAT
Paragraph shading.
|
PR_CELLX
Defines the right boundary of a table cell, including its half of the
space between cells.
|
PR_CENTER
Centered.
|
PR_CLCBPAT
Cell background.
|
PR_DEFF
Default Font.
|
PR_EMF
Pictures.
|
PR_FCHARSET
Font Charset.
|
PR_FCOL
Font Color.
|
PR_FIRSTIND
First Line Indent.
|
PR_FNIL
fnil.
|
PR_FONTNR
Font Nr.
|
PR_FROMAN
Roman.
|
PR_FSCRIPT
Script.
|
PR_FSIZE
Font Size.
|
PR_FSWISS
Swiss.
|
PR_GREEN
Green.
|
PR_HCOL
Highlight Color.
|
PR_HGOAL |
PR_HIDDEN
hidden.
|
PR_ILVL
Paragraph level, where N is a level from 0 to 8, 10, 11 or 12.
|
PR_ITALIC
Italic.
|
PR_JPEG |
PR_JUSTIFY
Justify.
|
PR_LANG
Language.
|
PR_LEFT
Left aligned.
|
PR_LEFTIND
Left Indent.
|
PR_LEVELNFC |
PR_LISTID |
PR_LISTOVERRIDE_INDEX
List table.
|
PR_LISTTEMPLATEID |
PR_NOSUB
No sub/superscript.
|
PR_PARD
Paragraph defaults.
|
PR_PICH |
PR_PICT |
PR_PICW |
PR_PNG |
PR_PNLVL
Paragraph Numbering Level.
|
PR_PNLVLCONT
pnlvlcont.
|
PR_RED
Red.
|
PR_RIGHT
Align right.
|
PR_RIGHTIND
Right Indent.
|
PR_RTLCHAR
Left to Right characters.
|
PR_RTLPAR
Right to Left paragraph.
|
PR_SCALEX |
PR_SCALEY |
PR_SPACE_AFTER
Space after in twips (default is 0).
|
PR_SPACE_BEFORE
Space before in twips (default is 0).
|
PR_STRIKE
Strike.
|
PR_SUB
Subscript.
|
PR_SUPER
Superscript.
|
PR_TRLEFT
Position in twips of the leftmost edge of the table with respect to the
left edge of its column.
|
PR_TRRH
Height of a table row in twips.
|
PR_UNDERLINE
underline.
|
PR_UNICODE
Unicode.
|
PR_UNISKIP
Skip Unicode.
|
PR_WGOAL |
PR_WMF |
Modifier and Type | Method and Description |
---|---|
static RTFProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RTFProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RTFProperties PR_PARD
public static final RTFProperties PR_BOLD
public static final RTFProperties PR_ITALIC
public static final RTFProperties PR_UNDERLINE
public static final RTFProperties PR_LEFT
public static final RTFProperties PR_RIGHT
public static final RTFProperties PR_CENTER
public static final RTFProperties PR_JUSTIFY
public static final RTFProperties PR_RED
public static final RTFProperties PR_GREEN
public static final RTFProperties PR_BLUE
public static final RTFProperties PR_FONTNR
public static final RTFProperties PR_FCOL
public static final RTFProperties PR_BCOL
public static final RTFProperties PR_FSIZE
public static final RTFProperties PR_DEFF
public static final RTFProperties PR_FROMAN
public static final RTFProperties PR_FSWISS
public static final RTFProperties PR_FSCRIPT
public static final RTFProperties PR_STRIKE
public static final RTFProperties PR_FNIL
public static final RTFProperties PR_UNICODE
public static final RTFProperties PR_SUB
public static final RTFProperties PR_SUPER
public static final RTFProperties PR_NOSUB
public static final RTFProperties PR_PNLVL
public static final RTFProperties PR_FCHARSET
public static final RTFProperties PR_HCOL
public static final RTFProperties PR_LEFTIND
public static final RTFProperties PR_RIGHTIND
public static final RTFProperties PR_FIRSTIND
public static final RTFProperties PR_SPACE_BEFORE
public static final RTFProperties PR_SPACE_AFTER
public static final RTFProperties PR_BOX
public static final RTFProperties PR_BRDRCF
public static final RTFProperties PR_BRDRW
public static final RTFProperties PR_BRDRS
public static final RTFProperties PR_BRDRNONE
public static final RTFProperties PR_BRDRDOT
public static final RTFProperties PR_BRDRDB
public static final RTFProperties PR_BRDRDASH
public static final RTFProperties PR_BRDRINSET
public static final RTFProperties PR_BRDROUTSET
public static final RTFProperties PR_BRDREMBOSS
public static final RTFProperties PR_BRDRENGRAVE
public static final RTFProperties PR_BRDRHAIR
public static final RTFProperties PR_CBPAT
public static final RTFProperties PR_UNISKIP
public static final RTFProperties PR_LANG
public static final RTFProperties PR_RTLCHAR
public static final RTFProperties PR_RTLPAR
public static final RTFProperties PR_PNLVLCONT
public static final RTFProperties PR_HIDDEN
public static final RTFProperties PR_EMF
public static final RTFProperties PR_PNG
public static final RTFProperties PR_JPEG
public static final RTFProperties PR_PICT
public static final RTFProperties PR_WMF
public static final RTFProperties PR_PICW
public static final RTFProperties PR_PICH
public static final RTFProperties PR_WGOAL
public static final RTFProperties PR_HGOAL
public static final RTFProperties PR_SCALEX
public static final RTFProperties PR_SCALEY
public static final RTFProperties PR_LISTOVERRIDE_INDEX
public static final RTFProperties PR_LEVELNFC
public static final RTFProperties PR_LISTID
public static final RTFProperties PR_LISTTEMPLATEID
public static final RTFProperties PR_ILVL
public static final RTFProperties PR_TRLEFT
public static final RTFProperties PR_CELLX
public static final RTFProperties PR_CLCBPAT
public static final RTFProperties PR_TRRH
public static RTFProperties[] values()
for (RTFProperties c : RTFProperties.values()) System.out.println(c);
public static RTFProperties 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.