Uses of Class
com.datalogics.PDFL.CollectionSchemaField
Packages that use CollectionSchemaField
-
Uses of CollectionSchemaField in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return CollectionSchemaFieldModifier and TypeMethodDescriptionstatic final CollectionSchemaFieldPDFLJNI.CollectionSchema_getField__SWIG_0(long jarg1, CollectionSchema jarg1_, String jarg2) static final CollectionSchemaFieldPDFLJNI.CollectionSchema_getField__SWIG_1(long jarg1, CollectionSchema jarg1_, int jarg2) CollectionSchema.getField(int idx) GetField allows to obtain CollectionSchemaField object by its index.GetField allows to obtain CollectionSchemaField by name.Methods in com.datalogics.PDFL with parameters of type CollectionSchemaFieldModifier and TypeMethodDescriptionvoidCollectionSchema.addField(CollectionSchemaField field) AddField allows to set new field to the CollectionSchema object. If the target field exists, it is overwritten.static final voidPDFLJNI.CollectionSchema_addField(long jarg1, CollectionSchema jarg1_, long jarg2, CollectionSchemaField jarg2_) static final voidPDFLJNI.CollectionSchema_removeField(long jarg1, CollectionSchema jarg1_, long jarg2, CollectionSchemaField jarg2_) static final voidPDFLJNI.CollectionSchemaField_DisposeChildren(long jarg1, CollectionSchemaField jarg1_) static final booleanPDFLJNI.CollectionSchemaField_getEditable(long jarg1, CollectionSchemaField jarg1_) static final StringPDFLJNI.CollectionSchemaField_getID(long jarg1, CollectionSchemaField jarg1_) static final intPDFLJNI.CollectionSchemaField_getIndex(long jarg1, CollectionSchemaField jarg1_) static final StringPDFLJNI.CollectionSchemaField_getName(long jarg1, CollectionSchemaField jarg1_) static final intPDFLJNI.CollectionSchemaField_getSubtype(long jarg1, CollectionSchemaField jarg1_) static final booleanPDFLJNI.CollectionSchemaField_getVisible(long jarg1, CollectionSchemaField jarg1_) static final voidPDFLJNI.CollectionSchemaField_setEditable(long jarg1, CollectionSchemaField jarg1_, boolean jarg2) static final voidPDFLJNI.CollectionSchemaField_setIndex(long jarg1, CollectionSchemaField jarg1_, int jarg2) static final voidPDFLJNI.CollectionSchemaField_setName(long jarg1, CollectionSchemaField jarg1_, String jarg2) static final voidPDFLJNI.CollectionSchemaField_setVisible(long jarg1, CollectionSchemaField jarg1_, boolean jarg2) static final floatPDFLJNI.FileAttachment_getCollectionItemNumber(long jarg1, FileAttachment jarg1_, long jarg2, CollectionSchemaField jarg2_) static final StringPDFLJNI.FileAttachment_getCollectionItemString(long jarg1, FileAttachment jarg1_, long jarg2, CollectionSchemaField jarg2_) static final voidPDFLJNI.FileAttachment_setCollectionItemNumber(long jarg1, FileAttachment jarg1_, long jarg2, CollectionSchemaField jarg2_, float jarg3) static final voidPDFLJNI.FileAttachment_setCollectionItemString(long jarg1, FileAttachment jarg1_, long jarg2, CollectionSchemaField jarg2_, String jarg3) floatFileAttachment.getCollectionItemNumber(CollectionSchemaField collectionField) GetCollectionItemNumber allows to obtain collection item according to the specified schema field.FileAttachment.getCollectionItemString(CollectionSchemaField collectionField) GetCollectionItemString allows to obtain collection item value according to the specified schema field.voidCollectionSchema.removeField(CollectionSchemaField field) RemoveField allows to remove specified field from the schema.voidFileAttachment.setCollectionItemNumber(CollectionSchemaField collectionField, float value) SetCollectionItemNumber allows to add key to the collection item dictionary.voidFileAttachment.setCollectionItemString(CollectionSchemaField collectionField, String value) SetCollectionItemString allows to add key to the collection item dictionary.