|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hwpf.model.types.PICFAbstractType
public abstract class PICFAbstractType
The PICF structure specifies the type of a picture, as well as the size of the picture and information about its border.
Class and fields descriptions are quoted from Microsoft Office Word 97-2007 Binary File Format and [MS-DOC] - v20110608 Word (.doc) Binary File Format
NOTE: This source is automatically generated please do not modify this file. Either subclass or remove the record in src/types/definitions.
This class is internal. It content or properties may change without notice due to changes in our knowledge of internal Microsoft Word binary structures.
Method Summary | |
---|---|
byte |
getBpp()
Get the bpp field for the PICF record. |
byte[] |
getBrcBottom80()
Get the brcBottom80 field for the PICF record. |
byte[] |
getBrcLeft80()
Get the brcLeft80 field for the PICF record. |
byte[] |
getBrcRight80()
Get the brcRight80 field for the PICF record. |
byte[] |
getBrcTop80()
Get the brcTop80 field for the PICF record. |
int |
getCbHeader()
An unsigned integer that specifies the size, in bytes, of this PICF structure. |
short |
getCProps()
This value MUST be 0 and MUST be ignored. |
short |
getDxaGoal()
Get the dxaGoal field for the PICF record. |
short |
getDxaReserved1()
Get the dxaReserved1 field for the PICF record. |
short |
getDxaReserved2()
Get the dxaReserved2 field for the PICF record. |
short |
getDxaReserved3()
Get the dxaReserved3 field for the PICF record. |
short |
getDyaGoal()
Get the dyaGoal field for the PICF record. |
short |
getDyaReserved1()
Get the dyaReserved1 field for the PICF record. |
short |
getDyaReserved2()
Get the dyaReserved2 field for the PICF record. |
short |
getDyaReserved3()
Get the dyaReserved3 field for the PICF record. |
byte |
getFReserved()
Get the fReserved field for the PICF record. |
int |
getGrf()
This field MUST be ignored. |
int |
getLcb()
A signed integer that specifies the size, in bytes, of this PICF structure and the subsequent data. |
short |
getMm()
A signed integer that specifies the format of the picture data. |
int |
getMmPM()
This field MUST be ignored. |
int |
getMx()
Get the mx field for the PICF record. |
int |
getMy()
Get the my field for the PICF record. |
int |
getPadding()
This value MUST be zero and MUST be ignored. |
int |
getPadding2()
This value MUST be zero and MUST be ignored. |
static int |
getSize()
Size of record |
short |
getSwHMF()
This field is unused and MUST be ignored. |
short |
getXExt()
This field is unused and MUST be ignored. |
short |
getYExt()
This field is unused and MUST be ignored. |
byte[] |
serialize()
|
void |
serialize(byte[] data,
int offset)
|
void |
setBpp(byte field_20_bpp)
Set the bpp field for the PICF record. |
void |
setBrcBottom80(byte[] field_23_brcBottom80)
Set the brcBottom80 field for the PICF record. |
void |
setBrcLeft80(byte[] field_22_brcLeft80)
Set the brcLeft80 field for the PICF record. |
void |
setBrcRight80(byte[] field_24_brcRight80)
Set the brcRight80 field for the PICF record. |
void |
setBrcTop80(byte[] field_21_brcTop80)
Set the brcTop80 field for the PICF record. |
void |
setCbHeader(int field_2_cbHeader)
An unsigned integer that specifies the size, in bytes, of this PICF structure. |
void |
setCProps(short field_27_cProps)
This value MUST be 0 and MUST be ignored. |
void |
setDxaGoal(short field_11_dxaGoal)
Set the dxaGoal field for the PICF record. |
void |
setDxaReserved1(short field_15_dxaReserved1)
Set the dxaReserved1 field for the PICF record. |
void |
setDxaReserved2(short field_17_dxaReserved2)
Set the dxaReserved2 field for the PICF record. |
void |
setDxaReserved3(short field_25_dxaReserved3)
Set the dxaReserved3 field for the PICF record. |
void |
setDyaGoal(short field_12_dyaGoal)
Set the dyaGoal field for the PICF record. |
void |
setDyaReserved1(short field_16_dyaReserved1)
Set the dyaReserved1 field for the PICF record. |
void |
setDyaReserved2(short field_18_dyaReserved2)
Set the dyaReserved2 field for the PICF record. |
void |
setDyaReserved3(short field_26_dyaReserved3)
Set the dyaReserved3 field for the PICF record. |
void |
setFReserved(byte field_19_fReserved)
Set the fReserved field for the PICF record. |
void |
setGrf(int field_7_grf)
This field MUST be ignored. |
void |
setLcb(int field_1_lcb)
A signed integer that specifies the size, in bytes, of this PICF structure and the subsequent data. |
void |
setMm(short field_3_mm)
A signed integer that specifies the format of the picture data. |
void |
setMmPM(int field_9_mmPM)
This field MUST be ignored. |
void |
setMx(int field_13_mx)
Set the mx field for the PICF record. |
void |
setMy(int field_14_my)
Set the my field for the PICF record. |
void |
setPadding(int field_8_padding)
This value MUST be zero and MUST be ignored. |
void |
setPadding2(int field_10_padding2)
This value MUST be zero and MUST be ignored. |
void |
setSwHMF(short field_6_swHMF)
This field is unused and MUST be ignored. |
void |
setXExt(short field_4_xExt)
This field is unused and MUST be ignored. |
void |
setYExt(short field_5_yExt)
This field is unused and MUST be ignored. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public void serialize(byte[] data, int offset)
public byte[] serialize()
public static int getSize()
public java.lang.String toString()
toString
in class java.lang.Object
public int getLcb()
public void setLcb(int field_1_lcb)
public int getCbHeader()
public void setCbHeader(int field_2_cbHeader)
public short getMm()
public void setMm(short field_3_mm)
public short getXExt()
public void setXExt(short field_4_xExt)
public short getYExt()
public void setYExt(short field_5_yExt)
public short getSwHMF()
public void setSwHMF(short field_6_swHMF)
public int getGrf()
public void setGrf(int field_7_grf)
public int getPadding()
public void setPadding(int field_8_padding)
public int getMmPM()
public void setMmPM(int field_9_mmPM)
public int getPadding2()
public void setPadding2(int field_10_padding2)
public short getDxaGoal()
public void setDxaGoal(short field_11_dxaGoal)
public short getDyaGoal()
public void setDyaGoal(short field_12_dyaGoal)
public int getMx()
public void setMx(int field_13_mx)
public int getMy()
public void setMy(int field_14_my)
public short getDxaReserved1()
public void setDxaReserved1(short field_15_dxaReserved1)
public short getDyaReserved1()
public void setDyaReserved1(short field_16_dyaReserved1)
public short getDxaReserved2()
public void setDxaReserved2(short field_17_dxaReserved2)
public short getDyaReserved2()
public void setDyaReserved2(short field_18_dyaReserved2)
public byte getFReserved()
public void setFReserved(byte field_19_fReserved)
public byte getBpp()
public void setBpp(byte field_20_bpp)
public byte[] getBrcTop80()
public void setBrcTop80(byte[] field_21_brcTop80)
public byte[] getBrcLeft80()
public void setBrcLeft80(byte[] field_22_brcLeft80)
public byte[] getBrcBottom80()
public void setBrcBottom80(byte[] field_23_brcBottom80)
public byte[] getBrcRight80()
public void setBrcRight80(byte[] field_24_brcRight80)
public short getDxaReserved3()
public void setDxaReserved3(short field_25_dxaReserved3)
public short getDyaReserved3()
public void setDyaReserved3(short field_26_dyaReserved3)
public short getCProps()
public void setCProps(short field_27_cProps)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |