@Internal public abstract class BKFAbstractType extends java.lang.Object
Class and fields descriptions are quoted from Microsoft Office Word 97-2007 Binary File Format (.doc) Specification
Modifier and Type | Field and Description |
---|---|
protected short |
field_1_ibkl |
protected short |
field_2_bkf_flags |
Modifier | Constructor and Description |
---|---|
protected |
BKFAbstractType() |
protected |
BKFAbstractType(BKFAbstractType other) |
Modifier and Type | Method and Description |
---|---|
protected void |
fillFields(byte[] data,
int offset) |
short |
getBkf_flags()
Get the bkf_flags field for the BKF record.
|
short |
getIbkl()
Index to BKL entry in plcfbkl that describes the ending position of this bookmark in the CP stream.
|
byte |
getItcFirst()
When bkf.fCol==1, this is the index to the first column of a table column bookmark
|
byte |
getItcLim()
When bkf.fCol==1, this is the index to limit column of a table column bookmark
|
static int |
getSize()
Size of record
|
boolean |
isFCol()
When 1, this bookmark marks a range of columns in a table specified by (bkf.itcFirst, bkf.itcLim)
|
boolean |
isFPub()
When 1, this indicates that this bookmark is marking the range of a Macintosh Publisher section
|
void |
serialize(byte[] data,
int offset) |
void |
setBkf_flags(short field_2_bkf_flags)
Set the bkf_flags field for the BKF record.
|
void |
setFCol(boolean value)
Sets the fCol field value.
|
void |
setFPub(boolean value)
Sets the fPub field value.
|
void |
setIbkl(short field_1_ibkl)
Index to BKL entry in plcfbkl that describes the ending position of this bookmark in the CP stream.
|
void |
setItcFirst(byte value)
Sets the itcFirst field value.
|
void |
setItcLim(byte value)
Sets the itcLim field value.
|
java.lang.String |
toString() |
protected short field_1_ibkl
protected short field_2_bkf_flags
protected BKFAbstractType()
protected BKFAbstractType(BKFAbstractType other)
protected void fillFields(byte[] data, int offset)
public void serialize(byte[] data, int offset)
public static int getSize()
public java.lang.String toString()
toString
in class java.lang.Object
public short getIbkl()
public void setIbkl(short field_1_ibkl)
public short getBkf_flags()
public void setBkf_flags(short field_2_bkf_flags)
public void setItcFirst(byte value)
public byte getItcFirst()
public void setFPub(boolean value)
public boolean isFPub()
public void setItcLim(byte value)
public byte getItcLim()
public void setFCol(boolean value)
public boolean isFCol()
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.