public backgroundElt() { _anyAttr = new List<XmlAttribute>(); _any = new List<XmlElement>(); _textpath = new textpathElt(); _textbox = new textboxElt(); _shadow = new shadowElt(); _imagedata = new imagedataElt(); _stroke = new strokeElt(); _fill = new fillElt(); }
public ovalElt() { _anyAttr = new List<XmlAttribute>(); _any = new List<XmlElement>(); _textpath = new textpathElt(); _textbox = new textboxElt(); _shadow = new shadowElt(); _imagedata = new imagedataElt(); _stroke = new strokeElt(); _fill = new fillElt(); _handles = new handlesElt(); _formulas = new formulasElt(); _path = new pathElt(); }
public shapedefaultsElt() { _colormenu = new colormenuType(); _colormru = new colormruType(); _lock = new lockElt(); _callout = new calloutElt(); _extrusion = new extrusionElt(); _skew = new skewElt(); _imagedata = new imagedataElt(); _textpath = new textpathElt(); _shadow = new shadowElt(); _textbox = new textboxElt(); _stroke = new strokeElt(); _fill = new fillElt(); _ext = skewEltExt.view; }