OpenOffice.org
XMerge API

org.openoffice.xmerge.converter.xml.sxw.pocketword
Interface PocketWordConstants

All Known Implementing Classes:
PocketWordDocument

public interface PocketWordConstants

Interface defining constants for Pocket Word attributes.

Version:
1.1

Field Summary
static short AQUA
          Colour table index for Aqua
static short BLACK
          Colour table index for Black
static short BLUE
          Colour table index for Blue
static byte COLOUR_TAG
          Colour tag.
static java.lang.String DEFAULT_STYLE
          Name of the default style.
static java.lang.String FILE_EXTENSION
          File extension for Pocket Word files.
static byte FONT_SIZE_TAG
          Font size tag.
static byte FONT_TAG
          Font specification tag.
static byte FONT_WEIGHT_BOLD
          Bold font weight value.
static byte FONT_WEIGHT_FINE
          Fine font weight value.
static byte FONT_WEIGHT_NORMAL
          Normal font weight value.
static byte FONT_WEIGHT_TAG
          Font weight tag.
static byte FONT_WEIGHT_THICK
          Thick font weight value.
static byte FORMATTING_TAG
          Generic Pocket Word formatting code.
static short FUCHSIA
          Colour table index for Fuchsia
static short GREEN
          Colour table index for Green
static short GREY
          Colour table index for Grey
static byte HIGHLIGHT_TAG
          Highlighting tag.
static byte ITALIC_TAG
          Italic tag.
static short LIME
          Colour table index for Lime
static short MAROON
          Colour table index for Maroon
static short NAVY
          Colour table index for Navy
static short OLIVE
          Colour table index for Olive
static java.lang.String PARAGRAPH_STYLE_FAMILY
          Family name for Paragraph styles.
static short PURPLE
          Colour table index for Purple
static short RED
          Colour table index for Red
static short SILVER
          Colour table index for Silver
static byte STRIKETHROUGH_TAG
          Strikethrough tag.
static short TEAL
          Colour table index for Teal
static java.lang.String TEXT_STYLE_FAMILY
          Family name for Text styles.
static byte UNDERLINE_TAG
          Underline tag.
static short WHITE
          Colour table index for White
static short YELLOW
          Colour table index for Yellow
 

Field Detail

AQUA

public static final short AQUA
Colour table index for Aqua

BLACK

public static final short BLACK
Colour table index for Black

BLUE

public static final short BLUE
Colour table index for Blue

COLOUR_TAG

public static final byte COLOUR_TAG
Colour tag. Two bytes following index a 4-bit colour table.

DEFAULT_STYLE

public static final java.lang.String DEFAULT_STYLE
Name of the default style.

FILE_EXTENSION

public static final java.lang.String FILE_EXTENSION
File extension for Pocket Word files.

FONT_SIZE_TAG

public static final byte FONT_SIZE_TAG
Font size tag. The two bytes following specify font size in points.

FONT_TAG

public static final byte FONT_TAG
Font specification tag. The two bytes following inidicate which font.

FONT_WEIGHT_BOLD

public static final byte FONT_WEIGHT_BOLD
Bold font weight value.

FONT_WEIGHT_FINE

public static final byte FONT_WEIGHT_FINE
Fine font weight value.

FONT_WEIGHT_NORMAL

public static final byte FONT_WEIGHT_NORMAL
Normal font weight value.

FONT_WEIGHT_TAG

public static final byte FONT_WEIGHT_TAG
Font weight tag. Two bytes following indicate weighting of font.

FONT_WEIGHT_THICK

public static final byte FONT_WEIGHT_THICK
Thick font weight value.

FORMATTING_TAG

public static final byte FORMATTING_TAG
Generic Pocket Word formatting code. Formatting codes are 0xEz, where z indicates the specific format code.

FUCHSIA

public static final short FUCHSIA
Colour table index for Fuchsia

GREEN

public static final short GREEN
Colour table index for Green

GREY

public static final short GREY
Colour table index for Grey

HIGHLIGHT_TAG

public static final byte HIGHLIGHT_TAG
Highlighting tag. Single byte following indicates whether highlighting is on.

ITALIC_TAG

public static final byte ITALIC_TAG
Italic tag. Single byte following indicates whether italic is on.

LIME

public static final short LIME
Colour table index for Lime

MAROON

public static final short MAROON
Colour table index for Maroon

NAVY

public static final short NAVY
Colour table index for Navy

OLIVE

public static final short OLIVE
Colour table index for Olive

PARAGRAPH_STYLE_FAMILY

public static final java.lang.String PARAGRAPH_STYLE_FAMILY
Family name for Paragraph styles.

PURPLE

public static final short PURPLE
Colour table index for Purple

RED

public static final short RED
Colour table index for Red

SILVER

public static final short SILVER
Colour table index for Silver

STRIKETHROUGH_TAG

public static final byte STRIKETHROUGH_TAG
Strikethrough tag. Single byte following indicates whether strikethrough is on.

TEAL

public static final short TEAL
Colour table index for Teal

TEXT_STYLE_FAMILY

public static final java.lang.String TEXT_STYLE_FAMILY
Family name for Text styles.

UNDERLINE_TAG

public static final byte UNDERLINE_TAG
Underline tag. Single byte following indicates whether underline is on.

WHITE

public static final short WHITE
Colour table index for White

YELLOW

public static final short YELLOW
Colour table index for Yellow

OpenOffice.org
XMerge API

Copyright © 2002 OpenOffice.org