OpenXmlSdkTs - v1.0.7
Preparing search index...
index
PartType
Type Alias PartType
PartType
:
"binary"
|
"base64"
|
"xml"
|
null
Describes the data format of a part's content.
"xml"
— The part contains XML data (accessible via
OpenXmlPart.getXDocument
).
"binary"
— The part contains raw binary data.
"base64"
— The part contains Base64-encoded binary data.
null
— The part type has not yet been determined.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
OpenXmlSdkTs - v1.0.7
Loading...
Describes the data format of a part's content.
"xml"— The part contains XML data (accessible via OpenXmlPart.getXDocument)."binary"— The part contains raw binary data."base64"— The part contains Base64-encoded binary data.null— The part type has not yet been determined.