Class ExperimentalStampers

java.lang.Object
pro.verron.officestamper.preset.ExperimentalStampers

public class ExperimentalStampers extends Object
ExperimentalStampers is a class that provides static methods for obtaining instances of OfficeStamper implementations for stamping PowerPoint presentations and Excel templates with context and writing the result to an OutputStream.
Since:
1.6.8
  • Method Summary

    Modifier and Type
    Method
    Description
    static OfficeStamper<org.docx4j.openpackaging.packages.PresentationMLPackage>
    Returns a new instance of the OfficeStamper implementation for stamping PowerPoint presentations with context and writing the result to an OutputStream.
    static OfficeStamper<org.docx4j.openpackaging.packages.SpreadsheetMLPackage>
    Returns a new instance of the OfficeStamper implementation for stamping Excel templates with context and writing the result to an OutputStream.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • pptxStamper

      public static OfficeStamper<org.docx4j.openpackaging.packages.PresentationMLPackage> pptxStamper()
      Returns a new instance of the OfficeStamper implementation for stamping PowerPoint presentations with context and writing the result to an OutputStream.
      Returns:
      a new OfficeStamper instance for PowerPoint presentations
      Since:
      1.6.8
    • xlsxStamper

      public static OfficeStamper<org.docx4j.openpackaging.packages.SpreadsheetMLPackage> xlsxStamper()
      Returns a new instance of the OfficeStamper implementation for stamping Excel templates with context and writing the result to an OutputStream.
      Returns:
      a new OfficeStamper instance for Excel templates
      Since:
      1.6.8