Exemplo n.º 1
0
 public CT_RubyPr()
 {
     this.dirtyField       = new CT_OnOff();
     this.lidField         = new CT_Lang();
     this.hpsBaseTextField = new CT_HpsMeasure();
     this.hpsRaiseField    = new CT_HpsMeasure();
     this.hpsField         = new CT_HpsMeasure();
     this.rubyAlignField   = new CT_RubyAlign();
 }
Exemplo n.º 2
0
        public static CT_Lang Parse(XmlNode node, XmlNamespaceManager namespaceManager)
        {
            if (node == null)
            {
                return(null);
            }
            CT_Lang ctObj = new CT_Lang();

            ctObj.val = XmlHelper.ReadString(node.Attributes["w:val"]);
            return(ctObj);
        }
Exemplo n.º 3
0
 public CT_OdsoFieldMapData()
 {
     this.dynamicAddressField = new CT_OnOff();
     this.lidField = new CT_Lang();
     this.columnField = new CT_DecimalNumber();
     this.mappedNameField = new CT_String();
     this.nameField = new CT_String();
     this.typeField = new CT_MailMergeOdsoFMDFieldType();
 }
Exemplo n.º 4
0
 public static CT_Lang Parse(XmlNode node, XmlNamespaceManager namespaceManager)
 {
     if (node == null)
         return null;
     CT_Lang ctObj = new CT_Lang();
     ctObj.val = XmlHelper.ReadString(node.Attributes["w:val"]);
     return ctObj;
 }