de.betabeans.scroogexhtml.rtf
Interface RTFProperties

All Known Implementing Classes:
RTFReader

public interface RTFProperties

RTF property constants

Author:
Michael Justin

Field Summary
static byte DG_BODY
          document group body
static byte DG_BULLET
          document group bullet list
static byte DG_COLORTABLE
          document group color table
static byte DG_FONTTABLE
          document group font table
static byte DG_IGNORE
          document group unknown
static byte FN_BIN
          binary mode
static byte FN_CELL
          Table Cell
static byte FN_HEX
          hex mode
static byte FN_LINEBREAK
          Linebreak
static byte FN_MIDDOT
          middot (bullet)
static byte FN_NBSP
          Non-breaking space
static byte FN_PAR
          paragraph
static byte FN_PLAIN
          plain
static byte FN_ROW
          Table Row
static byte FN_SKIPDEST
          skip mode
static byte FN_SKIPWORD
          skip word
static byte FN_TROWD
          table row default
static byte KT_CHAR
          character keyword
static byte KT_DEST
          destination keyword
static byte KT_FFAM
          font family keyword
static byte KT_FNCT
          function keyword
static byte KT_PROP
          property keyword
static byte KT_STRING
          string keyword
static byte NL_BODY
          'Body' numbering level
static byte NL_BULLET
          'Bullet' numbering level
static byte NL_NONE
          No numbering
static byte PR_ANSICPG
          ANSI Codepage
static byte PR_BCOL
          Background color
static byte PR_BLUE
          Blue
static byte PR_BOLD
          Bold
static byte PR_CENTER
          Centered
static byte PR_DEFF
          Default Font
static byte PR_FCHARSET
          Font Charset
static byte PR_FCOL
          Font Color
static byte PR_FIRSTIND
          First Line Indent
static byte PR_FONTNR
          Font Nr.
static byte PR_FROMAN
          Roman
static byte PR_FSCRIPT
          Script
static byte PR_FSIZE
          Font Size
static byte PR_FSWISS
          Swiss
static byte PR_GREEN
          Green
static byte PR_HCOL
          Highlight COlor
static byte PR_ITALIC
          Italic
static byte PR_JUSTIFY
          Justify
static byte PR_LANG
          Language
static byte PR_LEFT
          Left aligned
static byte PR_LEFTIND
          Left Indent
static byte PR_NOSUB
          No sub/superscript
static byte PR_PARD
          Paragraph defaults
static byte PR_PNLVL
          Paragraph Numbering Level
static byte PR_PNLVLCONT
          pnlvlcont
static byte PR_RED
          Red
static byte PR_RIGHT
          Align right
static byte PR_RIGHTIND
          Right Indent
static byte PR_RTLCHAR
          Left to Right characters
static byte PR_RTLPAR
          Right to Left paragraph
static byte PR_STRIKE
          Strike
static byte PR_SUB
          Subscript
static byte PR_SUPER
          Superscript
static byte PR_UNDERLINE
          underline
static byte PR_UNICODE
          Unicode
static byte PR_UNISKIP
          Skip Unicode
 

Field Detail

KT_CHAR

static final byte KT_CHAR
character keyword

See Also:
Constant Field Values

KT_DEST

static final byte KT_DEST
destination keyword

See Also:
Constant Field Values

KT_PROP

static final byte KT_PROP
property keyword

See Also:
Constant Field Values

KT_FNCT

static final byte KT_FNCT
function keyword

See Also:
Constant Field Values

KT_FFAM

static final byte KT_FFAM
font family keyword

See Also:
Constant Field Values

KT_STRING

static final byte KT_STRING
string keyword

See Also:
Constant Field Values

DG_IGNORE

static final byte DG_IGNORE
document group unknown

See Also:
Constant Field Values

DG_BODY

static final byte DG_BODY
document group body

See Also:
Constant Field Values

DG_FONTTABLE

static final byte DG_FONTTABLE
document group font table

See Also:
Constant Field Values

DG_COLORTABLE

static final byte DG_COLORTABLE
document group color table

See Also:
Constant Field Values

DG_BULLET

static final byte DG_BULLET
document group bullet list

See Also:
Constant Field Values

FN_BIN

static final byte FN_BIN
binary mode

See Also:
Constant Field Values

FN_HEX

static final byte FN_HEX
hex mode

See Also:
Constant Field Values

FN_SKIPDEST

static final byte FN_SKIPDEST
skip mode

See Also:
Constant Field Values

FN_PAR

static final byte FN_PAR
paragraph

See Also:
Constant Field Values

FN_PLAIN

static final byte FN_PLAIN
plain

See Also:
Constant Field Values

FN_SKIPWORD

static final byte FN_SKIPWORD
skip word

