Beispiel #1
0
 public static CT_Char Parse(XmlNode node, XmlNamespaceManager namespaceManager)
 {
     if (node == null)
         return null;
     CT_Char ctObj = new CT_Char();
     ctObj.val = XmlHelper.ReadString(node.Attributes["m:val"]);
     return ctObj;
 }
Beispiel #2
0
 /// <summary>
 /// CT_NaryPr class constructor
 /// </summary>
 public CT_NaryPr()
 {
     this.ctrlPrField = new CT_CtrlPr();
     this.supHideField = new CT_OnOff();
     this.subHideField = new CT_OnOff();
     this.growField = new CT_OnOff();
     this.limLocField = new CT_LimLoc();
     this.chrField = new CT_Char();
 }
Beispiel #3
0
 /// <summary>
 /// CT_DPr class constructor
 /// </summary>
 public CT_DPr()
 {
     this.ctrlPrField = new CT_CtrlPr();
     this.shpField = new CT_Shp();
     this.growField = new CT_OnOff();
     this.endChrField = new CT_Char();
     this.sepChrField = new CT_Char();
     this.begChrField = new CT_Char();
 }
Beispiel #4
0
 /// <summary>
 /// CT_GroupChrPr class constructor
 /// </summary>
 public CT_GroupChrPr()
 {
     this.ctrlPrField = new CT_CtrlPr();
     this.vertJcField = new CT_TopBot();
     this.posField = new CT_TopBot();
     this.chrField = new CT_Char();
 }
Beispiel #5
0
 /// <summary>
 /// CT_AccPr class constructor
 /// </summary>
 public CT_AccPr()
 {
     this.ctrlPrField = new CT_CtrlPr();
     this.chrField = new CT_Char();
 }