bullet points update

This commit is contained in:
ilmar
2018-04-05 16:50:25 +03:00
parent 80f09ac10b
commit 919327ed08
6 changed files with 146 additions and 154 deletions

View File

@ -26,7 +26,7 @@ export declare class Paragraph extends XmlComponent {
leftTabStop(position: number): Paragraph;
rightTabStop(position: number): Paragraph;
centerTabStop(position: number): Paragraph;
bullet(): Paragraph;
bullet(indentLevel: number): Paragraph;
setNumbering(numbering: Num, indentLevel: number): Paragraph;
style(styleId: string): Paragraph;
indent(attrs: object): Paragraph;