コード例 #1
0
ファイル: Type_DisplayFont.cs プロジェクト: paladin74/Dapple
 public StyleEnumerator(Type_DisplayFont par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #2
0
 public XmlNode AddDisplayFont(Type_DisplayFont newValue)
 {
     return AppendDomElement("", "DisplayFont", newValue);
 }
コード例 #3
0
ファイル: Type_DisplayFont.cs プロジェクト: paladin74/Dapple
 public FamilyEnumerator(Type_DisplayFont par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #4
0
 public void InsertDisplayFontAt(Type_DisplayFont newValue, int index)
 {
     InsertDomElementAt("", "DisplayFont", index, newValue);
 }
コード例 #5
0
 public void ReplaceDisplayFontAt(Type_DisplayFont newValue, int index)
 {
     ReplaceDomElementAt("", "DisplayFont", index, newValue);
 }
コード例 #6
0
 public StyleEnumerator(Type_DisplayFont par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #7
0
 public FamilyEnumerator(Type_DisplayFont par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #8
0
ファイル: Type_Caption.cs プロジェクト: paladin74/Dapple
 public void ReplaceDisplayFontAt(Type_DisplayFont newValue, int index)
 {
     ReplaceDomElementAt("", "DisplayFont", index, newValue);
 }
コード例 #9
0
ファイル: Type_Caption.cs プロジェクト: paladin74/Dapple
 public void InsertDisplayFontAt(Type_DisplayFont newValue, int index)
 {
     InsertDomElementAt("", "DisplayFont", index, newValue);
 }
コード例 #10
0
ファイル: Type_Caption.cs プロジェクト: paladin74/Dapple
 public XmlNode AddDisplayFont(Type_DisplayFont newValue)
 {
     return(AppendDomElement("", "DisplayFont", newValue));
 }