public class DocumentPropertiesPart extends OfficeXMLPart
NL
Constructor and Description |
---|
DocumentPropertiesPart(OfficeOpenXmlDocument inOfficeDoc) |
Modifier and Type | Method and Description |
---|---|
DocumentPropertiesPart |
setCreator(String inValue) |
DocumentPropertiesPart |
setDateCreated(Date inValue) |
DocumentPropertiesPart |
setDateCreated(ZonedDateTime inValue) |
DocumentPropertiesPart |
setDateModified(Date inValue) |
DocumentPropertiesPart |
setDateModified(ZonedDateTime inValue) |
DocumentPropertiesPart |
setDescription(String inValue) |
DocumentPropertiesPart |
setKeywords(String inValue) |
DocumentPropertiesPart |
setLastModifiedBy(String inValue) |
DocumentPropertiesPart |
setRevision(String inValue) |
DocumentPropertiesPart |
setSubject(String inValue) |
DocumentPropertiesPart |
setTitle(String inValue) |
clone, getFile, getOrCreateSubtag, getParentDoc, setFile, setParentDoc, toString
setDoctype, setEncoding, setIsStandalone, setName, setSpec
getDoctype, getEncoding, getHeader, getRootNode, getTagReader, getTopLevelComments, isConstructedContent, name, prepareForOutput, replaceCharacterEntities, setRootNode, toIndentedXML, toIndentedXML, toIndentedXML, toIndentedXML, toXML, toXML, toXML, toXML
public DocumentPropertiesPart(OfficeOpenXmlDocument inOfficeDoc)
public DocumentPropertiesPart setTitle(String inValue)
public DocumentPropertiesPart setCreator(String inValue)
public DocumentPropertiesPart setDescription(String inValue)
public DocumentPropertiesPart setSubject(String inValue)
public DocumentPropertiesPart setRevision(String inValue)
public DocumentPropertiesPart setKeywords(String inValue)
public DocumentPropertiesPart setLastModifiedBy(String inValue)
public DocumentPropertiesPart setDateCreated(Date inValue)
public DocumentPropertiesPart setDateCreated(ZonedDateTime inValue)
public DocumentPropertiesPart setDateModified(Date inValue)
public DocumentPropertiesPart setDateModified(ZonedDateTime inValue)