Class RichText

Hierarchy

  • RichText

Index

Properties

arabicDigitsType

arabicDigitsType: StiArabicDigitsType = StiArabicDigitsType.Standard

Gets or sets a value indicating a current arabic type of digits.

bottomMarginCorrection

bottomMarginCorrection: number = 42

Gets or sets a value of bottom margin correction

convertDigitsToArabic

convertDigitsToArabic: boolean = false

Gets or sets a value, which indicates whether it is necessary to convert all digits to arabic digits.

divideBigCells

divideBigCells: boolean = true

Gets or sets a value indicating behavior of the exporting big cells will be divided into small cells.

divideSegmentPages

divideSegmentPages: boolean = true

Gets or sets a value indicating behavior of the exporting segmented pages will be forcibly broken in order of chosen page format.

forceEmptyCellsOptimization

forceEmptyCellsOptimization: boolean = true

Gets or sets a value indicating a forcing of empty cells optimization.

forceLineHeight

forceLineHeight: boolean = false

Gets or sets a value indicating a forcing of line height.

lineHeightExactly

lineHeightExactly: boolean = true

Gets or sets a value indicating a line height mode - "exactly" or "at least".

lineSpacing

lineSpacing: number = 0.922

Gets or sets a value of line spacing

removeEmptySpaceAtBottom

removeEmptySpaceAtBottom: boolean = true

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

rightMarginCorrection

rightMarginCorrection: number = 0

Gets or sets a value of right margin correction

spaceBetweenCharacters

spaceBetweenCharacters: number = -2

Gets or sets a value of expansion or compression of the space between characters in twips; a negative value compresses.

useCanBreakProperty

useCanBreakProperty: boolean = true

Gets or sets a value indicating whether it is necessary to use CanBreak property of components.

useNewPageCommandInsteadOfNewSection

useNewPageCommandInsteadOfNewSection: boolean = false

Gets or sets a value indicating whether it is necessary to use NewPage command instead of NewSection

usePageRefField

usePageRefField: boolean = true

Gets or sets a value indicating whether it is necessary to use PAGEREF field of MS-Word.

useTemplatePageSize

useTemplatePageSize: boolean = false

When Rtf exporting segmented pages will be forcibly use the page size from template. This property work only if DivideSegmentPages=false.

Generated using TypeDoc