|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.office.OfficeDocumentSettings
public class OfficeDocumentSettings
Field Summary | |
---|---|
protected OfficeSettings |
officeSettings
|
protected String |
officeVersion
|
protected String |
xmlnsConfig
|
protected String |
xmlnsOffice
|
protected String |
xmlnsXlink
|
Constructor Summary | |
---|---|
OfficeDocumentSettings()
|
Method Summary | |
---|---|
OfficeSettings |
getOfficeSettings()
Gets the value of the officeSettings property. |
String |
getOfficeVersion()
Gets the value of the officeVersion property. |
String |
getXmlnsConfig()
Gets the value of the xmlnsConfig property. |
String |
getXmlnsOffice()
Gets the value of the xmlnsOffice property. |
String |
getXmlnsXlink()
Gets the value of the xmlnsXlink property. |
void |
setOfficeSettings(OfficeSettings value)
Sets the value of the officeSettings property. |
void |
setOfficeVersion(String value)
Sets the value of the officeVersion property. |
void |
setXmlnsConfig(String value)
Sets the value of the xmlnsConfig property. |
void |
setXmlnsOffice(String value)
Sets the value of the xmlnsOffice property. |
void |
setXmlnsXlink(String value)
Sets the value of the xmlnsXlink property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected OfficeSettings officeSettings
protected String officeVersion
protected String xmlnsConfig
protected String xmlnsOffice
protected String xmlnsXlink
Constructor Detail |
---|
public OfficeDocumentSettings()
Method Detail |
---|
public OfficeSettings getOfficeSettings()
OfficeSettings
public String getOfficeVersion()
String
public String getXmlnsConfig()
String
public String getXmlnsOffice()
String
public String getXmlnsXlink()
String
public void setOfficeSettings(OfficeSettings value)
value
- allowed object is OfficeSettings
public void setOfficeVersion(String value)
value
- allowed object is String
public void setXmlnsConfig(String value)
value
- allowed object is String
public void setXmlnsOffice(String value)
value
- allowed object is String
public void setXmlnsXlink(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |