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; }
/// <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(); }
/// <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(); }
/// <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(); }
/// <summary> /// CT_AccPr class constructor /// </summary> public CT_AccPr() { this.ctrlPrField = new CT_CtrlPr(); this.chrField = new CT_Char(); }