Class StiRtfExportSettings

Class describes settings for export to RTF format.

Hierarchy

Implements

Index

Properties

Protected _returnType

_returnType: any = Uint8Array

codePage

codePage: number = 0

Gets or sets code page of RTF file.

exportMode

exportMode: StiRtfExportMode = StiRtfExportMode.Table

Gets or sets mode of RTF file creation.

imageQuality

imageQuality: number = 0.75

Gets or sets image quality of images which will be exported to result file.

imageResolution

imageResolution: number = 100

Gets or sets image resolution of images which will be exported to result file.

pageRange

pageRange: StiPagesRange = new StiPagesRange()

removeEmptySpaceAtBottom

removeEmptySpaceAtBottom: boolean = StiOptions.Export.RichText.removeEmptySpaceAtBottom

Gets or sets a value indicating whether it is necessary to remove empty space at the bottom of the page

storeImagesAsPng

storeImagesAsPng: boolean = false

Gets or sets a value indicating whether it is necessary to store images in Png format

usePageHeadersAndFooters

usePageHeadersAndFooters: boolean = false

Gets or sets value which enables special mode of exporting page headers and page footers into result file. In this mode export engine try to insert all page headers and footers as RTF headers and footers.

Accessors

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