Beispiel #1
0
			public OnlineResourceEnumerator(StyleURLType par) 
			{
				parent = par;
				nIndex = -1;
			}
 public OnlineResourceEnumerator(StyleURLType par)
 {
     parent = par;
     nIndex = -1;
 }
Beispiel #3
0
			public FormatEnumerator(StyleURLType par) 
			{
				parent = par;
				nIndex = -1;
			}
Beispiel #4
0
 public void ReplaceStyleURLAt(StyleURLType newValue, int index)
 {
     ReplaceDomElementAt("", "StyleURL", index, newValue);
 }
 public FormatEnumerator(StyleURLType par)
 {
     parent = par;
     nIndex = -1;
 }
Beispiel #6
0
 public void InsertStyleURLAt(StyleURLType newValue, int index)
 {
     InsertDomElementAt("", "StyleURL", index, newValue);
 }
Beispiel #7
0
 public void AddStyleURL(StyleURLType newValue)
 {
     AppendDomElement("", "StyleURL", newValue);
 }
Beispiel #8
0
		public void ReplaceStyleURLAt(StyleURLType newValue, int index)
		{
			ReplaceDomElementAt("", "StyleURL", index, newValue);
		}
Beispiel #9
0
		public void InsertStyleURLAt(StyleURLType newValue, int index)
		{
			InsertDomElementAt("", "StyleURL", index, newValue);
		}
Beispiel #10
0
		public void AddStyleURL(StyleURLType newValue)
		{
			AppendDomElement("", "StyleURL", newValue);
		}