Options
All
  • Public
  • Public/Protected
  • All
Menu

docx

Index

Enumerations

Classes

Interfaces

Type aliases

Variables

Functions

Type aliases

AttributeMap

AttributeMap<T>: {[ P in keyof T]: string }

Type parameters

  • T

MathComponent

ParagraphChild

Variables

Const EMPTY_OBJECT

EMPTY_OBJECT: {} = ...

Type declaration

Const sectionMarginDefaults

sectionMarginDefaults: { BOTTOM: string; FOOTER: number; GUTTER: number; HEADER: number; LEFT: string; RIGHT: string; TOP: string } = ...

Type declaration

  • BOTTOM: string
  • FOOTER: number
  • GUTTER: number
  • HEADER: number
  • LEFT: string
  • RIGHT: string
  • TOP: string

Const sectionPageSizeDefaults

sectionPageSizeDefaults: { HEIGHT: number; ORIENTATION: PageOrientation; WIDTH: number } = ...

Type declaration

Functions

Const convertInchesToTwip

  • convertInchesToTwip(inches: number): number

Const convertMillimetersToTwip

  • convertMillimetersToTwip(millimeters: number): number

convertToXmlComponent

dateTimeValue

  • dateTimeValue(val: Date): string

decimalNumber

  • decimalNumber(val: number): number

Const eighthPointMeasureValue

  • eighthPointMeasureValue(val: number): number

hexColorValue

  • hexColorValue(val: string): string

hpsMeasureValue

  • hpsMeasureValue(val: string | number): string | number

longHexNumber

  • longHexNumber(val: string): string

measurementOrPercentValue

  • measurementOrPercentValue(val: number | string): number | string

percentageValue

  • percentageValue(val: string): string

Const pointMeasureValue

  • pointMeasureValue(val: number): number

positiveUniversalMeasureValue

  • positiveUniversalMeasureValue(val: string): string

shortHexNumber

  • shortHexNumber(val: string): string

signedHpsMeasureValue

  • signedHpsMeasureValue(val: string | number): string | number

signedTwipsMeasureValue

  • signedTwipsMeasureValue(val: string | number): string | number

twipsMeasureValue

  • twipsMeasureValue(val: string | number): string | number

uCharHexNumber

  • uCharHexNumber(val: string): string

Const uniqueId

  • uniqueId(): string

Const uniqueNumericId

  • uniqueNumericId(): number

universalMeasureValue

  • universalMeasureValue(val: string): string

unsignedDecimalNumber

  • unsignedDecimalNumber(val: number): number

Generated using TypeDoc