Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The OfficeArtClientAnchorChart structure specifies the anchor position of a drawing object embedded in a chart.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
rh |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
A |
B |
C |
D |
E |
unused |
lx1 |
|||||||||||||||||||||||||
... |
ly1 |
||||||||||||||||||||||||||||||
... |
lx2 |
||||||||||||||||||||||||||||||
... |
ly2 |
||||||||||||||||||||||||||||||
... |
rh (8 bytes): An OfficeArtRecordHeader as specified in [MS-ODRAW] section 2.2.1 that specifies the header for this structure. rh.recVer MUST be 0x0. rh.recInstance MUST be 0x0. rh.recType MUST be 0xF010. rh.recLen MUST be 0x0012.
A - fMove (1 bit): MUST be 0 and MUST be ignored.
B - fSize (1 bit): A bit that specifies whether the drawing object resizes with the chart area (section 2.2.3.17). MUST be a value from the following table:
-
Value
Meaning
0x0
The drawing object resizes with the chart area (section 2.2.3.17).
0x1
The drawing object does not resize with the chart area (section 2.2.3.17).
C - reserved1 (1 bit): MUST be 0 and MUST be ignored.
D - reserved2 (1 bit): Undefined and MUST be ignored.
E - reserved3 (1 bit): MUST be 0 and MUST be ignored.
unused (11 bits): Undefined and MUST be ignored.
lx1 (4 bytes): A signed integer that specifies the horizontal offset of the logical upper-left corner of the bounding rectangle of the drawing object, relative to the upper-left corner of the chart area (section 2.2.3.17) in SPRC.
ly1 (4 bytes): A signed integer that specifies the vertical offset of the logical upper-left corner of the bounding rectangle of the drawing object, relative to the upper-left corner of the chart area (section 2.2.3.17) in SPRC.
lx2 (4 bytes): A signed integer that specifies the horizontal offset of the logical bottom-right corner of the bounding rectangle of the drawing object, relative to the upper-left corner of the chart area (section 2.2.3.17) in SPRC.
ly2 (4 bytes): A signed integer that specifies the vertical offset of the logical bottom-right corner of the bounding rectangle of the drawing object, relative to the upper-left corner of the chart area (section 2.2.3.17) in SPRC.