public static class XmlForOdt_Base.Text_p_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.util.List<XmlForOdt.Text_a> |
text_a
Complex node text:a
|
protected XmlForOdt.Text_bookmark_end |
text_bookmark_end
Complex node text:bookmark-end
|
protected java.util.List<XmlForOdt.Text_bookmark_ref> |
text_bookmark_ref
Complex node text:bookmark-ref
|
protected XmlForOdt.Text_bookmark_start |
text_bookmark_start
Complex node text:bookmark-start
|
protected java.lang.String |
text_line_break
Simple node text:line-break
|
protected XmlForOdt.Text_s |
text_s
Complex node text:s
|
protected java.util.List<XmlForOdt.Text_sequence> |
text_sequence
Complex node text:sequence
|
protected java.util.List<XmlForOdt.Text_sequence_ref> |
text_sequence_ref
Complex node text:sequence-ref
|
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
|
Constructor and Description |
---|
Text_p_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_a> |
get_text_a()
Access to parse result, get the elements of the container text_a
|
XmlForOdt.Text_bookmark_end |
get_text_bookmark_end()
Access to parse result.
|
java.lang.Iterable<XmlForOdt.Text_bookmark_ref> |
get_text_bookmark_ref()
Access to parse result, get the elements of the container text_bookmark_ref
|
XmlForOdt.Text_bookmark_start |
get_text_bookmark_start()
Access to parse result.
|
java.lang.String |
get_text_line_break()
Access to parse result.
|
XmlForOdt.Text_s |
get_text_s()
Access to parse result.
|
java.lang.Iterable<XmlForOdt.Text_sequence_ref> |
get_text_sequence_ref()
Access to parse result, get the elements of the container text_sequence_ref
|
java.lang.Iterable<XmlForOdt.Text_sequence> |
get_text_sequence()
Access to parse result, get the elements of the container text_sequence
|
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.
|
int |
getSize_draw_frame()
Access to parse result, get the size of the container draw_frame.
|
int |
getSize_text_a()
Access to parse result, get the size of the container text_a.
|
int |
getSize_text_bookmark_ref()
Access to parse result, get the size of the container text_bookmark_ref.
|
int |
getSize_text_sequence_ref()
Access to parse result, get the size of the container text_sequence_ref.
|
int |
getSize_text_sequence()
Access to parse result, get the size of the container text_sequence.
|
int |
getSize_text_span()
Access to parse result, get the size of the container text_span.
|
protected java.lang.String text_style_name
protected java.util.List<XmlForOdt.Draw_frame> draw_frame
protected java.util.List<XmlForOdt.Text_a> text_a
protected XmlForOdt.Text_bookmark_end text_bookmark_end
protected java.util.List<XmlForOdt.Text_bookmark_ref> text_bookmark_ref
protected XmlForOdt.Text_bookmark_start text_bookmark_start
protected java.lang.String text_line_break
protected XmlForOdt.Text_s text_s
protected java.util.List<XmlForOdt.Text_sequence> text_sequence
protected java.util.List<XmlForOdt.Text_sequence_ref> text_sequence_ref
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_text_style_name()
public java.lang.Iterable<XmlForOdt.Draw_frame> get_draw_frame()
public int getSize_draw_frame()
public java.lang.Iterable<XmlForOdt.Text_a> get_text_a()
public int getSize_text_a()
public XmlForOdt.Text_bookmark_end get_text_bookmark_end()
public java.lang.Iterable<XmlForOdt.Text_bookmark_ref> get_text_bookmark_ref()
public int getSize_text_bookmark_ref()
public XmlForOdt.Text_bookmark_start get_text_bookmark_start()
public java.lang.String get_text_line_break()
public XmlForOdt.Text_s get_text_s()
public java.lang.Iterable<XmlForOdt.Text_sequence> get_text_sequence()
public int getSize_text_sequence()
public java.lang.Iterable<XmlForOdt.Text_sequence_ref> get_text_sequence_ref()
public int getSize_text_sequence_ref()
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()