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 OfficeStamperExceptionMethods 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)