commit
This commit is contained in:
14
build/src/file/core-properties/properties.d.ts
vendored
Normal file
14
build/src/file/core-properties/properties.d.ts
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
import { XmlComponent } from "file/xml-components";
|
||||
export interface IPropertiesOptions {
|
||||
title?: string;
|
||||
subject?: string;
|
||||
creator?: string;
|
||||
keywords?: string;
|
||||
description?: string;
|
||||
lastModifiedBy?: string;
|
||||
revision?: string;
|
||||
externalStyles?: string;
|
||||
}
|
||||
export declare class CoreProperties extends XmlComponent {
|
||||
constructor(options: IPropertiesOptions);
|
||||
}
|
Reference in New Issue
Block a user