Interface IRunOptions

Hierarchy

Properties

allCaps?: boolean
bold?: boolean
boldComplexScript?: boolean
break?: number
characterSpacing?: number
children?: (string | FootnoteReferenceRun | FieldInstruction | Begin | Separate | End)[]
color?: string
doubleStrike?: boolean
emboss?: boolean
emphasisMark?: { type?: DOT }

Type declaration

  • Optional Readonly type?: DOT
font?: string | IFontAttributesProperties | IFontOptions
highlight?: string
highlightComplexScript?: string | boolean
imprint?: boolean
italics?: boolean
italicsComplexScript?: boolean
rightToLeft?: boolean
size?: string | number
sizeComplexScript?: string | number | boolean
smallCaps?: boolean
space?: SpaceType
strike?: boolean
style?: string
subScript?: boolean
superScript?: boolean
text?: string
underline?: { color?: string; type?: UnderlineType }

Type declaration

  • Optional Readonly color?: string
  • Optional Readonly type?: UnderlineType

Generated using TypeDoc