UNPKG

asposepdfcloud

Version:

Aspose.PDF Cloud is a REST API for creating and editing PDF files. Most popular features proposed by Aspose.PDF Cloud: PDF to Word, Convert PDF to Image, Merge PDF, Split PDF, Add Images to PDF, Rotate PDF. It can also be used to convert PDF files to diff

39 lines 1 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CheckBoxField = void 0; const formField_1 = require("./formField"); class CheckBoxField extends formField_1.FormField { static getAttributeTypeMap() { return super.getAttributeTypeMap().concat(CheckBoxField.attributeTypeMap); } } exports.CheckBoxField = CheckBoxField; CheckBoxField.discriminator = undefined; CheckBoxField.attributeTypeMap = [ { "name": "allowedStates", "baseName": "AllowedStates", "type": "Array<string>" }, { "name": "style", "baseName": "Style", "type": "BoxStyle" }, { "name": "activeState", "baseName": "ActiveState", "type": "string" }, { "name": "checked", "baseName": "Checked", "type": "boolean" }, { "name": "exportValue", "baseName": "ExportValue", "type": "string" } ]; //# sourceMappingURL=checkBoxField.js.map