5 lines
195 B
TypeScript
5 lines
195 B
TypeScript
![]() |
import { XmlComponent } from "../../../../../file/xml-components";
|
||
|
export declare class PageSize extends XmlComponent {
|
||
|
constructor(width: number, height: number, orientation: string);
|
||
|
}
|