modified git ignore
This commit is contained in:
13
build/file/document/body/section-properties/page-size/page-size-attributes.d.ts
vendored
Normal file
13
build/file/document/body/section-properties/page-size/page-size-attributes.d.ts
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
import { XmlAttributeComponent } from "../../../../../file/xml-components";
|
||||
export interface IPageSizeAttributes {
|
||||
width?: number;
|
||||
height?: number;
|
||||
orientation?: string;
|
||||
}
|
||||
export declare class PageSizeAttributes extends XmlAttributeComponent<IPageSizeAttributes> {
|
||||
protected xmlKeys: {
|
||||
width: string;
|
||||
height: string;
|
||||
orientation: string;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user