@TopNS(prefix={"vt",""}, uri={"http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes","http://schemas.openxmlformats.org/officeDocument/2006/extended-properties"}, value="Properties") public class App extends Object
| 限定符和类型 | 类和说明 |
|---|---|
class |
App.TitlesOfParts |
| 构造器和说明 |
|---|
App() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getApplication() |
String |
getAppVersion() |
String |
getCompany() |
protected boolean |
noNamespace(NS ns) |
void |
setApplication(String application) |
void |
setAppVersion(String appVersion)
Setting the app version, it must not be null
|
void |
setCompany(String company) |
void |
setDocSecurity(int docSecurity) |
void |
setHyperlinksChanged(boolean hyperlinksChanged) |
void |
setLinksUpToDate(boolean linksUpToDate) |
void |
setScaleCrop(boolean scaleCrop) |
void |
setSharedDoc(boolean sharedDoc) |
void |
setTitlePards(List<String> list) |
void |
toXML(org.dom4j.Element doc,
Object o) |
protected void |
writeArrayWithBaseType(org.dom4j.Element element,
Collection<?> collection,
org.dom4j.Namespace namespace,
String baseType) |
protected void |
writeAttr(Field field,
org.dom4j.Element element) |
void |
writeTo(Path path)
Write to disk
|
public void setApplication(String application)
public void setDocSecurity(int docSecurity)
public void setScaleCrop(boolean scaleCrop)
public void setCompany(String company)
public void setLinksUpToDate(boolean linksUpToDate)
public void setSharedDoc(boolean sharedDoc)
public void setHyperlinksChanged(boolean hyperlinksChanged)
public void setAppVersion(String appVersion)
appVersion - the app versionpublic String getApplication()
public String getCompany()
public String getAppVersion()
public void writeTo(Path path) throws IOException
StorablewriteTo 在接口中 Storablepath - the parent pathIOException - if io error occurpublic void toXML(org.dom4j.Element doc,
Object o)
throws IllegalAccessException,
NoSuchMethodException,
InvocationTargetException
protected void writeAttr(Field field, org.dom4j.Element element)
protected boolean noNamespace(NS ns)
protected void writeArrayWithBaseType(org.dom4j.Element element,
Collection<?> collection,
org.dom4j.Namespace namespace,
String baseType)
Copyright © 2022. All rights reserved.