2.8.51 VisualShapeGeneralAtom
Referenced by: VisualShapeAtom
An atom record that specifies a shape or one of its parts as a target to animate.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
rh |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
type |
|||||||||||||||||||||||||||||||
refType |
|||||||||||||||||||||||||||||||
shapeIdRef |
|||||||||||||||||||||||||||||||
data1 |
|||||||||||||||||||||||||||||||
data2 |
rh (8 bytes): A RecordHeader structure (section 2.3.1) that specifies the header for this record. Sub-fields are further specified in the following table.
-
Field
Meaning
rh.recVer
MUST be 0x0.
rh.recInstance
MUST be 0x000.
rh.recType
MUST be an RT_VisualShapeAtom.
rh.recLen
MUST be 0x00000014.
type (4 bytes): A TimeVisualElementEnum enumeration that specifies the target element type in the shape to which the animation is applied. It MUST NOT be TL_TVET_Page.
refType (4 bytes): An ElementTypeEnum enumeration that specifies the target element type of the animation. It MUST be TL_ET_ShapeType.
shapeIdRef (4 bytes): An unsigned integer that specifies the target shape on the slide to animate.
data1 (4 bytes): A signed integer that specifies the zero-based character index of the beginning of a text range. It MUST be ignored unless type is TL_TVET_TextRange.
data2 (4 bytes): A signed integer that specifies the zero-based character index of the end of a text range. It MUST be ignored unless type is TL_TVET_TextRange.