PICF: Picture Format (103Ch)

This record defines the format for a picture attached to a data series or point.

Record Data — BIFF8

Offset

Name

Size

Contents

4

ptyp

2

Picture type:
= 1, stretched
= 2, stacked
= 3, stacked and scaled

6

cf

2

Image format:
= 2, Windows metafile or Macintosh PICT format
= 9, Windows bitmap format

8

grbit

2

Option flags

10

numScale

8

Scaling value for pictures, units/picture (IEEE floating-point number)


The grbit field contains the following option flags.

Offset

Bits

Mask

Name

Contents

0

7 – 0

FFh

env

Environment from which the file was written:
= 1, Microsoft Windows
= 2, Apple Macintosh

1

0

01h

fFmtOnly

Formatting only; no picture attached

1

1

02h

fTopBottom

Picture is attached to top and bottom of column

2

04h

fBackFront

Picture is attached to back and front of column

3

08h

fSide

Picture is attached to sides of column

7 – 4

F0h

(reserved)

Reserved; must be zero


If fFmtOnly is false, then an IMDATA record, which contains the picture itself, follows the PICF record. If fFmtOnly is true, which occurs only if the parent DATAFORMAT record refers to a single data point, then there is no IMDATA record following the PICF record. In this case, the picture specified for the entire series is used, with formatting specified by the PICF record. For more information about the IMDATA record, see "IMDATA."

Record Data — BIFF7 and earlier

Offset

Name

Size

Contents

4

ptyp

2

Picture type:
= 1, stretched
= 2, stacked
= 3, stacked and scaled

6

cf

2

Image format:
= 2, Windows metafile or Macintosh PICT format
= 9, Windows bitmap format

8

grbit

2

Option flags

10

numScale

8

Scaling value for pictures, units/picture (IEEE floating-point number)


The grbit field contains the following option flags.

Offset

Bits

Mask

Name

Contents

0

7 – 0

FFh

env

Environment from which the file was written:
= 1, Microsoft Windows
= 2, Apple Macintosh

1

0

01h

fFmtOnly

Formatting only; no picture attached

1

7 – 1

FEh

(reserved)

Reserved; must be zero


If fFmtOnly is false, then an IMDATA record, which contains the picture itself, follows the PICF record. If fFmtOnly is true, which occurs only if the parent DATAFORMAT record refers to a single data point, then there is no IMDATA record following the PICF record. In this case, the picture specified for the entire series is used, with formatting specified by the PICF record. For more information about the IMDATA record, see "IMDATA."