org.pptx4j.pml.script Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of docx4j-openxml-objects-pml Show documentation
Show all versions of docx4j-openxml-objects-pml Show documentation
Our JAXB representation of OpenXML Presentation Markup Language (pml)
# sed script to insert "header.txt" above the first line
1{h; r header.txt
D; }
2{x; G; }
#- - -end of sed script- - -