2.9.53 TextBookmarkAtom
Referenced by: SlideListWithTextSubContainerOrAtom, TextClientDataSubContainerOrAtom
An atom record that specifies a range of text that has a bookmark. The length of the range of text is specified by the following formula:
-
end - begin
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
rh |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
begin |
|||||||||||||||||||||||||||||||
end |
|||||||||||||||||||||||||||||||
bookmarkID |
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_TextBookmarkAtom.
rh.recLen
MUST be 0x0000000C.
begin (4 bytes): A TextPosition that specifies the beginning of the bookmarked range.
end (4 bytes): A TextPosition that specifies the end of the bookmarked range. This field MUST be greater than begin and SHOULD<107> be less than or equal to begin plus 255.
bookmarkID (4 bytes): An unsigned integer that specifies a reference to a bookmark identifier. It MUST be the same as the bookmarkID field of a BookmarkEntityAtom record.