public static class XmlForOdt_Base.Style_section_properties_Base
extends SrcInfo
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
fo_margin_left
Attribute fo:margin-left
|
protected java.lang.String |
fo_margin_right
Attribute fo:margin-right
|
protected java.util.List<NameObj> |
listAllNodes
All nodes in natural order.
|
protected java.util.List<XmlForOdt.Style_columns> |
style_columns
Complex node style:columns
|
protected java.lang.String |
style_editable
Attribute style:editable
|
protected java.lang.String |
text_dont_balance_text_columns
Attribute text:dont-balance-text-columns
|
Constructor and Description |
---|
Style_section_properties_Base() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
get_fo_margin_left()
Access to parse result.
|
java.lang.String |
get_fo_margin_right()
Access to parse result.
|
java.lang.Iterable<XmlForOdt.Style_columns> |
get_style_columns()
Access to parse result, get the elements of the container style_columns
|
java.lang.String |
get_style_editable()
Access to parse result.
|
java.lang.String |
get_text_dont_balance_text_columns()
Access to parse result.
|
int |
getSize_style_columns()
Access to parse result, get the size of the container style_columns.
|
protected java.lang.String fo_margin_left
protected java.lang.String fo_margin_right
protected java.lang.String style_editable
protected java.lang.String text_dont_balance_text_columns
protected java.util.List<XmlForOdt.Style_columns> style_columns
protected java.util.List<NameObj> listAllNodes
public java.lang.String get_fo_margin_left()
public java.lang.String get_fo_margin_right()
public java.lang.String get_style_editable()
public java.lang.String get_text_dont_balance_text_columns()
public java.lang.Iterable<XmlForOdt.Style_columns> get_style_columns()
public int getSize_style_columns()