Uses of Class
pro.verron.officestamper.api.OfficeStamperException
Packages that use OfficeStamperException
Package
Description
-
Uses of OfficeStamperException in org.wickedsource.docxstamper.api
Subclasses of OfficeStamperException in org.wickedsource.docxstamper.apiModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.since 1.6.8, This class has been deprecated in the effort of the library modularization.classThis exception is thrown if an expression could not be processed by any comment processor. -
Uses of OfficeStamperException in org.wickedsource.docxstamper.processor
Subclasses of OfficeStamperException in org.wickedsource.docxstamper.processorModifier and TypeClassDescriptionclassThrown when an error occurs while processing a comment in the docx template. -
Uses of OfficeStamperException in pro.verron.officestamper.api
Methods in pro.verron.officestamper.api that throw OfficeStamperExceptionModifier and TypeMethodDescriptionvoidOfficeStamper.stamp(T template, Object context, OutputStream outputStream) Stamps the template with the context and writes the result to the outputStream.voidStreamStamper.stamp(InputStream inputStream, Object context, OutputStream outputStream) Stamps the template present in the given InputStream with the context given and writes the result to the provided OutputStream. -
Uses of OfficeStamperException in pro.verron.officestamper.experimental
Methods in pro.verron.officestamper.experimental that throw OfficeStamperExceptionModifier and TypeMethodDescriptionvoidExcelStamper.stamp(org.docx4j.openpackaging.packages.SpreadsheetMLPackage template, Object context, OutputStream outputStream) voidPowerpointStamper.stamp(org.docx4j.openpackaging.packages.PresentationMLPackage template, Object context, OutputStream outputStream)