BrandKitParagraphStyle: {
    baselineShiftValue: string;
    brandKitColorGuid: string;
    brandKitFontFamilyGuid: string;
    fillColorApplied: boolean;
    fontSize: number;
    fontStyleId: string;
    kerningOn: boolean;
    lineHeight: number;
    lineThrough: boolean;
    name: string;
    subSuperScript: Scripting;
    textAlign: Alignment;
    textIndent: string;
    textOverprint: boolean;
    trackingLeft: number;
    trackingRight: number;
    typographicCase: Case;
    underline: boolean;
}

Type declaration

  • baselineShiftValue: string
  • brandKitColorGuid: string
  • brandKitFontFamilyGuid: string
  • fillColorApplied: boolean
  • fontSize: number
  • fontStyleId: string
  • kerningOn: boolean
  • lineHeight: number
  • lineThrough: boolean
  • name: string
  • subSuperScript: Scripting
  • textAlign: Alignment
  • textIndent: string
  • textOverprint: boolean
  • trackingLeft: number
  • trackingRight: number
  • typographicCase: Case
  • underline: boolean