#613 #439 Even and odd headers

This commit is contained in:
Dolan
2021-03-16 00:57:27 +00:00
parent 8b2aa58198
commit 131183ae19
7 changed files with 143 additions and 11 deletions

View File

@ -30,6 +30,7 @@ export interface IPropertiesOptions {
};
readonly compatabilityModeVersion?: number;
readonly customProperties?: ICustomPropertyOptions[];
readonly evenAndOddHeaderAndFooters?: boolean;
}
export class CoreProperties extends XmlComponent {