pro.verron.officestamper.api.DocxPart Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of engine Show documentation
Show all versions of engine Show documentation
Office-stamper is a Java template engine for docx documents, forked from org.wickedsource.docx-stamper
The newest version!
package pro.verron.officestamper.api;
import org.docx4j.openpackaging.parts.Part;
import org.docx4j.wml.ContentAccessor;
import org.docx4j.wml.P;
import java.util.List;
import java.util.stream.Stream;
public interface DocxPart
extends DocxDocument {
Part part();
DocxPart from(ContentAccessor accessor);
List