Interface IRunStylePropertiesOptions

Hierarchy

Properties

allCaps?: boolean
bold?: boolean
boldComplexScript?: boolean
characterSpacing?: number
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
subScript?: boolean
superScript?: boolean
underline?: {
    color?: string;
    type?: UnderlineType;
}

Type declaration

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

Generated using TypeDoc