Nutrient Web SDK
    Preparing search index...

    Type Alias ExportOfficeFlags

    Export options object *

    type ExportOfficeFlags = {
        format: "docx" | "xlsx" | "pptx";
    }
    Index

    Properties

    Properties

    format: "docx" | "xlsx" | "pptx"