public static class XmlForOdt_Base.Office_text_Base
extends SrcInfo
Modifier and Type | Field and Description |
---|---|
protected java.util.List<NameObj> |
listAllNodes
All nodes in natural order.
|
protected XmlForOdt.Office_forms |
office_forms
Complex node office:forms
|
protected java.util.List<XmlForOdt.Text_p> |
text_p
Complex node text:p
|
protected XmlForOdt.Text_section |
text_section
Complex node text:section
|
protected XmlForOdt.Text_sequence_decls |
text_sequence_decls
Complex node text:sequence-decls
|
protected java.lang.String |
text_use_soft_page_breaks
Attribute text:use-soft-page-breaks
|
Constructor and Description |
---|
Office_text_Base() |
Modifier and Type | Method and Description |
---|---|
XmlForOdt.Office_forms |
get_office_forms()
Access to parse result.
|
java.lang.Iterable<XmlForOdt.Text_p> |
get_text_p()
Access to parse result, get the elements of the container text_p
|
XmlForOdt.Text_section |
get_text_section()
Access to parse result.
|
XmlForOdt.Text_sequence_decls |
get_text_sequence_decls()
Access to parse result.
|
java.lang.String |
get_text_use_soft_page_breaks()
Access to parse result.
|
int |
getSize_text_p()
Access to parse result, get the size of the container text_p.
|
protected java.lang.String text_use_soft_page_breaks
protected XmlForOdt.Office_forms office_forms
protected java.util.List<XmlForOdt.Text_p> text_p
protected XmlForOdt.Text_section text_section
protected XmlForOdt.Text_sequence_decls text_sequence_decls
protected java.util.List<NameObj> listAllNodes
public java.lang.String get_text_use_soft_page_breaks()
public XmlForOdt.Office_forms get_office_forms()
public java.lang.Iterable<XmlForOdt.Text_p> get_text_p()
public int getSize_text_p()
public XmlForOdt.Text_section get_text_section()
public XmlForOdt.Text_sequence_decls get_text_sequence_decls()