Type Alias APIBrandKitCharacterStyle
APIBrandKitCharacterStyle: { baselineShiftValue?: string | null; brandKitColorGuid?: string | null; brandKitFontFamilyGuid?: string | null; fillColorApplied?: boolean | null; fontSize?: number | null; fontStyleId?: string | null; kerningOn?: boolean | null; lineHeight?: number | null; lineThrough?: boolean | null; name: string; subSuperScript?: Scripting | null; textIndent?: string | null; textOverprint?: boolean | null; textStrokeColorApplied?: boolean | null; textStrokeColorGuid?: string | null; textStrokeWidth?: number | null; trackingLeft?: number | null; trackingRight?: number | null; typographicCase?: Case | null; underline?: boolean | null;} Type declaration
OptionalbaselineShiftValue?: string | null
OptionalbrandKitColorGuid?: string | null
OptionalbrandKitFontFamilyGuid?: string | null
OptionalfillColorApplied?: boolean | null
OptionalfontSize?: number | null
OptionalfontStyleId?: string | null
OptionalkerningOn?: boolean | null
OptionallineHeight?: number | null
OptionallineThrough?: boolean | null
name: string
OptionalsubSuperScript?: Scripting | null
OptionaltextIndent?: string | null
OptionaltextOverprint?: boolean | null
OptionaltextStrokeColorApplied?: boolean | null
OptionaltextStrokeColorGuid?: string | null
OptionaltextStrokeWidth?: number | null
OptionaltrackingLeft?: number | null
OptionaltrackingRight?: number | null
OptionaltypographicCase?: Case | null
Optionalunderline?: boolean | null