Exemplo n.º 1
0
 public XmlNode AddCaption(Type_Caption newValue)
 {
     return AppendDomElement("", "Caption", newValue);
 }
Exemplo n.º 2
0
 public void InsertCaptionAt(Type_Caption newValue, int index)
 {
     InsertDomElementAt("", "Caption", index, newValue);
 }
Exemplo n.º 3
0
 public void ReplaceCaptionAt(Type_Caption newValue, int index)
 {
     ReplaceDomElementAt("", "Caption", index, newValue);
 }
Exemplo n.º 4
0
 public DisplayFontEnumerator(Type_Caption par)
 {
     parent = par;
     nIndex = -1;
 }
Exemplo n.º 5
0
 public CaptionTextEnumerator(Type_Caption par)
 {
     parent = par;
     nIndex = -1;
 }
Exemplo n.º 6
0
 public DisplayFontEnumerator(Type_Caption par)
 {
     parent = par;
     nIndex = -1;
 }
Exemplo n.º 7
0
 public CaptionTextEnumerator(Type_Caption par)
 {
     parent = par;
     nIndex = -1;
 }
Exemplo n.º 8
0
		public void AddCaption(Type_Caption newValue)
		{
			AppendDomElement("", "Caption", newValue);
		}