public static class XmlForOdt_Zbnf.Style_columns_Zbnf
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) XmlForOdt.Style_columns |
dataStyle_columns
Referenced working instance will be filled.
|
Constructor and Description |
---|
Style_columns_Zbnf()
Default ctor for non-inherit instance.
|
Style_columns_Zbnf(XmlForOdt.Style_columns data)
ctor called as super ctor possible, not in any case for a inherited instance.
|
Modifier and Type | Method and Description |
---|---|
void |
add_style_column(XmlForOdt_Zbnf.Style_column_Zbnf val)
Add the result to the list.
|
XmlForOdt_Zbnf.Style_column_Zbnf |
new_style_column()
create and add routine for the list component |
XmlForOdt_Zbnf.Style_column_Zbnf |
new_style_column(java.lang.String fo_end_indent,
java.lang.String fo_start_indent,
java.lang.String style_rel_width)
Creates an instance for the Xml data storage with default attibutes.
|
void |
set_fo_column_count(java.lang.String val)
Set routine for the singular component <String?
|
void |
set_fo_column_gap(java.lang.String val)
Set routine for the singular component <String?
|
void |
setLineColumnFile(int line,
int column,
java.lang.String sFile) |
int |
setLineColumnFileMode() |
final XmlForOdt.Style_columns dataStyle_columns
public Style_columns_Zbnf()
public Style_columns_Zbnf(XmlForOdt.Style_columns data)
public int setLineColumnFileMode()
public void setLineColumnFile(int line, int column, java.lang.String sFile)
public void set_fo_column_count(java.lang.String val)
public void set_fo_column_gap(java.lang.String val)
public XmlForOdt_Zbnf.Style_column_Zbnf new_style_column()
public XmlForOdt_Zbnf.Style_column_Zbnf new_style_column(java.lang.String fo_end_indent, java.lang.String fo_start_indent, java.lang.String style_rel_width)
public void add_style_column(XmlForOdt_Zbnf.Style_column_Zbnf val)