Interface ISymbolRunOptions

Hierarchy

Properties

allCaps?: boolean
bold?: boolean
boldComplexScript?: boolean
break?: number
char: string
characterSpacing?: number
children?: readonly (string | FootnoteReferenceRun | FieldInstruction | Begin | Separate | End | Tab)[]
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
specVanish?: boolean
strike?: boolean
style?: string
subScript?: boolean
superScript?: boolean
symbolfont?: string
text?: string
underline?: {
    color?: string;
    type?: UnderlineType;
}

Type declaration

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

Generated using TypeDoc