public class StandardOdsEntry extends Object implements OdsEntry
| Constructor and Description |
|---|
StandardOdsEntry(String fullPath,
CharSequence mediaType,
CharSequence version) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendXMLContent(XMLUtil util,
Appendable appendable)
Write the XML format for this object.
|
ZipEntry |
asZipEntry() |
OdsEntry |
encryptParameters(EncryptParameters encryptParameters)
Wrap this entry with encrypt parameters if possible
|
boolean |
neverEncrypt() |
String |
toString() |
public StandardOdsEntry(String fullPath, CharSequence mediaType, CharSequence version)
fullPath - the pathmediaType - the media MIME typeversion - the versionpublic void appendXMLContent(XMLUtil util, Appendable appendable) throws IOException
XMLConvertibleappendXMLContent in interface XMLConvertibleutil - a helper objectappendable - the appendable to append data toIOException - if the style can't be addedpublic OdsEntry encryptParameters(EncryptParameters encryptParameters)
OdsEntryencryptParameters in interface OdsEntryencryptParameters - the parameters to encrypt the filepublic ZipEntry asZipEntry()
asZipEntry in interface OdsEntrypublic boolean neverEncrypt()
neverEncrypt in interface OdsEntryCopyright © 2016–2021. All rights reserved.