menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExportSettingsBuilder

    Show / Hide Table of Contents

    Class ExportSettingsBuilder

    Class for ExportSettingsBuilder.

    Inheritance
    System.Object
    ExportSettingsBuilder
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class ExportSettingsBuilder

    Constructors

    ExportSettingsBuilder(ExportSettings)

    Initializes a new instance of the ExportSettingsBuilder class.

    Declaration
    public ExportSettingsBuilder(ExportSettings exportSettings)
    Parameters
    Type Name Description
    ExportSettings exportSettings

    The export settings.

    Remarks

    Create the new instance for the ExportSettingsBuilder.

    Methods

    CustomItems(List<CustomExportItem>)

    Add the custom items in export options.

    Declaration
    public ExportSettingsBuilder CustomItems(List<CustomExportItem> value)
    Parameters
    Type Name Description
    System.Collections.Generic.List<CustomExportItem> value

    The value.

    Returns
    Type Description
    ExportSettingsBuilder

    ExportSettingsBuilder.

    ExcelVersion(ExcelFormats)

    Specifies the excel export format.

    Declaration
    public ExportSettingsBuilder ExcelVersion(ExcelFormats excelVersion)
    Parameters
    Type Name Description
    ExcelFormats excelVersion

    The excel version.

    Returns
    Type Description
    ExportSettingsBuilder

    ExportSettingsBuilder.

    ExportOptions(ExportOptions)

    Specifies the export options.

    Declaration
    public ExportSettingsBuilder ExportOptions(ExportOptions value)
    Parameters
    Type Name Description
    ExportOptions value

    The value.

    Returns
    Type Description
    ExportSettingsBuilder

    ExportSettingsBuilder.

    PPTFormatType(PPTFormats)

    Specifies the ppt export format.

    Declaration
    public ExportSettingsBuilder PPTFormatType(PPTFormats pptFormat)
    Parameters
    Type Name Description
    PPTFormats pptFormat

    The ppt format.

    Returns
    Type Description
    ExportSettingsBuilder

    ExportSettingsBuilder.

    WordFormatType(WordFormats)

    Specifies the word export format.

    Declaration
    public ExportSettingsBuilder WordFormatType(WordFormats wordFormat)
    Parameters
    Type Name Description
    WordFormats wordFormat

    The word format.

    Returns
    Type Description
    ExportSettingsBuilder

    ExportSettingsBuilder.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved