public static class XmlForOdt_Base.Text_span_Base
extends SrcInfo
Modifier and Type | Field and Description |
---|---|
protected java.util.List<NameObj> |
listAllNodes
All nodes in natural order.
|
protected java.util.List<XmlForOdt.Text_bookmark_ref> |
text_bookmark_ref
Complex node text:bookmark-ref
|
protected java.lang.String |
text_line_break
Simple node text:line-break
|
protected java.util.List<XmlForOdt.Text_s> |
text_s
Complex node text:s
|
protected java.util.List<XmlForOdt.Text_sequence_ref> |
text_sequence_ref
Complex node text:sequence-ref
|
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_title
Simple node text:title
|
Constructor and Description |
---|
Text_span_Base() |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<XmlForOdt.Text_bookmark_ref> |
get_text_bookmark_ref()
Access to parse result, get the elements of the container text_bookmark_ref
|
java.lang.String |
get_text_line_break()
Access to parse result.
|
java.lang.Iterable<XmlForOdt.Text_s> |
get_text_s()
Access to parse result, get the elements of the container text_s
|
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_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_title()
Access to parse result.
|
int |
getSize_text_bookmark_ref()
Access to parse result, get the size of the container text_bookmark_ref.
|
int |
getSize_text_s()
Access to parse result, get the size of the container text_s.
|
int |
getSize_text_sequence_ref()
Access to parse result, get the size of the container text_sequence_ref.
|
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.Text_bookmark_ref> text_bookmark_ref
protected java.lang.String text_line_break
protected java.util.List<XmlForOdt.Text_s> text_s
protected java.util.List<XmlForOdt.Text_sequence_ref> text_sequence_ref
protected java.util.List<XmlForOdt.Text_span> text_span
protected java.lang.String text_tab
protected java.lang.String text_title
protected java.util.List<NameObj> listAllNodes
public java.lang.String get_text_style_name()
public java.lang.Iterable<XmlForOdt.Text_bookmark_ref> get_text_bookmark_ref()
public int getSize_text_bookmark_ref()
public java.lang.String get_text_line_break()
public java.lang.Iterable<XmlForOdt.Text_s> get_text_s()
public int getSize_text_s()
public java.lang.Iterable<XmlForOdt.Text_sequence_ref> get_text_sequence_ref()
public int getSize_text_sequence_ref()
public java.lang.Iterable<XmlForOdt.Text_span> get_text_span()
public int getSize_text_span()
public java.lang.String get_text_tab()
public java.lang.String get_text_title()