@Internal public abstract class FLDAbstractType extends java.lang.Object
Class and fields descriptions are quoted from Microsoft Office Word 97-2007 Binary File Format NOTE: This source is automatically generated please do not modify this file. Either subclass or remove the record in src/records/definitions.
Modifier and Type | Field and Description |
---|---|
protected byte |
field_1_chHolder |
protected byte |
field_2_flt |
Constructor and Description |
---|
FLDAbstractType() |
Modifier and Type | Method and Description |
---|---|
protected void |
fillFields(byte[] data,
int offset) |
byte |
getCh()
Type of field boundary the FLD describes: 19 -- field begin mark, 20 --
field separation mark; 21 -- field end mark
|
byte |
getChHolder()
ch field holder (along with reserved bits).
|
byte |
getFlt()
Field type when ch == 19 OR field flags when ch == 21 .
|
byte |
getReserved()
Reserved
|
static int |
getSize()
Size of record (exluding 4 byte header)
|
boolean |
isFDiffer()
Ignored for saved file
|
boolean |
isFHasSep()
==1 when field has a field separator
|
boolean |
isFLocked()
==1 when field is locked from recalculation
|
boolean |
isFNested()
==1 when field is nested within another field
|
boolean |
isFPrivateResult()
==1 whenever the result of the field is never to be shown
|
boolean |
isFResultDirty()
==1 when user has edited or formatted the result.
|
boolean |
isFResultEdited()
==1 when user has inserted text into or deleted text from the result
|
boolean |
isFZombieEmbed()
==1 when result still believes this field is an EMBED or LINK field
|
void |
serialize(byte[] data,
int offset) |
void |
setCh(byte value)
Sets the ch field value.
|
void |
setChHolder(byte field_1_chHolder)
ch field holder (along with reserved bits).
|
void |
setFDiffer(boolean value)
Sets the fDiffer field value.
|
void |
setFHasSep(boolean value)
Sets the fHasSep field value.
|
void |
setFLocked(boolean value)
Sets the fLocked field value.
|
void |
setFlt(byte field_2_flt)
Field type when ch == 19 OR field flags when ch == 21 .
|
void |
setFNested(boolean value)
Sets the fNested field value.
|
void |
setFPrivateResult(boolean value)
Sets the fPrivateResult field value.
|
void |
setFResultDirty(boolean value)
Sets the fResultDirty field value.
|
void |
setFResultEdited(boolean value)
Sets the fResultEdited field value.
|
void |
setFZombieEmbed(boolean value)
Sets the fZombieEmbed field value.
|
void |
setReserved(byte value)
Sets the reserved field value.
|
java.lang.String |
toString() |
protected byte field_1_chHolder
protected byte field_2_flt
protected void fillFields(byte[] data, int offset)
public void serialize(byte[] data, int offset)
public java.lang.String toString()
toString
in class java.lang.Object
public static int getSize()
public byte getChHolder()
public void setChHolder(byte field_1_chHolder)
public byte getFlt()
public void setFlt(byte field_2_flt)
public void setCh(byte value)
public byte getCh()
public void setReserved(byte value)
public byte getReserved()
public void setFDiffer(boolean value)
public boolean isFDiffer()
public void setFZombieEmbed(boolean value)
public boolean isFZombieEmbed()
public void setFResultDirty(boolean value)
public boolean isFResultDirty()
public void setFResultEdited(boolean value)
public boolean isFResultEdited()
public void setFLocked(boolean value)
public boolean isFLocked()
public void setFPrivateResult(boolean value)
public boolean isFPrivateResult()
public void setFNested(boolean value)
public boolean isFNested()
public void setFHasSep(boolean value)
public boolean isFHasSep()
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.