org.apache.fop.render.rtf.rtflib.rtfdoc

Interface IBorderAttributes

public interface IBorderAttributes

Constants for RTF border attribute names.

Field Summary

static String[]
BORDERS
String array of border attributes
static String
BORDER_BOTTOM
Constant for border bottom
static String
BORDER_CHARACTER
Constant for character border (border always appears on all sides)
static String
BORDER_COLOR
Constant for border color
static String
BORDER_DASH
Constant for a dashed border
static String
BORDER_DASH_SMALL
Constant for a small-dashed border
static String
BORDER_DOTTED
Constant for a dotted border
static String
BORDER_DOT_DASH
Constant for a dot-dashed border
static String
BORDER_DOT_DOT_DASH
Constant for a dot-dot-dashed border
static String
BORDER_DOUBLE
Constant for a double border
static String
BORDER_DOUBLE_THICKNESS
Constant for a double-thick border
static String
BORDER_EMBOSS
Constant for an embossed border
static String
BORDER_ENGRAVE
Constant for an engraved border
static String
BORDER_HAIRLINE
Constant for a hairline border
static String
BORDER_LEFT
Constant for border left
static String
BORDER_NIL
Constant for an nil border
static String
BORDER_RIGHT
Constant for border right
static String
BORDER_SHADOWED
Constant for a shadowed border
static String
BORDER_SINGLE_THICKNESS
Constant for a single-thick border
static String
BORDER_SPACE
Constant for border space
static String
BORDER_STRIPED
Constant for a striped border
static String
BORDER_THINK_THIN_LARGE
Constant for a think-thin-large border
static String
BORDER_THINK_THIN_MEDIUM
Constant for a think-thin-medium border
static String
BORDER_THINK_THIN_SMALL
Constant for a think-thin-small border
static String
BORDER_THIN_THICK_LARGE
Constant for a thin-thick-large border
static String
BORDER_THIN_THICK_MEDIUM
Constant for a thin-thick-medium border
static String
BORDER_THIN_THICK_SMALL
Constant for a thin-thick-small border
static String
BORDER_THIN_THICK_THIN_LARGE
Constant for a thin-thick-thin-large border
static String
BORDER_THIN_THICK_THIN_MEDIUM
Constant for a thin-thick-thin-medium border
static String
BORDER_THIN_THICK_THIN_SMALL
Constant for a thin-thick-thin-small border
static String
BORDER_TOP
Constant for border top
static String
BORDER_TRIPLE
Constant for a triple border
static String
BORDER_WAVY
Constant for a wavy border
static String
BORDER_WAVY_DOUBLE
Constant for a double wavy border
static String
BORDER_WIDTH
Constant for border width

Field Details

BORDERS

public static final String[] BORDERS
String array of border attributes

BORDER_BOTTOM

public static final String BORDER_BOTTOM
Constant for border bottom

BORDER_CHARACTER

public static final String BORDER_CHARACTER
Constant for character border (border always appears on all sides)

BORDER_COLOR

public static final String BORDER_COLOR
Constant for border color

BORDER_DASH

public static final String BORDER_DASH
Constant for a dashed border

BORDER_DASH_SMALL

public static final String BORDER_DASH_SMALL
Constant for a small-dashed border

BORDER_DOTTED

public static final String BORDER_DOTTED
Constant for a dotted border

BORDER_DOT_DASH

public static final String BORDER_DOT_DASH
Constant for a dot-dashed border

BORDER_DOT_DOT_DASH

public static final String BORDER_DOT_DOT_DASH
Constant for a dot-dot-dashed border

BORDER_DOUBLE

public static final String BORDER_DOUBLE
Constant for a double border

BORDER_DOUBLE_THICKNESS

public static final String BORDER_DOUBLE_THICKNESS
Constant for a double-thick border

BORDER_EMBOSS

public static final String BORDER_EMBOSS
Constant for an embossed border

BORDER_ENGRAVE

public static final String BORDER_ENGRAVE
Constant for an engraved border

BORDER_HAIRLINE

public static final String BORDER_HAIRLINE
Constant for a hairline border

BORDER_LEFT

public static final String BORDER_LEFT
Constant for border left

BORDER_NIL

public static final String BORDER_NIL
Constant for an nil border

BORDER_RIGHT

public static final String BORDER_RIGHT
Constant for border right

BORDER_SHADOWED

public static final String BORDER_SHADOWED
Constant for a shadowed border

BORDER_SINGLE_THICKNESS

public static final String BORDER_SINGLE_THICKNESS
Constant for a single-thick border

BORDER_SPACE

public static final String BORDER_SPACE
Constant for border space

BORDER_STRIPED

public static final String BORDER_STRIPED
Constant for a striped border

BORDER_THINK_THIN_LARGE

public static final String BORDER_THINK_THIN_LARGE
Constant for a think-thin-large border

BORDER_THINK_THIN_MEDIUM

public static final String BORDER_THINK_THIN_MEDIUM
Constant for a think-thin-medium border

BORDER_THINK_THIN_SMALL

public static final String BORDER_THINK_THIN_SMALL
Constant for a think-thin-small border

BORDER_THIN_THICK_LARGE

public static final String BORDER_THIN_THICK_LARGE
Constant for a thin-thick-large border

BORDER_THIN_THICK_MEDIUM

public static final String BORDER_THIN_THICK_MEDIUM
Constant for a thin-thick-medium border

BORDER_THIN_THICK_SMALL

public static final String BORDER_THIN_THICK_SMALL
Constant for a thin-thick-small border

BORDER_THIN_THICK_THIN_LARGE

public static final String BORDER_THIN_THICK_THIN_LARGE
Constant for a thin-thick-thin-large border

BORDER_THIN_THICK_THIN_MEDIUM

public static final String BORDER_THIN_THICK_THIN_MEDIUM
Constant for a thin-thick-thin-medium border

BORDER_THIN_THICK_THIN_SMALL

public static final String BORDER_THIN_THICK_THIN_SMALL
Constant for a thin-thick-thin-small border

BORDER_TOP

public static final String BORDER_TOP
Constant for border top

BORDER_TRIPLE

public static final String BORDER_TRIPLE
Constant for a triple border

BORDER_WAVY

public static final String BORDER_WAVY
Constant for a wavy border

BORDER_WAVY_DOUBLE

public static final String BORDER_WAVY_DOUBLE
Constant for a double wavy border

BORDER_WIDTH

public static final String BORDER_WIDTH
Constant for border width

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.