Properties
Optional Readonly allCaps
allCaps: undefined | false | true
Optional Readonly bold
bold: undefined | false | true
Optional Readonly boldComplexScript
boldComplexScript: undefined | false | true
Optional Readonly break
break: undefined | number
Optional Readonly characterSpacing
characterSpacing: undefined | number
Optional Readonly children
Optional Readonly color
color: undefined | string
Optional Readonly doubleStrike
doubleStrike: undefined | false | true
Optional Readonly emphasisMark
Optional Readonly highlight
highlight: undefined | string
Optional Readonly highlightComplexScript
highlightComplexScript: boolean | string
Optional Readonly italics
italics: undefined | false | true
Optional Readonly italicsComplexScript
italicsComplexScript: undefined | false | true
Optional Readonly rightToLeft
rightToLeft: undefined | false | true
Optional Readonly shading
shading
: undefined | { color
: string; fill
: string; type
: ShadingType }
Optional Readonly shadingComplexScript
shadingComplexScript: boolean | IRunStylePropertiesOptions["shading"]
Optional Readonly shadow
shadow: IRunStylePropertiesOptions["shading"]
Optional Readonly size
size: undefined | number
Optional Readonly sizeComplexScript
sizeComplexScript: boolean | number
Optional Readonly smallCaps
smallCaps: undefined | false | true
Optional Readonly strike
strike: undefined | false | true
Optional Readonly style
style: undefined | string
Optional Readonly subScript
subScript: undefined | false | true
Optional Readonly superScript
superScript: undefined | false | true
Optional Readonly text
text: undefined | string
Optional Readonly underline
underline
: undefined | { color
?: undefined | string; type
?: UnderlineType }