public static class XmlForOdg_Base.Draw_page_Base
extends org.vishia.genJavaOutClass.SrcInfo
Modifier and Type | Field and Description |
---|---|
protected java.util.List<XmlForOdg.Draw_connector> |
draw_connector |
protected java.util.List<XmlForOdg.Draw_custom_shape> |
draw_custom_shape |
protected java.util.List<XmlForOdg.Draw_frame> |
draw_frame |
protected java.util.List<XmlForOdg.Draw_g> |
draw_g |
protected java.lang.String |
draw_master_page_name |
protected java.lang.String |
draw_name |
protected java.util.List<XmlForOdg.Draw_polygon> |
draw_polygon |
protected XmlForOdg.Draw_polyline |
draw_polyline |
protected java.lang.String |
draw_style_name |
Constructor and Description |
---|
Draw_page_Base() |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<XmlForOdg.Draw_connector> |
get_draw_connector()
Access to parse result, get the elements of the container draw_connector
|
java.lang.Iterable<XmlForOdg.Draw_custom_shape> |
get_draw_custom_shape()
Access to parse result, get the elements of the container draw_custom_shape
|
java.lang.Iterable<XmlForOdg.Draw_frame> |
get_draw_frame()
Access to parse result, get the elements of the container draw_frame
|
java.lang.Iterable<XmlForOdg.Draw_g> |
get_draw_g()
Access to parse result.
|
java.lang.String |
get_draw_master_page_name()
Access to parse result.
|
java.lang.String |
get_draw_name()
Access to parse result.
|
java.lang.Iterable<XmlForOdg.Draw_polygon> |
get_draw_polygon()
Access to parse result, get the elements of the container draw_polygon
|
XmlForOdg.Draw_polyline |
get_draw_polyline()
Access to parse result.
|
java.lang.String |
get_draw_style_name()
Access to parse result.
|
int |
getSize_draw_connector()
Access to parse result, get the size of the container draw_connector.
|
int |
getSize_draw_custom_shape()
Access to parse result, get the size of the container draw_custom_shape.
|
int |
getSize_draw_frame()
Access to parse result, get the size of the container draw_frame.
|
int |
getSize_draw_g()
Access to parse result, get the size of the container draw_polygon.
|
int |
getSize_draw_polygon()
Access to parse result, get the size of the container draw_polygon.
|
protected java.lang.String draw_master_page_name
protected java.lang.String draw_name
protected java.lang.String draw_style_name
protected java.util.List<XmlForOdg.Draw_connector> draw_connector
protected java.util.List<XmlForOdg.Draw_custom_shape> draw_custom_shape
protected java.util.List<XmlForOdg.Draw_frame> draw_frame
protected java.util.List<XmlForOdg.Draw_g> draw_g
protected java.util.List<XmlForOdg.Draw_polygon> draw_polygon
protected XmlForOdg.Draw_polyline draw_polyline
public java.lang.String get_draw_master_page_name()
public java.lang.String get_draw_name()
public java.lang.String get_draw_style_name()
public java.lang.Iterable<XmlForOdg.Draw_connector> get_draw_connector()
public int getSize_draw_connector()
public java.lang.Iterable<XmlForOdg.Draw_custom_shape> get_draw_custom_shape()
public int getSize_draw_custom_shape()
public java.lang.Iterable<XmlForOdg.Draw_frame> get_draw_frame()
public int getSize_draw_frame()
public java.lang.Iterable<XmlForOdg.Draw_g> get_draw_g()
public int getSize_draw_g()
public java.lang.Iterable<XmlForOdg.Draw_polygon> get_draw_polygon()
public int getSize_draw_polygon()
public XmlForOdg.Draw_polyline get_draw_polyline()