public static class XmlForOdt_Base.Style_style_Base
extends SrcInfo
Modifier and Type | Field and Description |
---|---|
protected java.util.List<NameObj> |
listAllNodes
All nodes in natural order.
|
protected java.lang.String |
loext_graphic_properties
Simple node loext:graphic-properties
|
protected java.lang.String |
style_family
Attribute style:family
|
protected java.util.List<XmlForOdt.Style_graphic_properties> |
style_graphic_properties
Complex node style:graphic-properties
|
protected java.lang.String |
style_list_style_name
Attribute style:list-style-name
|
protected java.lang.String |
style_master_page_name
Attribute style:master-page-name
|
protected java.lang.String |
style_name
Attribute style:name
|
protected java.util.List<XmlForOdt.Style_paragraph_properties> |
style_paragraph_properties
Complex node style:paragraph-properties
|
protected java.lang.String |
style_parent_style_name
Attribute style:parent-style-name
|
protected java.util.List<XmlForOdt.Style_section_properties> |
style_section_properties
Complex node style:section-properties
|
protected java.util.List<XmlForOdt.Style_text_properties> |
style_text_properties
Complex node style:text-properties
|
Constructor and Description |
---|
Style_style_Base() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
get_loext_graphic_properties()
Access to parse result.
|
java.lang.String |
get_style_family()
Access to parse result.
|
java.lang.Iterable<XmlForOdt.Style_graphic_properties> |
get_style_graphic_properties()
Access to parse result, get the elements of the container style_graphic_properties
|
java.lang.String |
get_style_list_style_name()
Access to parse result.
|
java.lang.String |
get_style_master_page_name()
Access to parse result.
|
java.lang.String |
get_style_name()
Access to parse result.
|
java.lang.Iterable<XmlForOdt.Style_paragraph_properties> |
get_style_paragraph_properties()
Access to parse result, get the elements of the container style_paragraph_properties
|
java.lang.String |
get_style_parent_style_name()
Access to parse result.
|
java.lang.Iterable<XmlForOdt.Style_section_properties> |
get_style_section_properties()
Access to parse result, get the elements of the container style_section_properties
|
java.lang.Iterable<XmlForOdt.Style_text_properties> |
get_style_text_properties()
Access to parse result, get the elements of the container style_text_properties
|
int |
getSize_style_graphic_properties()
Access to parse result, get the size of the container style_graphic_properties.
|
int |
getSize_style_paragraph_properties()
Access to parse result, get the size of the container style_paragraph_properties.
|
int |
getSize_style_section_properties()
Access to parse result, get the size of the container style_section_properties.
|
int |
getSize_style_text_properties()
Access to parse result, get the size of the container style_text_properties.
|
protected java.lang.String style_family
protected java.lang.String style_list_style_name
protected java.lang.String style_master_page_name
protected java.lang.String style_name
protected java.lang.String style_parent_style_name
protected java.lang.String loext_graphic_properties
protected java.util.List<XmlForOdt.Style_graphic_properties> style_graphic_properties
protected java.util.List<XmlForOdt.Style_paragraph_properties> style_paragraph_properties
protected java.util.List<XmlForOdt.Style_section_properties> style_section_properties
protected java.util.List<XmlForOdt.Style_text_properties> style_text_properties
protected java.util.List<NameObj> listAllNodes
public java.lang.String get_style_family()
public java.lang.String get_style_list_style_name()
public java.lang.String get_style_master_page_name()
public java.lang.String get_style_name()
public java.lang.String get_style_parent_style_name()
public java.lang.String get_loext_graphic_properties()
public java.lang.Iterable<XmlForOdt.Style_graphic_properties> get_style_graphic_properties()
public int getSize_style_graphic_properties()
public java.lang.Iterable<XmlForOdt.Style_paragraph_properties> get_style_paragraph_properties()
public int getSize_style_paragraph_properties()
public java.lang.Iterable<XmlForOdt.Style_section_properties> get_style_section_properties()
public int getSize_style_section_properties()
public java.lang.Iterable<XmlForOdt.Style_text_properties> get_style_text_properties()
public int getSize_style_text_properties()