stimulsoft-viewer-angular
Version:
Stimulsoft Viewer Angular
36 lines (35 loc) • 1.36 kB
TypeScript
import { ModelService } from './model.service';
import * as i0 from "@angular/core";
export declare class CollectionsService {
model: ModelService;
constructor(model: ModelService);
getImageTypesItems(): any[];
getDataTypesItems(): any[];
getExcelTypesItems(): any[];
getHtmlTypesItems(): any[];
getZoomItems(): any[];
getImageFormatForHtmlItems(): any[];
getExportModeItems(): any[];
getImageResolutionItems(): any[];
getImageCompressionMethodItems(): any[];
getImageQualityItems(): any[];
getBorderTypeItems(): any[];
getEncodingDataItems(): any[];
getImageFormatItems(withoutMonochrome?: boolean): any[];
getMonochromeDitheringTypeItems(): any[];
getTiffCompressionSchemeItems(): any[];
getEncodingDifFileItems(): any[];
getExportModeRtfItems(): any[];
getEncodingDbfFileItems(): any[];
getAllowEditableItems(): any[];
getEncryptionKeyLengthItems(): any[];
getDataExportModeItems(): any[];
getFilterConditionItems(dataType: any): any[];
getBoolItems(): any[];
getPaperSizesItems(): any[];
getOrientationItems(): any[];
getDashboardImageQualityItems(): any[];
getPdfSecurityCertificatesItems(): any[];
static ɵfac: i0.ɵɵFactoryDeclaration<CollectionsService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<CollectionsService>;
}