public static class XmlForOdt_Base.Text_h_Base
extends SrcInfo
Modifier and Type | Field and Description |
---|---|
protected java.util.List<XmlForOdt.Draw_frame> |
draw_frame
Complex node draw:frame
|
protected java.util.List<NameObj> |
listAllNodes
All nodes in natural order.
|
protected java.lang.String |
text_bookmark
Simple node text:bookmark
|
protected java.util.List<XmlForOdt.Text_bookmark_end> |
text_bookmark_end
Complex node text:bookmark-end
|
protected XmlForOdt.Text_bookmark_ref |
text_bookmark_ref
Complex node text:bookmark-ref
|
protected java.util.List<XmlForOdt.Text_bookmark_start> |
text_bookmark_start
Complex node text:bookmark-start
|
protected java.lang.String |
text_is_list_header
Attribute text:is-list-header
|
protected java.lang.String |
text_line_break
Simple node text:line-break
|
protected java.lang.String |
text_outline_level
Attribute text:outline-level
|
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
|
Constructor and Description |
---|
Text_h_Base() |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<XmlForOdt.Draw_frame> |
get_draw_frame()
Access to parse result, get the elements of the container draw_frame
|
java.lang.Iterable<XmlForOdt.Text_bookmark_end> |
get_text_bookmark_end()
Access to parse result, get the elements of the container text_bookmark_end
|
XmlForOdt.Text_bookmark_ref |
get_text_bookmark_ref()
Access to parse result.
|
java.lang.Iterable<XmlForOdt.Text_bookmark_start> |
get_text_bookmark_start()
Access to parse result, get the elements of the container text_bookmark_start
|
java.lang.String |
get_text_bookmark()
Access to parse result.
|
java.lang.String |
get_text_is_list_header()
Access to parse result.
|
java.lang.String |
get_text_line_break()
Access to parse result.
|
java.lang.String |
get_text_outline_level()
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.
|
int |
getSize_draw_frame()
Access to parse result, get the size of the container draw_frame.
|
int |
getSize_text_bookmark_end()
Access to parse result, get the size of the container text_bookmark_end.
|
int |
getSize_text_bookmark_start()
Access to parse result, get the size of the container text_bookmark_start.
|
int |
getSize_text_span()
Access to parse result, get the size of the container text_span.
|
protected java.lang.String text_is_list_header
protected java.lang.String text_outline_level
protected java.lang.String text_style_name
protected java.util.List<XmlForOdt.Draw_frame> draw_frame
protected java.lang.String text_bookmark
protected java.util.List<XmlForOdt.Text_bookmark_end> text_bookmark_end
protected XmlForOdt.Text_bookmark_ref text_bookmark_ref
protected java.util.List<XmlForOdt.Text_bookmark_start> text_bookmark_start
protected java.lang.String text_line_break
protected java.lang.String text_soft_page_break
protected java.util.List<XmlForOdt.Text_span> text_span
protected java.util.List<NameObj> listAllNodes
public java.lang.String get_text_is_list_header()
public java.lang.String get_text_outline_level()
public java.lang.String get_text_style_name()
public java.lang.Iterable<XmlForOdt.Draw_frame> get_draw_frame()
public int getSize_draw_frame()
public java.lang.String get_text_bookmark()
public java.lang.Iterable<XmlForOdt.Text_bookmark_end> get_text_bookmark_end()
public int getSize_text_bookmark_end()
public XmlForOdt.Text_bookmark_ref get_text_bookmark_ref()
public java.lang.Iterable<XmlForOdt.Text_bookmark_start> get_text_bookmark_start()
public int getSize_text_bookmark_start()
public java.lang.String get_text_line_break()
public java.lang.String get_text_soft_page_break()
public java.lang.Iterable<XmlForOdt.Text_span> get_text_span()
public int getSize_text_span()