OpenXmlSdkTs - v1.0.7
    Preparing search index...

    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.