APIBrandKitParagraphStyle: {
    baselineShiftValue?: string | null;
    brandKitColorGuid: string;
    brandKitFontFamilyGuid: string;
    fillColorApplied?: boolean | null;
    fontSize: number;
    fontStyleId: string;
    kerningOn?: boolean | null;
    lineHeight: number;
    lineThrough?: boolean | null;
    name: string;
    subSuperScript: Scripting | null;
    textAlign?: Alignment | 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
  • brandKitColorGuid: string
  • brandKitFontFamilyGuid: string
  • OptionalfillColorApplied?: boolean | null
  • fontSize: number
  • fontStyleId: string
  • OptionalkerningOn?: boolean | null
  • lineHeight: number
  • OptionallineThrough?: boolean | null
  • name: string
  • subSuperScript: Scripting | null
  • OptionaltextAlign?: Alignment | null
  • OptionaltextIndent?: string | null
  • OptionaltextOverprint?: boolean | null
  • OptionaltextStrokeColorApplied?: boolean | null
  • OptionaltextStrokeColorGuid?: string | null
  • OptionaltextStrokeWidth?: number | null
  • OptionaltrackingLeft?: number | null
  • OptionaltrackingRight?: number | null
  • typographicCase: Case | null
  • Optionalunderline?: boolean | null