ParagraphStyle: {
    alignToBaseLine: boolean;
    baselineShiftValue: string;
    color: ColorUsage;
    endIndent: string;
    fillColorApplied: boolean;
    fontKey: string;
    fontSize: number;
    fontStyle: string;
    id: Id;
    kerningOn: boolean;
    lineHeight: number;
    lineThrough: boolean;
    name: string;
    spaceAfter: string;
    spaceBefore: string;
    startIndent: string;
    subSuperScript: Scripting;
    textAlign: Alignment;
    textAlignLast: Alignment;
    textIndent: string;
    textOverprint: boolean;
    trackingLeft: number;
    trackingRight: number;
    typographicCase: Case;
    underline: boolean;
}

Type declaration

  • alignToBaseLine: boolean
  • baselineShiftValue: string
  • color: ColorUsage
  • endIndent: string
  • fillColorApplied: boolean
  • fontKey: string
  • fontSize: number
  • fontStyle: string
  • id: Id
  • kerningOn: boolean
  • lineHeight: number
  • lineThrough: boolean
  • name: string
  • spaceAfter: string
  • spaceBefore: string
  • startIndent: string
  • subSuperScript: Scripting
  • textAlign: Alignment
  • textAlignLast: Alignment
  • textIndent: string
  • textOverprint: boolean
  • trackingLeft: number
  • trackingRight: number
  • typographicCase: Case
  • underline: boolean