public static class XmlForOdt_Base.Text_a_Base
extends SrcInfo
Modifier and Type | Field and Description |
---|---|
protected java.util.List<NameObj> |
listAllNodes
All nodes in natural order.
|
protected java.lang.String |
office_target_frame_name
Attribute office:target-frame-name
|
protected java.lang.String |
text_soft_page_break
Simple node text:soft-page-break
|
protected java.util.List<XmlForOdt.Text_span> |
text_span
Complex node text:span
|
protected java.lang.String |
text_style_name
Attribute text:style-name
|
protected java.lang.String |
text_tab
Simple node text:tab
|
protected java.lang.String |
text_visited_style_name
Attribute text:visited-style-name
|
protected java.lang.String |
xlink_href
Attribute xlink:href
|
protected java.lang.String |
xlink_show
Attribute xlink:show
|
protected java.lang.String |
xlink_type
Attribute xlink:type
|
Constructor and Description |
---|
Text_a_Base() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
get_office_target_frame_name()
Access to parse result.
|
java.lang.String |
get_text_soft_page_break()
Access to parse result.
|
java.lang.Iterable<XmlForOdt.Text_span> |
get_text_span()
Access to parse result, get the elements of the container text_span
|
java.lang.String |
get_text_style_name()
Access to parse result.
|
java.lang.String |
get_text_tab()
Access to parse result.
|
java.lang.String |
get_text_visited_style_name()
Access to parse result.
|
java.lang.String |
get_xlink_href()
Access to parse result.
|
java.lang.String |
get_xlink_show()
Access to parse result.
|
java.lang.String |
get_xlink_type()
Access to parse result.
|
int |
getSize_text_span()
Access to parse result, get the size of the container text_span.
|
protected java.lang.String office_target_frame_name
protected java.lang.String text_style_name
protected java.lang.String text_visited_style_name
protected java.lang.String xlink_href
protected java.lang.String xlink_show
protected java.lang.String xlink_type
protected java.lang.String text_soft_page_break
protected java.util.List<XmlForOdt.Text_span> text_span
protected java.lang.String text_tab
protected java.util.List<NameObj> listAllNodes
public java.lang.String get_office_target_frame_name()
public java.lang.String get_text_style_name()
public java.lang.String get_text_visited_style_name()
public java.lang.String get_xlink_href()
public java.lang.String get_xlink_show()
public java.lang.String get_xlink_type()
public java.lang.String get_text_soft_page_break()
public java.lang.Iterable<XmlForOdt.Text_span> get_text_span()
public int getSize_text_span()
public java.lang.String get_text_tab()