public class UnregisteredOdsEntry extends Object implements OdsEntry
| Constructor and Description |
|---|
UnregisteredOdsEntry(String fullPath) |
| 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() |
public UnregisteredOdsEntry(String fullPath)
fullPath - the pathpublic 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.