Example #1
0
 public DCPTypeEnumerator(GetStylesType par)
 {
     parent = par;
     nIndex = -1;
 }
Example #2
0
 public void ReplaceGetStylesAt(GetStylesType newValue, int index)
 {
     ReplaceDomElementAt("", "GetStyles", index, newValue);
 }
Example #3
0
 public FormatEnumerator(GetStylesType par)
 {
     parent = par;
     nIndex = -1;
 }
Example #4
0
 public XmlNode AddGetStyles(GetStylesType newValue)
 {
     return(AppendDomElement("", "GetStyles", newValue));
 }
Example #5
0
 public void InsertGetStylesAt(GetStylesType newValue, int index)
 {
     InsertDomElementAt("", "GetStyles", index, newValue);
 }
Example #6
0
 public void ReplaceGetStylesAt(GetStylesType newValue, int index)
 {
     ReplaceDomElementAt("", "GetStyles", index, newValue);
 }
Example #7
0
 public void InsertGetStylesAt(GetStylesType newValue, int index)
 {
     InsertDomElementAt("", "GetStyles", index, newValue);
 }
Example #8
0
 public XmlNode AddGetStyles(GetStylesType newValue)
 {
     return AppendDomElement("", "GetStyles", newValue);
 }
Example #9
0
 public FormatEnumerator(GetStylesType par)
 {
     parent = par;
     nIndex = -1;
 }
Example #10
0
 public DCPTypeEnumerator(GetStylesType par)
 {
     parent = par;
     nIndex = -1;
 }