public static class XmlForOdt_Base.Office_document_content_Base
extends SrcInfo
Modifier and Type | Field and Description |
---|---|
protected XmlForOdt.Office_automatic_styles |
office_automatic_styles
Complex node office:automatic-styles
|
protected XmlForOdt.Office_body |
office_body
Complex node office:body
|
protected XmlForOdt.Office_font_face_decls |
office_font_face_decls
Complex node office:font-face-decls
|
protected java.lang.String |
office_scripts
Simple node office:scripts
|
protected java.lang.String |
office_version
Attribute office:version
|
Constructor and Description |
---|
Office_document_content_Base() |
Modifier and Type | Method and Description |
---|---|
XmlForOdt.Office_automatic_styles |
get_office_automatic_styles()
Access to parse result.
|
XmlForOdt.Office_body |
get_office_body()
Access to parse result.
|
XmlForOdt.Office_font_face_decls |
get_office_font_face_decls()
Access to parse result.
|
java.lang.String |
get_office_scripts()
Access to parse result.
|
java.lang.String |
get_office_version()
Access to parse result.
|
protected java.lang.String office_version
protected XmlForOdt.Office_automatic_styles office_automatic_styles
protected XmlForOdt.Office_body office_body
protected XmlForOdt.Office_font_face_decls office_font_face_decls
protected java.lang.String office_scripts
public java.lang.String get_office_version()
public XmlForOdt.Office_automatic_styles get_office_automatic_styles()
public XmlForOdt.Office_body get_office_body()
public XmlForOdt.Office_font_face_decls get_office_font_face_decls()
public java.lang.String get_office_scripts()