asposewordscloud
Version:
Aspose.Words Cloud SDK for Node.js
22 lines (21 loc) • 734 B
TypeScript
import { AttributeInfo } from '../internal/attributeInfo';
import { OoxmlSaveOptionsData } from './ooxmlSaveOptionsData';
export declare const importsMapFlatOpcTemplateSaveOptionsData: {
OoxmlSaveOptionsData: typeof OoxmlSaveOptionsData;
};
/**
* Container class for fopc_template save options.
*/
export declare class FlatOpcTemplateSaveOptionsData extends OoxmlSaveOptionsData {
/**
* Attribute type map
*/
static attributeTypeMap: Array<AttributeInfo>;
/**
* Returns attribute type map
*/
static getAttributeTypeMap(): AttributeInfo[];
constructor(init?: Partial<FlatOpcTemplateSaveOptionsData>);
collectFilesContent(_resultFilesContent: Array<any>): void;
validate(): void;
}