2.4.301 BrtBeginWebPubItem
The BrtBeginWebPubItem record specifies content in the workbook that is published to the Web and specifies the beginning of an empty collection of records as defined by the Workbook (section 2.1.7.61) part ABNF, Worksheet part ABNF (section 2.1.7.62), and Chart Sheet (section 2.1.7.7) part ABNF.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
tws |
A |
B |
C |
D |
reserved3 |
unused |
|||||||||||||||||||||||||
... |
nStyleId |
||||||||||||||||||||||||||||||
... |
rfx (16 bytes, optional) |
||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
... |
reserved4 (optional) |
||||||||||||||||||||||||||||||
... |
reserved5 (optional) |
||||||||||||||||||||||||||||||
... |
reserved6 (optional) |
||||||||||||||||||||||||||||||
... |
reserved7 (optional) |
||||||||||||||||||||||||||||||
... |
E |
F |
G |
H |
I |
stBkmk (variable) |
|||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
stName (variable) |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
stFile (variable) |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
stTitle (variable) |
|||||||||||||||||||||||||||||||
... |
tws (1 byte): A Tws (section 2.5.151) that specifies the type of the published content. If the record belongs to Workbook (section 2.1.7.61) part ABNF, tws MUST be equal to TWSWORKBOOK or to TWSLABEL. If the record belongs to Worksheet part ABNF (section 2.1.7.62) or Chart Sheet part ABNF, tws MUST NOT be equal to TWSWORKBOOK.
A - reserved1 (1 bit): This value MUST be 0, and MUST be ignored.
B - fAutoRepublish (1 bit): A bit that specifies whether the content will be automatically published every time the workbook is saved.
C - reserved2 (1 bit): This value MUST be 0, and MUST be ignored.
D - fMhtml (1 bit): A bit that specifies whether the content is to be published as MIME Encapsulation of Aggregate HTML Documents (MHTML). MHTML is used to bind resources which are typically represented by external links, such as image and sound files, along with HTML code into a single file.
reserved3 (12 bits): This value MUST be 0, and MUST be ignored.
unused (2 bytes): This value undefined and MUST be ignored.
nStyleId (4 bytes): An unsigned integer that specifies the unique identifier for this published content. This value MUST be greater than 0.
rfx (16 bytes): An UncheckedRfX (section 2.5.154) that specifies the rectangular cell range to be published. This value exists if and only if tws is equal to TWSREF.
reserved4 (4 bytes): This value MUST be equal to 1,048,576, and MUST be ignored. This value exists if and only if tws is not equal to TWSREF.
reserved5 (4 bytes): This value MUST be equal to 1,048,576, and MUST be ignored. This value exists if and only if tws is not equal to TWSREF.
reserved6 (4 bytes): This value MUST be equal to 16,384, and MUST be ignored. Exists if and only if tws is not equal to TWSREF.
reserved7 (4 bytes): This value MUST be equal to 16,384, and MUST be ignored. Exists if and only if tws is not equal to TWSREF.
E - fReserved1 (1 bit): This value MUST be 1, and MUST be ignored.
F - fName (1 bit): A bit that specifies whether the stName exists. This value MUST be equal to 0 if tws is less than 0x05, or is equal to TWSCHART and this record is contained in a Chart Sheet. Otherwise, this value MUST be equal to 1.
G - fReserved2 (1 bit): This value MUST be 1 and MUST be ignored.
H - fTitle (1 bit): A bit that specifies whether the stTitle exists.
I - reserved8 (4 bits): This value MUST be 0, and MUST be ignored.
stBkmk (variable): An XLWideString (section 2.5.169) that specifies the destination <div> tag of the published content. Destination <div> tag specifies the unique section in the published HTML the content being published is written to. The length of the string MUST NOT exceed 255 characters.
stName (variable): An XLNameWideString that specifies the name of the content to be published. It exists if and only if fName is equal 1. The length of the string MUST NOT exceed 255 characters.
stFile (variable): An XLWideString that specifies the name of the destination file to which the content will be published. The length of the string MUST NOT exceed 255 characters.
stTitle (variable): An XLWideString that specifies the title of the published content. This value exists if and only if fTitle is equal 1. The length of the string MUST NOT exceed 255 characters.