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

SectionPropertiesOptions

SectionPropertiesOptions: IPageSizeAttributes & IPageMarginAttributes & IDocGridAttributesProperties & IHeadersOptions & IFootersOptions & IPageNumberTypeAttributes & ILineNumberAttributes & IPageBordersOptions & ITitlePageOptions & ISectionVerticalAlignAttributes & { column?: { count?: number; separate?: boolean; space?: number }; type?: SectionType }

Variables

Const EMPTY_OBJECT

EMPTY_OBJECT: {} = ...

Type declaration

Functions

Const convertInchesToTwip

  • convertInchesToTwip(inches: number): number

Const convertMillimetersToTwip

  • convertMillimetersToTwip(millimeters: number): number

convertToXmlComponent

Const uniqueId

  • uniqueId(): string

Const uniqueNumericId

  • uniqueNumericId(): number

Generated using TypeDoc