Allow contextual spacing to be specified as an argument to paragraph style

This commit is contained in:
Max Lay
2019-12-11 15:05:09 +13:00
parent 9683e89159
commit 1649d2a0fa
2 changed files with 6 additions and 1 deletions

View File

@ -29,6 +29,7 @@ export interface IRunStyleOptions {
export interface IParagraphStyleOptions2 {
readonly alignment?: AlignmentType;
readonly thematicBreak?: boolean;
readonly contextualSpacing?: boolean;
readonly rightTabStop?: number;
readonly leftTabStop?: number;
readonly indent?: IIndentAttributesProperties;