public class MetaElement extends Object implements OdsElement
| Modifier and Type | Field and Description |
|---|---|
static String |
GENERATOR |
static Map<String,String> |
META_NAMESPACE_BY_PREFIX |
static String |
OFFICE_VERSION |
| Constructor and Description |
|---|
MetaElement(String creator,
String dateTime,
String description,
String language,
String subject,
String title,
String editingCycles,
String editingDuration,
String initialCreator,
List<String> keyWords,
List<UserDefined> userDefineds)
Create a new meta element
|
| Modifier and Type | Method and Description |
|---|---|
static MetaElementBuilder |
builder() |
static MetaElement |
create() |
void |
write(XMLUtil util,
ZipUTF8Writer writer) |
public static final String GENERATOR
public static final String OFFICE_VERSION
public MetaElement(String creator, String dateTime, String description, String language, String subject, String title, String editingCycles, String editingDuration, String initialCreator, List<String> keyWords, List<UserDefined> userDefineds)
creator - the creator of the documentdateTime - the date of the documentdescription - the description of the documentlanguage - the language of the documentsubject - the subject of the documenttitle - the title of the documenteditingCycles - number of times the document has been editededitingDuration - time spent editing the documentinitialCreator - the initial creator of the documentskeyWords - keywordsuserDefineds - other field of metpublic static MetaElementBuilder builder()
public static MetaElement 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 writtenCopyright © 2016–2021. All rights reserved.