org.apache.xml.serializer.Docx4jNamespaceMappings Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of docx4j Show documentation
Show all versions of docx4j Show documentation
docx4j is a library which helps you to work with the Office Open
XML file format as used in docx
documents, pptx presentations, and xlsx spreadsheets.
package org.apache.xml.serializer;
public class Docx4jNamespaceMappings extends NamespaceMappings /* to make things visible */ {
public Docx4jMappingRecord docx4jGetMappingFromPrefix(String prefix) {
return new Docx4jMappingRecord(this, prefix);
}
}