예제 #1
0
        public static CT_GroupShapeNonVisual Parse(XmlNode node, XmlNamespaceManager namespaceManager)
        {
            if (node == null)
            {
                return(null);
            }
            CT_GroupShapeNonVisual ctObj = new CT_GroupShapeNonVisual();

            foreach (XmlNode childNode in node.ChildNodes)
            {
                if (childNode.LocalName == "cNvPr")
                {
                    ctObj.cNvPr = CT_NonVisualDrawingProps.Parse(childNode, namespaceManager);
                }
                else if (childNode.LocalName == "cNvGrpSpPr")
                {
                    ctObj.cNvGrpSpPr = CT_NonVisualGroupDrawingShapeProps.Parse(childNode, namespaceManager);
                }
            }
            return(ctObj);
        }
예제 #2
0
 public CT_NonVisualGroupDrawingShapeProps AddNewCNvGrpSpPr()
 {
     this.cNvGrpSpPrField = new CT_NonVisualGroupDrawingShapeProps();
     return this.cNvGrpSpPrField;
 }
예제 #3
0
 public CT_NonVisualGroupDrawingShapeProps AddNewCNvGrpSpPr()
 {
     this.cNvGrpSpPrField = new CT_NonVisualGroupDrawingShapeProps();
     return(this.cNvGrpSpPrField);
 }
예제 #4
0
 public CT_GroupShapeNonVisual()
 {
     this.cNvGrpSpPrField = new CT_NonVisualGroupDrawingShapeProps();
 }
예제 #5
0
 public CT_GroupShapeNonVisual()
 {
     this.cNvGrpSpPrField = new CT_NonVisualGroupDrawingShapeProps();
 }