public class ManifestElement extends Object implements OdsElement
Part 3, 4 Manifest File
| Modifier and Type | Field and Description |
|---|---|
static String |
META_INF_MANIFEST_XML
the name of the manifest file in the archive
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(OdsEntry manifestEntry) |
static ManifestElement |
create() |
void |
write(XMLUtil util,
ZipUTF8Writer writer) |
public static final String META_INF_MANIFEST_XML
public static ManifestElement create()
public void write(XMLUtil util, ZipUTF8Writer writer) throws IOException
write in interface OdsElementutil - an util tool to write XML datawriter - the writer to which write the elementIOException - if the element can't be writtenpublic void add(OdsEntry manifestEntry)
manifestEntry - the new entry to addCopyright © 2016–2021. All rights reserved.