Uses of Class
pro.verron.officestamper.api.OfficeStamperException
Packages that use OfficeStamperException
-
Uses of OfficeStamperException in pro.verron.officestamper.api
Methods in pro.verron.officestamper.api that return types with arguments of type OfficeStamperExceptionModifier and TypeMethodDescriptionstatic Supplier
<OfficeStamperException> Creates a supplier that returns a new instance ofOfficeStamperException
with the specified message.Methods in pro.verron.officestamper.api that throw OfficeStamperExceptionModifier 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
Methods in pro.verron.officestamper.experimental that throw OfficeStamperExceptionModifier 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)