BulletListStyle: {
    bulletMarks: string[];
    characterStyleId?: string;
    leftIndent: number;
    textIndent: number;
}

Type declaration

  • bulletMarks: string[]

    Array of bullet marks for each level The position of the item in the array is the level of the bullet list The value of the item is the bullet mark

  • OptionalcharacterStyleId?: string
  • leftIndent: number
  • textIndent: number