|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hwpf.model.PictureDescriptor
@Internal public class PictureDescriptor
Picture Descriptor (on File) (PICF)
Based on Microsoft Office Word 97-2007 Binary File Format (.doc) Specification; Page 181 of 210
Field Summary | |
---|---|
protected int |
cbHeader
Number of bytes in the PIC (to allow for future expansion). |
protected short |
dxaCropLeft
The amount the picture has been cropped on the left in twips |
protected short |
dxaCropRight
The amount the picture has been cropped on the right in twips |
protected short |
dxaGoal
Horizontal measurement in twips of the rectangle the picture should be imaged within |
protected short |
dyaCropBottom
The amount the picture has been cropped on the bottom in twips |
protected short |
dyaCropTop
The amount the picture has been cropped on the top in twips |
protected short |
dyaGoal
Vertical measurement in twips of the rectangle the picture should be imaged within |
protected int |
lcb
Number of bytes in the PIC structure plus size of following picture data which may be a Window's metafile, a bitmap, or the filename of a TIFF file. |
protected int |
mfp_hMF
|
protected int |
mfp_mm
|
protected int |
mfp_xExt
|
protected int |
mfp_yExt
|
protected short |
mx
Horizontal scaling factor supplied by user expressed in .001% units |
protected short |
my
Vertical scaling factor supplied by user expressed in .001% units |
protected byte[] |
offset14
Window's bitmap structure when PIC describes a BITMAP (14 bytes) Rectangle for window origin and extents when metafile is stored -- ignored if 0 (8 bytes) |
Constructor Summary | |
---|---|
PictureDescriptor()
|
|
PictureDescriptor(byte[] _dataStream,
int startOffset)
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected int lcb
protected int cbHeader
protected int mfp_mm
protected int mfp_xExt
protected int mfp_yExt
protected int mfp_hMF
protected byte[] offset14
protected short dxaGoal
protected short dyaGoal
protected short mx
protected short my
protected short dxaCropLeft
protected short dyaCropTop
protected short dxaCropRight
protected short dyaCropBottom
Constructor Detail |
---|
public PictureDescriptor()
public PictureDescriptor(byte[] _dataStream, int startOffset)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |