Skip to main content

Type Alias: TextStyle

TextStyle = object

Defined in: src/types/modify-types.ts:108

Properties

color?

optional color?: Color

Defined in: src/types/modify-types.ts:111


fontFamily?

optional fontFamily?: string

Defined in: src/types/modify-types.ts:120

Typeface name, rendered as <a:latin typeface="..."/>


highlight?

optional highlight?: Color

Defined in: src/types/modify-types.ts:122

Text highlight (marker pen), rendered as <a:highlight>


optional hyperlink?: HyperlinkInfo

Defined in: src/types/modify-types.ts:123


isBold?

optional isBold?: boolean

Defined in: src/types/modify-types.ts:112


isItalics?

optional isItalics?: boolean

Defined in: src/types/modify-types.ts:113


isStrike?

optional isStrike?: boolean

Defined in: src/types/modify-types.ts:118

Strikethrough, rendered as strike="sngStrike"


isSubscript?

optional isSubscript?: boolean

Defined in: src/types/modify-types.ts:116


isSuperscript?

optional isSuperscript?: boolean

Defined in: src/types/modify-types.ts:115


isUnderlined?

optional isUnderlined?: boolean

Defined in: src/types/modify-types.ts:114


size?

optional size?: number

Defined in: src/types/modify-types.ts:110

Font size in 1/100 pt (e.g. 1400 = 14pt)