Class StiExcelExportSettings

Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected _returnType

_returnType: any = Uint8Array

companyString

companyString: string = StiExportUtils.getReportVersion()

dataExportMode

dataExportMode: StiDataExportMode = StiDataExportMode.AllBands

encryptionPassword

encryptionPassword: string = null

excelType

excelType: StiExcelType = StiExcelType.Excel2007

exportEachPageToSheet

exportEachPageToSheet: boolean = false

exportObjectFormatting

exportObjectFormatting: boolean = true

exportPageBreaks

exportPageBreaks: boolean = false

imageFormat

imageFormat: ImageFormat = StiOptions.Export.Excel.imageFormat

imageQuality

imageQuality: number = 0.75

imageResolution

imageResolution: number = 100

lastModifiedString

lastModifiedString: string = StiExportUtils.getReportVersion()

pageRange

pageRange: StiPagesRange = new StiPagesRange()

protectionPassword

protectionPassword: string = "*TestPassword*"

restrictEditing

restrictEditing: StiExcelRestrictEditing = StiExcelRestrictEditing.No

useOnePageHeaderAndFooter

useOnePageHeaderAndFooter: boolean = false

Accessors

exportDataOnly

  • get exportDataOnly(): boolean
  • set exportDataOnly(value: boolean): void
  • Returns boolean

  • Parameters

    • value: boolean

    Returns void

returnType

  • get returnType(): any
  • set returnType(value: any): void

Methods

as

getExportFormat

is

is2

  • is2<T>(type: object | Interface<T>): boolean

toParameters

  • toParameters(): any

Generated using TypeDoc