10 lines
389 B
TypeScript
10 lines
389 B
TypeScript
![]() |
import { XmlComponent } from "../../file/xml-components";
|
||
|
import { DocumentDefaults } from "./defaults";
|
||
|
import { ParagraphStyle } from "./style";
|
||
|
export declare class Styles extends XmlComponent {
|
||
|
constructor();
|
||
|
push(style: XmlComponent): Styles;
|
||
|
createDocumentDefaults(): DocumentDefaults;
|
||
|
createParagraphStyle(styleId: string, name?: string): ParagraphStyle;
|
||
|
}
|