See Also:
Constant Field Values

FN_TROWD

static final byte FN_TROWD
table row default

See Also:
Constant Field Values

FN_CELL

static final byte FN_CELL
Table Cell

See Also:
Constant Field Values

FN_ROW

static final byte FN_ROW
Table Row

See Also:
Constant Field Values

FN_LINEBREAK

static final byte FN_LINEBREAK
Linebreak

See Also:
Constant Field Values

FN_NBSP

static final byte FN_NBSP
Non-breaking space

See Also:
Constant Field Values

FN_MIDDOT

static final byte FN_MIDDOT
middot (bullet)

See Also:
Constant Field Values

PR_PARD

static final byte PR_PARD
Paragraph defaults

See Also:
Constant Field Values

PR_BOLD

static final byte PR_BOLD
Bold

See Also:
Constant Field Values

PR_ITALIC

static final byte PR_ITALIC
Italic

See Also:
Constant Field Values

PR_UNDERLINE

static final byte PR_UNDERLINE
underline

See Also:
Constant Field Values

PR_LEFT

static final byte PR_LEFT
Left aligned

See Also:
Constant Field Values

PR_RIGHT

static final byte PR_RIGHT
Align right

See Also:
Constant Field Values

PR_CENTER

static final byte PR_CENTER
Centered

See Also:
Constant Field Values

PR_JUSTIFY

static final byte PR_JUSTIFY
Justify

See Also:
Constant Field Values

PR_RED

static final byte PR_RED
Red

See Also:
Constant Field Values

PR_GREEN

static final byte PR_GREEN
Green

See Also:
Constant Field Values

PR_BLUE

static final byte PR_BLUE
Blue

See Also:
Constant Field Values

PR_FONTNR

static final byte PR_FONTNR
Font Nr.

See Also:
Constant Field Values

PR_FCOL

static final byte PR_FCOL
Font Color

See Also:
Constant Field Values

PR_BCOL

static final byte PR_BCOL
Background color

See Also:
Constant Field Values

PR_FSIZE

static final byte PR_FSIZE
Font Size

See Also:
Constant Field Values

PR_DEFF

static final byte PR_DEFF
Default Font

See Also:
Constant Field Values

PR_FROMAN

static final byte PR_FROMAN
Roman

See Also:
Constant Field Values

PR_FSWISS

static final byte PR_FSWISS
Swiss

See Also:
Constant Field Values

PR_FSCRIPT

static final byte PR_FSCRIPT
Script

See Also:
Constant Field Values

PR_STRIKE

static final byte PR_STRIKE
Strike

See Also:
Constant Field Values

PR_UNICODE

static final byte PR_UNICODE
Unicode

See Also:
Constant Field Values

PR_SUB

static final byte PR_SUB
Subscript

See Also:
Constant Field Values

PR_SUPER

static final byte PR_SUPER
Superscript

See Also:
Constant Field Values

PR_NOSUB

static final byte PR_NOSUB
No sub/superscript

See Also:
Constant Field Values

PR_PNLVL

static final byte PR_PNLVL
Paragraph Numbering Level

See Also:
Constant Field Values

PR_FCHARSET

static final byte PR_FCHARSET
Font Charset

See Also:
Constant Field Values

PR_HCOL

static final byte PR_HCOL
Highlight COlor

See Also:
Constant Field Values

PR_LEFTIND

static final byte PR_LEFTIND
Left Indent

See Also:
Constant Field Values

PR_RIGHTIND

static final byte PR_RIGHTIND
Right Indent

See Also:
Constant Field Values

PR_FIRSTIND

static final byte PR_FIRSTIND
First Line Indent

See Also:
Constant Field Values

PR_ANSICPG

static final byte PR_ANSICPG
ANSI Codepage

See Also:
Constant Field Values

PR_UNISKIP

static final byte PR_UNISKIP
Skip Unicode

See Also:
Constant Field Values

PR_LANG

static final byte PR_LANG
Language

See Also:
Constant Field Values

PR_RTLCHAR

static final byte PR_RTLCHAR
Left to Right characters

See Also:
Constant Field Values

PR_RTLPAR

static final byte PR_RTLPAR
Right to Left paragraph

See Also:
Constant Field Values

PR_PNLVLCONT

static final byte PR_PNLVLCONT
pnlvlcont

See Also:
Constant Field Values

NL_NONE

static final byte NL_NONE
No numbering

See Also:
Constant Field Values

NL_BODY

static final byte NL_BODY
'Body' numbering level

See Also:
Constant Field Values

NL_BULLET

static final byte NL_BULLET
'Bullet' numbering level

See Also:
Constant Field Values


Copyright (c) 1998-2006 BetaSoft Michael Justin. All Rights Reserved.