org.apache.poi.hwpf.model.types
public abstract class TCAbstractType extends java.lang.Object implements org.apache.poi.hdf.model.hdftypes.HDFType
Modifier and Type | Field and Description |
---|---|
protected short |
field_1_rgf |
protected short |
field_2_unused |
protected BorderCode |
field_3_brcTop |
protected BorderCode |
field_4_brcLeft |
protected BorderCode |
field_5_brcBottom |
protected BorderCode |
field_6_brcRight |
Constructor and Description |
---|
TCAbstractType() |
Modifier and Type | Method and Description |
---|---|
protected void |
fillFields(byte[] data,
int offset) |
BorderCode |
getBrcBottom()
Get the brcBottom field for the TC record.
|
BorderCode |
getBrcLeft()
Get the brcLeft field for the TC record.
|
BorderCode |
getBrcRight()
Get the brcRight field for the TC record.
|
BorderCode |
getBrcTop()
Get the brcTop field for the TC record.
|
short |
getRgf()
Get the rgf field for the TC record.
|
int |
getSize()
Size of record (exluding 4 byte header)
|
short |
getUnused()
Get the unused field for the TC record.
|
byte |
getVertAlign() |
boolean |
isFBackward() |
boolean |
isFFirstMerged() |
boolean |
isFMerged() |
boolean |
isFRotateFont() |
boolean |
isFVertical() |
boolean |
isFVertMerge() |
boolean |
isFVertRestart() |
void |
serialize(byte[] data,
int offset) |
void |
setBrcBottom(BorderCode field_5_brcBottom)
Set the brcBottom field for the TC record.
|
void |
setBrcLeft(BorderCode field_4_brcLeft)
Set the brcLeft field for the TC record.
|
void |
setBrcRight(BorderCode field_6_brcRight)
Set the brcRight field for the TC record.
|
void |
setBrcTop(BorderCode field_3_brcTop)
Set the brcTop field for the TC record.
|
void |
setFBackward(boolean value)
Sets the fBackward field value.
|
void |
setFFirstMerged(boolean value)
Sets the fFirstMerged field value.
|
void |
setFMerged(boolean value)
Sets the fMerged field value.
|
void |
setFRotateFont(boolean value)
Sets the fRotateFont field value.
|
void |
setFVertical(boolean value)
Sets the fVertical field value.
|
void |
setFVertMerge(boolean value)
Sets the fVertMerge field value.
|
void |
setFVertRestart(boolean value)
Sets the fVertRestart field value.
|
void |
setRgf(short field_1_rgf)
Set the rgf field for the TC record.
|
void |
setUnused(short field_2_unused)
Set the unused field for the TC record.
|
void |
setVertAlign(byte value)
Sets the vertAlign field value.
|
java.lang.String |
toString() |
protected short field_1_rgf
protected short field_2_unused
protected BorderCode field_3_brcTop
protected BorderCode field_4_brcLeft
protected BorderCode field_5_brcBottom
protected BorderCode field_6_brcRight
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 int getSize()
public short getRgf()
public void setRgf(short field_1_rgf)
public short getUnused()
public void setUnused(short field_2_unused)
public BorderCode getBrcTop()
public void setBrcTop(BorderCode field_3_brcTop)
public BorderCode getBrcLeft()
public void setBrcLeft(BorderCode field_4_brcLeft)
public BorderCode getBrcBottom()
public void setBrcBottom(BorderCode field_5_brcBottom)
public BorderCode getBrcRight()
public void setBrcRight(BorderCode field_6_brcRight)
public void setFFirstMerged(boolean value)
public boolean isFFirstMerged()
public void setFMerged(boolean value)
public boolean isFMerged()
public void setFVertical(boolean value)
public boolean isFVertical()
public void setFBackward(boolean value)
public boolean isFBackward()
public void setFRotateFont(boolean value)
public boolean isFRotateFont()
public void setFVertMerge(boolean value)
public boolean isFVertMerge()
public void setFVertRestart(boolean value)
public boolean isFVertRestart()
public void setVertAlign(byte value)
public byte getVertAlign()
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.