Exemple #1
0
 public void ReplacePutStylesAt(PutStylesType newValue, int index)
 {
     ReplaceDomElementAt("", "PutStyles", index, newValue);
 }
Exemple #2
0
 public void AddPutStyles(PutStylesType newValue)
 {
     AppendDomElement("", "PutStyles", newValue);
 }
Exemple #3
0
 public void InsertPutStylesAt(PutStylesType newValue, int index)
 {
     InsertDomElementAt("", "PutStyles", index, newValue);
 }
 public FormatEnumerator(PutStylesType par)
 {
     parent = par;
     nIndex = -1;
 }
 public DCPTypeEnumerator(PutStylesType par)
 {
     parent = par;
     nIndex = -1;
 }
Exemple #6
0
		public void ReplacePutStylesAt(PutStylesType newValue, int index)
		{
			ReplaceDomElementAt("", "PutStyles", index, newValue);
		}
Exemple #7
0
		public void InsertPutStylesAt(PutStylesType newValue, int index)
		{
			InsertDomElementAt("", "PutStyles", index, newValue);
		}
Exemple #8
0
		public void AddPutStyles(PutStylesType newValue)
		{
			AppendDomElement("", "PutStyles", newValue);
		}
			public DCPTypeEnumerator(PutStylesType par) 
			{
				parent = par;
				nIndex = -1;
			}
			public FormatEnumerator(PutStylesType par) 
			{
				parent = par;
				nIndex = -1;
			}