2.2.25 ActionInfo

The ActionInfo property specifies a structure that defines the actions for an Image, RichTextBox, or TextRun record. If this property is specified, it MUST be part of one of the following records:


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

actionInfoStart

actionInfoContent (variable)

...

delimiter

actionInfoStart (1 byte): A byte that specifies the start of the ActionInfo record. The value of the actionInfoStart field MUST be one of the following.

Value

Parent record

0x07

ElementProperties.NonSharedElementProperties for Image

ElementProperties.NonSharedElementProperties for RichTextBox

0x0B

ElementProperties.NonSharedElementProperties for TextRun

actionInfoContent (variable): An ActionInfoContent record.

delimiter (1 byte): A byte that specifies the end of the ActionInfo record. The value of the delimiter field MUST be 0xFF.