2.4.18.5 HTMLPublishInfoAtom
Referenced by: HTMLPublishInfo9Container
An atom record that specifies the settings to publish the document to a Web page.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
rh |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
startSlide |
|||||||||||||||||||||||||||||||
endSlide |
|||||||||||||||||||||||||||||||
outputType |
A |
B |
C |
D |
E |
unused |
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 RT_HTMLPublishInfoAtom (section 2.13.24).
rh.recLen
MUST be 0x0000000C.
startSlide (4 bytes): A signed integer that specifies the first slide in the range of slides to publish. It MUST be greater than or equal to zero.
endSlide (4 bytes): A signed integer that specifies the last slide in the range of slides to publish. It MUST be greater than or equal to zero.
outputType (1 byte): A WebOutputEnum enumeration that specifies the Web browser support that this publication ought to be optimized for.
A - fUseSlideRangeX (1 bit): A bit that specifies whether to publish the range of slides defined by startSlide and endSlide.
B - fUseNamedShowX (1 bit): A bit that specifies whether to publish the slides defined by the namedShowAtom field of the HTMLPublishInfo9Container record that contains this HTMLPublishInfoAtom record.
C - fLoadInBrowserX (1 bit): A bit that specifies whether to automatically display the Web page in the Web browser.
D - fShowSpeakerNote (1 bit): A bit that specifies whether to display the notes pane when viewing the Web page in a Web browser.
E - reserved (4 bits): MUST be zero and MUST be ignored.
unused (2 bytes): Undefined and MUST be ignored.