@Internal public abstract class TLPAbstractType extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected short |
field_1_itl |
protected byte |
field_2_tlp_flags |
Constructor and Description |
---|
TLPAbstractType() |
TLPAbstractType(TLPAbstractType other) |
Modifier and Type | Method and Description |
---|---|
protected void |
fillFields(byte[] data,
int offset) |
short |
getItl()
Get the itl field for the TLP record.
|
int |
getSize()
Size of record (exluding 4 byte header)
|
byte |
getTlp_flags()
Get the tlp_flags field for the TLP record.
|
boolean |
isFBestFit()
When == 1, do best fit from the selected table look
|
boolean |
isFBorders()
When == 1, use the border properties from the selected table look
|
boolean |
isFColor()
When == 1, use the color from the selected table look
|
boolean |
isFFont()
When == 1, use the font from the selected table look
|
boolean |
isFHdrRows()
When == 1, apply properties from the selected table look to the header
rows in the table
|
boolean |
isFLastRow()
When == 1, apply properties from the selected table look to the last row
in the table
|
boolean |
isFShading()
When == 1, use the shading properties from the selected table look
|
void |
serialize(byte[] data,
int offset) |
void |
setFBestFit(boolean value)
Sets the fBestFit field value.
|
void |
setFBorders(boolean value)
Sets the fBorders field value.
|
void |
setFColor(boolean value)
Sets the fColor field value.
|
void |
setFFont(boolean value)
Sets the fFont field value.
|
void |
setFHdrRows(boolean value)
Sets the fHdrRows field value.
|
void |
setFLastRow(boolean value)
Sets the fLastRow field value.
|
void |
setFShading(boolean value)
Sets the fShading field value.
|
void |
setItl(short field_1_itl)
Set the itl field for the TLP record.
|
void |
setTlp_flags(byte field_2_tlp_flags)
Set the tlp_flags field for the TLP record.
|
java.lang.String |
toString() |
protected short field_1_itl
protected byte field_2_tlp_flags
public TLPAbstractType()
public TLPAbstractType(TLPAbstractType other)
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 getItl()
public void setItl(short field_1_itl)
public byte getTlp_flags()
public void setTlp_flags(byte field_2_tlp_flags)
public void setFBorders(boolean value)
public boolean isFBorders()
public void setFShading(boolean value)
public boolean isFShading()
public void setFFont(boolean value)
public boolean isFFont()
public void setFColor(boolean value)
public boolean isFColor()
public void setFBestFit(boolean value)
public boolean isFBestFit()
public void setFHdrRows(boolean value)
public boolean isFHdrRows()
public void setFLastRow(boolean value)
public boolean isFLastRow()
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.