Uses of Class
pro.verron.officestamper.api.OfficeStamperException
-
Uses of OfficeStamperException in pro.verron.officestamper.api
Modifier and TypeMethodDescriptionvoid
OfficeStamper.stamp
(T template, Object context, OutputStream outputStream) Stamps the template with the context and writes the result to the outputStream.void
StreamStamper.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
Modifier and TypeMethodDescriptionvoid
ExcelStamper.stamp
(org.docx4j.openpackaging.packages.SpreadsheetMLPackage template, Object context, OutputStream outputStream) void
PowerpointStamper.stamp
(org.docx4j.openpackaging.packages.PresentationMLPackage template, Object context, OutputStream outputStream)