Exemple #1
0
 public StyleEnumerator(Type_DisplayFont par)
 {
     parent = par;
     nIndex = -1;
 }
 public XmlNode AddDisplayFont(Type_DisplayFont newValue)
 {
     return AppendDomElement("", "DisplayFont", newValue);
 }
Exemple #3
0
 public FamilyEnumerator(Type_DisplayFont par)
 {
     parent = par;
     nIndex = -1;
 }
 public void InsertDisplayFontAt(Type_DisplayFont newValue, int index)
 {
     InsertDomElementAt("", "DisplayFont", index, newValue);
 }
 public void ReplaceDisplayFontAt(Type_DisplayFont newValue, int index)
 {
     ReplaceDomElementAt("", "DisplayFont", index, newValue);
 }
Exemple #6
0
 public StyleEnumerator(Type_DisplayFont par)
 {
     parent = par;
     nIndex = -1;
 }
Exemple #7
0
 public FamilyEnumerator(Type_DisplayFont par)
 {
     parent = par;
     nIndex = -1;
 }
Exemple #8
0
 public void ReplaceDisplayFontAt(Type_DisplayFont newValue, int index)
 {
     ReplaceDomElementAt("", "DisplayFont", index, newValue);
 }
Exemple #9
0
 public void InsertDisplayFontAt(Type_DisplayFont newValue, int index)
 {
     InsertDomElementAt("", "DisplayFont", index, newValue);
 }
Exemple #10
0
 public XmlNode AddDisplayFont(Type_DisplayFont newValue)
 {
     return(AppendDomElement("", "DisplayFont", newValue));
 }