Package ru.bgcrm.plugin.document.docgen
Interface DocBuilder
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
DocxDocBuilder,DocxPicturesBuilder,XlsxDocBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstatic DocBuildervoidwriteValues(List<ru.ufanet.document.DocObject> docObjects, OutputStream out) Methods inherited from interface java.lang.AutoCloseable
close
-
Method Details
-
build
static DocBuilder build(Pattern pattern) throws IOException, org.apache.poi.openxml4j.exceptions.InvalidFormatException - Throws:
IOExceptionorg.apache.poi.openxml4j.exceptions.InvalidFormatException
-
getFieldNames
- Throws:
BGException
-
writeValues
void writeValues(List<ru.ufanet.document.DocObject> docObjects, OutputStream out) throws BGException - Throws:
BGException
-