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