Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IParagraphOptions

Hierarchy

Index

Properties

Optional Readonly alignment

alignment: AlignmentType

Optional Readonly bidirectional

bidirectional: undefined | false | true

Optional Readonly border

Optional Readonly bullet

bullet: undefined | { level: number }

Optional Readonly children

children: ParagraphChild[]

Optional Readonly contextualSpacing

contextualSpacing: undefined | false | true

Optional Readonly heading

heading: HeadingLevel

Optional Readonly indent

Optional Readonly keepLines

keepLines: undefined | false | true

Optional Readonly keepNext

keepNext: undefined | false | true

Optional Readonly leftTabStop

leftTabStop: undefined | number

Optional Readonly numbering

numbering: undefined | { custom?: undefined | false | true; level: number; reference: string }

Optional Readonly outlineLevel

outlineLevel: undefined | number

Optional Readonly pageBreakBefore

pageBreakBefore: undefined | false | true

Optional Readonly rightTabStop

rightTabStop: undefined | number

Optional Readonly shading

shading: undefined | { color: string; fill: string; type: ShadingType }

Optional Readonly spacing

Optional Readonly style

style: undefined | string

Optional Readonly tabStops

tabStops: { leader?: LeaderType; position: number | TabStopPosition; type: TabStopType }[]

Optional Readonly text

text: undefined | string

Optional Readonly thematicBreak

thematicBreak: undefined | false | true

Generated using TypeDoc