This commit adds it to the three places where paragraph formatting can be applied right now (directly on the paragraph, paragraph styles, and bullets/numbering styles). I'm separately adding an entry to the wiki regarding what these methods do (widow/orphan control)
11 lines
460 B
TypeScript
11 lines
460 B
TypeScript
export { Alignment } from "./alignment";
|
|
export { ThematicBreak } from "./border";
|
|
export { Indent } from "./indent";
|
|
export { KeepLines, KeepNext } from "./keep";
|
|
export { PageBreak } from "./page-break";
|
|
export { ParagraphProperties } from "./properties";
|
|
export { ISpacingProperties, Spacing } from "./spacing";
|
|
export { Style } from "./style";
|
|
export { LeftTabStop, MaxRightTabStop } from "./tab-stop";
|
|
export { NumberProperties } from "./unordered-list";
|