public DCPTypeEnumerator(GetStylesType par) { parent = par; nIndex = -1; }
public void ReplaceGetStylesAt(GetStylesType newValue, int index) { ReplaceDomElementAt("", "GetStyles", index, newValue); }
public FormatEnumerator(GetStylesType par) { parent = par; nIndex = -1; }
public XmlNode AddGetStyles(GetStylesType newValue) { return(AppendDomElement("", "GetStyles", newValue)); }
public void InsertGetStylesAt(GetStylesType newValue, int index) { InsertDomElementAt("", "GetStyles", index, newValue); }
public XmlNode AddGetStyles(GetStylesType newValue) { return AppendDomElement("", "GetStyles", newValue); }