export interface IApplyParams {
    ignorePermissions?: boolean;
    changePosition?: boolean;
    relativeToPrintArea?: boolean;
    applyPropertiesDeep?: boolean;
}
