2.3.4.21 posv
The posv property specifies the type of vertical positioning to use for a shape.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
opid |
posv |
||||||||||||||||||||||||||||||
... |
opid (2 bytes): An OfficeArtFOPTEOPID record, as defined in section 2.2.8, that specifies the header for this property. The following table specifies the subfields.
-
Field
Meaning
opid.opid
A value that MUST be 0x0391.
opid.fBid
A value that MUST be 0x0.
opid.fComplex
A value that MUST be 0x0.
posv (4 bytes): An enumeration value that MAY<23> be used to determine how a shape is vertically positioned, relative to the page element that is specified in the posrelv property, as defined in section 2.3.4.22. This value MUST be one of the values in the following table. The default value for this property is msopvAbs.
Name |
Value |
Description |
---|---|---|
msopvAbs |
0x00000000 |
The shape is vertically offset by an absolute distance from the page element. |
msopvTop |
0x00000001 |
The shape is vertically positioned at the top of the page element. |
msopvCenter |
0x00000002 |
The shape is vertically positioned in the center of the page element. |
msopvBottom |
0x00000003 |
The shape is vertically positioned at the bottom of the page element. |
msopvInside |
0x00000004 |
The shape is vertically positioned like msopvTop on odd-numbered pages and like msopvBottom on even-numbered pages. |
msopvOutside |
0x00000005 |
The shape is vertically positioned like msopvBottom on odd-numbered pages and like msopvTop on even-numbered pages. |