Uses of Interface
org.docx4j.org.apache.poi.common.usermodel.GenericRecord
Packages that use GenericRecord
-
Uses of GenericRecord in org.docx4j.org.apache.poi.common.usermodel
Methods in org.docx4j.org.apache.poi.common.usermodel that return types with arguments of type GenericRecordModifier and TypeMethodDescriptiondefault List<? extends GenericRecord>GenericRecord.getGenericChildren() -
Uses of GenericRecord in org.docx4j.org.apache.poi.poifs.crypt
Classes in org.docx4j.org.apache.poi.poifs.crypt that implement GenericRecordModifier and TypeClassDescriptionclassclassReads and processes OOXML Encryption Headers The constants are largely based on ZIP constants.classWrapper for the EncryptionInfo node of encrypted documentsclassUsed when checking if a key is valid for a documentclass -
Uses of GenericRecord in org.docx4j.org.apache.poi.poifs.crypt.agile
Classes in org.docx4j.org.apache.poi.poifs.crypt.agile that implement GenericRecordModifier and TypeClassDescriptionclassDecryptor implementation for Agile EncryptionclassclassUsed when checking if a key is valid for a documentclass -
Uses of GenericRecord in org.docx4j.org.apache.poi.poifs.crypt.binaryrc4
Classes in org.docx4j.org.apache.poi.poifs.crypt.binaryrc4 that implement GenericRecordModifier and TypeClassDescriptionclassclassclassclass -
Uses of GenericRecord in org.docx4j.org.apache.poi.poifs.crypt.cryptoapi
Classes in org.docx4j.org.apache.poi.poifs.crypt.cryptoapi that implement GenericRecordModifier and TypeClassDescriptionclassclassclassclass -
Uses of GenericRecord in org.docx4j.org.apache.poi.poifs.crypt.standard
Classes in org.docx4j.org.apache.poi.poifs.crypt.standard that implement GenericRecordModifier and TypeClassDescriptionclassclassclassUsed when checking if a key is valid for a documentclass -
Uses of GenericRecord in org.docx4j.org.apache.poi.poifs.crypt.xor
Classes in org.docx4j.org.apache.poi.poifs.crypt.xor that implement GenericRecordModifier and TypeClassDescriptionclassclassclassclass -
Uses of GenericRecord in org.docx4j.org.apache.poi.util
Methods in org.docx4j.org.apache.poi.util with parameters of type GenericRecordModifier and TypeMethodDescriptionstatic StringGenericRecordJsonWriter.marshal(GenericRecord record) static StringGenericRecordJsonWriter.marshal(GenericRecord record, boolean withComments) static StringGenericRecordXmlWriter.marshal(GenericRecord record) static StringGenericRecordXmlWriter.marshal(GenericRecord record, boolean withComments) voidGenericRecordJsonWriter.write(GenericRecord record) protected voidGenericRecordXmlWriter.write(String name, GenericRecord record) voidGenericRecordXmlWriter.write(GenericRecord record) protected booleanGenericRecordJsonWriter.writeChildren(GenericRecord record, boolean hasProperties) protected booleanGenericRecordXmlWriter.writeChildren(GenericRecord record, boolean hasComplexProperties) protected booleanGenericRecordJsonWriter.writeProperties(GenericRecord record) protected booleanGenericRecordXmlWriter.writeProperties(GenericRecord record)