Examples of Grfhic


Examples of org.apache.poi.hwpf.model.Grfhic

    protected Grfhic field_5_grfhic;

    protected LSTFAbstractType()
    {
        this.field_3_rgistdPara = new short[0];
        this.field_5_grfhic = new Grfhic();
    }
View Full Code Here

Examples of org.apache.poi.hwpf.model.Grfhic

    {
        field_1_lsid                   = LittleEndian.getInt( data, 0x0 + offset );
        field_2_tplc                   = LittleEndian.getInt( data, 0x4 + offset );
        field_3_rgistdPara             = LittleEndian.getShortArray( data, 0x8 + offset, 18 );
        field_4_flags                  = data[ 0x1a + offset ];
        field_5_grfhic                 = new Grfhic( data, 0x1b + offset );
    }
View Full Code Here

Examples of org.apache.poi.hwpf.model.Grfhic

    protected Grfhic field_6_grfhic;
    protected byte field_7_reserved3;

    protected LFOAbstractType()
    {
        this.field_6_grfhic = new Grfhic();
    }
View Full Code Here

Examples of org.apache.poi.hwpf.model.Grfhic

        field_1_lsid                   = LittleEndian.getInt( data, 0x0 + offset );
        field_2_reserved1              = LittleEndian.getInt( data, 0x4 + offset );
        field_3_reserved2              = LittleEndian.getInt( data, 0x8 + offset );
        field_4_clfolvl                = data[ 0xc + offset ];
        field_5_ibstFltAutoNum         = data[ 0xd + offset ];
        field_6_grfhic                 = new Grfhic( data, 0xe + offset );
        field_7_reserved3              = data[ 0xf + offset ];
    }
View Full Code Here

Examples of org.apache.poi.hwpf.model.Grfhic

    protected Grfhic field_6_grfhic;
    protected byte field_7_unused3;

    protected LFOAbstractType()
    {
        this.field_6_grfhic = new Grfhic();
    }
View Full Code Here

Examples of org.apache.poi.hwpf.model.Grfhic

        field_1_lsid                   = LittleEndian.getInt( data, 0x0 + offset );
        field_2_unused1                = LittleEndian.getInt( data, 0x4 + offset );
        field_3_unused2                = LittleEndian.getInt( data, 0x8 + offset );
        field_4_clfolvl                = data[ 0xc + offset ];
        field_5_ibstFltAutoNum         = data[ 0xd + offset ];
        field_6_grfhic                 = new Grfhic( data, 0xe + offset );
        field_7_unused3                = data[ 0xf + offset ];
    }
View Full Code Here

Examples of org.apache.poi.hwpf.model.Grfhic

    protected Grfhic field_11_grfhic;

    protected LVLFAbstractType()
    {
        this.field_4_rgbxchNums = new byte[9];
        this.field_11_grfhic = new Grfhic();
    }
View Full Code Here

Examples of org.apache.poi.hwpf.model.Grfhic

        field_6_dxaIndentSav           = LittleEndian.getInt( data, 0x10 + offset );
        field_7_unused2                = LittleEndian.getInt( data, 0x14 + offset );
        field_8_cbGrpprlChpx           = LittleEndian.getUByte( data, 0x18 + offset );
        field_9_cbGrpprlPapx           = LittleEndian.getUByte( data, 0x19 + offset );
        field_10_ilvlRestartLim        = LittleEndian.getUByte( data, 0x1a + offset );
        field_11_grfhic                = new Grfhic( data, 0x1b + offset );
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.