Class XFProp
- java.lang.Object
-
- org.apache.poi.hssf.record.common.XFProp
-
public class XFProp extends Object
An array of formatting properties- Author:
- henri see [MS-XLS].pdf 2.5.283 page 942
-
-
Field Summary
Fields Modifier and Type Field Description static int
ABS_INDENTION
static int
BACKGROUND_COLOR
static int
BOLD
static int
BOTTOM_BORDER
static int
CHARSET
static int
CONDENSED
static int
DIAG_BORDER
static int
EXTENDED
static int
FILL_PATTERN
static int
FONT_FAMILY
static int
FONT_NAME
static int
FONT_SCHEME
static int
FONT_SIZE
static int
FOREGROUND_COLOR
static int
FORMAT_ID
static int
GRADIENT
static int
GRADIENT_STOP
static int
HIDDEN
static int
HORZ_ALIGN
static int
HORZ_BORDER
static int
ITALIC
static int
JUSTIFIED
static int
LEFT_BORDER
static int
LOCKED
static int
MERGED
static int
NUM_FORMAT
static int
OUTLINE
static int
READING_ORDER
static int
REL_INDENTION
static int
RIGHT_BORDER
static int
SCRIPT
static int
SHADOW
static int
SHRINK_FIT
static int
STRIKETHRU
static int
TEXT_COLOR
static int
TEXT_ROTATION
static int
TOP_BORDER
static int
UNDERLINE
static int
USE_DIAG_DOWN_BORDER
static int
USE_DIAG_UP_BORDER
static int
VERT_ALIGN
static int
VERT_BORDER
static int
WRAPPED
-
Constructor Summary
Constructors Constructor Description XFProp(int type, Object data)
XFProp(RecordInputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
appendString(StringBuffer sb, String prefix)
int
getDataSize()
Object
getXFPropData()
int
getXFPropType()
void
serialize(LittleEndianOutput out)
-
-
-
Field Detail
-
FILL_PATTERN
public static final int FILL_PATTERN
- See Also:
- Constant Field Values
-
FOREGROUND_COLOR
public static final int FOREGROUND_COLOR
- See Also:
- Constant Field Values
-
BACKGROUND_COLOR
public static final int BACKGROUND_COLOR
- See Also:
- Constant Field Values
-
GRADIENT
public static final int GRADIENT
- See Also:
- Constant Field Values
-
GRADIENT_STOP
public static final int GRADIENT_STOP
- See Also:
- Constant Field Values
-
TEXT_COLOR
public static final int TEXT_COLOR
- See Also:
- Constant Field Values
-
TOP_BORDER
public static final int TOP_BORDER
- See Also:
- Constant Field Values
-
BOTTOM_BORDER
public static final int BOTTOM_BORDER
- See Also:
- Constant Field Values
-
LEFT_BORDER
public static final int LEFT_BORDER
- See Also:
- Constant Field Values
-
RIGHT_BORDER
public static final int RIGHT_BORDER
- See Also:
- Constant Field Values
-
DIAG_BORDER
public static final int DIAG_BORDER
- See Also:
- Constant Field Values
-
VERT_BORDER
public static final int VERT_BORDER
- See Also:
- Constant Field Values
-
HORZ_BORDER
public static final int HORZ_BORDER
- See Also:
- Constant Field Values
-
USE_DIAG_UP_BORDER
public static final int USE_DIAG_UP_BORDER
- See Also:
- Constant Field Values
-
USE_DIAG_DOWN_BORDER
public static final int USE_DIAG_DOWN_BORDER
- See Also:
- Constant Field Values
-
HORZ_ALIGN
public static final int HORZ_ALIGN
- See Also:
- Constant Field Values
-
VERT_ALIGN
public static final int VERT_ALIGN
- See Also:
- Constant Field Values
-
TEXT_ROTATION
public static final int TEXT_ROTATION
- See Also:
- Constant Field Values
-
ABS_INDENTION
public static final int ABS_INDENTION
- See Also:
- Constant Field Values
-
READING_ORDER
public static final int READING_ORDER
- See Also:
- Constant Field Values
-
WRAPPED
public static final int WRAPPED
- See Also:
- Constant Field Values
-
JUSTIFIED
public static final int JUSTIFIED
- See Also:
- Constant Field Values
-
SHRINK_FIT
public static final int SHRINK_FIT
- See Also:
- Constant Field Values
-
MERGED
public static final int MERGED
- See Also:
- Constant Field Values
-
FONT_NAME
public static final int FONT_NAME
- See Also:
- Constant Field Values
-
BOLD
public static final int BOLD
- See Also:
- Constant Field Values
-
UNDERLINE
public static final int UNDERLINE
- See Also:
- Constant Field Values
-
SCRIPT
public static final int SCRIPT
- See Also:
- Constant Field Values
-
ITALIC
public static final int ITALIC
- See Also:
- Constant Field Values
-
STRIKETHRU
public static final int STRIKETHRU
- See Also:
- Constant Field Values
-
OUTLINE
public static final int OUTLINE
- See Also:
- Constant Field Values
-
SHADOW
public static final int SHADOW
- See Also:
- Constant Field Values
-
CONDENSED
public static final int CONDENSED
- See Also:
- Constant Field Values
-
EXTENDED
public static final int EXTENDED
- See Also:
- Constant Field Values
-
CHARSET
public static final int CHARSET
- See Also:
- Constant Field Values
-
FONT_FAMILY
public static final int FONT_FAMILY
- See Also:
- Constant Field Values
-
FONT_SIZE
public static final int FONT_SIZE
- See Also:
- Constant Field Values
-
FONT_SCHEME
public static final int FONT_SCHEME
- See Also:
- Constant Field Values
-
NUM_FORMAT
public static final int NUM_FORMAT
- See Also:
- Constant Field Values
-
FORMAT_ID
public static final int FORMAT_ID
- See Also:
- Constant Field Values
-
REL_INDENTION
public static final int REL_INDENTION
- See Also:
- Constant Field Values
-
LOCKED
public static final int LOCKED
- See Also:
- Constant Field Values
-
HIDDEN
public static final int HIDDEN
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XFProp
public XFProp(RecordInputStream in)
-
XFProp
public XFProp(int type, Object data)
-
-
Method Detail
-
getDataSize
public int getDataSize()
-
getXFPropType
public int getXFPropType()
-
getXFPropData
public Object getXFPropData()
-
serialize
public void serialize(LittleEndianOutput out)
-
appendString
public void appendString(StringBuffer sb, String prefix)
-
-