public static xdr.ShapeProperties RemoveFill(this xdr.ShapeProperties shapeProperties)
        {
            if (shapeProperties == null)
            {
                return(null);
            }
            shapeProperties.RemoveAllChildren <a.SolidFill>();
            shapeProperties.RemoveAllChildren <a.GradientFill>();
            shapeProperties.RemoveAllChildren <a.BlipFill>();
            shapeProperties.RemoveAllChildren <a.GroupFill>();
            var noFillProp = shapeProperties.GetFirstChild <a.NoFill>();

            if (noFillProp == null)
            {
                noFillProp = new a.NoFill();
                shapeProperties.Insert(noFillProp).AfterOneOf(typeof(a.PresetGeometry));
            }
            return(shapeProperties);
        }
Exemplo n.º 2
0
        // Generates content of chartPart1.
        private void GenerateChartPart1Content(ChartPart chartPart1, Chart chart)
        {
            C.ChartSpace chartSpace1 = new C.ChartSpace();
            chartSpace1.AddNamespaceDeclaration("c", "http://schemas.openxmlformats.org/drawingml/2006/chart");
            chartSpace1.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");
            chartSpace1.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            chartSpace1.AddNamespaceDeclaration("c16r2", "http://schemas.microsoft.com/office/drawing/2015/06/chart");
            C.Date1904 date19041 = new C.Date1904()
            {
                Val = false
            };
            C.EditingLanguage editingLanguage1 = new C.EditingLanguage()
            {
                Val = "en-US"
            };
            C.RoundedCorners roundedCorners1 = new C.RoundedCorners()
            {
                Val = true
            };

            AlternateContent alternateContent1 = new AlternateContent();

            alternateContent1.AddNamespaceDeclaration("mc", "http://schemas.openxmlformats.org/markup-compatibility/2006");

            AlternateContentChoice alternateContentChoice1 = new AlternateContentChoice()
            {
                Requires = "c14"
            };

            alternateContentChoice1.AddNamespaceDeclaration("c14", "http://schemas.microsoft.com/office/drawing/2007/8/2/chart");
            C14.Style style1 = new C14.Style()
            {
                Val = 110
            };

            alternateContentChoice1.Append(style1);

            AlternateContentFallback alternateContentFallback1 = new AlternateContentFallback();

            C.Style style2 = new C.Style()
            {
                Val = 10
            };

            alternateContentFallback1.Append(style2);

            alternateContent1.Append(alternateContentChoice1);
            alternateContent1.Append(alternateContentFallback1);

            C.Chart chart1 = new C.Chart();

            C.Title title1 = new C.Title();

            C.ChartText chartText1 = new C.ChartText();

            C.RichText       richText1       = new C.RichText();
            A.BodyProperties bodyProperties1 = new A.BodyProperties();
            A.ListStyle      listStyle1      = new A.ListStyle();

            A.Paragraph paragraph1 = new A.Paragraph();

            A.ParagraphProperties  paragraphProperties1  = new A.ParagraphProperties();
            A.DefaultRunProperties defaultRunProperties1 = new A.DefaultRunProperties();

            paragraphProperties1.Append(defaultRunProperties1);

            A.Run           run1           = new A.Run();
            A.RunProperties runProperties1 = new A.RunProperties()
            {
                Language = "en-US", FontSize = 800
            };
            A.Text text1 = new A.Text();
            text1.Text = "";

            run1.Append(runProperties1);
            run1.Append(text1);

            A.Run           run2           = new A.Run();
            A.RunProperties runProperties2 = new A.RunProperties()
            {
                Language = "en-US", FontSize = 800, Baseline = 0
            };
            A.Text text2 = new A.Text();
            text2.Text = chart.Title;

            run2.Append(runProperties2);
            run2.Append(text2);
            A.EndParagraphRunProperties endParagraphRunProperties1 = new A.EndParagraphRunProperties()
            {
                Language = "en-US", FontSize = 800
            };

            paragraph1.Append(paragraphProperties1);
            paragraph1.Append(run1);
            paragraph1.Append(run2);
            paragraph1.Append(endParagraphRunProperties1);

            richText1.Append(bodyProperties1);
            richText1.Append(listStyle1);
            richText1.Append(paragraph1);

            chartText1.Append(richText1);

            C.Layout layout1 = new C.Layout();

            C.ManualLayout manualLayout1 = new C.ManualLayout();
            C.LeftMode     leftMode1     = new C.LeftMode()
            {
                Val = C.LayoutModeValues.Edge
            };
            C.TopMode topMode1 = new C.TopMode()
            {
                Val = C.LayoutModeValues.Edge
            };
            C.Left left1 = new C.Left()
            {
                Val = 0.14936699324798144D
            };
            C.Top top1 = new C.Top()
            {
                Val = 7.5867300613079197E-2D
            };

            manualLayout1.Append(leftMode1);
            manualLayout1.Append(topMode1);
            manualLayout1.Append(left1);
            manualLayout1.Append(top1);

            layout1.Append(manualLayout1);
            C.Overlay overlay1 = new C.Overlay()
            {
                Val = true
            };

            title1.Append(chartText1);
            title1.Append(layout1);
            title1.Append(overlay1);
            C.AutoTitleDeleted autoTitleDeleted1 = new C.AutoTitleDeleted()
            {
                Val = false
            };

            C.PlotArea plotArea1 = new C.PlotArea();

            C.Layout layout2 = new C.Layout();

            C.ManualLayout manualLayout2 = new C.ManualLayout();
            C.LayoutTarget layoutTarget1 = new C.LayoutTarget()
            {
                Val = C.LayoutTargetValues.Inner
            };
            C.LeftMode leftMode2 = new C.LeftMode()
            {
                Val = C.LayoutModeValues.Edge
            };
            C.TopMode topMode2 = new C.TopMode()
            {
                Val = C.LayoutModeValues.Edge
            };
            C.Left left2 = new C.Left()
            {
                Val = 0.10245464404093282D
            };
            C.Top top2 = new C.Top()
            {
                Val = 4.7416814491091287E-2D
            };
            C.Width width1 = new C.Width()
            {
                Val = 0.88919609910728359D
            };
            C.Height height1 = new C.Height()
            {
                Val = 0.86D
            };

            manualLayout2.Append(layoutTarget1);
            manualLayout2.Append(leftMode2);
            manualLayout2.Append(topMode2);
            manualLayout2.Append(left2);
            manualLayout2.Append(top2);
            manualLayout2.Append(width1);
            manualLayout2.Append(height1);

            layout2.Append(manualLayout2);

            C.AreaChart areaChart1 = new C.AreaChart();
            C.Grouping  grouping1  = new C.Grouping()
            {
                Val = C.GroupingValues.Standard
            };
            C.VaryColors varyColors1 = new C.VaryColors()
            {
                Val = true
            };

            C.AreaChartSeries areaChartSeries1 = new C.AreaChartSeries();
            C.Index           index1           = new C.Index()
            {
                Val = (UInt32Value)0U
            };
            C.Order order1 = new C.Order()
            {
                Val = (UInt32Value)0U
            };

            C.SeriesText   seriesText1   = new C.SeriesText();
            C.NumericValue numericValue1 = new C.NumericValue();
            numericValue1.Text = chart.LegendTitle;

            seriesText1.Append(numericValue1);

            C.CategoryAxisData categoryAxisData1 = new C.CategoryAxisData();

            C.NumberReference numberReference1 = new C.NumberReference();

            C.NumRefExtensionList numRefExtensionList1 = new C.NumRefExtensionList();

            C.NumRefExtension numRefExtension1 = new C.NumRefExtension()
            {
                Uri = "{02D57815-91ED-43cb-92C2-25804820EDAC}"
            };
            numRefExtension1.AddNamespaceDeclaration("c15", "http://schemas.microsoft.com/office/drawing/2012/chart");

            C15.FullReference        fullReference1        = new C15.FullReference();
            C15.SequenceOfReferences sequenceOfReferences1 = new C15.SequenceOfReferences();
            sequenceOfReferences1.Text = chart.AxisX;

            fullReference1.Append(sequenceOfReferences1);

            numRefExtension1.Append(fullReference1);

            numRefExtensionList1.Append(numRefExtension1);
            C.Formula formula1 = new C.Formula();
            formula1.Text = chart.AxisX;

            C.NumberingCache numberingCache1 = new C.NumberingCache();
            C.FormatCode     formatCode1     = new C.FormatCode();
            formatCode1.Text = "General";
            C.PointCount pointCount1 = new C.PointCount()
            {
                Val = (UInt32Value)(uint)chart.Labels.Count
            };

            numberingCache1.Append(formatCode1);
            numberingCache1.Append(pointCount1);

            for (uint i = 0; i < chart.Labels.Count; i++)
            {
                C.NumericPoint numericPoint1 = new C.NumericPoint()
                {
                    Index = (UInt32Value)i
                };
                C.NumericValue numericValue2 = new C.NumericValue();
                numericValue2.Text = chart.Labels[(int)i];

                numericPoint1.Append(numericValue2);

                numberingCache1.Append(numericPoint1);
            }

            numberReference1.Append(numRefExtensionList1);
            numberReference1.Append(formula1);
            numberReference1.Append(numberingCache1);

            categoryAxisData1.Append(numberReference1);

            C.Values values1 = new C.Values();

            C.NumberReference numberReference2 = new C.NumberReference();

            C.NumRefExtensionList numRefExtensionList2 = new C.NumRefExtensionList();

            C.NumRefExtension numRefExtension2 = new C.NumRefExtension()
            {
                Uri = "{02D57815-91ED-43cb-92C2-25804820EDAC}"
            };
            numRefExtension2.AddNamespaceDeclaration("c15", "http://schemas.microsoft.com/office/drawing/2012/chart");

            C15.FullReference        fullReference2        = new C15.FullReference();
            C15.SequenceOfReferences sequenceOfReferences2 = new C15.SequenceOfReferences();
            sequenceOfReferences2.Text = chart.AxisY;

            fullReference2.Append(sequenceOfReferences2);

            numRefExtension2.Append(fullReference2);

            numRefExtensionList2.Append(numRefExtension2);
            C.Formula formula2 = new C.Formula();
            formula2.Text = chart.AxisY;

            C.NumberingCache numberingCache2 = new C.NumberingCache();
            C.FormatCode     formatCode2     = new C.FormatCode();
            formatCode2.Text = "0.00%";
            C.PointCount pointCount2 = new C.PointCount()
            {
                Val = (UInt32Value)(uint)chart.Values.Count
            };

            numberingCache2.Append(formatCode2);
            numberingCache2.Append(pointCount2);

            for (uint i = 0; i < chart.Values.Count; i++)
            {
                C.NumericPoint numericPoint27 = new C.NumericPoint()
                {
                    Index = (UInt32Value)i
                };
                C.NumericValue numericValue28 = new C.NumericValue();
                numericValue28.Text = chart.Values[(int)i];

                numericPoint27.Append(numericValue28);

                numberingCache2.Append(numericPoint27);
            }

            numberReference2.Append(numRefExtensionList2);
            numberReference2.Append(formula2);
            numberReference2.Append(numberingCache2);

            values1.Append(numberReference2);

            C.AreaSerExtensionList areaSerExtensionList1 = new C.AreaSerExtensionList();

            C.AreaSerExtension areaSerExtension1 = new C.AreaSerExtension()
            {
                Uri = "{C3380CC4-5D6E-409C-BE32-E72D297353CC}"
            };
            areaSerExtension1.AddNamespaceDeclaration("c16", "http://schemas.microsoft.com/office/drawing/2014/chart");

            OpenXmlUnknownElement openXmlUnknownElement2 = OpenXmlUnknownElement.CreateOpenXmlUnknownElement("<c16:uniqueId val=\"{00000000-69FF-4CCD-9302-CEC5CC8046DF}\" xmlns:c16=\"http://schemas.microsoft.com/office/drawing/2014/chart\" />");

            areaSerExtension1.Append(openXmlUnknownElement2);

            areaSerExtensionList1.Append(areaSerExtension1);

            areaChartSeries1.Append(index1);
            areaChartSeries1.Append(order1);
            areaChartSeries1.Append(seriesText1);
            areaChartSeries1.Append(categoryAxisData1);
            areaChartSeries1.Append(values1);
            areaChartSeries1.Append(areaSerExtensionList1);

            C.DataLabels    dataLabels1    = new C.DataLabels();
            C.ShowLegendKey showLegendKey1 = new C.ShowLegendKey()
            {
                Val = false
            };
            C.ShowValue showValue1 = new C.ShowValue()
            {
                Val = false
            };
            C.ShowCategoryName showCategoryName1 = new C.ShowCategoryName()
            {
                Val = false
            };
            C.ShowSeriesName showSeriesName1 = new C.ShowSeriesName()
            {
                Val = false
            };
            C.ShowPercent showPercent1 = new C.ShowPercent()
            {
                Val = false
            };
            C.ShowBubbleSize showBubbleSize1 = new C.ShowBubbleSize()
            {
                Val = false
            };

            dataLabels1.Append(showLegendKey1);
            dataLabels1.Append(showValue1);
            dataLabels1.Append(showCategoryName1);
            dataLabels1.Append(showSeriesName1);
            dataLabels1.Append(showPercent1);
            dataLabels1.Append(showBubbleSize1);
            C.AxisId axisId1 = new C.AxisId()
            {
                Val = (UInt32Value)78173696U
            };
            C.AxisId axisId2 = new C.AxisId()
            {
                Val = (UInt32Value)78175232U
            };

            areaChart1.Append(grouping1);
            areaChart1.Append(varyColors1);
            areaChart1.Append(areaChartSeries1);
            areaChart1.Append(dataLabels1);
            areaChart1.Append(axisId1);
            areaChart1.Append(axisId2);

            C.CategoryAxis categoryAxis1 = new C.CategoryAxis();
            C.AxisId       axisId3       = new C.AxisId()
            {
                Val = (UInt32Value)78173696U
            };

            C.Scaling     scaling1     = new C.Scaling();
            C.Orientation orientation1 = new C.Orientation()
            {
                Val = C.OrientationValues.MinMax
            };

            scaling1.Append(orientation1);
            C.Delete delete1 = new C.Delete()
            {
                Val = true
            };
            C.AxisPosition axisPosition1 = new C.AxisPosition()
            {
                Val = C.AxisPositionValues.Bottom
            };
            C.NumberingFormat numberingFormat1 = new C.NumberingFormat()
            {
                FormatCode = "General", SourceLinked = true
            };
            C.MajorTickMark majorTickMark1 = new C.MajorTickMark()
            {
                Val = C.TickMarkValues.None
            };
            C.MinorTickMark minorTickMark1 = new C.MinorTickMark()
            {
                Val = C.TickMarkValues.Cross
            };
            C.TickLabelPosition tickLabelPosition1 = new C.TickLabelPosition()
            {
                Val = C.TickLabelPositionValues.NextTo
            };
            C.CrossingAxis crossingAxis1 = new C.CrossingAxis()
            {
                Val = (UInt32Value)78175232U
            };
            C.Crosses crosses1 = new C.Crosses()
            {
                Val = C.CrossesValues.AutoZero
            };
            C.AutoLabeled autoLabeled1 = new C.AutoLabeled()
            {
                Val = true
            };
            C.LabelAlignment labelAlignment1 = new C.LabelAlignment()
            {
                Val = C.LabelAlignmentValues.Center
            };
            C.LabelOffset labelOffset1 = new C.LabelOffset()
            {
                Val = (UInt16Value)100U
            };
            C.NoMultiLevelLabels noMultiLevelLabels1 = new C.NoMultiLevelLabels()
            {
                Val = true
            };

            categoryAxis1.Append(axisId3);
            categoryAxis1.Append(scaling1);
            categoryAxis1.Append(delete1);
            categoryAxis1.Append(axisPosition1);
            categoryAxis1.Append(numberingFormat1);
            categoryAxis1.Append(majorTickMark1);
            categoryAxis1.Append(minorTickMark1);
            categoryAxis1.Append(tickLabelPosition1);
            categoryAxis1.Append(crossingAxis1);
            categoryAxis1.Append(crosses1);
            categoryAxis1.Append(autoLabeled1);
            categoryAxis1.Append(labelAlignment1);
            categoryAxis1.Append(labelOffset1);
            categoryAxis1.Append(noMultiLevelLabels1);

            C.ValueAxis valueAxis1 = new C.ValueAxis();
            C.AxisId    axisId4    = new C.AxisId()
            {
                Val = (UInt32Value)78175232U
            };

            C.Scaling     scaling2     = new C.Scaling();
            C.Orientation orientation2 = new C.Orientation()
            {
                Val = C.OrientationValues.MinMax
            };

            scaling2.Append(orientation2);
            C.Delete delete2 = new C.Delete()
            {
                Val = true
            };
            C.AxisPosition axisPosition2 = new C.AxisPosition()
            {
                Val = C.AxisPositionValues.Left
            };
            C.MajorGridlines  majorGridlines1  = new C.MajorGridlines();
            C.NumberingFormat numberingFormat2 = new C.NumberingFormat()
            {
                FormatCode = "General", SourceLinked = true
            };
            C.MajorTickMark majorTickMark2 = new C.MajorTickMark()
            {
                Val = C.TickMarkValues.None
            };
            C.MinorTickMark minorTickMark2 = new C.MinorTickMark()
            {
                Val = C.TickMarkValues.Cross
            };
            C.TickLabelPosition tickLabelPosition2 = new C.TickLabelPosition()
            {
                Val = C.TickLabelPositionValues.NextTo
            };
            C.CrossingAxis crossingAxis2 = new C.CrossingAxis()
            {
                Val = (UInt32Value)78173696U
            };
            C.Crosses crosses2 = new C.Crosses()
            {
                Val = C.CrossesValues.AutoZero
            };
            C.CrossBetween crossBetween1 = new C.CrossBetween()
            {
                Val = C.CrossBetweenValues.MidpointCategory
            };

            valueAxis1.Append(axisId4);
            valueAxis1.Append(scaling2);
            valueAxis1.Append(delete2);
            valueAxis1.Append(axisPosition2);
            valueAxis1.Append(majorGridlines1);
            valueAxis1.Append(numberingFormat2);
            valueAxis1.Append(majorTickMark2);
            valueAxis1.Append(minorTickMark2);
            valueAxis1.Append(tickLabelPosition2);
            valueAxis1.Append(crossingAxis2);
            valueAxis1.Append(crosses2);
            valueAxis1.Append(crossBetween1);

            C.DataTable            dataTable1            = new C.DataTable();
            C.ShowHorizontalBorder showHorizontalBorder1 = new C.ShowHorizontalBorder()
            {
                Val = true
            };
            C.ShowVerticalBorder showVerticalBorder1 = new C.ShowVerticalBorder()
            {
                Val = true
            };
            C.ShowOutlineBorder showOutlineBorder1 = new C.ShowOutlineBorder()
            {
                Val = true
            };
            C.ShowKeys showKeys1 = new C.ShowKeys()
            {
                Val = true
            };

            dataTable1.Append(showHorizontalBorder1);
            dataTable1.Append(showVerticalBorder1);
            dataTable1.Append(showOutlineBorder1);
            dataTable1.Append(showKeys1);

            C.ShapeProperties shapeProperties1 = new C.ShapeProperties();

            A.Outline outline1 = new A.Outline();
            A.NoFill  noFill1  = new A.NoFill();

            outline1.Append(noFill1);

            shapeProperties1.Append(outline1);

            plotArea1.Append(layout2);
            plotArea1.Append(areaChart1);
            plotArea1.Append(categoryAxis1);
            plotArea1.Append(valueAxis1);
            plotArea1.Append(dataTable1);
            plotArea1.Append(shapeProperties1);
            C.PlotVisibleOnly plotVisibleOnly1 = new C.PlotVisibleOnly()
            {
                Val = true
            };
            C.DisplayBlanksAs displayBlanksAs1 = new C.DisplayBlanksAs()
            {
                Val = C.DisplayBlanksAsValues.Zero
            };
            C.ShowDataLabelsOverMaximum showDataLabelsOverMaximum1 = new C.ShowDataLabelsOverMaximum()
            {
                Val = true
            };

            chart1.Append(title1);
            chart1.Append(autoTitleDeleted1);
            chart1.Append(plotArea1);
            chart1.Append(plotVisibleOnly1);
            chart1.Append(displayBlanksAs1);
            chart1.Append(showDataLabelsOverMaximum1);

            C.ShapeProperties shapeProperties2 = new C.ShapeProperties();

            A.Outline outline2 = new A.Outline();
            A.NoFill  noFill2  = new A.NoFill();

            outline2.Append(noFill2);

            shapeProperties2.Append(outline2);

            C.TextProperties textProperties1 = new C.TextProperties();
            A.BodyProperties bodyProperties2 = new A.BodyProperties();
            A.ListStyle      listStyle2      = new A.ListStyle();

            A.Paragraph paragraph2 = new A.Paragraph();

            A.ParagraphProperties  paragraphProperties2  = new A.ParagraphProperties();
            A.DefaultRunProperties defaultRunProperties2 = new A.DefaultRunProperties()
            {
                FontSize = 700
            };

            paragraphProperties2.Append(defaultRunProperties2);
            A.EndParagraphRunProperties endParagraphRunProperties2 = new A.EndParagraphRunProperties()
            {
                Language = "en-US"
            };

            paragraph2.Append(paragraphProperties2);
            paragraph2.Append(endParagraphRunProperties2);

            textProperties1.Append(bodyProperties2);
            textProperties1.Append(listStyle2);
            textProperties1.Append(paragraph2);

            C.PrintSettings printSettings1 = new C.PrintSettings();
            C.HeaderFooter  headerFooter1  = new C.HeaderFooter();
            C.PageMargins   pageMargins1   = new C.PageMargins()
            {
                Left = 0.70000000000000018D, Right = 0.70000000000000018D, Top = 0.75000000000000022D, Bottom = 0.75000000000000022D, Header = 0.3000000000000001D, Footer = 0.3000000000000001D
            };
            C.PageSetup pageSetup1 = new C.PageSetup()
            {
                Orientation = C.PageSetupOrientationValues.Landscape
            };

            printSettings1.Append(headerFooter1);
            printSettings1.Append(pageMargins1);
            printSettings1.Append(pageSetup1);

            chartSpace1.Append(date19041);
            chartSpace1.Append(editingLanguage1);
            chartSpace1.Append(roundedCorners1);
            chartSpace1.Append(alternateContent1);
            chartSpace1.Append(chart1);
            chartSpace1.Append(shapeProperties2);
            chartSpace1.Append(textProperties1);
            chartSpace1.Append(printSettings1);

            chartPart1.ChartSpace = chartSpace1;
        }
        private static Paragraph CreateTopicTitle(string title, string notation)
        {
            Paragraph paragraph21 = new Paragraph() { RsidParagraphMarkRevision = "00233025", RsidParagraphAddition = "00F8047A", RsidParagraphProperties = "00DD5BAE", RsidRunAdditionDefault = "00957E57" };

            ParagraphProperties paragraphProperties21 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId21 = new ParagraphStyleId() { Val = "StyleBefore9ptAfter0pt" };

            ParagraphMarkRunProperties paragraphMarkRunProperties13 = new ParagraphMarkRunProperties();
            RunStyle runStyle4 = new RunStyle() { Val = "StyleCategoryRankGraphic10pt" };

            paragraphMarkRunProperties13.Append(runStyle4);

            paragraphProperties21.Append(paragraphStyleId21);
            paragraphProperties21.Append(paragraphMarkRunProperties13);

            CustomXmlRun customXmlRun6 = new CustomXmlRun() { Uri = "http://hubblereports.com/namespace", Element = "CatName" };

            Run run33 = new Run() { RsidRunProperties = "00233025", RsidRunAddition = "00F8047A" };

            RunProperties runProperties20 = new RunProperties();
            RunStyle runStyle5 = new RunStyle() { Val = "Style10ptBold" };

            runProperties20.Append(runStyle5);
            Text text24 = new Text();
            text24.Text = title;

            run33.Append(runProperties20);
            run33.Append(text24);

            customXmlRun6.Append(run33);

            CustomXmlRun customXmlRun7 = new CustomXmlRun() { Uri = "http://hubblereports.com/namespace", Element = "CatRankValueImage" };

            if (!string.IsNullOrEmpty(notation))
            {
                Run run34 = new Run() { RsidRunAddition = "00740A1C" };

                RunProperties runProperties21 = new RunProperties();
                RunFonts runFonts3 = new RunFonts() { ComplexScript = "Arial" };
                Bold bold12 = new Bold();
                BoldComplexScript boldComplexScript1 = new BoldComplexScript();
                Caps caps1 = new Caps();
                NoProof noProof9 = new NoProof();
                Kern kern1 = new Kern() { Val = (UInt32Value)20U };
                Position position1 = new Position() { Val = "-4" };
                FontSize fontSize9 = new FontSize() { Val = "20" };
                Languages languages9 = new Languages() { Val = "fr-CA", EastAsia = "fr-CA" };

                runProperties21.Append(runFonts3);
                runProperties21.Append(bold12);
                runProperties21.Append(boldComplexScript1);
                runProperties21.Append(caps1);
                runProperties21.Append(noProof9);
                runProperties21.Append(kern1);
                runProperties21.Append(position1);
                runProperties21.Append(fontSize9);
                runProperties21.Append(languages9);

                Drawing drawing9 = new Drawing();

                Wp.Inline inline9 = new Wp.Inline() { DistanceFromTop = (UInt32Value)0U, DistanceFromBottom = (UInt32Value)0U, DistanceFromLeft = (UInt32Value)0U, DistanceFromRight = (UInt32Value)0U };
                Wp.Extent extent9 = new Wp.Extent() { Cx = 838200L, Cy = 152400L };
                Wp.EffectExtent effectExtent9 = new Wp.EffectExtent() { LeftEdge = 19050L, TopEdge = 0L, RightEdge = 0L, BottomEdge = 0L };
                Wp.DocProperties docProperties9 = new Wp.DocProperties() { Id = (UInt32Value)20U, Name = "Image 20", Description = "rank_category_5" };

                Wp.NonVisualGraphicFrameDrawingProperties nonVisualGraphicFrameDrawingProperties9 = new Wp.NonVisualGraphicFrameDrawingProperties();
                A.GraphicFrameLocks graphicFrameLocks9 = new A.GraphicFrameLocks() { NoChangeAspect = true };

                nonVisualGraphicFrameDrawingProperties9.Append(graphicFrameLocks9);

                A.Graphic graphic9 = new A.Graphic();

                A.GraphicData graphicData9 = new A.GraphicData() { Uri = "http://schemas.openxmlformats.org/drawingml/2006/picture" };

                Pic.Picture picture9 = new Pic.Picture();

                Pic.NonVisualPictureProperties nonVisualPictureProperties9 = new Pic.NonVisualPictureProperties();
                Pic.NonVisualDrawingProperties nonVisualDrawingProperties9 = new Pic.NonVisualDrawingProperties() { Id = (UInt32Value)0U, Name = "Picture 20", Description = "rank_category_5" };

                Pic.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties9 = new Pic.NonVisualPictureDrawingProperties();
                A.PictureLocks pictureLocks9 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

                nonVisualPictureDrawingProperties9.Append(pictureLocks9);

                nonVisualPictureProperties9.Append(nonVisualDrawingProperties9);
                nonVisualPictureProperties9.Append(nonVisualPictureDrawingProperties9);

                Pic.BlipFill blipFill9 = new Pic.BlipFill();
                A.Blip blip9 = new A.Blip() { Embed = "rIdImgPartTopicRank" + notation, CompressionState = A.BlipCompressionValues.Print };
                A.SourceRectangle sourceRectangle9 = new A.SourceRectangle();

                A.Stretch stretch9 = new A.Stretch();
                A.FillRectangle fillRectangle9 = new A.FillRectangle();

                stretch9.Append(fillRectangle9);

                blipFill9.Append(blip9);
                blipFill9.Append(sourceRectangle9);
                blipFill9.Append(stretch9);

                Pic.ShapeProperties shapeProperties9 = new Pic.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

                A.Transform2D transform2D9 = new A.Transform2D();
                A.Offset offset9 = new A.Offset() { X = 0L, Y = 0L };
                A.Extents extents9 = new A.Extents() { Cx = 838200L, Cy = 152400L };

                transform2D9.Append(offset9);
                transform2D9.Append(extents9);

                A.PresetGeometry presetGeometry9 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
                A.AdjustValueList adjustValueList9 = new A.AdjustValueList();

                presetGeometry9.Append(adjustValueList9);
                A.NoFill noFill17 = new A.NoFill();

                A.Outline outline9 = new A.Outline() { Width = 9525 };
                A.NoFill noFill18 = new A.NoFill();
                A.Miter miter9 = new A.Miter() { Limit = 800000 };
                A.HeadEnd headEnd9 = new A.HeadEnd();
                A.TailEnd tailEnd9 = new A.TailEnd();

                outline9.Append(noFill18);
                outline9.Append(miter9);
                outline9.Append(headEnd9);
                outline9.Append(tailEnd9);

                shapeProperties9.Append(transform2D9);
                shapeProperties9.Append(presetGeometry9);
                shapeProperties9.Append(noFill17);
                shapeProperties9.Append(outline9);

                picture9.Append(nonVisualPictureProperties9);
                picture9.Append(blipFill9);
                picture9.Append(shapeProperties9);

                graphicData9.Append(picture9);

                graphic9.Append(graphicData9);

                inline9.Append(extent9);
                inline9.Append(effectExtent9);
                inline9.Append(docProperties9);
                inline9.Append(nonVisualGraphicFrameDrawingProperties9);
                inline9.Append(graphic9);

                drawing9.Append(inline9);

                run34.Append(runProperties21);
                run34.Append(drawing9);

                customXmlRun7.Append(run34);
            }

            paragraph21.Append(paragraphProperties21);
            paragraph21.Append(customXmlRun6);
            paragraph21.Append(customXmlRun7);
            return paragraph21;
        }
        // Generates content of headerPart2.
        private void GenerateHeaderPart2Content(HeaderPart headerPart2)
        {
            Header header2 = new Header();

            Paragraph paragraph51 = new Paragraph() { RsidParagraphAddition = "00C913B8", RsidParagraphProperties = "00C913B8", RsidRunAdditionDefault = "00740A1C" };

            ParagraphProperties paragraphProperties46 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId44 = new ParagraphStyleId() { Val = "En-tte" };

            ParagraphBorders paragraphBorders14 = new ParagraphBorders();
            BottomBorder bottomBorder13 = new BottomBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };

            paragraphBorders14.Append(bottomBorder13);
            SpacingBetweenLines spacingBetweenLines51 = new SpacingBetweenLines() { After = "60" };

            ParagraphMarkRunProperties paragraphMarkRunProperties17 = new ParagraphMarkRunProperties();
            RunStyle runStyle10 = new RunStyle() { Val = "DateCar" };
            RunFonts runFonts52 = new RunFonts() { EastAsia = "MS Mincho" };
            FontSize fontSize49 = new FontSize() { Val = "20" };
            FontSizeComplexScript fontSizeComplexScript50 = new FontSizeComplexScript() { Val = "20" };

            paragraphMarkRunProperties17.Append(runStyle10);
            paragraphMarkRunProperties17.Append(runFonts52);
            paragraphMarkRunProperties17.Append(fontSize49);
            paragraphMarkRunProperties17.Append(fontSizeComplexScript50);

            paragraphProperties46.Append(paragraphStyleId44);
            paragraphProperties46.Append(paragraphBorders14);
            paragraphProperties46.Append(spacingBetweenLines51);
            paragraphProperties46.Append(paragraphMarkRunProperties17);

            Run run54 = new Run();

            RunProperties runProperties28 = new RunProperties();
            NoProof noProof15 = new NoProof();
            Languages languages34 = new Languages() { Val = "fr-CA", EastAsia = "fr-CA" };

            runProperties28.Append(noProof15);
            runProperties28.Append(languages34);

            Drawing drawing15 = new Drawing();

            Wp.Anchor anchor4 = new Wp.Anchor() { DistanceFromTop = (UInt32Value)0U, DistanceFromBottom = (UInt32Value)0U, DistanceFromLeft = (UInt32Value)114300U, DistanceFromRight = (UInt32Value)114300U, SimplePos = false, RelativeHeight = (UInt32Value)251659264U, BehindDoc = true, Locked = false, LayoutInCell = true, AllowOverlap = true };
            Wp.SimplePosition simplePosition4 = new Wp.SimplePosition() { X = 0L, Y = 0L };

            Wp.HorizontalPosition horizontalPosition4 = new Wp.HorizontalPosition() { RelativeFrom = Wp.HorizontalRelativePositionValues.Column };
            Wp.PositionOffset positionOffset7 = new Wp.PositionOffset();
            positionOffset7.Text = "8890";

            horizontalPosition4.Append(positionOffset7);

            Wp.VerticalPosition verticalPosition4 = new Wp.VerticalPosition() { RelativeFrom = Wp.VerticalRelativePositionValues.Paragraph };
            Wp.PositionOffset positionOffset8 = new Wp.PositionOffset();
            positionOffset8.Text = "8890";

            verticalPosition4.Append(positionOffset8);
            Wp.Extent extent15 = new Wp.Extent() { Cx = 6848475L, Cy = 438150L };
            Wp.EffectExtent effectExtent15 = new Wp.EffectExtent() { LeftEdge = 19050L, TopEdge = 0L, RightEdge = 9525L, BottomEdge = 0L };
            Wp.WrapNone wrapNone4 = new Wp.WrapNone();
            Wp.DocProperties docProperties15 = new Wp.DocProperties() { Id = (UInt32Value)65U, Name = "Image 65", Description = "RADAR_Opinion_Page2_BNR" };

            Wp.NonVisualGraphicFrameDrawingProperties nonVisualGraphicFrameDrawingProperties15 = new Wp.NonVisualGraphicFrameDrawingProperties();
            A.GraphicFrameLocks graphicFrameLocks15 = new A.GraphicFrameLocks() { NoChangeAspect = true };

            nonVisualGraphicFrameDrawingProperties15.Append(graphicFrameLocks15);

            A.Graphic graphic15 = new A.Graphic();

            A.GraphicData graphicData15 = new A.GraphicData() { Uri = "http://schemas.openxmlformats.org/drawingml/2006/picture" };

            Pic.Picture picture15 = new Pic.Picture();

            Pic.NonVisualPictureProperties nonVisualPictureProperties15 = new Pic.NonVisualPictureProperties();
            Pic.NonVisualDrawingProperties nonVisualDrawingProperties15 = new Pic.NonVisualDrawingProperties() { Id = (UInt32Value)0U, Name = "Picture 65", Description = "RADAR_Opinion_Page2_BNR" };

            Pic.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties15 = new Pic.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks15 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties15.Append(pictureLocks15);

            nonVisualPictureProperties15.Append(nonVisualDrawingProperties15);
            nonVisualPictureProperties15.Append(nonVisualPictureDrawingProperties15);

            Pic.BlipFill blipFill15 = new Pic.BlipFill();
            A.Blip blip15 = new A.Blip() { Embed = "rId1" };
            A.SourceRectangle sourceRectangle15 = new A.SourceRectangle();

            A.Stretch stretch15 = new A.Stretch();
            A.FillRectangle fillRectangle15 = new A.FillRectangle();

            stretch15.Append(fillRectangle15);

            blipFill15.Append(blip15);
            blipFill15.Append(sourceRectangle15);
            blipFill15.Append(stretch15);

            Pic.ShapeProperties shapeProperties15 = new Pic.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D15 = new A.Transform2D();
            A.Offset offset15 = new A.Offset() { X = 0L, Y = 0L };
            A.Extents extents15 = new A.Extents() { Cx = 6848475L, Cy = 438150L };

            transform2D15.Append(offset15);
            transform2D15.Append(extents15);

            A.PresetGeometry presetGeometry15 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList15 = new A.AdjustValueList();

            presetGeometry15.Append(adjustValueList15);
            A.NoFill noFill26 = new A.NoFill();

            shapeProperties15.Append(transform2D15);
            shapeProperties15.Append(presetGeometry15);
            shapeProperties15.Append(noFill26);

            picture15.Append(nonVisualPictureProperties15);
            picture15.Append(blipFill15);
            picture15.Append(shapeProperties15);

            graphicData15.Append(picture15);

            graphic15.Append(graphicData15);

            anchor4.Append(simplePosition4);
            anchor4.Append(horizontalPosition4);
            anchor4.Append(verticalPosition4);
            anchor4.Append(extent15);
            anchor4.Append(effectExtent15);
            anchor4.Append(wrapNone4);
            anchor4.Append(docProperties15);
            anchor4.Append(nonVisualGraphicFrameDrawingProperties15);
            anchor4.Append(graphic15);

            drawing15.Append(anchor4);

            run54.Append(runProperties28);
            run54.Append(drawing15);

            paragraph51.Append(paragraphProperties46);
            paragraph51.Append(run54);

            CustomXmlBlock customXmlBlock23 = new CustomXmlBlock() { Uri = "http://hubblereports.com/namespace", Element = "reportdoc" };

            CustomXmlBlock customXmlBlock24 = new CustomXmlBlock() { Uri = "http://hubblereports.com/namespace", Element = "header" };

            CustomXmlBlock customXmlBlock25 = new CustomXmlBlock() { Uri = "http://hubblereports.com/namespace", Element = "ReportDate" };

            Paragraph paragraph52 = new Paragraph() { RsidParagraphMarkRevision = "006B1D99", RsidParagraphAddition = "003907B3", RsidParagraphProperties = "003907B3", RsidRunAdditionDefault = "003907B3" };

            ParagraphProperties paragraphProperties47 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId45 = new ParagraphStyleId() { Val = "En-tte" };

            ParagraphBorders paragraphBorders15 = new ParagraphBorders();
            BottomBorder bottomBorder14 = new BottomBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };

            paragraphBorders15.Append(bottomBorder14);
            SpacingBetweenLines spacingBetweenLines52 = new SpacingBetweenLines() { After = "60" };

            ParagraphMarkRunProperties paragraphMarkRunProperties18 = new ParagraphMarkRunProperties();
            RunStyle runStyle11 = new RunStyle() { Val = "DateCar" };
            RunFonts runFonts53 = new RunFonts() { EastAsia = "MS Mincho" };
            FontSize fontSize50 = new FontSize() { Val = "20" };
            FontSizeComplexScript fontSizeComplexScript51 = new FontSizeComplexScript() { Val = "20" };

            paragraphMarkRunProperties18.Append(runStyle11);
            paragraphMarkRunProperties18.Append(runFonts53);
            paragraphMarkRunProperties18.Append(fontSize50);
            paragraphMarkRunProperties18.Append(fontSizeComplexScript51);

            paragraphProperties47.Append(paragraphStyleId45);
            paragraphProperties47.Append(paragraphBorders15);
            paragraphProperties47.Append(spacingBetweenLines52);
            paragraphProperties47.Append(paragraphMarkRunProperties18);

            Run run55 = new Run() { RsidRunProperties = "006B1D99" };

            RunProperties runProperties29 = new RunProperties();
            RunStyle runStyle12 = new RunStyle() { Val = "DateCar" };
            RunFonts runFonts54 = new RunFonts() { EastAsia = "MS Mincho" };
            FontSize fontSize51 = new FontSize() { Val = "20" };
            FontSizeComplexScript fontSizeComplexScript52 = new FontSizeComplexScript() { Val = "20" };

            runProperties29.Append(runStyle12);
            runProperties29.Append(runFonts54);
            runProperties29.Append(fontSize51);
            runProperties29.Append(fontSizeComplexScript52);
            Text text33 = new Text();
            text33.Text = "NOVEMBER 30, 2005";

            run55.Append(runProperties29);
            run55.Append(text33);

            paragraph52.Append(paragraphProperties47);
            paragraph52.Append(run55);

            customXmlBlock25.Append(paragraph52);

            Paragraph paragraph53 = new Paragraph() { RsidParagraphMarkRevision = "00F34666", RsidParagraphAddition = "002E7D22", RsidParagraphProperties = "00C913B8", RsidRunAdditionDefault = "00740A1C" };

            ParagraphProperties paragraphProperties48 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId46 = new ParagraphStyleId() { Val = "Titre1" };

            paragraphProperties48.Append(paragraphStyleId46);

            Run run56 = new Run();
            Text text34 = new Text();
            text34.Text = "MORGAN STANLEY INVESTMENT MANAGEMENT, INC";

            run56.Append(text34);
            CustomXmlRun customXmlRun10 = new CustomXmlRun() { Uri = "errors@http://hubblereports.com/namespace", Element = "ContentTypeDesc" };
            CustomXmlRun customXmlRun11 = new CustomXmlRun() { Uri = "http://hubblereports.com/namespace", Element = "ManagerName" };

            paragraph53.Append(paragraphProperties48);
            paragraph53.Append(run56);
            paragraph53.Append(customXmlRun10);
            paragraph53.Append(customXmlRun11);

            customXmlBlock24.Append(customXmlBlock25);
            customXmlBlock24.Append(paragraph53);

            customXmlBlock23.Append(customXmlBlock24);

            header2.Append(paragraph51);
            header2.Append(customXmlBlock23);

            headerPart2.Header = header2;
        }
        // Generates content of footerPart2.
        private void GenerateFooterPart2Content(FooterPart footerPart2)
        {
            Footer footer2 = new Footer();

            Paragraph paragraph42 = new Paragraph() { RsidParagraphAddition = "00F34666", RsidParagraphProperties = "00F34666", RsidRunAdditionDefault = "00740A1C" };

            ParagraphProperties paragraphProperties39 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId37 = new ParagraphStyleId() { Val = "FooterRankLegend" };

            Tabs tabs24 = new Tabs();
            TabStop tabStop24 = new TabStop() { Val = TabStopValues.Left, Position = 3315 };

            tabs24.Append(tabStop24);
            SpacingBetweenLines spacingBetweenLines49 = new SpacingBetweenLines() { After = "240" };

            paragraphProperties39.Append(paragraphStyleId37);
            paragraphProperties39.Append(tabs24);
            paragraphProperties39.Append(spacingBetweenLines49);

            Run run48 = new Run();

            RunProperties runProperties26 = new RunProperties();
            NoProof noProof13 = new NoProof();
            Languages languages32 = new Languages() { Val = "fr-CA", EastAsia = "fr-CA" };

            runProperties26.Append(noProof13);
            runProperties26.Append(languages32);

            Drawing drawing13 = new Drawing();

            Wp.Inline inline11 = new Wp.Inline() { DistanceFromTop = (UInt32Value)0U, DistanceFromBottom = (UInt32Value)0U, DistanceFromLeft = (UInt32Value)0U, DistanceFromRight = (UInt32Value)0U };
            Wp.Extent extent13 = new Wp.Extent() { Cx = 1447800L, Cy = 314325L };
            Wp.EffectExtent effectExtent13 = new Wp.EffectExtent() { LeftEdge = 19050L, TopEdge = 0L, RightEdge = 0L, BottomEdge = 0L };
            Wp.DocProperties docProperties13 = new Wp.DocProperties() { Id = (UInt32Value)12U, Name = "Image 12", Description = "RADAR_RankLegend" };

            Wp.NonVisualGraphicFrameDrawingProperties nonVisualGraphicFrameDrawingProperties13 = new Wp.NonVisualGraphicFrameDrawingProperties();
            A.GraphicFrameLocks graphicFrameLocks13 = new A.GraphicFrameLocks() { NoChangeAspect = true };

            nonVisualGraphicFrameDrawingProperties13.Append(graphicFrameLocks13);

            A.Graphic graphic13 = new A.Graphic();

            A.GraphicData graphicData13 = new A.GraphicData() { Uri = "http://schemas.openxmlformats.org/drawingml/2006/picture" };

            Pic.Picture picture13 = new Pic.Picture();

            Pic.NonVisualPictureProperties nonVisualPictureProperties13 = new Pic.NonVisualPictureProperties();
            Pic.NonVisualDrawingProperties nonVisualDrawingProperties13 = new Pic.NonVisualDrawingProperties() { Id = (UInt32Value)0U, Name = "Picture 12", Description = "RADAR_RankLegend" };

            Pic.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties13 = new Pic.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks13 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties13.Append(pictureLocks13);

            nonVisualPictureProperties13.Append(nonVisualDrawingProperties13);
            nonVisualPictureProperties13.Append(nonVisualPictureDrawingProperties13);

            Pic.BlipFill blipFill13 = new Pic.BlipFill();
            A.Blip blip13 = new A.Blip() { Embed = "rId1" };
            A.SourceRectangle sourceRectangle13 = new A.SourceRectangle();

            A.Stretch stretch13 = new A.Stretch();
            A.FillRectangle fillRectangle13 = new A.FillRectangle();

            stretch13.Append(fillRectangle13);

            blipFill13.Append(blip13);
            blipFill13.Append(sourceRectangle13);
            blipFill13.Append(stretch13);

            Pic.ShapeProperties shapeProperties13 = new Pic.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D13 = new A.Transform2D();
            A.Offset offset13 = new A.Offset() { X = 0L, Y = 0L };
            A.Extents extents13 = new A.Extents() { Cx = 1447800L, Cy = 314325L };

            transform2D13.Append(offset13);
            transform2D13.Append(extents13);

            A.PresetGeometry presetGeometry13 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList13 = new A.AdjustValueList();

            presetGeometry13.Append(adjustValueList13);
            A.NoFill noFill23 = new A.NoFill();

            A.Outline outline11 = new A.Outline() { Width = 9525 };
            A.NoFill noFill24 = new A.NoFill();
            A.Miter miter11 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd11 = new A.HeadEnd();
            A.TailEnd tailEnd11 = new A.TailEnd();

            outline11.Append(noFill24);
            outline11.Append(miter11);
            outline11.Append(headEnd11);
            outline11.Append(tailEnd11);

            shapeProperties13.Append(transform2D13);
            shapeProperties13.Append(presetGeometry13);
            shapeProperties13.Append(noFill23);
            shapeProperties13.Append(outline11);

            picture13.Append(nonVisualPictureProperties13);
            picture13.Append(blipFill13);
            picture13.Append(shapeProperties13);

            graphicData13.Append(picture13);

            graphic13.Append(graphicData13);

            inline11.Append(extent13);
            inline11.Append(effectExtent13);
            inline11.Append(docProperties13);
            inline11.Append(nonVisualGraphicFrameDrawingProperties13);
            inline11.Append(graphic13);

            drawing13.Append(inline11);

            run48.Append(runProperties26);
            run48.Append(drawing13);

            Run run49 = new Run() { RsidRunAddition = "00F34666" };
            TabChar tabChar2 = new TabChar();

            run49.Append(tabChar2);

            paragraph42.Append(paragraphProperties39);
            paragraph42.Append(run48);
            paragraph42.Append(run49);

            Paragraph paragraph43 = new Paragraph() { RsidParagraphAddition = "00F34666", RsidParagraphProperties = "00782598", RsidRunAdditionDefault = "00F34666" };

            ParagraphProperties paragraphProperties40 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId38 = new ParagraphStyleId() { Val = "Disclaimer" };

            ParagraphBorders paragraphBorders12 = new ParagraphBorders();
            TopBorder topBorder10 = new TopBorder() { Val = BorderValues.Single, Color = "66AADD", Size = (UInt32Value)48U, Space = (UInt32Value)1U };

            paragraphBorders12.Append(topBorder10);

            paragraphProperties40.Append(paragraphStyleId38);
            paragraphProperties40.Append(paragraphBorders12);

            paragraph43.Append(paragraphProperties40);

            Table table4 = new Table();

            TableProperties tableProperties4 = new TableProperties();
            TableStyle tableStyle4 = new TableStyle() { Val = "Grilledutableau" };
            TableWidth tableWidth4 = new TableWidth() { Width = "0", Type = TableWidthUnitValues.Auto };

            TableBorders tableBorders5 = new TableBorders();
            TopBorder topBorder11 = new TopBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };
            LeftBorder leftBorder6 = new LeftBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };
            BottomBorder bottomBorder12 = new BottomBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };
            RightBorder rightBorder6 = new RightBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };
            InsideHorizontalBorder insideHorizontalBorder5 = new InsideHorizontalBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };
            InsideVerticalBorder insideVerticalBorder5 = new InsideVerticalBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };

            tableBorders5.Append(topBorder11);
            tableBorders5.Append(leftBorder6);
            tableBorders5.Append(bottomBorder12);
            tableBorders5.Append(rightBorder6);
            tableBorders5.Append(insideHorizontalBorder5);
            tableBorders5.Append(insideVerticalBorder5);
            TableLayout tableLayout4 = new TableLayout() { Type = TableLayoutValues.Fixed };
            TableLook tableLook4 = new TableLook() { Val = "01E0" };

            tableProperties4.Append(tableStyle4);
            tableProperties4.Append(tableWidth4);
            tableProperties4.Append(tableBorders5);
            tableProperties4.Append(tableLayout4);
            tableProperties4.Append(tableLook4);

            TableGrid tableGrid4 = new TableGrid();
            GridColumn gridColumn10 = new GridColumn() { Width = "8388" };
            GridColumn gridColumn11 = new GridColumn() { Width = "540" };

            tableGrid4.Append(gridColumn10);
            tableGrid4.Append(gridColumn11);

            TableRow tableRow5 = new TableRow() { RsidTableRowAddition = "002A248B", RsidTableRowProperties = "002A248B" };

            TableRowProperties tableRowProperties3 = new TableRowProperties();
            TableRowHeight tableRowHeight3 = new TableRowHeight() { Val = (UInt32Value)618U };

            tableRowProperties3.Append(tableRowHeight3);

            TableCell tableCell14 = new TableCell();

            TableCellProperties tableCellProperties14 = new TableCellProperties();
            TableCellWidth tableCellWidth14 = new TableCellWidth() { Width = "8388", Type = TableWidthUnitValues.Dxa };

            tableCellProperties14.Append(tableCellWidth14);

            CustomXmlBlock customXmlBlock20 = new CustomXmlBlock() { Uri = "http://hubblereports.com/namespace", Element = "reportdoc" };

            CustomXmlBlock customXmlBlock21 = new CustomXmlBlock() { Uri = "http://hubblereports.com/namespace", Element = "footer" };

            CustomXmlBlock customXmlBlock22 = new CustomXmlBlock() { Uri = "http://hubblereports.com/namespace", Element = "ShortDisclaimer" };

            Paragraph paragraph44 = new Paragraph() { RsidParagraphMarkRevision = "003F1967", RsidParagraphAddition = "002A248B", RsidParagraphProperties = "00C87F09", RsidRunAdditionDefault = "002A248B" };

            ParagraphProperties paragraphProperties41 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId39 = new ParagraphStyleId() { Val = "Disclaimer" };

            ParagraphBorders paragraphBorders13 = new ParagraphBorders();
            TopBorder topBorder12 = new TopBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };

            paragraphBorders13.Append(topBorder12);

            paragraphProperties41.Append(paragraphStyleId39);
            paragraphProperties41.Append(paragraphBorders13);

            Run run50 = new Run() { RsidRunProperties = "004B56C1" };
            Text text32 = new Text();
            text32.Text = "Confidential Proprietary Information of Russell Investments not to be distributed to third party without the express written consent of Russell Investments. Please see Important Legal Information for further information on this material.";

            run50.Append(text32);

            paragraph44.Append(paragraphProperties41);
            paragraph44.Append(run50);

            customXmlBlock22.Append(paragraph44);

            customXmlBlock21.Append(customXmlBlock22);

            customXmlBlock20.Append(customXmlBlock21);

            Paragraph paragraph45 = new Paragraph() { RsidParagraphAddition = "002A248B", RsidParagraphProperties = "00C87F09", RsidRunAdditionDefault = "002A248B" };

            ParagraphProperties paragraphProperties42 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId40 = new ParagraphStyleId() { Val = "FooterLogo" };

            paragraphProperties42.Append(paragraphStyleId40);

            paragraph45.Append(paragraphProperties42);

            tableCell14.Append(tableCellProperties14);
            tableCell14.Append(customXmlBlock20);
            tableCell14.Append(paragraph45);

            TableCell tableCell15 = new TableCell();

            TableCellProperties tableCellProperties15 = new TableCellProperties();
            TableCellWidth tableCellWidth15 = new TableCellWidth() { Width = "540", Type = TableWidthUnitValues.Dxa };
            TableCellVerticalAlignment tableCellVerticalAlignment2 = new TableCellVerticalAlignment() { Val = TableVerticalAlignmentValues.Center };

            tableCellProperties15.Append(tableCellWidth15);
            tableCellProperties15.Append(tableCellVerticalAlignment2);

            Paragraph paragraph46 = new Paragraph() { RsidParagraphMarkRevision = "00FB4EAB", RsidParagraphAddition = "002A248B", RsidParagraphProperties = "00FB4EAB", RsidRunAdditionDefault = "00740A1C" };

            ParagraphProperties paragraphProperties43 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId41 = new ParagraphStyleId() { Val = "FooterLogo" };
            Justification justification9 = new Justification() { Val = JustificationValues.Left };

            paragraphProperties43.Append(paragraphStyleId41);
            paragraphProperties43.Append(justification9);

            Run run51 = new Run();

            RunProperties runProperties27 = new RunProperties();
            NoProof noProof14 = new NoProof();
            Languages languages33 = new Languages() { Val = "fr-CA", EastAsia = "fr-CA" };

            runProperties27.Append(noProof14);
            runProperties27.Append(languages33);

            Drawing drawing14 = new Drawing();

            Wp.Anchor anchor3 = new Wp.Anchor() { DistanceFromTop = (UInt32Value)0U, DistanceFromBottom = (UInt32Value)0U, DistanceFromLeft = (UInt32Value)114300U, DistanceFromRight = (UInt32Value)114300U, SimplePos = false, RelativeHeight = (UInt32Value)251656192U, BehindDoc = false, Locked = false, LayoutInCell = true, AllowOverlap = true };
            Wp.SimplePosition simplePosition3 = new Wp.SimplePosition() { X = 0L, Y = 0L };

            Wp.HorizontalPosition horizontalPosition3 = new Wp.HorizontalPosition() { RelativeFrom = Wp.HorizontalRelativePositionValues.Column };
            Wp.PositionOffset positionOffset5 = new Wp.PositionOffset();
            positionOffset5.Text = "388620";

            horizontalPosition3.Append(positionOffset5);

            Wp.VerticalPosition verticalPosition3 = new Wp.VerticalPosition() { RelativeFrom = Wp.VerticalRelativePositionValues.Paragraph };
            Wp.PositionOffset positionOffset6 = new Wp.PositionOffset();
            positionOffset6.Text = "-2077720";

            verticalPosition3.Append(positionOffset6);
            Wp.Extent extent14 = new Wp.Extent() { Cx = 1085850L, Cy = 323850L };
            Wp.EffectExtent effectExtent14 = new Wp.EffectExtent() { LeftEdge = 19050L, TopEdge = 0L, RightEdge = 0L, BottomEdge = 0L };
            Wp.WrapNone wrapNone3 = new Wp.WrapNone();
            Wp.DocProperties docProperties14 = new Wp.DocProperties() { Id = (UInt32Value)62U, Name = "Image 62", Description = "RADAR_RLogo" };

            Wp.NonVisualGraphicFrameDrawingProperties nonVisualGraphicFrameDrawingProperties14 = new Wp.NonVisualGraphicFrameDrawingProperties();
            A.GraphicFrameLocks graphicFrameLocks14 = new A.GraphicFrameLocks() { NoChangeAspect = true };

            nonVisualGraphicFrameDrawingProperties14.Append(graphicFrameLocks14);

            A.Graphic graphic14 = new A.Graphic();

            A.GraphicData graphicData14 = new A.GraphicData() { Uri = "http://schemas.openxmlformats.org/drawingml/2006/picture" };

            Pic.Picture picture14 = new Pic.Picture();

            Pic.NonVisualPictureProperties nonVisualPictureProperties14 = new Pic.NonVisualPictureProperties();
            Pic.NonVisualDrawingProperties nonVisualDrawingProperties14 = new Pic.NonVisualDrawingProperties() { Id = (UInt32Value)0U, Name = "Picture 62", Description = "RADAR_RLogo" };

            Pic.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties14 = new Pic.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks14 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties14.Append(pictureLocks14);

            nonVisualPictureProperties14.Append(nonVisualDrawingProperties14);
            nonVisualPictureProperties14.Append(nonVisualPictureDrawingProperties14);

            Pic.BlipFill blipFill14 = new Pic.BlipFill();
            A.Blip blip14 = new A.Blip() { Embed = "rId2" };
            A.SourceRectangle sourceRectangle14 = new A.SourceRectangle();

            A.Stretch stretch14 = new A.Stretch();
            A.FillRectangle fillRectangle14 = new A.FillRectangle();

            stretch14.Append(fillRectangle14);

            blipFill14.Append(blip14);
            blipFill14.Append(sourceRectangle14);
            blipFill14.Append(stretch14);

            Pic.ShapeProperties shapeProperties14 = new Pic.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D14 = new A.Transform2D();
            A.Offset offset14 = new A.Offset() { X = 0L, Y = 0L };
            A.Extents extents14 = new A.Extents() { Cx = 1085850L, Cy = 323850L };

            transform2D14.Append(offset14);
            transform2D14.Append(extents14);

            A.PresetGeometry presetGeometry14 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList14 = new A.AdjustValueList();

            presetGeometry14.Append(adjustValueList14);
            A.NoFill noFill25 = new A.NoFill();

            shapeProperties14.Append(transform2D14);
            shapeProperties14.Append(presetGeometry14);
            shapeProperties14.Append(noFill25);

            picture14.Append(nonVisualPictureProperties14);
            picture14.Append(blipFill14);
            picture14.Append(shapeProperties14);

            graphicData14.Append(picture14);

            graphic14.Append(graphicData14);

            anchor3.Append(simplePosition3);
            anchor3.Append(horizontalPosition3);
            anchor3.Append(verticalPosition3);
            anchor3.Append(extent14);
            anchor3.Append(effectExtent14);
            anchor3.Append(wrapNone3);
            anchor3.Append(docProperties14);
            anchor3.Append(nonVisualGraphicFrameDrawingProperties14);
            anchor3.Append(graphic14);

            drawing14.Append(anchor3);

            run51.Append(runProperties27);
            run51.Append(drawing14);

            paragraph46.Append(paragraphProperties43);
            paragraph46.Append(run51);

            tableCell15.Append(tableCellProperties15);
            tableCell15.Append(paragraph46);

            tableRow5.Append(tableRowProperties3);
            tableRow5.Append(tableCell14);
            tableRow5.Append(tableCell15);

            table4.Append(tableProperties4);
            table4.Append(tableGrid4);
            table4.Append(tableRow5);

            Paragraph paragraph47 = new Paragraph() { RsidParagraphAddition = "00F34666", RsidParagraphProperties = "00F34666", RsidRunAdditionDefault = "00F34666" };

            ParagraphProperties paragraphProperties44 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId42 = new ParagraphStyleId() { Val = "FooterLogo" };

            paragraphProperties44.Append(paragraphStyleId42);

            paragraph47.Append(paragraphProperties44);

            Paragraph paragraph48 = new Paragraph() { RsidParagraphMarkRevision = "00F34666", RsidParagraphAddition = "003E4D99", RsidParagraphProperties = "00F34666", RsidRunAdditionDefault = "003E4D99" };

            ParagraphProperties paragraphProperties45 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId43 = new ParagraphStyleId() { Val = "FooterPageNumber" };
            SpacingBetweenLines spacingBetweenLines50 = new SpacingBetweenLines() { After = "320" };

            paragraphProperties45.Append(paragraphStyleId43);
            paragraphProperties45.Append(spacingBetweenLines50);

            paragraph48.Append(paragraphProperties45);

            footer2.Append(paragraph42);
            footer2.Append(paragraph43);
            footer2.Append(table4);
            footer2.Append(paragraph47);
            footer2.Append(paragraph48);

            footerPart2.Footer = footer2;
        }
Exemplo n.º 6
0
        // Generates content of slideLayoutPart6.
        private void GenerateSlideLayoutPart6Content(SlideLayoutPart slideLayoutPart6)
        {
            SlideLayout slideLayout6 = new SlideLayout(){ Preserve = true };
            slideLayout6.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");
            slideLayout6.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            slideLayout6.AddNamespaceDeclaration("p", "http://schemas.openxmlformats.org/presentationml/2006/main");

            CommonSlideData commonSlideData8 = new CommonSlideData(){ Name = "Quote with Caption" };

            ShapeTree shapeTree8 = new ShapeTree();

            NonVisualGroupShapeProperties nonVisualGroupShapeProperties8 = new NonVisualGroupShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties64 = new NonVisualDrawingProperties(){ Id = (UInt32Value)1U, Name = "" };
            NonVisualGroupShapeDrawingProperties nonVisualGroupShapeDrawingProperties8 = new NonVisualGroupShapeDrawingProperties();
            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties64 = new ApplicationNonVisualDrawingProperties();

            nonVisualGroupShapeProperties8.Append(nonVisualDrawingProperties64);
            nonVisualGroupShapeProperties8.Append(nonVisualGroupShapeDrawingProperties8);
            nonVisualGroupShapeProperties8.Append(applicationNonVisualDrawingProperties64);

            GroupShapeProperties groupShapeProperties8 = new GroupShapeProperties();

            A.TransformGroup transformGroup8 = new A.TransformGroup();
            A.Offset offset47 = new A.Offset(){ X = 0L, Y = 0L };
            A.Extents extents47 = new A.Extents(){ Cx = 0L, Cy = 0L };
            A.ChildOffset childOffset8 = new A.ChildOffset(){ X = 0L, Y = 0L };
            A.ChildExtents childExtents8 = new A.ChildExtents(){ Cx = 0L, Cy = 0L };

            transformGroup8.Append(offset47);
            transformGroup8.Append(extents47);
            transformGroup8.Append(childOffset8);
            transformGroup8.Append(childExtents8);

            groupShapeProperties8.Append(transformGroup8);

            Shape shape32 = new Shape();

            NonVisualShapeProperties nonVisualShapeProperties32 = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties65 = new NonVisualDrawingProperties(){ Id = (UInt32Value)2U, Name = "Title 1" };

            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties32 = new NonVisualShapeDrawingProperties();
            A.ShapeLocks shapeLocks32 = new A.ShapeLocks(){ NoGrouping = true };

            nonVisualShapeDrawingProperties32.Append(shapeLocks32);

            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties65 = new ApplicationNonVisualDrawingProperties();
            PlaceholderShape placeholderShape32 = new PlaceholderShape(){ Type = PlaceholderValues.Title };

            applicationNonVisualDrawingProperties65.Append(placeholderShape32);

            nonVisualShapeProperties32.Append(nonVisualDrawingProperties65);
            nonVisualShapeProperties32.Append(nonVisualShapeDrawingProperties32);
            nonVisualShapeProperties32.Append(applicationNonVisualDrawingProperties65);

            ShapeProperties shapeProperties57 = new ShapeProperties();

            A.Transform2D transform2D40 = new A.Transform2D();
            A.Offset offset48 = new A.Offset(){ X = 1141709L, Y = 685800L };
            A.Extents extents48 = new A.Extents(){ Cx = 9146383L, Cy = 2743200L };

            transform2D40.Append(offset48);
            transform2D40.Append(extents48);

            shapeProperties57.Append(transform2D40);

            TextBody textBody32 = new TextBody();

            A.BodyProperties bodyProperties32 = new A.BodyProperties(){ Anchor = A.TextAnchoringTypeValues.Center };
            A.NormalAutoFit normalAutoFit12 = new A.NormalAutoFit();

            bodyProperties32.Append(normalAutoFit12);

            A.ListStyle listStyle32 = new A.ListStyle();

            A.Level1ParagraphProperties level1ParagraphProperties17 = new A.Level1ParagraphProperties(){ Alignment = A.TextAlignmentTypeValues.Left };

            A.DefaultRunProperties defaultRunProperties91 = new A.DefaultRunProperties(){ FontSize = 3200, Bold = false, Capital = A.TextCapsValues.All };

            A.SolidFill solidFill97 = new A.SolidFill();
            A.SchemeColor schemeColor211 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill97.Append(schemeColor211);

            defaultRunProperties91.Append(solidFill97);

            level1ParagraphProperties17.Append(defaultRunProperties91);

            listStyle32.Append(level1ParagraphProperties17);

            A.Paragraph paragraph40 = new A.Paragraph();

            A.Run run23 = new A.Run();

            A.RunProperties runProperties35 = new A.RunProperties(){ Language = "en-US", AlternativeLanguage = "ja-JP" };
            runProperties35.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text35 = new A.Text();
            text35.Text = "Click to edit Master title style";

            run23.Append(runProperties35);
            run23.Append(text35);
            A.EndParagraphRunProperties endParagraphRunProperties29 = new A.EndParagraphRunProperties(){ Language = "en-US", Dirty = false };

            paragraph40.Append(run23);
            paragraph40.Append(endParagraphRunProperties29);

            textBody32.Append(bodyProperties32);
            textBody32.Append(listStyle32);
            textBody32.Append(paragraph40);

            shape32.Append(nonVisualShapeProperties32);
            shape32.Append(shapeProperties57);
            shape32.Append(textBody32);

            Shape shape33 = new Shape();

            NonVisualShapeProperties nonVisualShapeProperties33 = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties66 = new NonVisualDrawingProperties(){ Id = (UInt32Value)3U, Name = "Text Placeholder 2" };

            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties33 = new NonVisualShapeDrawingProperties();
            A.ShapeLocks shapeLocks33 = new A.ShapeLocks(){ NoGrouping = true };

            nonVisualShapeDrawingProperties33.Append(shapeLocks33);

            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties66 = new ApplicationNonVisualDrawingProperties();
            PlaceholderShape placeholderShape33 = new PlaceholderShape(){ Type = PlaceholderValues.Body, Index = (UInt32Value)1U };

            applicationNonVisualDrawingProperties66.Append(placeholderShape33);

            nonVisualShapeProperties33.Append(nonVisualDrawingProperties66);
            nonVisualShapeProperties33.Append(nonVisualShapeDrawingProperties33);
            nonVisualShapeProperties33.Append(applicationNonVisualDrawingProperties66);

            ShapeProperties shapeProperties58 = new ShapeProperties();

            A.Transform2D transform2D41 = new A.Transform2D();
            A.Offset offset49 = new A.Offset(){ X = 684391L, Y = 4301068L };
            A.Extents extents49 = new A.Extents(){ Cx = 8536623L, Cy = 1684865L };

            transform2D41.Append(offset49);
            transform2D41.Append(extents49);

            shapeProperties58.Append(transform2D41);

            TextBody textBody33 = new TextBody();

            A.BodyProperties bodyProperties33 = new A.BodyProperties(){ Anchor = A.TextAnchoringTypeValues.Center };
            A.NormalAutoFit normalAutoFit13 = new A.NormalAutoFit();

            bodyProperties33.Append(normalAutoFit13);

            A.ListStyle listStyle33 = new A.ListStyle();

            A.Level1ParagraphProperties level1ParagraphProperties18 = new A.Level1ParagraphProperties(){ LeftMargin = 0, Indent = 0, Alignment = A.TextAlignmentTypeValues.Left };
            A.NoBullet noBullet38 = new A.NoBullet();

            A.DefaultRunProperties defaultRunProperties92 = new A.DefaultRunProperties(){ FontSize = 2000 };

            A.SolidFill solidFill98 = new A.SolidFill();

            A.SchemeColor schemeColor212 = new A.SchemeColor(){ Val = A.SchemeColorValues.Background2 };
            A.LuminanceModulation luminanceModulation19 = new A.LuminanceModulation(){ Val = 75000 };

            schemeColor212.Append(luminanceModulation19);

            solidFill98.Append(schemeColor212);

            defaultRunProperties92.Append(solidFill98);

            level1ParagraphProperties18.Append(noBullet38);
            level1ParagraphProperties18.Append(defaultRunProperties92);

            A.Level2ParagraphProperties level2ParagraphProperties10 = new A.Level2ParagraphProperties(){ LeftMargin = 457200, Indent = 0 };
            A.NoBullet noBullet39 = new A.NoBullet();

            A.DefaultRunProperties defaultRunProperties93 = new A.DefaultRunProperties(){ FontSize = 1800 };

            A.SolidFill solidFill99 = new A.SolidFill();

            A.SchemeColor schemeColor213 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.Tint tint31 = new A.Tint(){ Val = 75000 };

            schemeColor213.Append(tint31);

            solidFill99.Append(schemeColor213);

            defaultRunProperties93.Append(solidFill99);

            level2ParagraphProperties10.Append(noBullet39);
            level2ParagraphProperties10.Append(defaultRunProperties93);

            A.Level3ParagraphProperties level3ParagraphProperties10 = new A.Level3ParagraphProperties(){ LeftMargin = 914400, Indent = 0 };
            A.NoBullet noBullet40 = new A.NoBullet();

            A.DefaultRunProperties defaultRunProperties94 = new A.DefaultRunProperties(){ FontSize = 1600 };

            A.SolidFill solidFill100 = new A.SolidFill();

            A.SchemeColor schemeColor214 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.Tint tint32 = new A.Tint(){ Val = 75000 };

            schemeColor214.Append(tint32);

            solidFill100.Append(schemeColor214);

            defaultRunProperties94.Append(solidFill100);

            level3ParagraphProperties10.Append(noBullet40);
            level3ParagraphProperties10.Append(defaultRunProperties94);

            A.Level4ParagraphProperties level4ParagraphProperties10 = new A.Level4ParagraphProperties(){ LeftMargin = 1371600, Indent = 0 };
            A.NoBullet noBullet41 = new A.NoBullet();

            A.DefaultRunProperties defaultRunProperties95 = new A.DefaultRunProperties(){ FontSize = 1400 };

            A.SolidFill solidFill101 = new A.SolidFill();

            A.SchemeColor schemeColor215 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.Tint tint33 = new A.Tint(){ Val = 75000 };

            schemeColor215.Append(tint33);

            solidFill101.Append(schemeColor215);

            defaultRunProperties95.Append(solidFill101);

            level4ParagraphProperties10.Append(noBullet41);
            level4ParagraphProperties10.Append(defaultRunProperties95);

            A.Level5ParagraphProperties level5ParagraphProperties10 = new A.Level5ParagraphProperties(){ LeftMargin = 1828800, Indent = 0 };
            A.NoBullet noBullet42 = new A.NoBullet();

            A.DefaultRunProperties defaultRunProperties96 = new A.DefaultRunProperties(){ FontSize = 1400 };

            A.SolidFill solidFill102 = new A.SolidFill();

            A.SchemeColor schemeColor216 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.Tint tint34 = new A.Tint(){ Val = 75000 };

            schemeColor216.Append(tint34);

            solidFill102.Append(schemeColor216);

            defaultRunProperties96.Append(solidFill102);

            level5ParagraphProperties10.Append(noBullet42);
            level5ParagraphProperties10.Append(defaultRunProperties96);

            A.Level6ParagraphProperties level6ParagraphProperties10 = new A.Level6ParagraphProperties(){ LeftMargin = 2286000, Indent = 0 };
            A.NoBullet noBullet43 = new A.NoBullet();

            A.DefaultRunProperties defaultRunProperties97 = new A.DefaultRunProperties(){ FontSize = 1400 };

            A.SolidFill solidFill103 = new A.SolidFill();

            A.SchemeColor schemeColor217 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.Tint tint35 = new A.Tint(){ Val = 75000 };

            schemeColor217.Append(tint35);

            solidFill103.Append(schemeColor217);

            defaultRunProperties97.Append(solidFill103);

            level6ParagraphProperties10.Append(noBullet43);
            level6ParagraphProperties10.Append(defaultRunProperties97);

            A.Level7ParagraphProperties level7ParagraphProperties10 = new A.Level7ParagraphProperties(){ LeftMargin = 2743200, Indent = 0 };
            A.NoBullet noBullet44 = new A.NoBullet();

            A.DefaultRunProperties defaultRunProperties98 = new A.DefaultRunProperties(){ FontSize = 1400 };

            A.SolidFill solidFill104 = new A.SolidFill();

            A.SchemeColor schemeColor218 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.Tint tint36 = new A.Tint(){ Val = 75000 };

            schemeColor218.Append(tint36);

            solidFill104.Append(schemeColor218);

            defaultRunProperties98.Append(solidFill104);

            level7ParagraphProperties10.Append(noBullet44);
            level7ParagraphProperties10.Append(defaultRunProperties98);

            A.Level8ParagraphProperties level8ParagraphProperties10 = new A.Level8ParagraphProperties(){ LeftMargin = 3200400, Indent = 0 };
            A.NoBullet noBullet45 = new A.NoBullet();

            A.DefaultRunProperties defaultRunProperties99 = new A.DefaultRunProperties(){ FontSize = 1400 };

            A.SolidFill solidFill105 = new A.SolidFill();

            A.SchemeColor schemeColor219 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.Tint tint37 = new A.Tint(){ Val = 75000 };

            schemeColor219.Append(tint37);

            solidFill105.Append(schemeColor219);

            defaultRunProperties99.Append(solidFill105);

            level8ParagraphProperties10.Append(noBullet45);
            level8ParagraphProperties10.Append(defaultRunProperties99);

            A.Level9ParagraphProperties level9ParagraphProperties10 = new A.Level9ParagraphProperties(){ LeftMargin = 3657600, Indent = 0 };
            A.NoBullet noBullet46 = new A.NoBullet();

            A.DefaultRunProperties defaultRunProperties100 = new A.DefaultRunProperties(){ FontSize = 1400 };

            A.SolidFill solidFill106 = new A.SolidFill();

            A.SchemeColor schemeColor220 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.Tint tint38 = new A.Tint(){ Val = 75000 };

            schemeColor220.Append(tint38);

            solidFill106.Append(schemeColor220);

            defaultRunProperties100.Append(solidFill106);

            level9ParagraphProperties10.Append(noBullet46);
            level9ParagraphProperties10.Append(defaultRunProperties100);

            listStyle33.Append(level1ParagraphProperties18);
            listStyle33.Append(level2ParagraphProperties10);
            listStyle33.Append(level3ParagraphProperties10);
            listStyle33.Append(level4ParagraphProperties10);
            listStyle33.Append(level5ParagraphProperties10);
            listStyle33.Append(level6ParagraphProperties10);
            listStyle33.Append(level7ParagraphProperties10);
            listStyle33.Append(level8ParagraphProperties10);
            listStyle33.Append(level9ParagraphProperties10);

            A.Paragraph paragraph41 = new A.Paragraph();
            A.ParagraphProperties paragraphProperties14 = new A.ParagraphProperties(){ Level = 0 };

            A.Run run24 = new A.Run();

            A.RunProperties runProperties36 = new A.RunProperties(){ Language = "en-US", AlternativeLanguage = "ja-JP" };
            runProperties36.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text36 = new A.Text();
            text36.Text = "Click to edit Master text styles";

            run24.Append(runProperties36);
            run24.Append(text36);

            paragraph41.Append(paragraphProperties14);
            paragraph41.Append(run24);

            textBody33.Append(bodyProperties33);
            textBody33.Append(listStyle33);
            textBody33.Append(paragraph41);

            shape33.Append(nonVisualShapeProperties33);
            shape33.Append(shapeProperties58);
            shape33.Append(textBody33);

            Shape shape34 = new Shape();

            NonVisualShapeProperties nonVisualShapeProperties34 = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties67 = new NonVisualDrawingProperties(){ Id = (UInt32Value)4U, Name = "Date Placeholder 3" };

            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties34 = new NonVisualShapeDrawingProperties();
            A.ShapeLocks shapeLocks34 = new A.ShapeLocks(){ NoGrouping = true };

            nonVisualShapeDrawingProperties34.Append(shapeLocks34);

            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties67 = new ApplicationNonVisualDrawingProperties();
            PlaceholderShape placeholderShape34 = new PlaceholderShape(){ Type = PlaceholderValues.DateAndTime, Size = PlaceholderSizeValues.Half, Index = (UInt32Value)10U };

            applicationNonVisualDrawingProperties67.Append(placeholderShape34);

            nonVisualShapeProperties34.Append(nonVisualDrawingProperties67);
            nonVisualShapeProperties34.Append(nonVisualShapeDrawingProperties34);
            nonVisualShapeProperties34.Append(applicationNonVisualDrawingProperties67);
            ShapeProperties shapeProperties59 = new ShapeProperties();

            TextBody textBody34 = new TextBody();
            A.BodyProperties bodyProperties34 = new A.BodyProperties();
            A.ListStyle listStyle34 = new A.ListStyle();

            A.Paragraph paragraph42 = new A.Paragraph();

            A.Field field13 = new A.Field(){ Id = "{CE1A2D98-1BBD-4706-A118-AAC2A16BEAD3}", Type = "datetimeFigureOut" };

            A.RunProperties runProperties37 = new A.RunProperties(){ Kumimoji = true, Language = "ja-JP", AlternativeLanguage = "en-US" };
            runProperties37.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text37 = new A.Text();
            text37.Text = "2012/10/3";

            field13.Append(runProperties37);
            field13.Append(text37);
            A.EndParagraphRunProperties endParagraphRunProperties30 = new A.EndParagraphRunProperties(){ Kumimoji = true, Language = "ja-JP", AlternativeLanguage = "en-US" };

            paragraph42.Append(field13);
            paragraph42.Append(endParagraphRunProperties30);

            textBody34.Append(bodyProperties34);
            textBody34.Append(listStyle34);
            textBody34.Append(paragraph42);

            shape34.Append(nonVisualShapeProperties34);
            shape34.Append(shapeProperties59);
            shape34.Append(textBody34);

            Shape shape35 = new Shape();

            NonVisualShapeProperties nonVisualShapeProperties35 = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties68 = new NonVisualDrawingProperties(){ Id = (UInt32Value)5U, Name = "Footer Placeholder 4" };

            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties35 = new NonVisualShapeDrawingProperties();
            A.ShapeLocks shapeLocks35 = new A.ShapeLocks(){ NoGrouping = true };

            nonVisualShapeDrawingProperties35.Append(shapeLocks35);

            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties68 = new ApplicationNonVisualDrawingProperties();
            PlaceholderShape placeholderShape35 = new PlaceholderShape(){ Type = PlaceholderValues.Footer, Size = PlaceholderSizeValues.Quarter, Index = (UInt32Value)11U };

            applicationNonVisualDrawingProperties68.Append(placeholderShape35);

            nonVisualShapeProperties35.Append(nonVisualDrawingProperties68);
            nonVisualShapeProperties35.Append(nonVisualShapeDrawingProperties35);
            nonVisualShapeProperties35.Append(applicationNonVisualDrawingProperties68);
            ShapeProperties shapeProperties60 = new ShapeProperties();

            TextBody textBody35 = new TextBody();
            A.BodyProperties bodyProperties35 = new A.BodyProperties();
            A.ListStyle listStyle35 = new A.ListStyle();

            A.Paragraph paragraph43 = new A.Paragraph();
            A.EndParagraphRunProperties endParagraphRunProperties31 = new A.EndParagraphRunProperties(){ Kumimoji = true, Language = "ja-JP", AlternativeLanguage = "en-US" };

            paragraph43.Append(endParagraphRunProperties31);

            textBody35.Append(bodyProperties35);
            textBody35.Append(listStyle35);
            textBody35.Append(paragraph43);

            shape35.Append(nonVisualShapeProperties35);
            shape35.Append(shapeProperties60);
            shape35.Append(textBody35);

            Shape shape36 = new Shape();

            NonVisualShapeProperties nonVisualShapeProperties36 = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties69 = new NonVisualDrawingProperties(){ Id = (UInt32Value)6U, Name = "Slide Number Placeholder 5" };

            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties36 = new NonVisualShapeDrawingProperties();
            A.ShapeLocks shapeLocks36 = new A.ShapeLocks(){ NoGrouping = true };

            nonVisualShapeDrawingProperties36.Append(shapeLocks36);

            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties69 = new ApplicationNonVisualDrawingProperties();
            PlaceholderShape placeholderShape36 = new PlaceholderShape(){ Type = PlaceholderValues.SlideNumber, Size = PlaceholderSizeValues.Quarter, Index = (UInt32Value)12U };

            applicationNonVisualDrawingProperties69.Append(placeholderShape36);

            nonVisualShapeProperties36.Append(nonVisualDrawingProperties69);
            nonVisualShapeProperties36.Append(nonVisualShapeDrawingProperties36);
            nonVisualShapeProperties36.Append(applicationNonVisualDrawingProperties69);
            ShapeProperties shapeProperties61 = new ShapeProperties();

            TextBody textBody36 = new TextBody();
            A.BodyProperties bodyProperties36 = new A.BodyProperties();
            A.ListStyle listStyle36 = new A.ListStyle();

            A.Paragraph paragraph44 = new A.Paragraph();

            A.Field field14 = new A.Field(){ Id = "{D107CD50-7081-433F-A1F2-156B4E14F4F4}", Type = "slidenum" };

            A.RunProperties runProperties38 = new A.RunProperties(){ Kumimoji = true, Language = "ja-JP", AlternativeLanguage = "en-US" };
            runProperties38.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text38 = new A.Text();
            text38.Text = "‹#›";

            field14.Append(runProperties38);
            field14.Append(text38);
            A.EndParagraphRunProperties endParagraphRunProperties32 = new A.EndParagraphRunProperties(){ Kumimoji = true, Language = "ja-JP", AlternativeLanguage = "en-US" };

            paragraph44.Append(field14);
            paragraph44.Append(endParagraphRunProperties32);

            textBody36.Append(bodyProperties36);
            textBody36.Append(listStyle36);
            textBody36.Append(paragraph44);

            shape36.Append(nonVisualShapeProperties36);
            shape36.Append(shapeProperties61);
            shape36.Append(textBody36);

            Shape shape37 = new Shape();

            NonVisualShapeProperties nonVisualShapeProperties37 = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties70 = new NonVisualDrawingProperties(){ Id = (UInt32Value)10U, Name = "Text Placeholder 9" };

            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties37 = new NonVisualShapeDrawingProperties();
            A.ShapeLocks shapeLocks37 = new A.ShapeLocks(){ NoGrouping = true };

            nonVisualShapeDrawingProperties37.Append(shapeLocks37);

            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties70 = new ApplicationNonVisualDrawingProperties();
            PlaceholderShape placeholderShape37 = new PlaceholderShape(){ Type = PlaceholderValues.Body, Size = PlaceholderSizeValues.Quarter, Index = (UInt32Value)13U };

            applicationNonVisualDrawingProperties70.Append(placeholderShape37);

            nonVisualShapeProperties37.Append(nonVisualDrawingProperties70);
            nonVisualShapeProperties37.Append(nonVisualShapeDrawingProperties37);
            nonVisualShapeProperties37.Append(applicationNonVisualDrawingProperties70);

            ShapeProperties shapeProperties62 = new ShapeProperties();

            A.Transform2D transform2D42 = new A.Transform2D();
            A.Offset offset50 = new A.Offset(){ X = 1446589L, Y = 3429000L };
            A.Extents extents50 = new A.Extents(){ Cx = 8536623L, Cy = 381000L };

            transform2D42.Append(offset50);
            transform2D42.Append(extents50);

            shapeProperties62.Append(transform2D42);

            TextBody textBody37 = new TextBody();
            A.BodyProperties bodyProperties37 = new A.BodyProperties(){ Anchor = A.TextAnchoringTypeValues.Center };

            A.ListStyle listStyle37 = new A.ListStyle();

            A.Level1ParagraphProperties level1ParagraphProperties19 = new A.Level1ParagraphProperties(){ LeftMargin = 0, Indent = 0 };
            A.BulletFontText bulletFontText1 = new A.BulletFontText();
            A.NoBullet noBullet47 = new A.NoBullet();
            A.DefaultRunProperties defaultRunProperties101 = new A.DefaultRunProperties();

            level1ParagraphProperties19.Append(bulletFontText1);
            level1ParagraphProperties19.Append(noBullet47);
            level1ParagraphProperties19.Append(defaultRunProperties101);

            A.Level2ParagraphProperties level2ParagraphProperties11 = new A.Level2ParagraphProperties(){ LeftMargin = 457200, Indent = 0 };
            A.BulletFontText bulletFontText2 = new A.BulletFontText();
            A.NoBullet noBullet48 = new A.NoBullet();
            A.DefaultRunProperties defaultRunProperties102 = new A.DefaultRunProperties();

            level2ParagraphProperties11.Append(bulletFontText2);
            level2ParagraphProperties11.Append(noBullet48);
            level2ParagraphProperties11.Append(defaultRunProperties102);

            A.Level3ParagraphProperties level3ParagraphProperties11 = new A.Level3ParagraphProperties(){ LeftMargin = 914400, Indent = 0 };
            A.BulletFontText bulletFontText3 = new A.BulletFontText();
            A.NoBullet noBullet49 = new A.NoBullet();
            A.DefaultRunProperties defaultRunProperties103 = new A.DefaultRunProperties();

            level3ParagraphProperties11.Append(bulletFontText3);
            level3ParagraphProperties11.Append(noBullet49);
            level3ParagraphProperties11.Append(defaultRunProperties103);

            A.Level4ParagraphProperties level4ParagraphProperties11 = new A.Level4ParagraphProperties(){ LeftMargin = 1371600, Indent = 0 };
            A.BulletFontText bulletFontText4 = new A.BulletFontText();
            A.NoBullet noBullet50 = new A.NoBullet();
            A.DefaultRunProperties defaultRunProperties104 = new A.DefaultRunProperties();

            level4ParagraphProperties11.Append(bulletFontText4);
            level4ParagraphProperties11.Append(noBullet50);
            level4ParagraphProperties11.Append(defaultRunProperties104);

            A.Level5ParagraphProperties level5ParagraphProperties11 = new A.Level5ParagraphProperties(){ LeftMargin = 1828800, Indent = 0 };
            A.BulletFontText bulletFontText5 = new A.BulletFontText();
            A.NoBullet noBullet51 = new A.NoBullet();
            A.DefaultRunProperties defaultRunProperties105 = new A.DefaultRunProperties();

            level5ParagraphProperties11.Append(bulletFontText5);
            level5ParagraphProperties11.Append(noBullet51);
            level5ParagraphProperties11.Append(defaultRunProperties105);

            listStyle37.Append(level1ParagraphProperties19);
            listStyle37.Append(level2ParagraphProperties11);
            listStyle37.Append(level3ParagraphProperties11);
            listStyle37.Append(level4ParagraphProperties11);
            listStyle37.Append(level5ParagraphProperties11);

            A.Paragraph paragraph45 = new A.Paragraph();
            A.ParagraphProperties paragraphProperties15 = new A.ParagraphProperties(){ Level = 0 };

            A.Run run25 = new A.Run();

            A.RunProperties runProperties39 = new A.RunProperties(){ Language = "en-US", AlternativeLanguage = "ja-JP" };
            runProperties39.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text39 = new A.Text();
            text39.Text = "Click to edit Master text styles";

            run25.Append(runProperties39);
            run25.Append(text39);

            paragraph45.Append(paragraphProperties15);
            paragraph45.Append(run25);

            textBody37.Append(bodyProperties37);
            textBody37.Append(listStyle37);
            textBody37.Append(paragraph45);

            shape37.Append(nonVisualShapeProperties37);
            shape37.Append(shapeProperties62);
            shape37.Append(textBody37);

            Shape shape38 = new Shape();

            NonVisualShapeProperties nonVisualShapeProperties38 = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties71 = new NonVisualDrawingProperties(){ Id = (UInt32Value)14U, Name = "TextBox 13" };
            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties38 = new NonVisualShapeDrawingProperties(){ TextBox = true };
            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties71 = new ApplicationNonVisualDrawingProperties();

            nonVisualShapeProperties38.Append(nonVisualDrawingProperties71);
            nonVisualShapeProperties38.Append(nonVisualShapeDrawingProperties38);
            nonVisualShapeProperties38.Append(applicationNonVisualDrawingProperties71);

            ShapeProperties shapeProperties63 = new ShapeProperties();

            A.Transform2D transform2D43 = new A.Transform2D();
            A.Offset offset51 = new A.Offset(){ X = 531950L, Y = 812222L };
            A.Extents extents51 = new A.Extents(){ Cx = 609759L, Cy = 584776L };

            transform2D43.Append(offset51);
            transform2D43.Append(extents51);

            A.PresetGeometry presetGeometry31 = new A.PresetGeometry(){ Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList31 = new A.AdjustValueList();

            presetGeometry31.Append(adjustValueList31);

            shapeProperties63.Append(transform2D43);
            shapeProperties63.Append(presetGeometry31);

            TextBody textBody38 = new TextBody();

            A.BodyProperties bodyProperties38 = new A.BodyProperties(){ Vertical = A.TextVerticalValues.Horizontal, LeftInset = 91440, TopInset = 45720, RightInset = 91440, BottomInset = 45720, RightToLeftColumns = false, Anchor = A.TextAnchoringTypeValues.Center };
            A.NoAutoFit noAutoFit1 = new A.NoAutoFit();

            bodyProperties38.Append(noAutoFit1);

            A.ListStyle listStyle38 = new A.ListStyle();

            A.Level1ParagraphProperties level1ParagraphProperties20 = new A.Level1ParagraphProperties();

            A.SpaceBefore spaceBefore11 = new A.SpaceBefore();
            A.SpacingPercent spacingPercent11 = new A.SpacingPercent(){ Val = 0 };

            spaceBefore11.Append(spacingPercent11);
            A.NoBullet noBullet52 = new A.NoBullet();

            A.DefaultRunProperties defaultRunProperties106 = new A.DefaultRunProperties(){ FontSize = 3200, Bold = false, Capital = A.TextCapsValues.All };

            A.Outline outline30 = new A.Outline(){ Width = 3175, CompoundLineType = A.CompoundLineValues.Single };
            A.NoFill noFill2 = new A.NoFill();

            outline30.Append(noFill2);

            A.EffectList effectList15 = new A.EffectList();

            A.Glow glow1 = new A.Glow(){ Radius = 38100L };

            A.SchemeColor schemeColor221 = new A.SchemeColor(){ Val = A.SchemeColorValues.Background1 };
            A.LuminanceModulation luminanceModulation20 = new A.LuminanceModulation(){ Val = 65000 };
            A.LuminanceOffset luminanceOffset1 = new A.LuminanceOffset(){ Val = 35000 };
            A.Alpha alpha4 = new A.Alpha(){ Val = 40000 };

            schemeColor221.Append(luminanceModulation20);
            schemeColor221.Append(luminanceOffset1);
            schemeColor221.Append(alpha4);

            glow1.Append(schemeColor221);

            A.OuterShadow outerShadow2 = new A.OuterShadow(){ BlurRadius = 28575L, Distance = 38100L, Direction = 14040000, Alignment = A.RectangleAlignmentValues.TopLeft, RotateWithShape = false };

            A.RgbColorModelHex rgbColorModelHex13 = new A.RgbColorModelHex(){ Val = "000000" };
            A.Alpha alpha5 = new A.Alpha(){ Val = 25000 };

            rgbColorModelHex13.Append(alpha5);

            outerShadow2.Append(rgbColorModelHex13);

            effectList15.Append(glow1);
            effectList15.Append(outerShadow2);
            A.LatinFont latinFont34 = new A.LatinFont(){ Typeface = "+mj-lt" };
            A.EastAsianFont eastAsianFont31 = new A.EastAsianFont(){ Typeface = "+mj-ea" };
            A.ComplexScriptFont complexScriptFont31 = new A.ComplexScriptFont(){ Typeface = "Trebuchet MS" };

            defaultRunProperties106.Append(outline30);
            defaultRunProperties106.Append(effectList15);
            defaultRunProperties106.Append(latinFont34);
            defaultRunProperties106.Append(eastAsianFont31);
            defaultRunProperties106.Append(complexScriptFont31);

            level1ParagraphProperties20.Append(spaceBefore11);
            level1ParagraphProperties20.Append(noBullet52);
            level1ParagraphProperties20.Append(defaultRunProperties106);

            A.Level2ParagraphProperties level2ParagraphProperties12 = new A.Level2ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties107 = new A.DefaultRunProperties();

            A.SolidFill solidFill107 = new A.SolidFill();
            A.SchemeColor schemeColor222 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill107.Append(schemeColor222);

            defaultRunProperties107.Append(solidFill107);

            level2ParagraphProperties12.Append(defaultRunProperties107);

            A.Level3ParagraphProperties level3ParagraphProperties12 = new A.Level3ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties108 = new A.DefaultRunProperties();

            A.SolidFill solidFill108 = new A.SolidFill();
            A.SchemeColor schemeColor223 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill108.Append(schemeColor223);

            defaultRunProperties108.Append(solidFill108);

            level3ParagraphProperties12.Append(defaultRunProperties108);

            A.Level4ParagraphProperties level4ParagraphProperties12 = new A.Level4ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties109 = new A.DefaultRunProperties();

            A.SolidFill solidFill109 = new A.SolidFill();
            A.SchemeColor schemeColor224 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill109.Append(schemeColor224);

            defaultRunProperties109.Append(solidFill109);

            level4ParagraphProperties12.Append(defaultRunProperties109);

            A.Level5ParagraphProperties level5ParagraphProperties12 = new A.Level5ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties110 = new A.DefaultRunProperties();

            A.SolidFill solidFill110 = new A.SolidFill();
            A.SchemeColor schemeColor225 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill110.Append(schemeColor225);

            defaultRunProperties110.Append(solidFill110);

            level5ParagraphProperties12.Append(defaultRunProperties110);

            A.Level6ParagraphProperties level6ParagraphProperties11 = new A.Level6ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties111 = new A.DefaultRunProperties();

            A.SolidFill solidFill111 = new A.SolidFill();
            A.SchemeColor schemeColor226 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill111.Append(schemeColor226);

            defaultRunProperties111.Append(solidFill111);

            level6ParagraphProperties11.Append(defaultRunProperties111);

            A.Level7ParagraphProperties level7ParagraphProperties11 = new A.Level7ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties112 = new A.DefaultRunProperties();

            A.SolidFill solidFill112 = new A.SolidFill();
            A.SchemeColor schemeColor227 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill112.Append(schemeColor227);

            defaultRunProperties112.Append(solidFill112);

            level7ParagraphProperties11.Append(defaultRunProperties112);

            A.Level8ParagraphProperties level8ParagraphProperties11 = new A.Level8ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties113 = new A.DefaultRunProperties();

            A.SolidFill solidFill113 = new A.SolidFill();
            A.SchemeColor schemeColor228 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill113.Append(schemeColor228);

            defaultRunProperties113.Append(solidFill113);

            level8ParagraphProperties11.Append(defaultRunProperties113);

            A.Level9ParagraphProperties level9ParagraphProperties11 = new A.Level9ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties114 = new A.DefaultRunProperties();

            A.SolidFill solidFill114 = new A.SolidFill();
            A.SchemeColor schemeColor229 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill114.Append(schemeColor229);

            defaultRunProperties114.Append(solidFill114);

            level9ParagraphProperties11.Append(defaultRunProperties114);

            listStyle38.Append(level1ParagraphProperties20);
            listStyle38.Append(level2ParagraphProperties12);
            listStyle38.Append(level3ParagraphProperties12);
            listStyle38.Append(level4ParagraphProperties12);
            listStyle38.Append(level5ParagraphProperties12);
            listStyle38.Append(level6ParagraphProperties11);
            listStyle38.Append(level7ParagraphProperties11);
            listStyle38.Append(level8ParagraphProperties11);
            listStyle38.Append(level9ParagraphProperties11);

            A.Paragraph paragraph46 = new A.Paragraph();
            A.ParagraphProperties paragraphProperties16 = new A.ParagraphProperties(){ Level = 0 };

            A.Run run26 = new A.Run();

            A.RunProperties runProperties40 = new A.RunProperties(){ Language = "en-US", FontSize = 8000, Dirty = false };
            runProperties40.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));

            A.SolidFill solidFill115 = new A.SolidFill();
            A.SchemeColor schemeColor230 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill115.Append(schemeColor230);
            A.EffectList effectList16 = new A.EffectList();

            runProperties40.Append(solidFill115);
            runProperties40.Append(effectList16);
            A.Text text40 = new A.Text();
            text40.Text = "“";

            run26.Append(runProperties40);
            run26.Append(text40);

            A.EndParagraphRunProperties endParagraphRunProperties33 = new A.EndParagraphRunProperties(){ Language = "en-US", FontSize = 8000, Dirty = false };

            A.SolidFill solidFill116 = new A.SolidFill();
            A.SchemeColor schemeColor231 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill116.Append(schemeColor231);
            A.EffectList effectList17 = new A.EffectList();

            endParagraphRunProperties33.Append(solidFill116);
            endParagraphRunProperties33.Append(effectList17);

            paragraph46.Append(paragraphProperties16);
            paragraph46.Append(run26);
            paragraph46.Append(endParagraphRunProperties33);

            textBody38.Append(bodyProperties38);
            textBody38.Append(listStyle38);
            textBody38.Append(paragraph46);

            shape38.Append(nonVisualShapeProperties38);
            shape38.Append(shapeProperties63);
            shape38.Append(textBody38);

            Shape shape39 = new Shape();

            NonVisualShapeProperties nonVisualShapeProperties39 = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties72 = new NonVisualDrawingProperties(){ Id = (UInt32Value)15U, Name = "TextBox 14" };
            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties39 = new NonVisualShapeDrawingProperties(){ TextBox = true };
            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties72 = new ApplicationNonVisualDrawingProperties();

            nonVisualShapeProperties39.Append(nonVisualDrawingProperties72);
            nonVisualShapeProperties39.Append(nonVisualShapeDrawingProperties39);
            nonVisualShapeProperties39.Append(applicationNonVisualDrawingProperties72);

            ShapeProperties shapeProperties64 = new ShapeProperties();

            A.Transform2D transform2D44 = new A.Transform2D();
            A.Offset offset52 = new A.Offset(){ X = 10288091L, Y = 2768601L };
            A.Extents extents52 = new A.Extents(){ Cx = 609759L, Cy = 584776L };

            transform2D44.Append(offset52);
            transform2D44.Append(extents52);

            A.PresetGeometry presetGeometry32 = new A.PresetGeometry(){ Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList32 = new A.AdjustValueList();

            presetGeometry32.Append(adjustValueList32);

            shapeProperties64.Append(transform2D44);
            shapeProperties64.Append(presetGeometry32);

            TextBody textBody39 = new TextBody();

            A.BodyProperties bodyProperties39 = new A.BodyProperties(){ Vertical = A.TextVerticalValues.Horizontal, LeftInset = 91440, TopInset = 45720, RightInset = 91440, BottomInset = 45720, RightToLeftColumns = false, Anchor = A.TextAnchoringTypeValues.Center };
            A.NoAutoFit noAutoFit2 = new A.NoAutoFit();

            bodyProperties39.Append(noAutoFit2);

            A.ListStyle listStyle39 = new A.ListStyle();

            A.Level1ParagraphProperties level1ParagraphProperties21 = new A.Level1ParagraphProperties();

            A.SpaceBefore spaceBefore12 = new A.SpaceBefore();
            A.SpacingPercent spacingPercent12 = new A.SpacingPercent(){ Val = 0 };

            spaceBefore12.Append(spacingPercent12);
            A.NoBullet noBullet53 = new A.NoBullet();

            A.DefaultRunProperties defaultRunProperties115 = new A.DefaultRunProperties(){ FontSize = 3200, Bold = false, Capital = A.TextCapsValues.All };

            A.Outline outline31 = new A.Outline(){ Width = 3175, CompoundLineType = A.CompoundLineValues.Single };
            A.NoFill noFill3 = new A.NoFill();

            outline31.Append(noFill3);

            A.EffectList effectList18 = new A.EffectList();

            A.Glow glow2 = new A.Glow(){ Radius = 38100L };

            A.SchemeColor schemeColor232 = new A.SchemeColor(){ Val = A.SchemeColorValues.Background1 };
            A.LuminanceModulation luminanceModulation21 = new A.LuminanceModulation(){ Val = 65000 };
            A.LuminanceOffset luminanceOffset2 = new A.LuminanceOffset(){ Val = 35000 };
            A.Alpha alpha6 = new A.Alpha(){ Val = 40000 };

            schemeColor232.Append(luminanceModulation21);
            schemeColor232.Append(luminanceOffset2);
            schemeColor232.Append(alpha6);

            glow2.Append(schemeColor232);

            A.OuterShadow outerShadow3 = new A.OuterShadow(){ BlurRadius = 28575L, Distance = 38100L, Direction = 14040000, Alignment = A.RectangleAlignmentValues.TopLeft, RotateWithShape = false };

            A.RgbColorModelHex rgbColorModelHex14 = new A.RgbColorModelHex(){ Val = "000000" };
            A.Alpha alpha7 = new A.Alpha(){ Val = 25000 };

            rgbColorModelHex14.Append(alpha7);

            outerShadow3.Append(rgbColorModelHex14);

            effectList18.Append(glow2);
            effectList18.Append(outerShadow3);
            A.LatinFont latinFont35 = new A.LatinFont(){ Typeface = "+mj-lt" };
            A.EastAsianFont eastAsianFont32 = new A.EastAsianFont(){ Typeface = "+mj-ea" };
            A.ComplexScriptFont complexScriptFont32 = new A.ComplexScriptFont(){ Typeface = "Trebuchet MS" };

            defaultRunProperties115.Append(outline31);
            defaultRunProperties115.Append(effectList18);
            defaultRunProperties115.Append(latinFont35);
            defaultRunProperties115.Append(eastAsianFont32);
            defaultRunProperties115.Append(complexScriptFont32);

            level1ParagraphProperties21.Append(spaceBefore12);
            level1ParagraphProperties21.Append(noBullet53);
            level1ParagraphProperties21.Append(defaultRunProperties115);

            A.Level2ParagraphProperties level2ParagraphProperties13 = new A.Level2ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties116 = new A.DefaultRunProperties();

            A.SolidFill solidFill117 = new A.SolidFill();
            A.SchemeColor schemeColor233 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill117.Append(schemeColor233);

            defaultRunProperties116.Append(solidFill117);

            level2ParagraphProperties13.Append(defaultRunProperties116);

            A.Level3ParagraphProperties level3ParagraphProperties13 = new A.Level3ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties117 = new A.DefaultRunProperties();

            A.SolidFill solidFill118 = new A.SolidFill();
            A.SchemeColor schemeColor234 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill118.Append(schemeColor234);

            defaultRunProperties117.Append(solidFill118);

            level3ParagraphProperties13.Append(defaultRunProperties117);

            A.Level4ParagraphProperties level4ParagraphProperties13 = new A.Level4ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties118 = new A.DefaultRunProperties();

            A.SolidFill solidFill119 = new A.SolidFill();
            A.SchemeColor schemeColor235 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill119.Append(schemeColor235);

            defaultRunProperties118.Append(solidFill119);

            level4ParagraphProperties13.Append(defaultRunProperties118);

            A.Level5ParagraphProperties level5ParagraphProperties13 = new A.Level5ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties119 = new A.DefaultRunProperties();

            A.SolidFill solidFill120 = new A.SolidFill();
            A.SchemeColor schemeColor236 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill120.Append(schemeColor236);

            defaultRunProperties119.Append(solidFill120);

            level5ParagraphProperties13.Append(defaultRunProperties119);

            A.Level6ParagraphProperties level6ParagraphProperties12 = new A.Level6ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties120 = new A.DefaultRunProperties();

            A.SolidFill solidFill121 = new A.SolidFill();
            A.SchemeColor schemeColor237 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill121.Append(schemeColor237);

            defaultRunProperties120.Append(solidFill121);

            level6ParagraphProperties12.Append(defaultRunProperties120);

            A.Level7ParagraphProperties level7ParagraphProperties12 = new A.Level7ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties121 = new A.DefaultRunProperties();

            A.SolidFill solidFill122 = new A.SolidFill();
            A.SchemeColor schemeColor238 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill122.Append(schemeColor238);

            defaultRunProperties121.Append(solidFill122);

            level7ParagraphProperties12.Append(defaultRunProperties121);

            A.Level8ParagraphProperties level8ParagraphProperties12 = new A.Level8ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties122 = new A.DefaultRunProperties();

            A.SolidFill solidFill123 = new A.SolidFill();
            A.SchemeColor schemeColor239 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill123.Append(schemeColor239);

            defaultRunProperties122.Append(solidFill123);

            level8ParagraphProperties12.Append(defaultRunProperties122);

            A.Level9ParagraphProperties level9ParagraphProperties12 = new A.Level9ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties123 = new A.DefaultRunProperties();

            A.SolidFill solidFill124 = new A.SolidFill();
            A.SchemeColor schemeColor240 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill124.Append(schemeColor240);

            defaultRunProperties123.Append(solidFill124);

            level9ParagraphProperties12.Append(defaultRunProperties123);

            listStyle39.Append(level1ParagraphProperties21);
            listStyle39.Append(level2ParagraphProperties13);
            listStyle39.Append(level3ParagraphProperties13);
            listStyle39.Append(level4ParagraphProperties13);
            listStyle39.Append(level5ParagraphProperties13);
            listStyle39.Append(level6ParagraphProperties12);
            listStyle39.Append(level7ParagraphProperties12);
            listStyle39.Append(level8ParagraphProperties12);
            listStyle39.Append(level9ParagraphProperties12);

            A.Paragraph paragraph47 = new A.Paragraph();
            A.ParagraphProperties paragraphProperties17 = new A.ParagraphProperties(){ Level = 0, Alignment = A.TextAlignmentTypeValues.Right };

            A.Run run27 = new A.Run();

            A.RunProperties runProperties41 = new A.RunProperties(){ Language = "en-US", FontSize = 8000, Dirty = false };
            runProperties41.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));

            A.SolidFill solidFill125 = new A.SolidFill();
            A.SchemeColor schemeColor241 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill125.Append(schemeColor241);
            A.EffectList effectList19 = new A.EffectList();

            runProperties41.Append(solidFill125);
            runProperties41.Append(effectList19);
            A.Text text41 = new A.Text();
            text41.Text = "”";

            run27.Append(runProperties41);
            run27.Append(text41);

            A.EndParagraphRunProperties endParagraphRunProperties34 = new A.EndParagraphRunProperties(){ Language = "en-US", FontSize = 8000, Dirty = false };

            A.SolidFill solidFill126 = new A.SolidFill();
            A.SchemeColor schemeColor242 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill126.Append(schemeColor242);
            A.EffectList effectList20 = new A.EffectList();

            endParagraphRunProperties34.Append(solidFill126);
            endParagraphRunProperties34.Append(effectList20);

            paragraph47.Append(paragraphProperties17);
            paragraph47.Append(run27);
            paragraph47.Append(endParagraphRunProperties34);

            textBody39.Append(bodyProperties39);
            textBody39.Append(listStyle39);
            textBody39.Append(paragraph47);

            shape39.Append(nonVisualShapeProperties39);
            shape39.Append(shapeProperties64);
            shape39.Append(textBody39);

            ConnectionShape connectionShape26 = new ConnectionShape();

            NonVisualConnectionShapeProperties nonVisualConnectionShapeProperties26 = new NonVisualConnectionShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties73 = new NonVisualDrawingProperties(){ Id = (UInt32Value)23U, Name = "Straight Connector 22" };
            NonVisualConnectorShapeDrawingProperties nonVisualConnectorShapeDrawingProperties26 = new NonVisualConnectorShapeDrawingProperties();
            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties73 = new ApplicationNonVisualDrawingProperties();

            nonVisualConnectionShapeProperties26.Append(nonVisualDrawingProperties73);
            nonVisualConnectionShapeProperties26.Append(nonVisualConnectorShapeDrawingProperties26);
            nonVisualConnectionShapeProperties26.Append(applicationNonVisualDrawingProperties73);

            ShapeProperties shapeProperties65 = new ShapeProperties();

            A.Transform2D transform2D45 = new A.Transform2D(){ HorizontalFlip = true };
            A.Offset offset53 = new A.Offset(){ X = 11278949L, Y = 2963333L };
            A.Extents extents53 = new A.Extents(){ Cx = 913052L, Cy = 912812L };

            transform2D45.Append(offset53);
            transform2D45.Append(extents53);

            A.PresetGeometry presetGeometry33 = new A.PresetGeometry(){ Preset = A.ShapeTypeValues.Line };
            A.AdjustValueList adjustValueList33 = new A.AdjustValueList();

            presetGeometry33.Append(adjustValueList33);

            A.Outline outline32 = new A.Outline(){ Width = 9525 };

            A.SolidFill solidFill127 = new A.SolidFill();
            A.SchemeColor schemeColor243 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill127.Append(schemeColor243);

            outline32.Append(solidFill127);

            shapeProperties65.Append(transform2D45);
            shapeProperties65.Append(presetGeometry33);
            shapeProperties65.Append(outline32);

            ShapeStyle shapeStyle26 = new ShapeStyle();

            A.LineReference lineReference26 = new A.LineReference(){ Index = (UInt32Value)2U };
            A.SchemeColor schemeColor244 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            lineReference26.Append(schemeColor244);

            A.FillReference fillReference26 = new A.FillReference(){ Index = (UInt32Value)0U };
            A.SchemeColor schemeColor245 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            fillReference26.Append(schemeColor245);

            A.EffectReference effectReference26 = new A.EffectReference(){ Index = (UInt32Value)1U };
            A.SchemeColor schemeColor246 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            effectReference26.Append(schemeColor246);

            A.FontReference fontReference26 = new A.FontReference(){ Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor247 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            fontReference26.Append(schemeColor247);

            shapeStyle26.Append(lineReference26);
            shapeStyle26.Append(fillReference26);
            shapeStyle26.Append(effectReference26);
            shapeStyle26.Append(fontReference26);

            connectionShape26.Append(nonVisualConnectionShapeProperties26);
            connectionShape26.Append(shapeProperties65);
            connectionShape26.Append(shapeStyle26);

            ConnectionShape connectionShape27 = new ConnectionShape();

            NonVisualConnectionShapeProperties nonVisualConnectionShapeProperties27 = new NonVisualConnectionShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties74 = new NonVisualDrawingProperties(){ Id = (UInt32Value)24U, Name = "Straight Connector 23" };
            NonVisualConnectorShapeDrawingProperties nonVisualConnectorShapeDrawingProperties27 = new NonVisualConnectorShapeDrawingProperties();
            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties74 = new ApplicationNonVisualDrawingProperties();

            nonVisualConnectionShapeProperties27.Append(nonVisualDrawingProperties74);
            nonVisualConnectionShapeProperties27.Append(nonVisualConnectorShapeDrawingProperties27);
            nonVisualConnectionShapeProperties27.Append(applicationNonVisualDrawingProperties74);

            ShapeProperties shapeProperties66 = new ShapeProperties();

            A.Transform2D transform2D46 = new A.Transform2D(){ HorizontalFlip = true };
            A.Offset offset54 = new A.Offset(){ X = 9209368L, Y = 3190344L };
            A.Extents extents54 = new A.Extents(){ Cx = 2982634L, Cy = 2981856L };

            transform2D46.Append(offset54);
            transform2D46.Append(extents54);

            A.PresetGeometry presetGeometry34 = new A.PresetGeometry(){ Preset = A.ShapeTypeValues.Line };
            A.AdjustValueList adjustValueList34 = new A.AdjustValueList();

            presetGeometry34.Append(adjustValueList34);

            A.Outline outline33 = new A.Outline(){ Width = 9525 };

            A.SolidFill solidFill128 = new A.SolidFill();
            A.SchemeColor schemeColor248 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill128.Append(schemeColor248);

            outline33.Append(solidFill128);

            shapeProperties66.Append(transform2D46);
            shapeProperties66.Append(presetGeometry34);
            shapeProperties66.Append(outline33);

            ShapeStyle shapeStyle27 = new ShapeStyle();

            A.LineReference lineReference27 = new A.LineReference(){ Index = (UInt32Value)2U };
            A.SchemeColor schemeColor249 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            lineReference27.Append(schemeColor249);

            A.FillReference fillReference27 = new A.FillReference(){ Index = (UInt32Value)0U };
            A.SchemeColor schemeColor250 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            fillReference27.Append(schemeColor250);

            A.EffectReference effectReference27 = new A.EffectReference(){ Index = (UInt32Value)1U };
            A.SchemeColor schemeColor251 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            effectReference27.Append(schemeColor251);

            A.FontReference fontReference27 = new A.FontReference(){ Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor252 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            fontReference27.Append(schemeColor252);

            shapeStyle27.Append(lineReference27);
            shapeStyle27.Append(fillReference27);
            shapeStyle27.Append(effectReference27);
            shapeStyle27.Append(fontReference27);

            connectionShape27.Append(nonVisualConnectionShapeProperties27);
            connectionShape27.Append(shapeProperties66);
            connectionShape27.Append(shapeStyle27);

            ConnectionShape connectionShape28 = new ConnectionShape();

            NonVisualConnectionShapeProperties nonVisualConnectionShapeProperties28 = new NonVisualConnectionShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties75 = new NonVisualDrawingProperties(){ Id = (UInt32Value)25U, Name = "Straight Connector 24" };
            NonVisualConnectorShapeDrawingProperties nonVisualConnectorShapeDrawingProperties28 = new NonVisualConnectorShapeDrawingProperties();
            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties75 = new ApplicationNonVisualDrawingProperties();

            nonVisualConnectionShapeProperties28.Append(nonVisualDrawingProperties75);
            nonVisualConnectionShapeProperties28.Append(nonVisualConnectorShapeDrawingProperties28);
            nonVisualConnectionShapeProperties28.Append(applicationNonVisualDrawingProperties75);

            ShapeProperties shapeProperties67 = new ShapeProperties();

            A.Transform2D transform2D47 = new A.Transform2D(){ HorizontalFlip = true };
            A.Offset offset55 = new A.Offset(){ X = 10294973L, Y = 3285068L };
            A.Extents extents55 = new A.Extents(){ Cx = 1897028L, Cy = 1896533L };

            transform2D47.Append(offset55);
            transform2D47.Append(extents55);

            A.PresetGeometry presetGeometry35 = new A.PresetGeometry(){ Preset = A.ShapeTypeValues.Line };
            A.AdjustValueList adjustValueList35 = new A.AdjustValueList();

            presetGeometry35.Append(adjustValueList35);

            A.Outline outline34 = new A.Outline(){ Width = 9525 };

            A.SolidFill solidFill129 = new A.SolidFill();
            A.SchemeColor schemeColor253 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill129.Append(schemeColor253);

            outline34.Append(solidFill129);

            shapeProperties67.Append(transform2D47);
            shapeProperties67.Append(presetGeometry35);
            shapeProperties67.Append(outline34);

            ShapeStyle shapeStyle28 = new ShapeStyle();

            A.LineReference lineReference28 = new A.LineReference(){ Index = (UInt32Value)2U };
            A.SchemeColor schemeColor254 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            lineReference28.Append(schemeColor254);

            A.FillReference fillReference28 = new A.FillReference(){ Index = (UInt32Value)0U };
            A.SchemeColor schemeColor255 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            fillReference28.Append(schemeColor255);

            A.EffectReference effectReference28 = new A.EffectReference(){ Index = (UInt32Value)1U };
            A.SchemeColor schemeColor256 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            effectReference28.Append(schemeColor256);

            A.FontReference fontReference28 = new A.FontReference(){ Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor257 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            fontReference28.Append(schemeColor257);

            shapeStyle28.Append(lineReference28);
            shapeStyle28.Append(fillReference28);
            shapeStyle28.Append(effectReference28);
            shapeStyle28.Append(fontReference28);

            connectionShape28.Append(nonVisualConnectionShapeProperties28);
            connectionShape28.Append(shapeProperties67);
            connectionShape28.Append(shapeStyle28);

            ConnectionShape connectionShape29 = new ConnectionShape();

            NonVisualConnectionShapeProperties nonVisualConnectionShapeProperties29 = new NonVisualConnectionShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties76 = new NonVisualDrawingProperties(){ Id = (UInt32Value)26U, Name = "Straight Connector 25" };
            NonVisualConnectorShapeDrawingProperties nonVisualConnectorShapeDrawingProperties29 = new NonVisualConnectorShapeDrawingProperties();
            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties76 = new ApplicationNonVisualDrawingProperties();

            nonVisualConnectionShapeProperties29.Append(nonVisualDrawingProperties76);
            nonVisualConnectionShapeProperties29.Append(nonVisualConnectorShapeDrawingProperties29);
            nonVisualConnectionShapeProperties29.Append(applicationNonVisualDrawingProperties76);

            ShapeProperties shapeProperties68 = new ShapeProperties();

            A.Transform2D transform2D48 = new A.Transform2D(){ HorizontalFlip = true };
            A.Offset offset56 = new A.Offset(){ X = 10445823L, Y = 3131080L };
            A.Extents extents56 = new A.Extents(){ Cx = 1746177L, Cy = 1745720L };

            transform2D48.Append(offset56);
            transform2D48.Append(extents56);

            A.PresetGeometry presetGeometry36 = new A.PresetGeometry(){ Preset = A.ShapeTypeValues.Line };
            A.AdjustValueList adjustValueList36 = new A.AdjustValueList();

            presetGeometry36.Append(adjustValueList36);

            A.Outline outline35 = new A.Outline(){ Width = 28575 };

            A.SolidFill solidFill130 = new A.SolidFill();
            A.SchemeColor schemeColor258 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill130.Append(schemeColor258);

            outline35.Append(solidFill130);

            shapeProperties68.Append(transform2D48);
            shapeProperties68.Append(presetGeometry36);
            shapeProperties68.Append(outline35);

            ShapeStyle shapeStyle29 = new ShapeStyle();

            A.LineReference lineReference29 = new A.LineReference(){ Index = (UInt32Value)2U };
            A.SchemeColor schemeColor259 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            lineReference29.Append(schemeColor259);

            A.FillReference fillReference29 = new A.FillReference(){ Index = (UInt32Value)0U };
            A.SchemeColor schemeColor260 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            fillReference29.Append(schemeColor260);

            A.EffectReference effectReference29 = new A.EffectReference(){ Index = (UInt32Value)1U };
            A.SchemeColor schemeColor261 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            effectReference29.Append(schemeColor261);

            A.FontReference fontReference29 = new A.FontReference(){ Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor262 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            fontReference29.Append(schemeColor262);

            shapeStyle29.Append(lineReference29);
            shapeStyle29.Append(fillReference29);
            shapeStyle29.Append(effectReference29);
            shapeStyle29.Append(fontReference29);

            connectionShape29.Append(nonVisualConnectionShapeProperties29);
            connectionShape29.Append(shapeProperties68);
            connectionShape29.Append(shapeStyle29);

            ConnectionShape connectionShape30 = new ConnectionShape();

            NonVisualConnectionShapeProperties nonVisualConnectionShapeProperties30 = new NonVisualConnectionShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties77 = new NonVisualDrawingProperties(){ Id = (UInt32Value)27U, Name = "Straight Connector 26" };
            NonVisualConnectorShapeDrawingProperties nonVisualConnectorShapeDrawingProperties30 = new NonVisualConnectorShapeDrawingProperties();
            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties77 = new ApplicationNonVisualDrawingProperties();

            nonVisualConnectionShapeProperties30.Append(nonVisualDrawingProperties77);
            nonVisualConnectionShapeProperties30.Append(nonVisualConnectorShapeDrawingProperties30);
            nonVisualConnectionShapeProperties30.Append(applicationNonVisualDrawingProperties77);

            ShapeProperties shapeProperties69 = new ShapeProperties();

            A.Transform2D transform2D49 = new A.Transform2D(){ HorizontalFlip = true };
            A.Offset offset57 = new A.Offset(){ X = 10921671L, Y = 3683002L };
            A.Extents extents57 = new A.Extents(){ Cx = 1270332L, Cy = 1269999L };

            transform2D49.Append(offset57);
            transform2D49.Append(extents57);

            A.PresetGeometry presetGeometry37 = new A.PresetGeometry(){ Preset = A.ShapeTypeValues.Line };
            A.AdjustValueList adjustValueList37 = new A.AdjustValueList();

            presetGeometry37.Append(adjustValueList37);

            A.Outline outline36 = new A.Outline(){ Width = 28575 };

            A.SolidFill solidFill131 = new A.SolidFill();
            A.SchemeColor schemeColor263 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill131.Append(schemeColor263);

            outline36.Append(solidFill131);

            shapeProperties69.Append(transform2D49);
            shapeProperties69.Append(presetGeometry37);
            shapeProperties69.Append(outline36);

            ShapeStyle shapeStyle30 = new ShapeStyle();

            A.LineReference lineReference30 = new A.LineReference(){ Index = (UInt32Value)2U };
            A.SchemeColor schemeColor264 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            lineReference30.Append(schemeColor264);

            A.FillReference fillReference30 = new A.FillReference(){ Index = (UInt32Value)0U };
            A.SchemeColor schemeColor265 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            fillReference30.Append(schemeColor265);

            A.EffectReference effectReference30 = new A.EffectReference(){ Index = (UInt32Value)1U };
            A.SchemeColor schemeColor266 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            effectReference30.Append(schemeColor266);

            A.FontReference fontReference30 = new A.FontReference(){ Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor267 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            fontReference30.Append(schemeColor267);

            shapeStyle30.Append(lineReference30);
            shapeStyle30.Append(fillReference30);
            shapeStyle30.Append(effectReference30);
            shapeStyle30.Append(fontReference30);

            connectionShape30.Append(nonVisualConnectionShapeProperties30);
            connectionShape30.Append(shapeProperties69);
            connectionShape30.Append(shapeStyle30);

            shapeTree8.Append(nonVisualGroupShapeProperties8);
            shapeTree8.Append(groupShapeProperties8);
            shapeTree8.Append(shape32);
            shapeTree8.Append(shape33);
            shapeTree8.Append(shape34);
            shapeTree8.Append(shape35);
            shapeTree8.Append(shape36);
            shapeTree8.Append(shape37);
            shapeTree8.Append(shape38);
            shapeTree8.Append(shape39);
            shapeTree8.Append(connectionShape26);
            shapeTree8.Append(connectionShape27);
            shapeTree8.Append(connectionShape28);
            shapeTree8.Append(connectionShape29);
            shapeTree8.Append(connectionShape30);

            CommonSlideDataExtensionList commonSlideDataExtensionList8 = new CommonSlideDataExtensionList();

            CommonSlideDataExtension commonSlideDataExtension8 = new CommonSlideDataExtension(){ Uri = "{BB962C8B-B14F-4D97-AF65-F5344CB8AC3E}" };

            P14.CreationId creationId8 = new P14.CreationId(){ Val = (UInt32Value)629197057U };
            creationId8.AddNamespaceDeclaration("p14", "http://schemas.microsoft.com/office/powerpoint/2010/main");

            commonSlideDataExtension8.Append(creationId8);

            commonSlideDataExtensionList8.Append(commonSlideDataExtension8);

            commonSlideData8.Append(shapeTree8);
            commonSlideData8.Append(commonSlideDataExtensionList8);

            ColorMapOverride colorMapOverride7 = new ColorMapOverride();
            A.MasterColorMapping masterColorMapping7 = new A.MasterColorMapping();

            colorMapOverride7.Append(masterColorMapping7);

            Timing timing8 = new Timing();

            TimeNodeList timeNodeList8 = new TimeNodeList();

            ParallelTimeNode parallelTimeNode8 = new ParallelTimeNode();
            CommonTimeNode commonTimeNode8 = new CommonTimeNode(){ Id = (UInt32Value)1U, Duration = "indefinite", Restart = TimeNodeRestartValues.Never, NodeType = TimeNodeValues.TmingRoot };

            parallelTimeNode8.Append(commonTimeNode8);

            timeNodeList8.Append(parallelTimeNode8);

            timing8.Append(timeNodeList8);

            slideLayout6.Append(commonSlideData8);
            slideLayout6.Append(colorMapOverride7);
            slideLayout6.Append(timing8);

            slideLayoutPart6.SlideLayout = slideLayout6;
        }
Exemplo n.º 7
0
        // Generates content of chartPart12.
        private void GenerateChartPart12Content(ChartPart chartPart12)
        {
            C.ChartSpace chartSpace12 = new C.ChartSpace();
            chartSpace12.AddNamespaceDeclaration("c", "http://schemas.openxmlformats.org/drawingml/2006/chart");
            chartSpace12.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");
            chartSpace12.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            C.Date1904 date190412 = new C.Date1904(){ Val = false };
            C.EditingLanguage editingLanguage12 = new C.EditingLanguage(){ Val = "en-US" };
            C.RoundedCorners roundedCorners12 = new C.RoundedCorners(){ Val = false };

            AlternateContent alternateContent25 = new AlternateContent();
            alternateContent25.AddNamespaceDeclaration("mc", "http://schemas.openxmlformats.org/markup-compatibility/2006");

            AlternateContentChoice alternateContentChoice25 = new AlternateContentChoice(){ Requires = "c14" };
            alternateContentChoice25.AddNamespaceDeclaration("c14", "http://schemas.microsoft.com/office/drawing/2007/8/2/chart");
            C14.Style style23 = new C14.Style(){ Val = 101 };

            alternateContentChoice25.Append(style23);

            AlternateContentFallback alternateContentFallback24 = new AlternateContentFallback();
            C.Style style24 = new C.Style(){ Val = 1 };

            alternateContentFallback24.Append(style24);

            alternateContent25.Append(alternateContentChoice25);
            alternateContent25.Append(alternateContentFallback24);

            C.PivotSource pivotSource12 = new C.PivotSource();
            C.PivotTableName pivotTableName12 = new C.PivotTableName();
            pivotTableName12.Text = "[GeneratedDocument.xlsx]Caption!PivotTable1";
            C.FormatId formatId12 = new C.FormatId(){ Val = (UInt32Value)7U };

            pivotSource12.Append(pivotTableName12);
            pivotSource12.Append(formatId12);

            C.Chart chart12 = new C.Chart();

            C.Title title12 = new C.Title();
            C.Overlay overlay23 = new C.Overlay(){ Val = false };

            title12.Append(overlay23);
            C.AutoTitleDeleted autoTitleDeleted12 = new C.AutoTitleDeleted(){ Val = false };

            C.PivotFormats pivotFormats12 = new C.PivotFormats();

            C.PivotFormat pivotFormat97 = new C.PivotFormat();
            C.Index index108 = new C.Index(){ Val = (UInt32Value)0U };

            C.ShapeProperties shapeProperties45 = new C.ShapeProperties();

            A.SolidFill solidFill81 = new A.SolidFill();

            A.SchemeColor schemeColor57 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint29 = new A.Tint(){ Val = 100000 };

            schemeColor57.Append(tint29);

            solidFill81.Append(schemeColor57);

            A.Outline outline65 = new A.Outline();
            A.NoFill noFill57 = new A.NoFill();

            outline65.Append(noFill57);
            A.EffectList effectList53 = new A.EffectList();

            shapeProperties45.Append(solidFill81);
            shapeProperties45.Append(outline65);
            shapeProperties45.Append(effectList53);

            C.Marker marker97 = new C.Marker();
            C.Symbol symbol97 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker97.Append(symbol97);

            pivotFormat97.Append(index108);
            pivotFormat97.Append(shapeProperties45);
            pivotFormat97.Append(marker97);

            C.PivotFormat pivotFormat98 = new C.PivotFormat();
            C.Index index109 = new C.Index(){ Val = (UInt32Value)1U };

            C.ShapeProperties shapeProperties46 = new C.ShapeProperties();

            A.SolidFill solidFill82 = new A.SolidFill();

            A.SchemeColor schemeColor58 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent2 };
            A.Tint tint30 = new A.Tint(){ Val = 100000 };

            schemeColor58.Append(tint30);

            solidFill82.Append(schemeColor58);

            A.Outline outline66 = new A.Outline();
            A.NoFill noFill58 = new A.NoFill();

            outline66.Append(noFill58);
            A.EffectList effectList54 = new A.EffectList();

            shapeProperties46.Append(solidFill82);
            shapeProperties46.Append(outline66);
            shapeProperties46.Append(effectList54);

            C.Marker marker98 = new C.Marker();
            C.Symbol symbol98 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker98.Append(symbol98);

            pivotFormat98.Append(index109);
            pivotFormat98.Append(shapeProperties46);
            pivotFormat98.Append(marker98);

            C.PivotFormat pivotFormat99 = new C.PivotFormat();
            C.Index index110 = new C.Index(){ Val = (UInt32Value)2U };

            C.Marker marker99 = new C.Marker();
            C.Symbol symbol99 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker99.Append(symbol99);

            pivotFormat99.Append(index110);
            pivotFormat99.Append(marker99);

            C.PivotFormat pivotFormat100 = new C.PivotFormat();
            C.Index index111 = new C.Index(){ Val = (UInt32Value)3U };

            C.Marker marker100 = new C.Marker();
            C.Symbol symbol100 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker100.Append(symbol100);

            pivotFormat100.Append(index111);
            pivotFormat100.Append(marker100);

            C.PivotFormat pivotFormat101 = new C.PivotFormat();
            C.Index index112 = new C.Index(){ Val = (UInt32Value)4U };

            C.Marker marker101 = new C.Marker();
            C.Symbol symbol101 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker101.Append(symbol101);

            pivotFormat101.Append(index112);
            pivotFormat101.Append(marker101);

            C.PivotFormat pivotFormat102 = new C.PivotFormat();
            C.Index index113 = new C.Index(){ Val = (UInt32Value)5U };

            C.Marker marker102 = new C.Marker();
            C.Symbol symbol102 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker102.Append(symbol102);

            pivotFormat102.Append(index113);
            pivotFormat102.Append(marker102);

            C.PivotFormat pivotFormat103 = new C.PivotFormat();
            C.Index index114 = new C.Index(){ Val = (UInt32Value)6U };

            C.Marker marker103 = new C.Marker();
            C.Symbol symbol103 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker103.Append(symbol103);

            pivotFormat103.Append(index114);
            pivotFormat103.Append(marker103);

            C.PivotFormat pivotFormat104 = new C.PivotFormat();
            C.Index index115 = new C.Index(){ Val = (UInt32Value)7U };

            C.Marker marker104 = new C.Marker();
            C.Symbol symbol104 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker104.Append(symbol104);

            pivotFormat104.Append(index115);
            pivotFormat104.Append(marker104);

            C.PivotFormat pivotFormat105 = new C.PivotFormat();
            C.Index index116 = new C.Index(){ Val = (UInt32Value)8U };

            C.Marker marker105 = new C.Marker();
            C.Symbol symbol105 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker105.Append(symbol105);

            pivotFormat105.Append(index116);
            pivotFormat105.Append(marker105);

            C.PivotFormat pivotFormat106 = new C.PivotFormat();
            C.Index index117 = new C.Index(){ Val = (UInt32Value)9U };

            C.Marker marker106 = new C.Marker();
            C.Symbol symbol106 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker106.Append(symbol106);

            pivotFormat106.Append(index117);
            pivotFormat106.Append(marker106);

            C.PivotFormat pivotFormat107 = new C.PivotFormat();
            C.Index index118 = new C.Index(){ Val = (UInt32Value)10U };

            C.Marker marker107 = new C.Marker();
            C.Symbol symbol107 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker107.Append(symbol107);

            pivotFormat107.Append(index118);
            pivotFormat107.Append(marker107);

            C.PivotFormat pivotFormat108 = new C.PivotFormat();
            C.Index index119 = new C.Index(){ Val = (UInt32Value)11U };

            C.Marker marker108 = new C.Marker();
            C.Symbol symbol108 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker108.Append(symbol108);

            pivotFormat108.Append(index119);
            pivotFormat108.Append(marker108);

            C.PivotFormat pivotFormat109 = new C.PivotFormat();
            C.Index index120 = new C.Index(){ Val = (UInt32Value)12U };

            C.Marker marker109 = new C.Marker();
            C.Symbol symbol109 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker109.Append(symbol109);

            pivotFormat109.Append(index120);
            pivotFormat109.Append(marker109);

            C.PivotFormat pivotFormat110 = new C.PivotFormat();
            C.Index index121 = new C.Index(){ Val = (UInt32Value)13U };

            C.Marker marker110 = new C.Marker();
            C.Symbol symbol110 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker110.Append(symbol110);

            pivotFormat110.Append(index121);
            pivotFormat110.Append(marker110);

            C.PivotFormat pivotFormat111 = new C.PivotFormat();
            C.Index index122 = new C.Index(){ Val = (UInt32Value)14U };

            C.ShapeProperties shapeProperties47 = new C.ShapeProperties();

            A.SolidFill solidFill83 = new A.SolidFill();

            A.SchemeColor schemeColor59 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint31 = new A.Tint(){ Val = 100000 };

            schemeColor59.Append(tint31);

            solidFill83.Append(schemeColor59);

            A.Outline outline67 = new A.Outline();
            A.NoFill noFill59 = new A.NoFill();

            outline67.Append(noFill59);
            A.EffectList effectList55 = new A.EffectList();

            shapeProperties47.Append(solidFill83);
            shapeProperties47.Append(outline67);
            shapeProperties47.Append(effectList55);

            C.Marker marker111 = new C.Marker();
            C.Symbol symbol111 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker111.Append(symbol111);

            pivotFormat111.Append(index122);
            pivotFormat111.Append(shapeProperties47);
            pivotFormat111.Append(marker111);

            pivotFormats12.Append(pivotFormat97);
            pivotFormats12.Append(pivotFormat98);
            pivotFormats12.Append(pivotFormat99);
            pivotFormats12.Append(pivotFormat100);
            pivotFormats12.Append(pivotFormat101);
            pivotFormats12.Append(pivotFormat102);
            pivotFormats12.Append(pivotFormat103);
            pivotFormats12.Append(pivotFormat104);
            pivotFormats12.Append(pivotFormat105);
            pivotFormats12.Append(pivotFormat106);
            pivotFormats12.Append(pivotFormat107);
            pivotFormats12.Append(pivotFormat108);
            pivotFormats12.Append(pivotFormat109);
            pivotFormats12.Append(pivotFormat110);
            pivotFormats12.Append(pivotFormat111);

            C.PlotArea plotArea12 = new C.PlotArea();
            C.Layout layout12 = new C.Layout();

            C.BarChart barChart6 = new C.BarChart();
            C.BarDirection barDirection6 = new C.BarDirection(){ Val = C.BarDirectionValues.Column };
            C.BarGrouping barGrouping6 = new C.BarGrouping(){ Val = C.BarGroupingValues.Clustered };
            C.VaryColors varyColors12 = new C.VaryColors(){ Val = false };

            C.BarChartSeries barChartSeries6 = new C.BarChartSeries();
            C.Index index123 = new C.Index(){ Val = (UInt32Value)0U };
            C.Order order12 = new C.Order(){ Val = (UInt32Value)0U };

            C.SeriesText seriesText12 = new C.SeriesText();

            C.StringReference stringReference23 = new C.StringReference();
            C.Formula formula34 = new C.Formula();
            formula34.Text = "Caption!$B$1";

            C.StringCache stringCache23 = new C.StringCache();
            C.PointCount pointCount34 = new C.PointCount(){ Val = (UInt32Value)1U };

            C.StringPoint stringPoint45 = new C.StringPoint(){ Index = (UInt32Value)0U };
            C.NumericValue numericValue78 = new C.NumericValue();
            numericValue78.Text = "Total";

            stringPoint45.Append(numericValue78);

            stringCache23.Append(pointCount34);
            stringCache23.Append(stringPoint45);

            stringReference23.Append(formula34);
            stringReference23.Append(stringCache23);

            seriesText12.Append(stringReference23);

            C.ChartShapeProperties chartShapeProperties21 = new C.ChartShapeProperties();

            A.SolidFill solidFill84 = new A.SolidFill();

            A.SchemeColor schemeColor60 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint32 = new A.Tint(){ Val = 100000 };

            schemeColor60.Append(tint32);

            solidFill84.Append(schemeColor60);

            A.Outline outline68 = new A.Outline();
            A.NoFill noFill60 = new A.NoFill();

            outline68.Append(noFill60);
            A.EffectList effectList56 = new A.EffectList();

            chartShapeProperties21.Append(solidFill84);
            chartShapeProperties21.Append(outline68);
            chartShapeProperties21.Append(effectList56);
            C.InvertIfNegative invertIfNegative6 = new C.InvertIfNegative(){ Val = false };

            C.CategoryAxisData categoryAxisData12 = new C.CategoryAxisData();

            C.StringReference stringReference24 = new C.StringReference();
            C.Formula formula35 = new C.Formula();
            formula35.Text = "Caption!$A$2:$A$5";

            C.StringCache stringCache24 = new C.StringCache();
            C.PointCount pointCount35 = new C.PointCount(){ Val = (UInt32Value)3U };

            C.StringPoint stringPoint46 = new C.StringPoint(){ Index = (UInt32Value)0U };
            C.NumericValue numericValue79 = new C.NumericValue();
            numericValue79.Text = "product_A";

            stringPoint46.Append(numericValue79);

            C.StringPoint stringPoint47 = new C.StringPoint(){ Index = (UInt32Value)1U };
            C.NumericValue numericValue80 = new C.NumericValue();
            numericValue80.Text = "product_D";

            stringPoint47.Append(numericValue80);

            C.StringPoint stringPoint48 = new C.StringPoint(){ Index = (UInt32Value)2U };
            C.NumericValue numericValue81 = new C.NumericValue();
            numericValue81.Text = "product_E";

            stringPoint48.Append(numericValue81);

            stringCache24.Append(pointCount35);
            stringCache24.Append(stringPoint46);
            stringCache24.Append(stringPoint47);
            stringCache24.Append(stringPoint48);

            stringReference24.Append(formula35);
            stringReference24.Append(stringCache24);

            categoryAxisData12.Append(stringReference24);

            C.Values values12 = new C.Values();

            C.NumberReference numberReference12 = new C.NumberReference();
            C.Formula formula36 = new C.Formula();
            formula36.Text = "Caption!$B$2:$B$5";

            C.NumberingCache numberingCache12 = new C.NumberingCache();
            C.FormatCode formatCode12 = new C.FormatCode();
            formatCode12.Text = "General";
            C.PointCount pointCount36 = new C.PointCount(){ Val = (UInt32Value)3U };

            C.NumericPoint numericPoint34 = new C.NumericPoint(){ Index = (UInt32Value)0U };
            C.NumericValue numericValue82 = new C.NumericValue();
            numericValue82.Text = "19";

            numericPoint34.Append(numericValue82);

            C.NumericPoint numericPoint35 = new C.NumericPoint(){ Index = (UInt32Value)1U };
            C.NumericValue numericValue83 = new C.NumericValue();
            numericValue83.Text = "13";

            numericPoint35.Append(numericValue83);

            C.NumericPoint numericPoint36 = new C.NumericPoint(){ Index = (UInt32Value)2U };
            C.NumericValue numericValue84 = new C.NumericValue();
            numericValue84.Text = "33";

            numericPoint36.Append(numericValue84);

            numberingCache12.Append(formatCode12);
            numberingCache12.Append(pointCount36);
            numberingCache12.Append(numericPoint34);
            numberingCache12.Append(numericPoint35);
            numberingCache12.Append(numericPoint36);

            numberReference12.Append(formula36);
            numberReference12.Append(numberingCache12);

            values12.Append(numberReference12);

            barChartSeries6.Append(index123);
            barChartSeries6.Append(order12);
            barChartSeries6.Append(seriesText12);
            barChartSeries6.Append(chartShapeProperties21);
            barChartSeries6.Append(invertIfNegative6);
            barChartSeries6.Append(categoryAxisData12);
            barChartSeries6.Append(values12);

            C.DataLabels dataLabels12 = new C.DataLabels();
            C.ShowLegendKey showLegendKey12 = new C.ShowLegendKey(){ Val = false };
            C.ShowValue showValue12 = new C.ShowValue(){ Val = false };
            C.ShowCategoryName showCategoryName12 = new C.ShowCategoryName(){ Val = false };
            C.ShowSeriesName showSeriesName12 = new C.ShowSeriesName(){ Val = false };
            C.ShowPercent showPercent12 = new C.ShowPercent(){ Val = false };
            C.ShowBubbleSize showBubbleSize12 = new C.ShowBubbleSize(){ Val = false };

            dataLabels12.Append(showLegendKey12);
            dataLabels12.Append(showValue12);
            dataLabels12.Append(showCategoryName12);
            dataLabels12.Append(showSeriesName12);
            dataLabels12.Append(showPercent12);
            dataLabels12.Append(showBubbleSize12);
            C.GapWidth gapWidth6 = new C.GapWidth(){ Val = (UInt16Value)219U };
            C.Overlap overlap5 = new C.Overlap(){ Val = -27 };
            C.AxisId axisId21 = new C.AxisId(){ Val = (UInt32Value)164321080U };
            C.AxisId axisId22 = new C.AxisId(){ Val = (UInt32Value)209664384U };

            barChart6.Append(barDirection6);
            barChart6.Append(barGrouping6);
            barChart6.Append(varyColors12);
            barChart6.Append(barChartSeries6);
            barChart6.Append(dataLabels12);
            barChart6.Append(gapWidth6);
            barChart6.Append(overlap5);
            barChart6.Append(axisId21);
            barChart6.Append(axisId22);

            C.CategoryAxis categoryAxis6 = new C.CategoryAxis();
            C.AxisId axisId23 = new C.AxisId(){ Val = (UInt32Value)164321080U };

            C.Scaling scaling11 = new C.Scaling();
            C.Orientation orientation11 = new C.Orientation(){ Val = C.OrientationValues.MinMax };

            scaling11.Append(orientation11);
            C.Delete delete11 = new C.Delete(){ Val = false };
            C.AxisPosition axisPosition11 = new C.AxisPosition(){ Val = C.AxisPositionValues.Bottom };
            C.NumberingFormat numberingFormat22 = new C.NumberingFormat(){ FormatCode = "General", SourceLinked = false };
            C.MajorTickMark majorTickMark11 = new C.MajorTickMark(){ Val = C.TickMarkValues.None };
            C.MinorTickMark minorTickMark11 = new C.MinorTickMark(){ Val = C.TickMarkValues.None };
            C.TickLabelPosition tickLabelPosition11 = new C.TickLabelPosition(){ Val = C.TickLabelPositionValues.NextTo };

            C.ChartShapeProperties chartShapeProperties22 = new C.ChartShapeProperties();
            A.NoFill noFill61 = new A.NoFill();

            A.Outline outline69 = new A.Outline();
            A.NoFill noFill62 = new A.NoFill();

            outline69.Append(noFill62);
            A.EffectList effectList57 = new A.EffectList();

            chartShapeProperties22.Append(noFill61);
            chartShapeProperties22.Append(outline69);
            chartShapeProperties22.Append(effectList57);

            C.TextProperties textProperties17 = new C.TextProperties();
            A.BodyProperties bodyProperties29 = new A.BodyProperties(){ Rotation = -60000000, UseParagraphSpacing = true, VerticalOverflow = A.TextVerticalOverflowValues.Ellipsis, Vertical = A.TextVerticalValues.Horizontal, Wrap = A.TextWrappingValues.Square, Anchor = A.TextAnchoringTypeValues.Center, AnchorCenter = true };
            A.ListStyle listStyle29 = new A.ListStyle();

            A.Paragraph paragraph29 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties17 = new A.ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties17 = new A.DefaultRunProperties(){ FontSize = 900, Kerning = 1200 };

            A.SolidFill solidFill85 = new A.SolidFill();

            A.SchemeColor schemeColor61 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation21 = new A.LuminanceModulation(){ Val = 65000 };
            A.LuminanceOffset luminanceOffset21 = new A.LuminanceOffset(){ Val = 35000 };

            schemeColor61.Append(luminanceModulation21);
            schemeColor61.Append(luminanceOffset21);

            solidFill85.Append(schemeColor61);
            A.LatinFont latinFont13 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont13 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont13 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties17.Append(solidFill85);
            defaultRunProperties17.Append(latinFont13);
            defaultRunProperties17.Append(eastAsianFont13);
            defaultRunProperties17.Append(complexScriptFont13);

            paragraphProperties17.Append(defaultRunProperties17);
            A.EndParagraphRunProperties endParagraphRunProperties17 = new A.EndParagraphRunProperties(){ Language = "en-US" };

            paragraph29.Append(paragraphProperties17);
            paragraph29.Append(endParagraphRunProperties17);

            textProperties17.Append(bodyProperties29);
            textProperties17.Append(listStyle29);
            textProperties17.Append(paragraph29);
            C.CrossingAxis crossingAxis11 = new C.CrossingAxis(){ Val = (UInt32Value)209664384U };
            C.Crosses crosses11 = new C.Crosses(){ Val = C.CrossesValues.AutoZero };
            C.AutoLabeled autoLabeled6 = new C.AutoLabeled(){ Val = true };
            C.LabelAlignment labelAlignment6 = new C.LabelAlignment(){ Val = C.LabelAlignmentValues.Center };
            C.LabelOffset labelOffset6 = new C.LabelOffset(){ Val = (UInt16Value)100U };
            C.NoMultiLevelLabels noMultiLevelLabels6 = new C.NoMultiLevelLabels(){ Val = false };

            categoryAxis6.Append(axisId23);
            categoryAxis6.Append(scaling11);
            categoryAxis6.Append(delete11);
            categoryAxis6.Append(axisPosition11);
            categoryAxis6.Append(numberingFormat22);
            categoryAxis6.Append(majorTickMark11);
            categoryAxis6.Append(minorTickMark11);
            categoryAxis6.Append(tickLabelPosition11);
            categoryAxis6.Append(chartShapeProperties22);
            categoryAxis6.Append(textProperties17);
            categoryAxis6.Append(crossingAxis11);
            categoryAxis6.Append(crosses11);
            categoryAxis6.Append(autoLabeled6);
            categoryAxis6.Append(labelAlignment6);
            categoryAxis6.Append(labelOffset6);
            categoryAxis6.Append(noMultiLevelLabels6);

            C.ValueAxis valueAxis6 = new C.ValueAxis();
            C.AxisId axisId24 = new C.AxisId(){ Val = (UInt32Value)209664384U };

            C.Scaling scaling12 = new C.Scaling();
            C.Orientation orientation12 = new C.Orientation(){ Val = C.OrientationValues.MinMax };

            scaling12.Append(orientation12);
            C.Delete delete12 = new C.Delete(){ Val = false };
            C.AxisPosition axisPosition12 = new C.AxisPosition(){ Val = C.AxisPositionValues.Left };

            C.MajorGridlines majorGridlines6 = new C.MajorGridlines();

            C.ChartShapeProperties chartShapeProperties23 = new C.ChartShapeProperties();

            A.Outline outline70 = new A.Outline(){ Width = 9525, CapType = A.LineCapValues.Flat, CompoundLineType = A.CompoundLineValues.Single, Alignment = A.PenAlignmentValues.Center };

            A.SolidFill solidFill86 = new A.SolidFill();

            A.SchemeColor schemeColor62 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation22 = new A.LuminanceModulation(){ Val = 15000 };
            A.LuminanceOffset luminanceOffset22 = new A.LuminanceOffset(){ Val = 85000 };

            schemeColor62.Append(luminanceModulation22);
            schemeColor62.Append(luminanceOffset22);

            solidFill86.Append(schemeColor62);
            A.Round round9 = new A.Round();

            outline70.Append(solidFill86);
            outline70.Append(round9);
            A.EffectList effectList58 = new A.EffectList();

            chartShapeProperties23.Append(outline70);
            chartShapeProperties23.Append(effectList58);

            majorGridlines6.Append(chartShapeProperties23);
            C.NumberingFormat numberingFormat23 = new C.NumberingFormat(){ FormatCode = "General", SourceLinked = true };
            C.MajorTickMark majorTickMark12 = new C.MajorTickMark(){ Val = C.TickMarkValues.None };
            C.MinorTickMark minorTickMark12 = new C.MinorTickMark(){ Val = C.TickMarkValues.None };
            C.TickLabelPosition tickLabelPosition12 = new C.TickLabelPosition(){ Val = C.TickLabelPositionValues.NextTo };

            C.ChartShapeProperties chartShapeProperties24 = new C.ChartShapeProperties();
            A.NoFill noFill63 = new A.NoFill();

            A.Outline outline71 = new A.Outline();
            A.NoFill noFill64 = new A.NoFill();

            outline71.Append(noFill64);
            A.EffectList effectList59 = new A.EffectList();

            chartShapeProperties24.Append(noFill63);
            chartShapeProperties24.Append(outline71);
            chartShapeProperties24.Append(effectList59);

            C.TextProperties textProperties18 = new C.TextProperties();
            A.BodyProperties bodyProperties30 = new A.BodyProperties(){ Rotation = -60000000, UseParagraphSpacing = true, VerticalOverflow = A.TextVerticalOverflowValues.Ellipsis, Vertical = A.TextVerticalValues.Horizontal, Wrap = A.TextWrappingValues.Square, Anchor = A.TextAnchoringTypeValues.Center, AnchorCenter = true };
            A.ListStyle listStyle30 = new A.ListStyle();

            A.Paragraph paragraph30 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties18 = new A.ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties18 = new A.DefaultRunProperties(){ FontSize = 900, Kerning = 1200 };

            A.SolidFill solidFill87 = new A.SolidFill();

            A.SchemeColor schemeColor63 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation23 = new A.LuminanceModulation(){ Val = 65000 };
            A.LuminanceOffset luminanceOffset23 = new A.LuminanceOffset(){ Val = 35000 };

            schemeColor63.Append(luminanceModulation23);
            schemeColor63.Append(luminanceOffset23);

            solidFill87.Append(schemeColor63);
            A.LatinFont latinFont14 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont14 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont14 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties18.Append(solidFill87);
            defaultRunProperties18.Append(latinFont14);
            defaultRunProperties18.Append(eastAsianFont14);
            defaultRunProperties18.Append(complexScriptFont14);

            paragraphProperties18.Append(defaultRunProperties18);
            A.EndParagraphRunProperties endParagraphRunProperties18 = new A.EndParagraphRunProperties(){ Language = "en-US" };

            paragraph30.Append(paragraphProperties18);
            paragraph30.Append(endParagraphRunProperties18);

            textProperties18.Append(bodyProperties30);
            textProperties18.Append(listStyle30);
            textProperties18.Append(paragraph30);
            C.CrossingAxis crossingAxis12 = new C.CrossingAxis(){ Val = (UInt32Value)164321080U };
            C.Crosses crosses12 = new C.Crosses(){ Val = C.CrossesValues.AutoZero };
            C.CrossBetween crossBetween6 = new C.CrossBetween(){ Val = C.CrossBetweenValues.Between };

            valueAxis6.Append(axisId24);
            valueAxis6.Append(scaling12);
            valueAxis6.Append(delete12);
            valueAxis6.Append(axisPosition12);
            valueAxis6.Append(majorGridlines6);
            valueAxis6.Append(numberingFormat23);
            valueAxis6.Append(majorTickMark12);
            valueAxis6.Append(minorTickMark12);
            valueAxis6.Append(tickLabelPosition12);
            valueAxis6.Append(chartShapeProperties24);
            valueAxis6.Append(textProperties18);
            valueAxis6.Append(crossingAxis12);
            valueAxis6.Append(crosses12);
            valueAxis6.Append(crossBetween6);

            C.ShapeProperties shapeProperties48 = new C.ShapeProperties();

            A.SolidFill solidFill88 = new A.SolidFill();
            A.SchemeColor schemeColor64 = new A.SchemeColor(){ Val = A.SchemeColorValues.Background1 };

            solidFill88.Append(schemeColor64);

            A.Outline outline72 = new A.Outline();
            A.NoFill noFill65 = new A.NoFill();

            outline72.Append(noFill65);
            A.EffectList effectList60 = new A.EffectList();

            shapeProperties48.Append(solidFill88);
            shapeProperties48.Append(outline72);
            shapeProperties48.Append(effectList60);

            plotArea12.Append(layout12);
            plotArea12.Append(barChart6);
            plotArea12.Append(categoryAxis6);
            plotArea12.Append(valueAxis6);
            plotArea12.Append(shapeProperties48);

            C.Legend legend12 = new C.Legend();
            C.LegendPosition legendPosition12 = new C.LegendPosition(){ Val = C.LegendPositionValues.Bottom };
            C.Overlay overlay24 = new C.Overlay(){ Val = false };

            C.ChartShapeProperties chartShapeProperties25 = new C.ChartShapeProperties();
            A.NoFill noFill66 = new A.NoFill();

            A.Outline outline73 = new A.Outline();
            A.NoFill noFill67 = new A.NoFill();

            outline73.Append(noFill67);
            A.EffectList effectList61 = new A.EffectList();

            chartShapeProperties25.Append(noFill66);
            chartShapeProperties25.Append(outline73);
            chartShapeProperties25.Append(effectList61);

            C.TextProperties textProperties19 = new C.TextProperties();
            A.BodyProperties bodyProperties31 = new A.BodyProperties(){ Rotation = 0, UseParagraphSpacing = true, VerticalOverflow = A.TextVerticalOverflowValues.Ellipsis, Vertical = A.TextVerticalValues.Horizontal, Wrap = A.TextWrappingValues.Square, Anchor = A.TextAnchoringTypeValues.Center, AnchorCenter = true };
            A.ListStyle listStyle31 = new A.ListStyle();

            A.Paragraph paragraph31 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties19 = new A.ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties19 = new A.DefaultRunProperties(){ FontSize = 900, Kerning = 1200 };

            A.SolidFill solidFill89 = new A.SolidFill();

            A.SchemeColor schemeColor65 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation24 = new A.LuminanceModulation(){ Val = 65000 };
            A.LuminanceOffset luminanceOffset24 = new A.LuminanceOffset(){ Val = 35000 };

            schemeColor65.Append(luminanceModulation24);
            schemeColor65.Append(luminanceOffset24);

            solidFill89.Append(schemeColor65);
            A.LatinFont latinFont15 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont15 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont15 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties19.Append(solidFill89);
            defaultRunProperties19.Append(latinFont15);
            defaultRunProperties19.Append(eastAsianFont15);
            defaultRunProperties19.Append(complexScriptFont15);

            paragraphProperties19.Append(defaultRunProperties19);
            A.EndParagraphRunProperties endParagraphRunProperties19 = new A.EndParagraphRunProperties(){ Language = "en-US" };

            paragraph31.Append(paragraphProperties19);
            paragraph31.Append(endParagraphRunProperties19);

            textProperties19.Append(bodyProperties31);
            textProperties19.Append(listStyle31);
            textProperties19.Append(paragraph31);

            legend12.Append(legendPosition12);
            legend12.Append(overlay24);
            legend12.Append(chartShapeProperties25);
            legend12.Append(textProperties19);
            C.PlotVisibleOnly plotVisibleOnly12 = new C.PlotVisibleOnly(){ Val = true };
            C.DisplayBlanksAs displayBlanksAs12 = new C.DisplayBlanksAs(){ Val = C.DisplayBlanksAsValues.Gap };
            C.ShowDataLabelsOverMaximum showDataLabelsOverMaximum12 = new C.ShowDataLabelsOverMaximum(){ Val = false };

            chart12.Append(title12);
            chart12.Append(autoTitleDeleted12);
            chart12.Append(pivotFormats12);
            chart12.Append(plotArea12);
            chart12.Append(legend12);
            chart12.Append(plotVisibleOnly12);
            chart12.Append(displayBlanksAs12);
            chart12.Append(showDataLabelsOverMaximum12);

            C.ShapeProperties shapeProperties49 = new C.ShapeProperties();

            A.SolidFill solidFill90 = new A.SolidFill();
            A.SchemeColor schemeColor66 = new A.SchemeColor(){ Val = A.SchemeColorValues.Background1 };

            solidFill90.Append(schemeColor66);

            A.Outline outline74 = new A.Outline(){ Width = 9525, CapType = A.LineCapValues.Flat, CompoundLineType = A.CompoundLineValues.Single, Alignment = A.PenAlignmentValues.Center };

            A.SolidFill solidFill91 = new A.SolidFill();

            A.SchemeColor schemeColor67 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation25 = new A.LuminanceModulation(){ Val = 15000 };
            A.LuminanceOffset luminanceOffset25 = new A.LuminanceOffset(){ Val = 85000 };

            schemeColor67.Append(luminanceModulation25);
            schemeColor67.Append(luminanceOffset25);

            solidFill91.Append(schemeColor67);
            A.Round round10 = new A.Round();

            outline74.Append(solidFill91);
            outline74.Append(round10);
            A.EffectList effectList62 = new A.EffectList();

            shapeProperties49.Append(solidFill90);
            shapeProperties49.Append(outline74);
            shapeProperties49.Append(effectList62);

            C.TextProperties textProperties20 = new C.TextProperties();
            A.BodyProperties bodyProperties32 = new A.BodyProperties();
            A.ListStyle listStyle32 = new A.ListStyle();

            A.Paragraph paragraph32 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties20 = new A.ParagraphProperties();
            A.DefaultRunProperties defaultRunProperties20 = new A.DefaultRunProperties();

            paragraphProperties20.Append(defaultRunProperties20);
            A.EndParagraphRunProperties endParagraphRunProperties20 = new A.EndParagraphRunProperties(){ Language = "en-US" };

            paragraph32.Append(paragraphProperties20);
            paragraph32.Append(endParagraphRunProperties20);

            textProperties20.Append(bodyProperties32);
            textProperties20.Append(listStyle32);
            textProperties20.Append(paragraph32);

            C.PrintSettings printSettings12 = new C.PrintSettings();
            C.HeaderFooter headerFooter12 = new C.HeaderFooter();
            C.PageMargins pageMargins20 = new C.PageMargins(){ Left = 0.7D, Right = 0.7D, Top = 0.75D, Bottom = 0.75D, Header = 0.3D, Footer = 0.3D };
            C.PageSetup pageSetup12 = new C.PageSetup();

            printSettings12.Append(headerFooter12);
            printSettings12.Append(pageMargins20);
            printSettings12.Append(pageSetup12);

            C.ChartSpaceExtensionList chartSpaceExtensionList12 = new C.ChartSpaceExtensionList();
            chartSpaceExtensionList12.AddNamespaceDeclaration("c14", "http://schemas.microsoft.com/office/drawing/2007/8/2/chart");
            chartSpaceExtensionList12.AddNamespaceDeclaration("mc", "http://schemas.openxmlformats.org/markup-compatibility/2006");

            C.ChartSpaceExtension chartSpaceExtension12 = new C.ChartSpaceExtension(){ Uri = "{781A3756-C4B2-4CAC-9D66-4F8BD8637D16}" };
            chartSpaceExtension12.AddNamespaceDeclaration("c14", "http://schemas.microsoft.com/office/drawing/2007/8/2/chart");

            C14.PivotOptions pivotOptions12 = new C14.PivotOptions();
            C14.DropZoneFilter dropZoneFilter12 = new C14.DropZoneFilter(){ Val = true };
            C14.DropZoneCategories dropZoneCategories12 = new C14.DropZoneCategories(){ Val = true };
            C14.DropZoneData dropZoneData12 = new C14.DropZoneData(){ Val = true };
            C14.DropZoneSeries dropZoneSeries12 = new C14.DropZoneSeries(){ Val = true };
            C14.DropZonesVisible dropZonesVisible12 = new C14.DropZonesVisible(){ Val = true };

            pivotOptions12.Append(dropZoneFilter12);
            pivotOptions12.Append(dropZoneCategories12);
            pivotOptions12.Append(dropZoneData12);
            pivotOptions12.Append(dropZoneSeries12);
            pivotOptions12.Append(dropZonesVisible12);

            chartSpaceExtension12.Append(pivotOptions12);

            chartSpaceExtensionList12.Append(chartSpaceExtension12);

            chartSpace12.Append(date190412);
            chartSpace12.Append(editingLanguage12);
            chartSpace12.Append(roundedCorners12);
            chartSpace12.Append(alternateContent25);
            chartSpace12.Append(pivotSource12);
            chartSpace12.Append(chart12);
            chartSpace12.Append(shapeProperties49);
            chartSpace12.Append(textProperties20);
            chartSpace12.Append(printSettings12);
            chartSpace12.Append(chartSpaceExtensionList12);

            chartPart12.ChartSpace = chartSpace12;
        }
        /// <summary>
        /// The create image paragraph.
        /// </summary>
        /// <param name="relationshipId">
        /// The relationship id.
        /// </param>
        /// <param name="name">
        /// The name.
        /// </param>
        /// <param name="description">
        /// The description.
        /// </param>
        /// <param name="width">
        /// The width.
        /// </param>
        /// <param name="height">
        /// The height.
        /// </param>
        /// <returns>
        /// </returns>
        private DocumentFormat.OpenXml.Wordprocessing.Paragraph CreateImageParagraph(
            string relationshipId, string name, string description, double width, double height)
        {
            // http://msdn.microsoft.com/en-us/library/documentformat.openxml.drawing.extents.aspx
            // http://polymathprogrammer.com/2009/10/22/english-metric-units-and-open-xml/

            // cx (Extent Length)
            // Specifies the length of the extents rectangle in EMUs. This rectangle shall dictate the size of the object as displayed (the result of any scaling to the original object).
            // Example: Consider a DrawingML object specified as follows:
            // <… cx="1828800" cy="200000"/>
            // The cx attributes specifies that this object has a height of 1828800 EMUs (English Metric Units). end example]
            // The possible values for this attribute are defined by the ST_PositiveCoordinate simple type (§20.1.10.42).

            // cy (Extent Width)
            // Specifies the width of the extents rectangle in EMUs. This rectangle shall dictate the size of the object as displayed (the result of any scaling to the original object).
            // Example: Consider a DrawingML object specified as follows:
            // < … cx="1828800" cy="200000"/>
            // The cy attribute specifies that this object has a width of 200000 EMUs (English Metric Units). end example]
            // The possible values for this attribute are defined by the ST_PositiveCoordinate simple type (§20.1.10.42).
            var paragraph1 = new DocumentFormat.OpenXml.Wordprocessing.Paragraph
                {
                   RsidParagraphAddition = "00D91137", RsidRunAdditionDefault = "00AC08EB"
                };

            var run1 = new Run();

            var runProperties1 = new RunProperties();
            var noProof1 = new NoProof();

            runProperties1.Append(noProof1);

            var drawing1 = new Drawing();

            var inline1 = new Inline
                {
                   DistanceFromTop = 0U, DistanceFromBottom = 0U, DistanceFromLeft = 0U, DistanceFromRight = 0U
                };
            var extent1 = new Extent { Cx = 5753100L, Cy = 3600450L };
            extent1.Cx = (long)(width * 914400);
            extent1.Cy = (long)(height * 914400);

            var effectExtent1 = new EffectExtent { LeftEdge = 0L, TopEdge = 0L, RightEdge = 0L, BottomEdge = 0L };
            var docProperties1 = new DocProperties { Id = 1U, Name = name, Description = description };

            var nonVisualGraphicFrameDrawingProperties1 = new NonVisualGraphicFrameDrawingProperties();

            var graphicFrameLocks1 = new GraphicFrameLocks { NoChangeAspect = true };
            graphicFrameLocks1.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");

            nonVisualGraphicFrameDrawingProperties1.Append(graphicFrameLocks1);

            var graphic1 = new Graphic();
            graphic1.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");

            var graphicData1 = new GraphicData { Uri = "http://schemas.openxmlformats.org/drawingml/2006/picture" };

            var picture1 = new Picture();
            picture1.AddNamespaceDeclaration("pic", "http://schemas.openxmlformats.org/drawingml/2006/picture");

            var nonVisualPictureProperties1 = new NonVisualPictureProperties();
            var nonVisualDrawingProperties1 = new NonVisualDrawingProperties
                {
                   Id = 0U, Name = name, Description = description
                };

            var nonVisualPictureDrawingProperties1 = new NonVisualPictureDrawingProperties();
            var pictureLocks1 = new PictureLocks { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties1.Append(pictureLocks1);

            nonVisualPictureProperties1.Append(nonVisualDrawingProperties1);
            nonVisualPictureProperties1.Append(nonVisualPictureDrawingProperties1);

            var blipFill1 = new BlipFill();

            var blip1 = new Blip { Embed = relationshipId };

            var blipExtensionList1 = new BlipExtensionList();

            var blipExtension1 = new BlipExtension { Uri = "{28A0092B-C50C-407E-A947-70E740481C1C}" };

            var useLocalDpi1 = new UseLocalDpi { Val = false };
            useLocalDpi1.AddNamespaceDeclaration("a14", "http://schemas.microsoft.com/office/drawing/2010/main");

            blipExtension1.Append(useLocalDpi1);

            blipExtensionList1.Append(blipExtension1);

            blip1.Append(blipExtensionList1);
            var sourceRectangle1 = new SourceRectangle();

            var stretch1 = new Stretch();
            var fillRectangle1 = new FillRectangle();

            stretch1.Append(fillRectangle1);

            blipFill1.Append(blip1);
            blipFill1.Append(sourceRectangle1);
            blipFill1.Append(stretch1);

            var shapeProperties1 = new ShapeProperties { BlackWhiteMode = BlackWhiteModeValues.Auto };

            var transform2D1 = new Transform2D();
            var offset1 = new Offset { X = 0L, Y = 0L };
            var extents1 = new Extents { Cx = extent1.Cx, Cy = extent1.Cy };

            transform2D1.Append(offset1);
            transform2D1.Append(extents1);

            var presetGeometry1 = new PresetGeometry { Preset = ShapeTypeValues.Rectangle };
            var adjustValueList1 = new AdjustValueList();

            presetGeometry1.Append(adjustValueList1);
            var noFill1 = new NoFill();

            var outline1 = new Outline();
            var noFill2 = new NoFill();

            outline1.Append(noFill2);

            shapeProperties1.Append(transform2D1);
            shapeProperties1.Append(presetGeometry1);
            shapeProperties1.Append(noFill1);
            shapeProperties1.Append(outline1);

            picture1.Append(nonVisualPictureProperties1);
            picture1.Append(blipFill1);
            picture1.Append(shapeProperties1);

            graphicData1.Append(picture1);

            graphic1.Append(graphicData1);

            inline1.Append(extent1);
            inline1.Append(effectExtent1);
            inline1.Append(docProperties1);
            inline1.Append(nonVisualGraphicFrameDrawingProperties1);
            inline1.Append(graphic1);

            drawing1.Append(inline1);

            run1.Append(runProperties1);
            run1.Append(drawing1);

            paragraph1.Append(run1);

            return paragraph1;
        }
        // Generates content of chartPart1.
        private void GenerateChartPart1Content(ChartPart chartPart1)
        {
            C.ChartSpace chartSpace1 = new C.ChartSpace();
            chartSpace1.AddNamespaceDeclaration("c", "http://schemas.openxmlformats.org/drawingml/2006/chart");
            chartSpace1.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");
            chartSpace1.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            C.Date1904 date19041 = new C.Date1904() { Val = false };
            C.EditingLanguage editingLanguage1 = new C.EditingLanguage() { Val = "en-US" };
            C.RoundedCorners roundedCorners1 = new C.RoundedCorners() { Val = false };

            AlternateContent alternateContent1 = new AlternateContent();
            alternateContent1.AddNamespaceDeclaration("mc", "http://schemas.openxmlformats.org/markup-compatibility/2006");

            AlternateContentChoice alternateContentChoice1 = new AlternateContentChoice() { Requires = "c14" };
            alternateContentChoice1.AddNamespaceDeclaration("c14", "http://schemas.microsoft.com/office/drawing/2007/8/2/chart");
            C14.Style style50 = new C14.Style() { Val = 102 };

            alternateContentChoice1.Append(style50);

            AlternateContentFallback alternateContentFallback1 = new AlternateContentFallback();
            C.Style style51 = new C.Style() { Val = 2 };

            alternateContentFallback1.Append(style51);

            alternateContent1.Append(alternateContentChoice1);
            alternateContent1.Append(alternateContentFallback1);

            C.Chart chart1 = new C.Chart();

            C.Title title2 = new C.Title();
            C.Layout layout1 = new C.Layout();
            C.Overlay overlay1 = new C.Overlay() { Val = false };

            C.ChartShapeProperties chartShapeProperties1 = new C.ChartShapeProperties();
            A.NoFill noFill2 = new A.NoFill();

            A.Outline outline13 = new A.Outline();
            A.NoFill noFill3 = new A.NoFill();

            outline13.Append(noFill3);
            A.EffectList effectList12 = new A.EffectList();

            chartShapeProperties1.Append(noFill2);
            chartShapeProperties1.Append(outline13);
            chartShapeProperties1.Append(effectList12);

            C.TextProperties textProperties50 = new C.TextProperties();
            A.BodyProperties bodyProperties25 = new A.BodyProperties() { Rotation = 0, UseParagraphSpacing = true, VerticalOverflow = A.TextVerticalOverflowValues.Ellipsis, Vertical = A.TextVerticalValues.Horizontal, Wrap = A.TextWrappingValues.Square, Anchor = A.TextAnchoringTypeValues.Center, AnchorCenter = true };
            A.ListStyle listStyle25 = new A.ListStyle();

            A.Paragraph paragraph25 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties8 = new A.ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties1 = new A.DefaultRunProperties() { FontSize = 1400, Bold = false, Italic = false, Underline = A.TextUnderlineValues.None, Strike = A.TextStrikeValues.NoStrike, Kerning = 1200, Spacing = 0, Baseline = 0 };

            A.SolidFill solidFill24 = new A.SolidFill();

            A.SchemeColor schemeColor197 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation4 = new A.LuminanceModulation() { Val = 65000 };
            A.LuminanceOffset luminanceOffset14 = new A.LuminanceOffset() { Val = 35000 };

            schemeColor197.Append(luminanceModulation4);
            schemeColor197.Append(luminanceOffset14);

            solidFill24.Append(schemeColor197);
            A.LatinFont latinFont3 = new A.LatinFont() { Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont3 = new A.EastAsianFont() { Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont3 = new A.ComplexScriptFont() { Typeface = "+mn-cs" };

            defaultRunProperties1.Append(solidFill24);
            defaultRunProperties1.Append(latinFont3);
            defaultRunProperties1.Append(eastAsianFont3);
            defaultRunProperties1.Append(complexScriptFont3);

            paragraphProperties8.Append(defaultRunProperties1);
            A.EndParagraphRunProperties endParagraphRunProperties14 = new A.EndParagraphRunProperties() { Language = "en-US" };

            paragraph25.Append(paragraphProperties8);
            paragraph25.Append(endParagraphRunProperties14);

            textProperties50.Append(bodyProperties25);
            textProperties50.Append(listStyle25);
            textProperties50.Append(paragraph25);

            title2.Append(layout1);
            title2.Append(overlay1);
            title2.Append(chartShapeProperties1);
            title2.Append(textProperties50);
            C.AutoTitleDeleted autoTitleDeleted1 = new C.AutoTitleDeleted() { Val = false };

            C.PlotArea plotArea1 = new C.PlotArea();
            C.Layout layout2 = new C.Layout();

            C.BarChart barChart1 = new C.BarChart();
            C.BarDirection barDirection1 = new C.BarDirection() { Val = C.BarDirectionValues.Column };
            C.BarGrouping barGrouping1 = new C.BarGrouping() { Val = C.BarGroupingValues.Clustered };
            C.VaryColors varyColors1 = new C.VaryColors() { Val = false };

            C.BarChartSeries barChartSeries1 = new C.BarChartSeries();
            C.Index index1 = new C.Index() { Val = (UInt32Value)0U };
            C.Order order1 = new C.Order() { Val = (UInt32Value)0U };

            C.ChartShapeProperties chartShapeProperties2 = new C.ChartShapeProperties();

            A.SolidFill solidFill25 = new A.SolidFill();
            A.SchemeColor schemeColor198 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            solidFill25.Append(schemeColor198);

            A.Outline outline14 = new A.Outline();
            A.NoFill noFill4 = new A.NoFill();

            outline14.Append(noFill4);
            A.EffectList effectList13 = new A.EffectList();

            chartShapeProperties2.Append(solidFill25);
            chartShapeProperties2.Append(outline14);
            chartShapeProperties2.Append(effectList13);
            C.InvertIfNegative invertIfNegative1 = new C.InvertIfNegative() { Val = false };

            C.Values values1 = new C.Values();

            C.NumberReference numberReference1 = new C.NumberReference();
            C.Formula formula1 = new C.Formula();
            formula1.Text = "Sheet1!$A$1:$A$5";

            C.NumberingCache numberingCache1 = new C.NumberingCache();
            C.FormatCode formatCode1 = new C.FormatCode();
            formatCode1.Text = "General";
            C.PointCount pointCount1 = new C.PointCount() { Val = (UInt32Value)5U };

            C.NumericPoint numericPoint1 = new C.NumericPoint() { Index = (UInt32Value)0U };
            C.NumericValue numericValue1 = new C.NumericValue();
            numericValue1.Text = "1";

            numericPoint1.Append(numericValue1);

            C.NumericPoint numericPoint2 = new C.NumericPoint() { Index = (UInt32Value)1U };
            C.NumericValue numericValue2 = new C.NumericValue();
            numericValue2.Text = "2";

            numericPoint2.Append(numericValue2);

            C.NumericPoint numericPoint3 = new C.NumericPoint() { Index = (UInt32Value)2U };
            C.NumericValue numericValue3 = new C.NumericValue();
            numericValue3.Text = "3";

            numericPoint3.Append(numericValue3);

            C.NumericPoint numericPoint4 = new C.NumericPoint() { Index = (UInt32Value)3U };
            C.NumericValue numericValue4 = new C.NumericValue();
            numericValue4.Text = "4";

            numericPoint4.Append(numericValue4);

            C.NumericPoint numericPoint5 = new C.NumericPoint() { Index = (UInt32Value)4U };
            C.NumericValue numericValue5 = new C.NumericValue();
            numericValue5.Text = "5";

            numericPoint5.Append(numericValue5);

            numberingCache1.Append(formatCode1);
            numberingCache1.Append(pointCount1);
            numberingCache1.Append(numericPoint1);
            numberingCache1.Append(numericPoint2);
            numberingCache1.Append(numericPoint3);
            numberingCache1.Append(numericPoint4);
            numberingCache1.Append(numericPoint5);

            numberReference1.Append(formula1);
            numberReference1.Append(numberingCache1);

            values1.Append(numberReference1);

            barChartSeries1.Append(index1);
            barChartSeries1.Append(order1);
            barChartSeries1.Append(chartShapeProperties2);
            barChartSeries1.Append(invertIfNegative1);
            barChartSeries1.Append(values1);

            C.DataLabels dataLabels1 = new C.DataLabels();
            C.ShowLegendKey showLegendKey1 = new C.ShowLegendKey() { Val = false };
            C.ShowValue showValue1 = new C.ShowValue() { Val = false };
            C.ShowCategoryName showCategoryName1 = new C.ShowCategoryName() { Val = false };
            C.ShowSeriesName showSeriesName1 = new C.ShowSeriesName() { Val = false };
            C.ShowPercent showPercent1 = new C.ShowPercent() { Val = false };
            C.ShowBubbleSize showBubbleSize1 = new C.ShowBubbleSize() { Val = false };

            dataLabels1.Append(showLegendKey1);
            dataLabels1.Append(showValue1);
            dataLabels1.Append(showCategoryName1);
            dataLabels1.Append(showSeriesName1);
            dataLabels1.Append(showPercent1);
            dataLabels1.Append(showBubbleSize1);
            C.GapWidth gapWidth1 = new C.GapWidth() { Val = (UInt16Value)219U };
            C.Overlap overlap1 = new C.Overlap() { Val = -27 };
            C.AxisId axisId1 = new C.AxisId() { Val = (UInt32Value)414168296U };
            C.AxisId axisId2 = new C.AxisId() { Val = (UInt32Value)415864936U };

            barChart1.Append(barDirection1);
            barChart1.Append(barGrouping1);
            barChart1.Append(varyColors1);
            barChart1.Append(barChartSeries1);
            barChart1.Append(dataLabels1);
            barChart1.Append(gapWidth1);
            barChart1.Append(overlap1);
            barChart1.Append(axisId1);
            barChart1.Append(axisId2);

            C.CategoryAxis categoryAxis1 = new C.CategoryAxis();
            C.AxisId axisId3 = new C.AxisId() { Val = (UInt32Value)414168296U };

            C.Scaling scaling1 = new C.Scaling();
            C.Orientation orientation1 = new C.Orientation() { Val = C.OrientationValues.MinMax };

            scaling1.Append(orientation1);
            C.Delete delete1 = new C.Delete() { Val = false };
            C.AxisPosition axisPosition1 = new C.AxisPosition() { Val = C.AxisPositionValues.Bottom };
            C.NumberingFormat numberingFormat1 = new C.NumberingFormat() { FormatCode = "General", SourceLinked = true };
            C.MajorTickMark majorTickMark1 = new C.MajorTickMark() { Val = C.TickMarkValues.None };
            C.MinorTickMark minorTickMark1 = new C.MinorTickMark() { Val = C.TickMarkValues.None };
            C.TickLabelPosition tickLabelPosition1 = new C.TickLabelPosition() { Val = C.TickLabelPositionValues.NextTo };

            C.ChartShapeProperties chartShapeProperties3 = new C.ChartShapeProperties();
            A.NoFill noFill5 = new A.NoFill();

            A.Outline outline15 = new A.Outline() { Width = 9525, CapType = A.LineCapValues.Flat, CompoundLineType = A.CompoundLineValues.Single, Alignment = A.PenAlignmentValues.Center };

            A.SolidFill solidFill26 = new A.SolidFill();

            A.SchemeColor schemeColor199 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation5 = new A.LuminanceModulation() { Val = 15000 };
            A.LuminanceOffset luminanceOffset15 = new A.LuminanceOffset() { Val = 85000 };

            schemeColor199.Append(luminanceModulation5);
            schemeColor199.Append(luminanceOffset15);

            solidFill26.Append(schemeColor199);
            A.Round round1 = new A.Round();

            outline15.Append(solidFill26);
            outline15.Append(round1);
            A.EffectList effectList14 = new A.EffectList();

            chartShapeProperties3.Append(noFill5);
            chartShapeProperties3.Append(outline15);
            chartShapeProperties3.Append(effectList14);

            C.TextProperties textProperties51 = new C.TextProperties();
            A.BodyProperties bodyProperties26 = new A.BodyProperties() { Rotation = -60000000, UseParagraphSpacing = true, VerticalOverflow = A.TextVerticalOverflowValues.Ellipsis, Vertical = A.TextVerticalValues.Horizontal, Wrap = A.TextWrappingValues.Square, Anchor = A.TextAnchoringTypeValues.Center, AnchorCenter = true };
            A.ListStyle listStyle26 = new A.ListStyle();

            A.Paragraph paragraph26 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties9 = new A.ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties2 = new A.DefaultRunProperties() { FontSize = 900, Bold = false, Italic = false, Underline = A.TextUnderlineValues.None, Strike = A.TextStrikeValues.NoStrike, Kerning = 1200, Baseline = 0 };

            A.SolidFill solidFill27 = new A.SolidFill();

            A.SchemeColor schemeColor200 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation6 = new A.LuminanceModulation() { Val = 65000 };
            A.LuminanceOffset luminanceOffset16 = new A.LuminanceOffset() { Val = 35000 };

            schemeColor200.Append(luminanceModulation6);
            schemeColor200.Append(luminanceOffset16);

            solidFill27.Append(schemeColor200);
            A.LatinFont latinFont4 = new A.LatinFont() { Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont4 = new A.EastAsianFont() { Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont4 = new A.ComplexScriptFont() { Typeface = "+mn-cs" };

            defaultRunProperties2.Append(solidFill27);
            defaultRunProperties2.Append(latinFont4);
            defaultRunProperties2.Append(eastAsianFont4);
            defaultRunProperties2.Append(complexScriptFont4);

            paragraphProperties9.Append(defaultRunProperties2);
            A.EndParagraphRunProperties endParagraphRunProperties15 = new A.EndParagraphRunProperties() { Language = "en-US" };

            paragraph26.Append(paragraphProperties9);
            paragraph26.Append(endParagraphRunProperties15);

            textProperties51.Append(bodyProperties26);
            textProperties51.Append(listStyle26);
            textProperties51.Append(paragraph26);
            C.CrossingAxis crossingAxis1 = new C.CrossingAxis() { Val = (UInt32Value)415864936U };
            C.Crosses crosses1 = new C.Crosses() { Val = C.CrossesValues.AutoZero };
            C.AutoLabeled autoLabeled1 = new C.AutoLabeled() { Val = true };
            C.LabelAlignment labelAlignment1 = new C.LabelAlignment() { Val = C.LabelAlignmentValues.Center };
            C.LabelOffset labelOffset1 = new C.LabelOffset() { Val = (UInt16Value)100U };
            C.NoMultiLevelLabels noMultiLevelLabels1 = new C.NoMultiLevelLabels() { Val = false };

            categoryAxis1.Append(axisId3);
            categoryAxis1.Append(scaling1);
            categoryAxis1.Append(delete1);
            categoryAxis1.Append(axisPosition1);
            categoryAxis1.Append(numberingFormat1);
            categoryAxis1.Append(majorTickMark1);
            categoryAxis1.Append(minorTickMark1);
            categoryAxis1.Append(tickLabelPosition1);
            categoryAxis1.Append(chartShapeProperties3);
            categoryAxis1.Append(textProperties51);
            categoryAxis1.Append(crossingAxis1);
            categoryAxis1.Append(crosses1);
            categoryAxis1.Append(autoLabeled1);
            categoryAxis1.Append(labelAlignment1);
            categoryAxis1.Append(labelOffset1);
            categoryAxis1.Append(noMultiLevelLabels1);

            C.ValueAxis valueAxis1 = new C.ValueAxis();
            C.AxisId axisId4 = new C.AxisId() { Val = (UInt32Value)415864936U };

            C.Scaling scaling2 = new C.Scaling();
            C.Orientation orientation2 = new C.Orientation() { Val = C.OrientationValues.MinMax };

            scaling2.Append(orientation2);
            C.Delete delete2 = new C.Delete() { Val = false };
            C.AxisPosition axisPosition2 = new C.AxisPosition() { Val = C.AxisPositionValues.Left };

            C.MajorGridlines majorGridlines1 = new C.MajorGridlines();

            C.ChartShapeProperties chartShapeProperties4 = new C.ChartShapeProperties();

            A.Outline outline16 = new A.Outline() { Width = 9525, CapType = A.LineCapValues.Flat, CompoundLineType = A.CompoundLineValues.Single, Alignment = A.PenAlignmentValues.Center };

            A.SolidFill solidFill28 = new A.SolidFill();

            A.SchemeColor schemeColor201 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation7 = new A.LuminanceModulation() { Val = 15000 };
            A.LuminanceOffset luminanceOffset17 = new A.LuminanceOffset() { Val = 85000 };

            schemeColor201.Append(luminanceModulation7);
            schemeColor201.Append(luminanceOffset17);

            solidFill28.Append(schemeColor201);
            A.Round round2 = new A.Round();

            outline16.Append(solidFill28);
            outline16.Append(round2);
            A.EffectList effectList15 = new A.EffectList();

            chartShapeProperties4.Append(outline16);
            chartShapeProperties4.Append(effectList15);

            majorGridlines1.Append(chartShapeProperties4);
            C.NumberingFormat numberingFormat2 = new C.NumberingFormat() { FormatCode = "General", SourceLinked = true };
            C.MajorTickMark majorTickMark2 = new C.MajorTickMark() { Val = C.TickMarkValues.None };
            C.MinorTickMark minorTickMark2 = new C.MinorTickMark() { Val = C.TickMarkValues.None };
            C.TickLabelPosition tickLabelPosition2 = new C.TickLabelPosition() { Val = C.TickLabelPositionValues.NextTo };

            C.ChartShapeProperties chartShapeProperties5 = new C.ChartShapeProperties();
            A.NoFill noFill6 = new A.NoFill();

            A.Outline outline17 = new A.Outline();
            A.NoFill noFill7 = new A.NoFill();

            outline17.Append(noFill7);
            A.EffectList effectList16 = new A.EffectList();

            chartShapeProperties5.Append(noFill6);
            chartShapeProperties5.Append(outline17);
            chartShapeProperties5.Append(effectList16);

            C.TextProperties textProperties52 = new C.TextProperties();
            A.BodyProperties bodyProperties27 = new A.BodyProperties() { Rotation = -60000000, UseParagraphSpacing = true, VerticalOverflow = A.TextVerticalOverflowValues.Ellipsis, Vertical = A.TextVerticalValues.Horizontal, Wrap = A.TextWrappingValues.Square, Anchor = A.TextAnchoringTypeValues.Center, AnchorCenter = true };
            A.ListStyle listStyle27 = new A.ListStyle();

            A.Paragraph paragraph27 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties10 = new A.ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties3 = new A.DefaultRunProperties() { FontSize = 900, Bold = false, Italic = false, Underline = A.TextUnderlineValues.None, Strike = A.TextStrikeValues.NoStrike, Kerning = 1200, Baseline = 0 };

            A.SolidFill solidFill29 = new A.SolidFill();

            A.SchemeColor schemeColor202 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation8 = new A.LuminanceModulation() { Val = 65000 };
            A.LuminanceOffset luminanceOffset18 = new A.LuminanceOffset() { Val = 35000 };

            schemeColor202.Append(luminanceModulation8);
            schemeColor202.Append(luminanceOffset18);

            solidFill29.Append(schemeColor202);
            A.LatinFont latinFont5 = new A.LatinFont() { Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont5 = new A.EastAsianFont() { Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont5 = new A.ComplexScriptFont() { Typeface = "+mn-cs" };

            defaultRunProperties3.Append(solidFill29);
            defaultRunProperties3.Append(latinFont5);
            defaultRunProperties3.Append(eastAsianFont5);
            defaultRunProperties3.Append(complexScriptFont5);

            paragraphProperties10.Append(defaultRunProperties3);
            A.EndParagraphRunProperties endParagraphRunProperties16 = new A.EndParagraphRunProperties() { Language = "en-US" };

            paragraph27.Append(paragraphProperties10);
            paragraph27.Append(endParagraphRunProperties16);

            textProperties52.Append(bodyProperties27);
            textProperties52.Append(listStyle27);
            textProperties52.Append(paragraph27);
            C.CrossingAxis crossingAxis2 = new C.CrossingAxis() { Val = (UInt32Value)414168296U };
            C.Crosses crosses2 = new C.Crosses() { Val = C.CrossesValues.AutoZero };
            C.CrossBetween crossBetween1 = new C.CrossBetween() { Val = C.CrossBetweenValues.Between };

            valueAxis1.Append(axisId4);
            valueAxis1.Append(scaling2);
            valueAxis1.Append(delete2);
            valueAxis1.Append(axisPosition2);
            valueAxis1.Append(majorGridlines1);
            valueAxis1.Append(numberingFormat2);
            valueAxis1.Append(majorTickMark2);
            valueAxis1.Append(minorTickMark2);
            valueAxis1.Append(tickLabelPosition2);
            valueAxis1.Append(chartShapeProperties5);
            valueAxis1.Append(textProperties52);
            valueAxis1.Append(crossingAxis2);
            valueAxis1.Append(crosses2);
            valueAxis1.Append(crossBetween1);

            C.ShapeProperties shapeProperties36 = new C.ShapeProperties();
            A.NoFill noFill8 = new A.NoFill();

            A.Outline outline18 = new A.Outline();
            A.NoFill noFill9 = new A.NoFill();

            outline18.Append(noFill9);
            A.EffectList effectList17 = new A.EffectList();

            shapeProperties36.Append(noFill8);
            shapeProperties36.Append(outline18);
            shapeProperties36.Append(effectList17);

            plotArea1.Append(layout2);
            plotArea1.Append(barChart1);
            plotArea1.Append(categoryAxis1);
            plotArea1.Append(valueAxis1);
            plotArea1.Append(shapeProperties36);
            C.PlotVisibleOnly plotVisibleOnly1 = new C.PlotVisibleOnly() { Val = true };
            C.DisplayBlanksAs displayBlanksAs1 = new C.DisplayBlanksAs() { Val = C.DisplayBlanksAsValues.Gap };
            C.ShowDataLabelsOverMaximum showDataLabelsOverMaximum1 = new C.ShowDataLabelsOverMaximum() { Val = false };

            chart1.Append(title2);
            chart1.Append(autoTitleDeleted1);
            chart1.Append(plotArea1);
            chart1.Append(plotVisibleOnly1);
            chart1.Append(displayBlanksAs1);
            chart1.Append(showDataLabelsOverMaximum1);

            C.ShapeProperties shapeProperties37 = new C.ShapeProperties();

            A.SolidFill solidFill30 = new A.SolidFill();
            A.SchemeColor schemeColor203 = new A.SchemeColor() { Val = A.SchemeColorValues.Background1 };

            solidFill30.Append(schemeColor203);

            A.Outline outline19 = new A.Outline() { Width = 9525, CapType = A.LineCapValues.Flat, CompoundLineType = A.CompoundLineValues.Single, Alignment = A.PenAlignmentValues.Center };

            A.SolidFill solidFill31 = new A.SolidFill();

            A.SchemeColor schemeColor204 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation9 = new A.LuminanceModulation() { Val = 15000 };
            A.LuminanceOffset luminanceOffset19 = new A.LuminanceOffset() { Val = 85000 };

            schemeColor204.Append(luminanceModulation9);
            schemeColor204.Append(luminanceOffset19);

            solidFill31.Append(schemeColor204);
            A.Round round3 = new A.Round();

            outline19.Append(solidFill31);
            outline19.Append(round3);
            A.EffectList effectList18 = new A.EffectList();

            shapeProperties37.Append(solidFill30);
            shapeProperties37.Append(outline19);
            shapeProperties37.Append(effectList18);

            C.TextProperties textProperties53 = new C.TextProperties();
            A.BodyProperties bodyProperties28 = new A.BodyProperties();
            A.ListStyle listStyle28 = new A.ListStyle();

            A.Paragraph paragraph28 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties11 = new A.ParagraphProperties();
            A.DefaultRunProperties defaultRunProperties4 = new A.DefaultRunProperties();

            paragraphProperties11.Append(defaultRunProperties4);
            A.EndParagraphRunProperties endParagraphRunProperties17 = new A.EndParagraphRunProperties() { Language = "en-US" };

            paragraph28.Append(paragraphProperties11);
            paragraph28.Append(endParagraphRunProperties17);

            textProperties53.Append(bodyProperties28);
            textProperties53.Append(listStyle28);
            textProperties53.Append(paragraph28);

            C.PrintSettings printSettings1 = new C.PrintSettings();
            C.HeaderFooter headerFooter1 = new C.HeaderFooter();
            C.PageMargins pageMargins3 = new C.PageMargins() { Left = 0.7D, Right = 0.7D, Top = 0.75D, Bottom = 0.75D, Header = 0.3D, Footer = 0.3D };
            C.PageSetup pageSetup2 = new C.PageSetup();

            printSettings1.Append(headerFooter1);
            printSettings1.Append(pageMargins3);
            printSettings1.Append(pageSetup2);

            chartSpace1.Append(date19041);
            chartSpace1.Append(editingLanguage1);
            chartSpace1.Append(roundedCorners1);
            chartSpace1.Append(alternateContent1);
            chartSpace1.Append(chart1);
            chartSpace1.Append(shapeProperties37);
            chartSpace1.Append(textProperties53);
            chartSpace1.Append(printSettings1);

            chartPart1.ChartSpace = chartSpace1;
        }
        // Generates content of drawingsPart2.
        private void GenerateDrawingsPart2Content(DrawingsPart drawingsPart2)
        {
            Xdr.WorksheetDrawing worksheetDrawing2 = new Xdr.WorksheetDrawing();
            worksheetDrawing2.AddNamespaceDeclaration("xdr", "http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing");
            worksheetDrawing2.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");

            Xdr.TwoCellAnchor twoCellAnchor5 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker5 = new Xdr.FromMarker();
            Xdr.ColumnId columnId9 = new Xdr.ColumnId();
            columnId9.Text = "6";
            Xdr.ColumnOffset columnOffset9 = new Xdr.ColumnOffset();
            columnOffset9.Text = "571500";
            Xdr.RowId rowId9 = new Xdr.RowId();
            rowId9.Text = "5";
            Xdr.RowOffset rowOffset9 = new Xdr.RowOffset();
            rowOffset9.Text = "147637";

            fromMarker5.Append(columnId9);
            fromMarker5.Append(columnOffset9);
            fromMarker5.Append(rowId9);
            fromMarker5.Append(rowOffset9);

            Xdr.ToMarker toMarker5 = new Xdr.ToMarker();
            Xdr.ColumnId columnId10 = new Xdr.ColumnId();
            columnId10.Text = "14";
            Xdr.ColumnOffset columnOffset10 = new Xdr.ColumnOffset();
            columnOffset10.Text = "266700";
            Xdr.RowId rowId10 = new Xdr.RowId();
            rowId10.Text = "20";
            Xdr.RowOffset rowOffset10 = new Xdr.RowOffset();
            rowOffset10.Text = "33337";

            toMarker5.Append(columnId10);
            toMarker5.Append(columnOffset10);
            toMarker5.Append(rowId10);
            toMarker5.Append(rowOffset10);

            Xdr.GraphicFrame graphicFrame2 = new Xdr.GraphicFrame() { Macro = "" };

            Xdr.NonVisualGraphicFrameProperties nonVisualGraphicFrameProperties2 = new Xdr.NonVisualGraphicFrameProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties11 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2U, Name = "Chart 1" };
            Xdr.NonVisualGraphicFrameDrawingProperties nonVisualGraphicFrameDrawingProperties2 = new Xdr.NonVisualGraphicFrameDrawingProperties();

            nonVisualGraphicFrameProperties2.Append(nonVisualDrawingProperties11);
            nonVisualGraphicFrameProperties2.Append(nonVisualGraphicFrameDrawingProperties2);

            Xdr.Transform transform2 = new Xdr.Transform();
            A.Offset offset15 = new A.Offset() { X = 0L, Y = 0L };
            A.Extents extents15 = new A.Extents() { Cx = 0L, Cy = 0L };

            transform2.Append(offset15);
            transform2.Append(extents15);

            A.Graphic graphic2 = new A.Graphic();

            A.GraphicData graphicData2 = new A.GraphicData() { Uri = "http://schemas.openxmlformats.org/drawingml/2006/chart" };

            C.ChartReference chartReference1 = new C.ChartReference() { Id = "rId1" };
            chartReference1.AddNamespaceDeclaration("c", "http://schemas.openxmlformats.org/drawingml/2006/chart");
            chartReference1.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");

            graphicData2.Append(chartReference1);

            graphic2.Append(graphicData2);

            graphicFrame2.Append(nonVisualGraphicFrameProperties2);
            graphicFrame2.Append(transform2);
            graphicFrame2.Append(graphic2);
            Xdr.ClientData clientData5 = new Xdr.ClientData();

            twoCellAnchor5.Append(fromMarker5);
            twoCellAnchor5.Append(toMarker5);
            twoCellAnchor5.Append(graphicFrame2);
            twoCellAnchor5.Append(clientData5);

            Xdr.OneCellAnchor oneCellAnchor1 = new Xdr.OneCellAnchor();

            Xdr.FromMarker fromMarker6 = new Xdr.FromMarker();
            Xdr.ColumnId columnId11 = new Xdr.ColumnId();
            columnId11.Text = "17";
            Xdr.ColumnOffset columnOffset11 = new Xdr.ColumnOffset();
            columnOffset11.Text = "186742";
            Xdr.RowId rowId11 = new Xdr.RowId();
            rowId11.Text = "11";
            Xdr.RowOffset rowOffset11 = new Xdr.RowOffset();
            rowOffset11.Text = "174123";

            fromMarker6.Append(columnId11);
            fromMarker6.Append(columnOffset11);
            fromMarker6.Append(rowId11);
            fromMarker6.Append(rowOffset11);
            Xdr.Extent extent1 = new Xdr.Extent() { Cx = 3627019L, Cy = 937629L };

            Xdr.Shape shape11 = new Xdr.Shape() { Macro = "", TextLink = "" };

            Xdr.NonVisualShapeProperties nonVisualShapeProperties3 = new Xdr.NonVisualShapeProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties12 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)3U, Name = "Rectangle 2" };
            Xdr.NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties3 = new Xdr.NonVisualShapeDrawingProperties();

            nonVisualShapeProperties3.Append(nonVisualDrawingProperties12);
            nonVisualShapeProperties3.Append(nonVisualShapeDrawingProperties3);

            Xdr.ShapeProperties shapeProperties35 = new Xdr.ShapeProperties();

            A.Transform2D transform2D14 = new A.Transform2D() { Rotation = 1966164 };
            A.Offset offset16 = new A.Offset() { X = 10549942L, Y = 3793623L };
            A.Extents extents16 = new A.Extents() { Cx = 3627019L, Cy = 937629L };

            transform2D14.Append(offset16);
            transform2D14.Append(extents16);

            A.PresetGeometry presetGeometry9 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList9 = new A.AdjustValueList();

            presetGeometry9.Append(adjustValueList9);
            A.NoFill noFill1 = new A.NoFill();

            shapeProperties35.Append(transform2D14);
            shapeProperties35.Append(presetGeometry9);
            shapeProperties35.Append(noFill1);

            Xdr.TextBody textBody24 = new Xdr.TextBody();

            A.BodyProperties bodyProperties24 = new A.BodyProperties() { Wrap = A.TextWrappingValues.None, LeftInset = 91440, TopInset = 45720, RightInset = 91440, BottomInset = 45720 };
            A.ShapeAutoFit shapeAutoFit1 = new A.ShapeAutoFit();

            bodyProperties24.Append(shapeAutoFit1);
            A.ListStyle listStyle24 = new A.ListStyle();

            A.Paragraph paragraph24 = new A.Paragraph();
            A.ParagraphProperties paragraphProperties7 = new A.ParagraphProperties() { Alignment = A.TextAlignmentTypeValues.Center };

            A.Run run12 = new A.Run();

            A.RunProperties runProperties12 = new A.RunProperties() { Language = "en-US", FontSize = 5400, Bold = true, Capital = A.TextCapsValues.None, Spacing = 0 };

            A.Outline outline10 = new A.Outline() { Width = 22225 };

            A.SolidFill solidFill18 = new A.SolidFill();
            A.SchemeColor schemeColor191 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent2 };

            solidFill18.Append(schemeColor191);
            A.PresetDash presetDash9 = new A.PresetDash() { Val = A.PresetLineDashValues.Solid };

            outline10.Append(solidFill18);
            outline10.Append(presetDash9);

            A.SolidFill solidFill19 = new A.SolidFill();

            A.SchemeColor schemeColor192 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent2 };
            A.LuminanceModulation luminanceModulation1 = new A.LuminanceModulation() { Val = 40000 };
            A.LuminanceOffset luminanceOffset11 = new A.LuminanceOffset() { Val = 60000 };

            schemeColor192.Append(luminanceModulation1);
            schemeColor192.Append(luminanceOffset11);

            solidFill19.Append(schemeColor192);
            A.EffectList effectList9 = new A.EffectList();

            runProperties12.Append(outline10);
            runProperties12.Append(solidFill19);
            runProperties12.Append(effectList9);
            A.Text text12 = new A.Text();
            text12.Text = "Hello";

            run12.Append(runProperties12);
            run12.Append(text12);

            A.Run run13 = new A.Run();

            A.RunProperties runProperties13 = new A.RunProperties() { Language = "en-US", FontSize = 5400, Bold = true, Capital = A.TextCapsValues.None, Spacing = 0, Baseline = 0 };

            A.Outline outline11 = new A.Outline() { Width = 22225 };

            A.SolidFill solidFill20 = new A.SolidFill();
            A.SchemeColor schemeColor193 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent2 };

            solidFill20.Append(schemeColor193);
            A.PresetDash presetDash10 = new A.PresetDash() { Val = A.PresetLineDashValues.Solid };

            outline11.Append(solidFill20);
            outline11.Append(presetDash10);

            A.SolidFill solidFill21 = new A.SolidFill();

            A.SchemeColor schemeColor194 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent2 };
            A.LuminanceModulation luminanceModulation2 = new A.LuminanceModulation() { Val = 40000 };
            A.LuminanceOffset luminanceOffset12 = new A.LuminanceOffset() { Val = 60000 };

            schemeColor194.Append(luminanceModulation2);
            schemeColor194.Append(luminanceOffset12);

            solidFill21.Append(schemeColor194);
            A.EffectList effectList10 = new A.EffectList();

            runProperties13.Append(outline11);
            runProperties13.Append(solidFill21);
            runProperties13.Append(effectList10);
            A.Text text13 = new A.Text();
            text13.Text = " World";

            run13.Append(runProperties13);
            run13.Append(text13);

            A.EndParagraphRunProperties endParagraphRunProperties13 = new A.EndParagraphRunProperties() { Language = "en-US", FontSize = 5400, Bold = true, Capital = A.TextCapsValues.None, Spacing = 0 };

            A.Outline outline12 = new A.Outline() { Width = 22225 };

            A.SolidFill solidFill22 = new A.SolidFill();
            A.SchemeColor schemeColor195 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent2 };

            solidFill22.Append(schemeColor195);
            A.PresetDash presetDash11 = new A.PresetDash() { Val = A.PresetLineDashValues.Solid };

            outline12.Append(solidFill22);
            outline12.Append(presetDash11);

            A.SolidFill solidFill23 = new A.SolidFill();

            A.SchemeColor schemeColor196 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent2 };
            A.LuminanceModulation luminanceModulation3 = new A.LuminanceModulation() { Val = 40000 };
            A.LuminanceOffset luminanceOffset13 = new A.LuminanceOffset() { Val = 60000 };

            schemeColor196.Append(luminanceModulation3);
            schemeColor196.Append(luminanceOffset13);

            solidFill23.Append(schemeColor196);
            A.EffectList effectList11 = new A.EffectList();

            endParagraphRunProperties13.Append(outline12);
            endParagraphRunProperties13.Append(solidFill23);
            endParagraphRunProperties13.Append(effectList11);

            paragraph24.Append(paragraphProperties7);
            paragraph24.Append(run12);
            paragraph24.Append(run13);
            paragraph24.Append(endParagraphRunProperties13);

            textBody24.Append(bodyProperties24);
            textBody24.Append(listStyle24);
            textBody24.Append(paragraph24);

            shape11.Append(nonVisualShapeProperties3);
            shape11.Append(shapeProperties35);
            shape11.Append(textBody24);
            Xdr.ClientData clientData6 = new Xdr.ClientData();

            oneCellAnchor1.Append(fromMarker6);
            oneCellAnchor1.Append(extent1);
            oneCellAnchor1.Append(shape11);
            oneCellAnchor1.Append(clientData6);

            worksheetDrawing2.Append(twoCellAnchor5);
            worksheetDrawing2.Append(oneCellAnchor1);

            drawingsPart2.WorksheetDrawing = worksheetDrawing2;
        }
Exemplo n.º 11
0
        // Generates content of chartPart8.
        private void GenerateChartPart8Content(ChartPart chartPart8)
        {
            C.ChartSpace chartSpace8 = new C.ChartSpace();
            chartSpace8.AddNamespaceDeclaration("c", "http://schemas.openxmlformats.org/drawingml/2006/chart");
            chartSpace8.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");
            chartSpace8.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            C.Date1904 date19048 = new C.Date1904(){ Val = false };
            C.EditingLanguage editingLanguage8 = new C.EditingLanguage(){ Val = "en-US" };
            C.RoundedCorners roundedCorners8 = new C.RoundedCorners(){ Val = false };

            AlternateContent alternateContent17 = new AlternateContent();
            alternateContent17.AddNamespaceDeclaration("mc", "http://schemas.openxmlformats.org/markup-compatibility/2006");

            AlternateContentChoice alternateContentChoice17 = new AlternateContentChoice(){ Requires = "c14" };
            alternateContentChoice17.AddNamespaceDeclaration("c14", "http://schemas.microsoft.com/office/drawing/2007/8/2/chart");
            C14.Style style15 = new C14.Style(){ Val = 101 };

            alternateContentChoice17.Append(style15);

            AlternateContentFallback alternateContentFallback16 = new AlternateContentFallback();
            C.Style style16 = new C.Style(){ Val = 1 };

            alternateContentFallback16.Append(style16);

            alternateContent17.Append(alternateContentChoice17);
            alternateContent17.Append(alternateContentFallback16);

            C.PivotSource pivotSource8 = new C.PivotSource();
            C.PivotTableName pivotTableName8 = new C.PivotTableName();
            pivotTableName8.Text = "[GeneratedDocument.xlsx]ShowHeader!PivotTable1";
            C.FormatId formatId8 = new C.FormatId(){ Val = (UInt32Value)9U };

            pivotSource8.Append(pivotTableName8);
            pivotSource8.Append(formatId8);

            C.Chart chart8 = new C.Chart();

            C.Title title8 = new C.Title();
            C.Overlay overlay15 = new C.Overlay(){ Val = false };

            title8.Append(overlay15);
            C.AutoTitleDeleted autoTitleDeleted8 = new C.AutoTitleDeleted(){ Val = false };

            C.PivotFormats pivotFormats8 = new C.PivotFormats();

            C.PivotFormat pivotFormat50 = new C.PivotFormat();
            C.Index index57 = new C.Index(){ Val = (UInt32Value)0U };

            C.ShapeProperties shapeProperties24 = new C.ShapeProperties();

            A.SolidFill solidFill44 = new A.SolidFill();

            A.SchemeColor schemeColor28 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint14 = new A.Tint(){ Val = 100000 };

            schemeColor28.Append(tint14);

            solidFill44.Append(schemeColor28);

            A.Outline outline34 = new A.Outline();
            A.NoFill noFill28 = new A.NoFill();

            outline34.Append(noFill28);
            A.EffectList effectList26 = new A.EffectList();

            shapeProperties24.Append(solidFill44);
            shapeProperties24.Append(outline34);
            shapeProperties24.Append(effectList26);

            C.Marker marker50 = new C.Marker();
            C.Symbol symbol50 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker50.Append(symbol50);

            pivotFormat50.Append(index57);
            pivotFormat50.Append(shapeProperties24);
            pivotFormat50.Append(marker50);

            C.PivotFormat pivotFormat51 = new C.PivotFormat();
            C.Index index58 = new C.Index(){ Val = (UInt32Value)1U };

            C.ShapeProperties shapeProperties25 = new C.ShapeProperties();

            A.SolidFill solidFill45 = new A.SolidFill();

            A.SchemeColor schemeColor29 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent2 };
            A.Tint tint15 = new A.Tint(){ Val = 100000 };

            schemeColor29.Append(tint15);

            solidFill45.Append(schemeColor29);

            A.Outline outline35 = new A.Outline();
            A.NoFill noFill29 = new A.NoFill();

            outline35.Append(noFill29);
            A.EffectList effectList27 = new A.EffectList();

            shapeProperties25.Append(solidFill45);
            shapeProperties25.Append(outline35);
            shapeProperties25.Append(effectList27);

            C.Marker marker51 = new C.Marker();
            C.Symbol symbol51 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker51.Append(symbol51);

            pivotFormat51.Append(index58);
            pivotFormat51.Append(shapeProperties25);
            pivotFormat51.Append(marker51);

            C.PivotFormat pivotFormat52 = new C.PivotFormat();
            C.Index index59 = new C.Index(){ Val = (UInt32Value)2U };

            C.Marker marker52 = new C.Marker();
            C.Symbol symbol52 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker52.Append(symbol52);

            pivotFormat52.Append(index59);
            pivotFormat52.Append(marker52);

            C.PivotFormat pivotFormat53 = new C.PivotFormat();
            C.Index index60 = new C.Index(){ Val = (UInt32Value)3U };

            C.Marker marker53 = new C.Marker();
            C.Symbol symbol53 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker53.Append(symbol53);

            pivotFormat53.Append(index60);
            pivotFormat53.Append(marker53);

            C.PivotFormat pivotFormat54 = new C.PivotFormat();
            C.Index index61 = new C.Index(){ Val = (UInt32Value)4U };

            C.Marker marker54 = new C.Marker();
            C.Symbol symbol54 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker54.Append(symbol54);

            pivotFormat54.Append(index61);
            pivotFormat54.Append(marker54);

            C.PivotFormat pivotFormat55 = new C.PivotFormat();
            C.Index index62 = new C.Index(){ Val = (UInt32Value)5U };

            C.Marker marker55 = new C.Marker();
            C.Symbol symbol55 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker55.Append(symbol55);

            pivotFormat55.Append(index62);
            pivotFormat55.Append(marker55);

            C.PivotFormat pivotFormat56 = new C.PivotFormat();
            C.Index index63 = new C.Index(){ Val = (UInt32Value)6U };

            C.Marker marker56 = new C.Marker();
            C.Symbol symbol56 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker56.Append(symbol56);

            pivotFormat56.Append(index63);
            pivotFormat56.Append(marker56);

            C.PivotFormat pivotFormat57 = new C.PivotFormat();
            C.Index index64 = new C.Index(){ Val = (UInt32Value)7U };

            C.Marker marker57 = new C.Marker();
            C.Symbol symbol57 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker57.Append(symbol57);

            pivotFormat57.Append(index64);
            pivotFormat57.Append(marker57);

            C.PivotFormat pivotFormat58 = new C.PivotFormat();
            C.Index index65 = new C.Index(){ Val = (UInt32Value)8U };

            C.Marker marker58 = new C.Marker();
            C.Symbol symbol58 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker58.Append(symbol58);

            pivotFormat58.Append(index65);
            pivotFormat58.Append(marker58);

            C.PivotFormat pivotFormat59 = new C.PivotFormat();
            C.Index index66 = new C.Index(){ Val = (UInt32Value)9U };

            C.Marker marker59 = new C.Marker();
            C.Symbol symbol59 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker59.Append(symbol59);

            pivotFormat59.Append(index66);
            pivotFormat59.Append(marker59);

            C.PivotFormat pivotFormat60 = new C.PivotFormat();
            C.Index index67 = new C.Index(){ Val = (UInt32Value)10U };

            C.Marker marker60 = new C.Marker();
            C.Symbol symbol60 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker60.Append(symbol60);

            pivotFormat60.Append(index67);
            pivotFormat60.Append(marker60);

            C.PivotFormat pivotFormat61 = new C.PivotFormat();
            C.Index index68 = new C.Index(){ Val = (UInt32Value)11U };

            C.Marker marker61 = new C.Marker();
            C.Symbol symbol61 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker61.Append(symbol61);

            pivotFormat61.Append(index68);
            pivotFormat61.Append(marker61);

            C.PivotFormat pivotFormat62 = new C.PivotFormat();
            C.Index index69 = new C.Index(){ Val = (UInt32Value)12U };

            C.Marker marker62 = new C.Marker();
            C.Symbol symbol62 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker62.Append(symbol62);

            pivotFormat62.Append(index69);
            pivotFormat62.Append(marker62);

            C.PivotFormat pivotFormat63 = new C.PivotFormat();
            C.Index index70 = new C.Index(){ Val = (UInt32Value)13U };

            C.Marker marker63 = new C.Marker();
            C.Symbol symbol63 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker63.Append(symbol63);

            pivotFormat63.Append(index70);
            pivotFormat63.Append(marker63);

            C.PivotFormat pivotFormat64 = new C.PivotFormat();
            C.Index index71 = new C.Index(){ Val = (UInt32Value)14U };

            C.ShapeProperties shapeProperties26 = new C.ShapeProperties();

            A.SolidFill solidFill46 = new A.SolidFill();

            A.SchemeColor schemeColor30 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint16 = new A.Tint(){ Val = 100000 };

            schemeColor30.Append(tint16);

            solidFill46.Append(schemeColor30);

            A.Outline outline36 = new A.Outline();
            A.NoFill noFill30 = new A.NoFill();

            outline36.Append(noFill30);
            A.EffectList effectList28 = new A.EffectList();

            shapeProperties26.Append(solidFill46);
            shapeProperties26.Append(outline36);
            shapeProperties26.Append(effectList28);

            C.Marker marker64 = new C.Marker();
            C.Symbol symbol64 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker64.Append(symbol64);

            pivotFormat64.Append(index71);
            pivotFormat64.Append(shapeProperties26);
            pivotFormat64.Append(marker64);

            C.PivotFormat pivotFormat65 = new C.PivotFormat();
            C.Index index72 = new C.Index(){ Val = (UInt32Value)15U };

            C.ShapeProperties shapeProperties27 = new C.ShapeProperties();

            A.SolidFill solidFill47 = new A.SolidFill();

            A.SchemeColor schemeColor31 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint17 = new A.Tint(){ Val = 100000 };

            schemeColor31.Append(tint17);

            solidFill47.Append(schemeColor31);

            A.Outline outline37 = new A.Outline();
            A.NoFill noFill31 = new A.NoFill();

            outline37.Append(noFill31);
            A.EffectList effectList29 = new A.EffectList();

            shapeProperties27.Append(solidFill47);
            shapeProperties27.Append(outline37);
            shapeProperties27.Append(effectList29);

            C.Marker marker65 = new C.Marker();
            C.Symbol symbol65 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker65.Append(symbol65);

            pivotFormat65.Append(index72);
            pivotFormat65.Append(shapeProperties27);
            pivotFormat65.Append(marker65);

            pivotFormats8.Append(pivotFormat50);
            pivotFormats8.Append(pivotFormat51);
            pivotFormats8.Append(pivotFormat52);
            pivotFormats8.Append(pivotFormat53);
            pivotFormats8.Append(pivotFormat54);
            pivotFormats8.Append(pivotFormat55);
            pivotFormats8.Append(pivotFormat56);
            pivotFormats8.Append(pivotFormat57);
            pivotFormats8.Append(pivotFormat58);
            pivotFormats8.Append(pivotFormat59);
            pivotFormats8.Append(pivotFormat60);
            pivotFormats8.Append(pivotFormat61);
            pivotFormats8.Append(pivotFormat62);
            pivotFormats8.Append(pivotFormat63);
            pivotFormats8.Append(pivotFormat64);
            pivotFormats8.Append(pivotFormat65);

            C.PlotArea plotArea8 = new C.PlotArea();
            C.Layout layout8 = new C.Layout();

            C.BarChart barChart4 = new C.BarChart();
            C.BarDirection barDirection4 = new C.BarDirection(){ Val = C.BarDirectionValues.Column };
            C.BarGrouping barGrouping4 = new C.BarGrouping(){ Val = C.BarGroupingValues.Clustered };
            C.VaryColors varyColors8 = new C.VaryColors(){ Val = false };

            C.BarChartSeries barChartSeries4 = new C.BarChartSeries();
            C.Index index73 = new C.Index(){ Val = (UInt32Value)0U };
            C.Order order8 = new C.Order(){ Val = (UInt32Value)0U };

            C.SeriesText seriesText8 = new C.SeriesText();

            C.StringReference stringReference15 = new C.StringReference();
            C.Formula formula22 = new C.Formula();
            formula22.Text = "ShowHeader!$B$1";

            C.StringCache stringCache15 = new C.StringCache();
            C.PointCount pointCount22 = new C.PointCount(){ Val = (UInt32Value)1U };

            C.StringPoint stringPoint29 = new C.StringPoint(){ Index = (UInt32Value)0U };
            C.NumericValue numericValue50 = new C.NumericValue();
            numericValue50.Text = "Total";

            stringPoint29.Append(numericValue50);

            stringCache15.Append(pointCount22);
            stringCache15.Append(stringPoint29);

            stringReference15.Append(formula22);
            stringReference15.Append(stringCache15);

            seriesText8.Append(stringReference15);

            C.ChartShapeProperties chartShapeProperties11 = new C.ChartShapeProperties();

            A.SolidFill solidFill48 = new A.SolidFill();

            A.SchemeColor schemeColor32 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint18 = new A.Tint(){ Val = 100000 };

            schemeColor32.Append(tint18);

            solidFill48.Append(schemeColor32);

            A.Outline outline38 = new A.Outline();
            A.NoFill noFill32 = new A.NoFill();

            outline38.Append(noFill32);
            A.EffectList effectList30 = new A.EffectList();

            chartShapeProperties11.Append(solidFill48);
            chartShapeProperties11.Append(outline38);
            chartShapeProperties11.Append(effectList30);
            C.InvertIfNegative invertIfNegative4 = new C.InvertIfNegative(){ Val = false };

            C.CategoryAxisData categoryAxisData8 = new C.CategoryAxisData();

            C.StringReference stringReference16 = new C.StringReference();
            C.Formula formula23 = new C.Formula();
            formula23.Text = "ShowHeader!$A$2:$A$5";

            C.StringCache stringCache16 = new C.StringCache();
            C.PointCount pointCount23 = new C.PointCount(){ Val = (UInt32Value)3U };

            C.StringPoint stringPoint30 = new C.StringPoint(){ Index = (UInt32Value)0U };
            C.NumericValue numericValue51 = new C.NumericValue();
            numericValue51.Text = "product_A";

            stringPoint30.Append(numericValue51);

            C.StringPoint stringPoint31 = new C.StringPoint(){ Index = (UInt32Value)1U };
            C.NumericValue numericValue52 = new C.NumericValue();
            numericValue52.Text = "product_D";

            stringPoint31.Append(numericValue52);

            C.StringPoint stringPoint32 = new C.StringPoint(){ Index = (UInt32Value)2U };
            C.NumericValue numericValue53 = new C.NumericValue();
            numericValue53.Text = "product_E";

            stringPoint32.Append(numericValue53);

            stringCache16.Append(pointCount23);
            stringCache16.Append(stringPoint30);
            stringCache16.Append(stringPoint31);
            stringCache16.Append(stringPoint32);

            stringReference16.Append(formula23);
            stringReference16.Append(stringCache16);

            categoryAxisData8.Append(stringReference16);

            C.Values values8 = new C.Values();

            C.NumberReference numberReference8 = new C.NumberReference();
            C.Formula formula24 = new C.Formula();
            formula24.Text = "ShowHeader!$B$2:$B$5";

            C.NumberingCache numberingCache8 = new C.NumberingCache();
            C.FormatCode formatCode8 = new C.FormatCode();
            formatCode8.Text = "General";
            C.PointCount pointCount24 = new C.PointCount(){ Val = (UInt32Value)3U };

            C.NumericPoint numericPoint22 = new C.NumericPoint(){ Index = (UInt32Value)0U };
            C.NumericValue numericValue54 = new C.NumericValue();
            numericValue54.Text = "19";

            numericPoint22.Append(numericValue54);

            C.NumericPoint numericPoint23 = new C.NumericPoint(){ Index = (UInt32Value)1U };
            C.NumericValue numericValue55 = new C.NumericValue();
            numericValue55.Text = "13";

            numericPoint23.Append(numericValue55);

            C.NumericPoint numericPoint24 = new C.NumericPoint(){ Index = (UInt32Value)2U };
            C.NumericValue numericValue56 = new C.NumericValue();
            numericValue56.Text = "33";

            numericPoint24.Append(numericValue56);

            numberingCache8.Append(formatCode8);
            numberingCache8.Append(pointCount24);
            numberingCache8.Append(numericPoint22);
            numberingCache8.Append(numericPoint23);
            numberingCache8.Append(numericPoint24);

            numberReference8.Append(formula24);
            numberReference8.Append(numberingCache8);

            values8.Append(numberReference8);

            barChartSeries4.Append(index73);
            barChartSeries4.Append(order8);
            barChartSeries4.Append(seriesText8);
            barChartSeries4.Append(chartShapeProperties11);
            barChartSeries4.Append(invertIfNegative4);
            barChartSeries4.Append(categoryAxisData8);
            barChartSeries4.Append(values8);

            C.DataLabels dataLabels8 = new C.DataLabels();
            C.ShowLegendKey showLegendKey8 = new C.ShowLegendKey(){ Val = false };
            C.ShowValue showValue8 = new C.ShowValue(){ Val = false };
            C.ShowCategoryName showCategoryName8 = new C.ShowCategoryName(){ Val = false };
            C.ShowSeriesName showSeriesName8 = new C.ShowSeriesName(){ Val = false };
            C.ShowPercent showPercent8 = new C.ShowPercent(){ Val = false };
            C.ShowBubbleSize showBubbleSize8 = new C.ShowBubbleSize(){ Val = false };

            dataLabels8.Append(showLegendKey8);
            dataLabels8.Append(showValue8);
            dataLabels8.Append(showCategoryName8);
            dataLabels8.Append(showSeriesName8);
            dataLabels8.Append(showPercent8);
            dataLabels8.Append(showBubbleSize8);
            C.GapWidth gapWidth4 = new C.GapWidth(){ Val = (UInt16Value)219U };
            C.Overlap overlap3 = new C.Overlap(){ Val = -27 };
            C.AxisId axisId13 = new C.AxisId(){ Val = (UInt32Value)209618640U };
            C.AxisId axisId14 = new C.AxisId(){ Val = (UInt32Value)209382248U };

            barChart4.Append(barDirection4);
            barChart4.Append(barGrouping4);
            barChart4.Append(varyColors8);
            barChart4.Append(barChartSeries4);
            barChart4.Append(dataLabels8);
            barChart4.Append(gapWidth4);
            barChart4.Append(overlap3);
            barChart4.Append(axisId13);
            barChart4.Append(axisId14);

            C.CategoryAxis categoryAxis4 = new C.CategoryAxis();
            C.AxisId axisId15 = new C.AxisId(){ Val = (UInt32Value)209618640U };

            C.Scaling scaling7 = new C.Scaling();
            C.Orientation orientation7 = new C.Orientation(){ Val = C.OrientationValues.MinMax };

            scaling7.Append(orientation7);
            C.Delete delete7 = new C.Delete(){ Val = false };
            C.AxisPosition axisPosition7 = new C.AxisPosition(){ Val = C.AxisPositionValues.Bottom };
            C.NumberingFormat numberingFormat7 = new C.NumberingFormat(){ FormatCode = "General", SourceLinked = false };
            C.MajorTickMark majorTickMark7 = new C.MajorTickMark(){ Val = C.TickMarkValues.None };
            C.MinorTickMark minorTickMark7 = new C.MinorTickMark(){ Val = C.TickMarkValues.None };
            C.TickLabelPosition tickLabelPosition7 = new C.TickLabelPosition(){ Val = C.TickLabelPositionValues.NextTo };

            C.ChartShapeProperties chartShapeProperties12 = new C.ChartShapeProperties();
            A.NoFill noFill33 = new A.NoFill();

            A.Outline outline39 = new A.Outline();
            A.NoFill noFill34 = new A.NoFill();

            outline39.Append(noFill34);
            A.EffectList effectList31 = new A.EffectList();

            chartShapeProperties12.Append(noFill33);
            chartShapeProperties12.Append(outline39);
            chartShapeProperties12.Append(effectList31);

            C.TextProperties textProperties9 = new C.TextProperties();
            A.BodyProperties bodyProperties17 = new A.BodyProperties(){ Rotation = -60000000, UseParagraphSpacing = true, VerticalOverflow = A.TextVerticalOverflowValues.Ellipsis, Vertical = A.TextVerticalValues.Horizontal, Wrap = A.TextWrappingValues.Square, Anchor = A.TextAnchoringTypeValues.Center, AnchorCenter = true };
            A.ListStyle listStyle17 = new A.ListStyle();

            A.Paragraph paragraph17 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties9 = new A.ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties9 = new A.DefaultRunProperties(){ FontSize = 900, Kerning = 1200 };

            A.SolidFill solidFill49 = new A.SolidFill();

            A.SchemeColor schemeColor33 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation11 = new A.LuminanceModulation(){ Val = 65000 };
            A.LuminanceOffset luminanceOffset11 = new A.LuminanceOffset(){ Val = 35000 };

            schemeColor33.Append(luminanceModulation11);
            schemeColor33.Append(luminanceOffset11);

            solidFill49.Append(schemeColor33);
            A.LatinFont latinFont7 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont7 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont7 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties9.Append(solidFill49);
            defaultRunProperties9.Append(latinFont7);
            defaultRunProperties9.Append(eastAsianFont7);
            defaultRunProperties9.Append(complexScriptFont7);

            paragraphProperties9.Append(defaultRunProperties9);
            A.EndParagraphRunProperties endParagraphRunProperties9 = new A.EndParagraphRunProperties(){ Language = "en-US" };

            paragraph17.Append(paragraphProperties9);
            paragraph17.Append(endParagraphRunProperties9);

            textProperties9.Append(bodyProperties17);
            textProperties9.Append(listStyle17);
            textProperties9.Append(paragraph17);
            C.CrossingAxis crossingAxis7 = new C.CrossingAxis(){ Val = (UInt32Value)209382248U };
            C.Crosses crosses7 = new C.Crosses(){ Val = C.CrossesValues.AutoZero };
            C.AutoLabeled autoLabeled4 = new C.AutoLabeled(){ Val = true };
            C.LabelAlignment labelAlignment4 = new C.LabelAlignment(){ Val = C.LabelAlignmentValues.Center };
            C.LabelOffset labelOffset4 = new C.LabelOffset(){ Val = (UInt16Value)100U };
            C.NoMultiLevelLabels noMultiLevelLabels4 = new C.NoMultiLevelLabels(){ Val = false };

            categoryAxis4.Append(axisId15);
            categoryAxis4.Append(scaling7);
            categoryAxis4.Append(delete7);
            categoryAxis4.Append(axisPosition7);
            categoryAxis4.Append(numberingFormat7);
            categoryAxis4.Append(majorTickMark7);
            categoryAxis4.Append(minorTickMark7);
            categoryAxis4.Append(tickLabelPosition7);
            categoryAxis4.Append(chartShapeProperties12);
            categoryAxis4.Append(textProperties9);
            categoryAxis4.Append(crossingAxis7);
            categoryAxis4.Append(crosses7);
            categoryAxis4.Append(autoLabeled4);
            categoryAxis4.Append(labelAlignment4);
            categoryAxis4.Append(labelOffset4);
            categoryAxis4.Append(noMultiLevelLabels4);

            C.ValueAxis valueAxis4 = new C.ValueAxis();
            C.AxisId axisId16 = new C.AxisId(){ Val = (UInt32Value)209382248U };

            C.Scaling scaling8 = new C.Scaling();
            C.Orientation orientation8 = new C.Orientation(){ Val = C.OrientationValues.MinMax };

            scaling8.Append(orientation8);
            C.Delete delete8 = new C.Delete(){ Val = false };
            C.AxisPosition axisPosition8 = new C.AxisPosition(){ Val = C.AxisPositionValues.Left };

            C.MajorGridlines majorGridlines4 = new C.MajorGridlines();

            C.ChartShapeProperties chartShapeProperties13 = new C.ChartShapeProperties();

            A.Outline outline40 = new A.Outline(){ Width = 9525, CapType = A.LineCapValues.Flat, CompoundLineType = A.CompoundLineValues.Single, Alignment = A.PenAlignmentValues.Center };

            A.SolidFill solidFill50 = new A.SolidFill();

            A.SchemeColor schemeColor34 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation12 = new A.LuminanceModulation(){ Val = 15000 };
            A.LuminanceOffset luminanceOffset12 = new A.LuminanceOffset(){ Val = 85000 };

            schemeColor34.Append(luminanceModulation12);
            schemeColor34.Append(luminanceOffset12);

            solidFill50.Append(schemeColor34);
            A.Round round5 = new A.Round();

            outline40.Append(solidFill50);
            outline40.Append(round5);
            A.EffectList effectList32 = new A.EffectList();

            chartShapeProperties13.Append(outline40);
            chartShapeProperties13.Append(effectList32);

            majorGridlines4.Append(chartShapeProperties13);
            C.NumberingFormat numberingFormat8 = new C.NumberingFormat(){ FormatCode = "General", SourceLinked = true };
            C.MajorTickMark majorTickMark8 = new C.MajorTickMark(){ Val = C.TickMarkValues.None };
            C.MinorTickMark minorTickMark8 = new C.MinorTickMark(){ Val = C.TickMarkValues.None };
            C.TickLabelPosition tickLabelPosition8 = new C.TickLabelPosition(){ Val = C.TickLabelPositionValues.NextTo };

            C.ChartShapeProperties chartShapeProperties14 = new C.ChartShapeProperties();
            A.NoFill noFill35 = new A.NoFill();

            A.Outline outline41 = new A.Outline();
            A.NoFill noFill36 = new A.NoFill();

            outline41.Append(noFill36);
            A.EffectList effectList33 = new A.EffectList();

            chartShapeProperties14.Append(noFill35);
            chartShapeProperties14.Append(outline41);
            chartShapeProperties14.Append(effectList33);

            C.TextProperties textProperties10 = new C.TextProperties();
            A.BodyProperties bodyProperties18 = new A.BodyProperties(){ Rotation = -60000000, UseParagraphSpacing = true, VerticalOverflow = A.TextVerticalOverflowValues.Ellipsis, Vertical = A.TextVerticalValues.Horizontal, Wrap = A.TextWrappingValues.Square, Anchor = A.TextAnchoringTypeValues.Center, AnchorCenter = true };
            A.ListStyle listStyle18 = new A.ListStyle();

            A.Paragraph paragraph18 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties10 = new A.ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties10 = new A.DefaultRunProperties(){ FontSize = 900, Kerning = 1200 };

            A.SolidFill solidFill51 = new A.SolidFill();

            A.SchemeColor schemeColor35 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation13 = new A.LuminanceModulation(){ Val = 65000 };
            A.LuminanceOffset luminanceOffset13 = new A.LuminanceOffset(){ Val = 35000 };

            schemeColor35.Append(luminanceModulation13);
            schemeColor35.Append(luminanceOffset13);

            solidFill51.Append(schemeColor35);
            A.LatinFont latinFont8 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont8 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont8 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties10.Append(solidFill51);
            defaultRunProperties10.Append(latinFont8);
            defaultRunProperties10.Append(eastAsianFont8);
            defaultRunProperties10.Append(complexScriptFont8);

            paragraphProperties10.Append(defaultRunProperties10);
            A.EndParagraphRunProperties endParagraphRunProperties10 = new A.EndParagraphRunProperties(){ Language = "en-US" };

            paragraph18.Append(paragraphProperties10);
            paragraph18.Append(endParagraphRunProperties10);

            textProperties10.Append(bodyProperties18);
            textProperties10.Append(listStyle18);
            textProperties10.Append(paragraph18);
            C.CrossingAxis crossingAxis8 = new C.CrossingAxis(){ Val = (UInt32Value)209618640U };
            C.Crosses crosses8 = new C.Crosses(){ Val = C.CrossesValues.AutoZero };
            C.CrossBetween crossBetween4 = new C.CrossBetween(){ Val = C.CrossBetweenValues.Between };

            valueAxis4.Append(axisId16);
            valueAxis4.Append(scaling8);
            valueAxis4.Append(delete8);
            valueAxis4.Append(axisPosition8);
            valueAxis4.Append(majorGridlines4);
            valueAxis4.Append(numberingFormat8);
            valueAxis4.Append(majorTickMark8);
            valueAxis4.Append(minorTickMark8);
            valueAxis4.Append(tickLabelPosition8);
            valueAxis4.Append(chartShapeProperties14);
            valueAxis4.Append(textProperties10);
            valueAxis4.Append(crossingAxis8);
            valueAxis4.Append(crosses8);
            valueAxis4.Append(crossBetween4);

            C.ShapeProperties shapeProperties28 = new C.ShapeProperties();

            A.SolidFill solidFill52 = new A.SolidFill();
            A.SchemeColor schemeColor36 = new A.SchemeColor(){ Val = A.SchemeColorValues.Background1 };

            solidFill52.Append(schemeColor36);

            A.Outline outline42 = new A.Outline();
            A.NoFill noFill37 = new A.NoFill();

            outline42.Append(noFill37);
            A.EffectList effectList34 = new A.EffectList();

            shapeProperties28.Append(solidFill52);
            shapeProperties28.Append(outline42);
            shapeProperties28.Append(effectList34);

            plotArea8.Append(layout8);
            plotArea8.Append(barChart4);
            plotArea8.Append(categoryAxis4);
            plotArea8.Append(valueAxis4);
            plotArea8.Append(shapeProperties28);

            C.Legend legend8 = new C.Legend();
            C.LegendPosition legendPosition8 = new C.LegendPosition(){ Val = C.LegendPositionValues.Bottom };
            C.Overlay overlay16 = new C.Overlay(){ Val = false };

            C.ChartShapeProperties chartShapeProperties15 = new C.ChartShapeProperties();
            A.NoFill noFill38 = new A.NoFill();

            A.Outline outline43 = new A.Outline();
            A.NoFill noFill39 = new A.NoFill();

            outline43.Append(noFill39);
            A.EffectList effectList35 = new A.EffectList();

            chartShapeProperties15.Append(noFill38);
            chartShapeProperties15.Append(outline43);
            chartShapeProperties15.Append(effectList35);

            C.TextProperties textProperties11 = new C.TextProperties();
            A.BodyProperties bodyProperties19 = new A.BodyProperties(){ Rotation = 0, UseParagraphSpacing = true, VerticalOverflow = A.TextVerticalOverflowValues.Ellipsis, Vertical = A.TextVerticalValues.Horizontal, Wrap = A.TextWrappingValues.Square, Anchor = A.TextAnchoringTypeValues.Center, AnchorCenter = true };
            A.ListStyle listStyle19 = new A.ListStyle();

            A.Paragraph paragraph19 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties11 = new A.ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties11 = new A.DefaultRunProperties(){ FontSize = 900, Kerning = 1200 };

            A.SolidFill solidFill53 = new A.SolidFill();

            A.SchemeColor schemeColor37 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation14 = new A.LuminanceModulation(){ Val = 65000 };
            A.LuminanceOffset luminanceOffset14 = new A.LuminanceOffset(){ Val = 35000 };

            schemeColor37.Append(luminanceModulation14);
            schemeColor37.Append(luminanceOffset14);

            solidFill53.Append(schemeColor37);
            A.LatinFont latinFont9 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont9 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont9 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties11.Append(solidFill53);
            defaultRunProperties11.Append(latinFont9);
            defaultRunProperties11.Append(eastAsianFont9);
            defaultRunProperties11.Append(complexScriptFont9);

            paragraphProperties11.Append(defaultRunProperties11);
            A.EndParagraphRunProperties endParagraphRunProperties11 = new A.EndParagraphRunProperties(){ Language = "en-US" };

            paragraph19.Append(paragraphProperties11);
            paragraph19.Append(endParagraphRunProperties11);

            textProperties11.Append(bodyProperties19);
            textProperties11.Append(listStyle19);
            textProperties11.Append(paragraph19);

            legend8.Append(legendPosition8);
            legend8.Append(overlay16);
            legend8.Append(chartShapeProperties15);
            legend8.Append(textProperties11);
            C.PlotVisibleOnly plotVisibleOnly8 = new C.PlotVisibleOnly(){ Val = true };
            C.DisplayBlanksAs displayBlanksAs8 = new C.DisplayBlanksAs(){ Val = C.DisplayBlanksAsValues.Gap };
            C.ShowDataLabelsOverMaximum showDataLabelsOverMaximum8 = new C.ShowDataLabelsOverMaximum(){ Val = false };

            chart8.Append(title8);
            chart8.Append(autoTitleDeleted8);
            chart8.Append(pivotFormats8);
            chart8.Append(plotArea8);
            chart8.Append(legend8);
            chart8.Append(plotVisibleOnly8);
            chart8.Append(displayBlanksAs8);
            chart8.Append(showDataLabelsOverMaximum8);

            C.ShapeProperties shapeProperties29 = new C.ShapeProperties();

            A.SolidFill solidFill54 = new A.SolidFill();
            A.SchemeColor schemeColor38 = new A.SchemeColor(){ Val = A.SchemeColorValues.Background1 };

            solidFill54.Append(schemeColor38);

            A.Outline outline44 = new A.Outline(){ Width = 9525, CapType = A.LineCapValues.Flat, CompoundLineType = A.CompoundLineValues.Single, Alignment = A.PenAlignmentValues.Center };

            A.SolidFill solidFill55 = new A.SolidFill();

            A.SchemeColor schemeColor39 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation15 = new A.LuminanceModulation(){ Val = 15000 };
            A.LuminanceOffset luminanceOffset15 = new A.LuminanceOffset(){ Val = 85000 };

            schemeColor39.Append(luminanceModulation15);
            schemeColor39.Append(luminanceOffset15);

            solidFill55.Append(schemeColor39);
            A.Round round6 = new A.Round();

            outline44.Append(solidFill55);
            outline44.Append(round6);
            A.EffectList effectList36 = new A.EffectList();

            shapeProperties29.Append(solidFill54);
            shapeProperties29.Append(outline44);
            shapeProperties29.Append(effectList36);

            C.TextProperties textProperties12 = new C.TextProperties();
            A.BodyProperties bodyProperties20 = new A.BodyProperties();
            A.ListStyle listStyle20 = new A.ListStyle();

            A.Paragraph paragraph20 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties12 = new A.ParagraphProperties();
            A.DefaultRunProperties defaultRunProperties12 = new A.DefaultRunProperties();

            paragraphProperties12.Append(defaultRunProperties12);
            A.EndParagraphRunProperties endParagraphRunProperties12 = new A.EndParagraphRunProperties(){ Language = "en-US" };

            paragraph20.Append(paragraphProperties12);
            paragraph20.Append(endParagraphRunProperties12);

            textProperties12.Append(bodyProperties20);
            textProperties12.Append(listStyle20);
            textProperties12.Append(paragraph20);

            C.PrintSettings printSettings8 = new C.PrintSettings();
            C.HeaderFooter headerFooter8 = new C.HeaderFooter();
            C.PageMargins pageMargins14 = new C.PageMargins(){ Left = 0.7D, Right = 0.7D, Top = 0.75D, Bottom = 0.75D, Header = 0.3D, Footer = 0.3D };
            C.PageSetup pageSetup8 = new C.PageSetup();

            printSettings8.Append(headerFooter8);
            printSettings8.Append(pageMargins14);
            printSettings8.Append(pageSetup8);

            C.ChartSpaceExtensionList chartSpaceExtensionList8 = new C.ChartSpaceExtensionList();
            chartSpaceExtensionList8.AddNamespaceDeclaration("c14", "http://schemas.microsoft.com/office/drawing/2007/8/2/chart");
            chartSpaceExtensionList8.AddNamespaceDeclaration("mc", "http://schemas.openxmlformats.org/markup-compatibility/2006");

            C.ChartSpaceExtension chartSpaceExtension8 = new C.ChartSpaceExtension(){ Uri = "{781A3756-C4B2-4CAC-9D66-4F8BD8637D16}" };
            chartSpaceExtension8.AddNamespaceDeclaration("c14", "http://schemas.microsoft.com/office/drawing/2007/8/2/chart");

            C14.PivotOptions pivotOptions8 = new C14.PivotOptions();
            C14.DropZoneFilter dropZoneFilter8 = new C14.DropZoneFilter(){ Val = true };
            C14.DropZoneCategories dropZoneCategories8 = new C14.DropZoneCategories(){ Val = true };
            C14.DropZoneData dropZoneData8 = new C14.DropZoneData(){ Val = true };
            C14.DropZoneSeries dropZoneSeries8 = new C14.DropZoneSeries(){ Val = true };
            C14.DropZonesVisible dropZonesVisible8 = new C14.DropZonesVisible(){ Val = true };

            pivotOptions8.Append(dropZoneFilter8);
            pivotOptions8.Append(dropZoneCategories8);
            pivotOptions8.Append(dropZoneData8);
            pivotOptions8.Append(dropZoneSeries8);
            pivotOptions8.Append(dropZonesVisible8);

            chartSpaceExtension8.Append(pivotOptions8);

            chartSpaceExtensionList8.Append(chartSpaceExtension8);

            chartSpace8.Append(date19048);
            chartSpace8.Append(editingLanguage8);
            chartSpace8.Append(roundedCorners8);
            chartSpace8.Append(alternateContent17);
            chartSpace8.Append(pivotSource8);
            chartSpace8.Append(chart8);
            chartSpace8.Append(shapeProperties29);
            chartSpace8.Append(textProperties12);
            chartSpace8.Append(printSettings8);
            chartSpace8.Append(chartSpaceExtensionList8);

            chartPart8.ChartSpace = chartSpace8;
        }
Exemplo n.º 12
0
        // Generates content of chartPart6.
        private void GenerateChartPart6Content(ChartPart chartPart6)
        {
            C.ChartSpace chartSpace6 = new C.ChartSpace();
            chartSpace6.AddNamespaceDeclaration("c", "http://schemas.openxmlformats.org/drawingml/2006/chart");
            chartSpace6.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");
            chartSpace6.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            C.Date1904 date19046 = new C.Date1904(){ Val = false };
            C.EditingLanguage editingLanguage6 = new C.EditingLanguage(){ Val = "en-US" };
            C.RoundedCorners roundedCorners6 = new C.RoundedCorners(){ Val = false };

            AlternateContent alternateContent13 = new AlternateContent();
            alternateContent13.AddNamespaceDeclaration("mc", "http://schemas.openxmlformats.org/markup-compatibility/2006");

            AlternateContentChoice alternateContentChoice13 = new AlternateContentChoice(){ Requires = "c14" };
            alternateContentChoice13.AddNamespaceDeclaration("c14", "http://schemas.microsoft.com/office/drawing/2007/8/2/chart");
            C14.Style style11 = new C14.Style(){ Val = 101 };

            alternateContentChoice13.Append(style11);

            AlternateContentFallback alternateContentFallback12 = new AlternateContentFallback();
            C.Style style12 = new C.Style(){ Val = 1 };

            alternateContentFallback12.Append(style12);

            alternateContent13.Append(alternateContentChoice13);
            alternateContent13.Append(alternateContentFallback12);

            C.PivotSource pivotSource6 = new C.PivotSource();
            C.PivotTableName pivotTableName6 = new C.PivotTableName();
            pivotTableName6.Text = "[GeneratedDocument.xlsx]ShowSelectionLabel!PivotTable1";
            C.FormatId formatId6 = new C.FormatId(){ Val = (UInt32Value)11U };

            pivotSource6.Append(pivotTableName6);
            pivotSource6.Append(formatId6);

            C.Chart chart6 = new C.Chart();

            C.Title title6 = new C.Title();
            C.Overlay overlay11 = new C.Overlay(){ Val = false };

            title6.Append(overlay11);
            C.AutoTitleDeleted autoTitleDeleted6 = new C.AutoTitleDeleted(){ Val = false };

            C.PivotFormats pivotFormats6 = new C.PivotFormats();

            C.PivotFormat pivotFormat30 = new C.PivotFormat();
            C.Index index35 = new C.Index(){ Val = (UInt32Value)0U };

            C.ShapeProperties shapeProperties15 = new C.ShapeProperties();

            A.SolidFill solidFill27 = new A.SolidFill();

            A.SchemeColor schemeColor15 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint8 = new A.Tint(){ Val = 100000 };

            schemeColor15.Append(tint8);

            solidFill27.Append(schemeColor15);

            A.Outline outline20 = new A.Outline();
            A.NoFill noFill15 = new A.NoFill();

            outline20.Append(noFill15);
            A.EffectList effectList14 = new A.EffectList();

            shapeProperties15.Append(solidFill27);
            shapeProperties15.Append(outline20);
            shapeProperties15.Append(effectList14);

            C.Marker marker30 = new C.Marker();
            C.Symbol symbol30 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker30.Append(symbol30);

            pivotFormat30.Append(index35);
            pivotFormat30.Append(shapeProperties15);
            pivotFormat30.Append(marker30);

            C.PivotFormat pivotFormat31 = new C.PivotFormat();
            C.Index index36 = new C.Index(){ Val = (UInt32Value)1U };

            C.ShapeProperties shapeProperties16 = new C.ShapeProperties();

            A.SolidFill solidFill28 = new A.SolidFill();

            A.SchemeColor schemeColor16 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent2 };
            A.Tint tint9 = new A.Tint(){ Val = 100000 };

            schemeColor16.Append(tint9);

            solidFill28.Append(schemeColor16);

            A.Outline outline21 = new A.Outline();
            A.NoFill noFill16 = new A.NoFill();

            outline21.Append(noFill16);
            A.EffectList effectList15 = new A.EffectList();

            shapeProperties16.Append(solidFill28);
            shapeProperties16.Append(outline21);
            shapeProperties16.Append(effectList15);

            C.Marker marker31 = new C.Marker();
            C.Symbol symbol31 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker31.Append(symbol31);

            pivotFormat31.Append(index36);
            pivotFormat31.Append(shapeProperties16);
            pivotFormat31.Append(marker31);

            C.PivotFormat pivotFormat32 = new C.PivotFormat();
            C.Index index37 = new C.Index(){ Val = (UInt32Value)2U };

            C.Marker marker32 = new C.Marker();
            C.Symbol symbol32 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker32.Append(symbol32);

            pivotFormat32.Append(index37);
            pivotFormat32.Append(marker32);

            C.PivotFormat pivotFormat33 = new C.PivotFormat();
            C.Index index38 = new C.Index(){ Val = (UInt32Value)3U };

            C.Marker marker33 = new C.Marker();
            C.Symbol symbol33 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker33.Append(symbol33);

            pivotFormat33.Append(index38);
            pivotFormat33.Append(marker33);

            C.PivotFormat pivotFormat34 = new C.PivotFormat();
            C.Index index39 = new C.Index(){ Val = (UInt32Value)4U };

            C.Marker marker34 = new C.Marker();
            C.Symbol symbol34 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker34.Append(symbol34);

            pivotFormat34.Append(index39);
            pivotFormat34.Append(marker34);

            C.PivotFormat pivotFormat35 = new C.PivotFormat();
            C.Index index40 = new C.Index(){ Val = (UInt32Value)5U };

            C.Marker marker35 = new C.Marker();
            C.Symbol symbol35 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker35.Append(symbol35);

            pivotFormat35.Append(index40);
            pivotFormat35.Append(marker35);

            C.PivotFormat pivotFormat36 = new C.PivotFormat();
            C.Index index41 = new C.Index(){ Val = (UInt32Value)6U };

            C.Marker marker36 = new C.Marker();
            C.Symbol symbol36 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker36.Append(symbol36);

            pivotFormat36.Append(index41);
            pivotFormat36.Append(marker36);

            C.PivotFormat pivotFormat37 = new C.PivotFormat();
            C.Index index42 = new C.Index(){ Val = (UInt32Value)7U };

            C.Marker marker37 = new C.Marker();
            C.Symbol symbol37 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker37.Append(symbol37);

            pivotFormat37.Append(index42);
            pivotFormat37.Append(marker37);

            C.PivotFormat pivotFormat38 = new C.PivotFormat();
            C.Index index43 = new C.Index(){ Val = (UInt32Value)8U };

            C.Marker marker38 = new C.Marker();
            C.Symbol symbol38 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker38.Append(symbol38);

            pivotFormat38.Append(index43);
            pivotFormat38.Append(marker38);

            C.PivotFormat pivotFormat39 = new C.PivotFormat();
            C.Index index44 = new C.Index(){ Val = (UInt32Value)9U };

            C.Marker marker39 = new C.Marker();
            C.Symbol symbol39 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker39.Append(symbol39);

            pivotFormat39.Append(index44);
            pivotFormat39.Append(marker39);

            C.PivotFormat pivotFormat40 = new C.PivotFormat();
            C.Index index45 = new C.Index(){ Val = (UInt32Value)10U };

            C.Marker marker40 = new C.Marker();
            C.Symbol symbol40 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker40.Append(symbol40);

            pivotFormat40.Append(index45);
            pivotFormat40.Append(marker40);

            C.PivotFormat pivotFormat41 = new C.PivotFormat();
            C.Index index46 = new C.Index(){ Val = (UInt32Value)11U };

            C.Marker marker41 = new C.Marker();
            C.Symbol symbol41 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker41.Append(symbol41);

            pivotFormat41.Append(index46);
            pivotFormat41.Append(marker41);

            C.PivotFormat pivotFormat42 = new C.PivotFormat();
            C.Index index47 = new C.Index(){ Val = (UInt32Value)12U };

            C.Marker marker42 = new C.Marker();
            C.Symbol symbol42 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker42.Append(symbol42);

            pivotFormat42.Append(index47);
            pivotFormat42.Append(marker42);

            C.PivotFormat pivotFormat43 = new C.PivotFormat();
            C.Index index48 = new C.Index(){ Val = (UInt32Value)13U };

            C.Marker marker43 = new C.Marker();
            C.Symbol symbol43 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker43.Append(symbol43);

            pivotFormat43.Append(index48);
            pivotFormat43.Append(marker43);

            C.PivotFormat pivotFormat44 = new C.PivotFormat();
            C.Index index49 = new C.Index(){ Val = (UInt32Value)14U };

            C.ShapeProperties shapeProperties17 = new C.ShapeProperties();

            A.SolidFill solidFill29 = new A.SolidFill();

            A.SchemeColor schemeColor17 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint10 = new A.Tint(){ Val = 100000 };

            schemeColor17.Append(tint10);

            solidFill29.Append(schemeColor17);

            A.Outline outline22 = new A.Outline();
            A.NoFill noFill17 = new A.NoFill();

            outline22.Append(noFill17);
            A.EffectList effectList16 = new A.EffectList();

            shapeProperties17.Append(solidFill29);
            shapeProperties17.Append(outline22);
            shapeProperties17.Append(effectList16);

            C.Marker marker44 = new C.Marker();
            C.Symbol symbol44 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker44.Append(symbol44);

            pivotFormat44.Append(index49);
            pivotFormat44.Append(shapeProperties17);
            pivotFormat44.Append(marker44);

            C.PivotFormat pivotFormat45 = new C.PivotFormat();
            C.Index index50 = new C.Index(){ Val = (UInt32Value)15U };

            C.ShapeProperties shapeProperties18 = new C.ShapeProperties();

            A.SolidFill solidFill30 = new A.SolidFill();

            A.SchemeColor schemeColor18 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint11 = new A.Tint(){ Val = 100000 };

            schemeColor18.Append(tint11);

            solidFill30.Append(schemeColor18);

            A.Outline outline23 = new A.Outline();
            A.NoFill noFill18 = new A.NoFill();

            outline23.Append(noFill18);
            A.EffectList effectList17 = new A.EffectList();

            shapeProperties18.Append(solidFill30);
            shapeProperties18.Append(outline23);
            shapeProperties18.Append(effectList17);

            C.Marker marker45 = new C.Marker();
            C.Symbol symbol45 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker45.Append(symbol45);

            pivotFormat45.Append(index50);
            pivotFormat45.Append(shapeProperties18);
            pivotFormat45.Append(marker45);

            C.PivotFormat pivotFormat46 = new C.PivotFormat();
            C.Index index51 = new C.Index(){ Val = (UInt32Value)16U };

            C.ShapeProperties shapeProperties19 = new C.ShapeProperties();

            A.SolidFill solidFill31 = new A.SolidFill();

            A.SchemeColor schemeColor19 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint12 = new A.Tint(){ Val = 100000 };

            schemeColor19.Append(tint12);

            solidFill31.Append(schemeColor19);

            A.Outline outline24 = new A.Outline();
            A.NoFill noFill19 = new A.NoFill();

            outline24.Append(noFill19);
            A.EffectList effectList18 = new A.EffectList();

            shapeProperties19.Append(solidFill31);
            shapeProperties19.Append(outline24);
            shapeProperties19.Append(effectList18);

            C.Marker marker46 = new C.Marker();
            C.Symbol symbol46 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker46.Append(symbol46);

            pivotFormat46.Append(index51);
            pivotFormat46.Append(shapeProperties19);
            pivotFormat46.Append(marker46);

            pivotFormats6.Append(pivotFormat30);
            pivotFormats6.Append(pivotFormat31);
            pivotFormats6.Append(pivotFormat32);
            pivotFormats6.Append(pivotFormat33);
            pivotFormats6.Append(pivotFormat34);
            pivotFormats6.Append(pivotFormat35);
            pivotFormats6.Append(pivotFormat36);
            pivotFormats6.Append(pivotFormat37);
            pivotFormats6.Append(pivotFormat38);
            pivotFormats6.Append(pivotFormat39);
            pivotFormats6.Append(pivotFormat40);
            pivotFormats6.Append(pivotFormat41);
            pivotFormats6.Append(pivotFormat42);
            pivotFormats6.Append(pivotFormat43);
            pivotFormats6.Append(pivotFormat44);
            pivotFormats6.Append(pivotFormat45);
            pivotFormats6.Append(pivotFormat46);

            C.PlotArea plotArea6 = new C.PlotArea();
            C.Layout layout6 = new C.Layout();

            C.BarChart barChart3 = new C.BarChart();
            C.BarDirection barDirection3 = new C.BarDirection(){ Val = C.BarDirectionValues.Column };
            C.BarGrouping barGrouping3 = new C.BarGrouping(){ Val = C.BarGroupingValues.Clustered };
            C.VaryColors varyColors6 = new C.VaryColors(){ Val = false };

            C.BarChartSeries barChartSeries3 = new C.BarChartSeries();
            C.Index index52 = new C.Index(){ Val = (UInt32Value)0U };
            C.Order order6 = new C.Order(){ Val = (UInt32Value)0U };

            C.SeriesText seriesText6 = new C.SeriesText();

            C.StringReference stringReference11 = new C.StringReference();
            C.Formula formula16 = new C.Formula();
            formula16.Text = "ShowSelectionLabel!$B$1";

            C.StringCache stringCache11 = new C.StringCache();
            C.PointCount pointCount16 = new C.PointCount(){ Val = (UInt32Value)1U };

            C.StringPoint stringPoint21 = new C.StringPoint(){ Index = (UInt32Value)0U };
            C.NumericValue numericValue36 = new C.NumericValue();
            numericValue36.Text = "Total";

            stringPoint21.Append(numericValue36);

            stringCache11.Append(pointCount16);
            stringCache11.Append(stringPoint21);

            stringReference11.Append(formula16);
            stringReference11.Append(stringCache11);

            seriesText6.Append(stringReference11);

            C.ChartShapeProperties chartShapeProperties6 = new C.ChartShapeProperties();

            A.SolidFill solidFill32 = new A.SolidFill();

            A.SchemeColor schemeColor20 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint13 = new A.Tint(){ Val = 100000 };

            schemeColor20.Append(tint13);

            solidFill32.Append(schemeColor20);

            A.Outline outline25 = new A.Outline();
            A.NoFill noFill20 = new A.NoFill();

            outline25.Append(noFill20);
            A.EffectList effectList19 = new A.EffectList();

            chartShapeProperties6.Append(solidFill32);
            chartShapeProperties6.Append(outline25);
            chartShapeProperties6.Append(effectList19);
            C.InvertIfNegative invertIfNegative3 = new C.InvertIfNegative(){ Val = false };

            C.CategoryAxisData categoryAxisData6 = new C.CategoryAxisData();

            C.StringReference stringReference12 = new C.StringReference();
            C.Formula formula17 = new C.Formula();
            formula17.Text = "ShowSelectionLabel!$A$2:$A$5";

            C.StringCache stringCache12 = new C.StringCache();
            C.PointCount pointCount17 = new C.PointCount(){ Val = (UInt32Value)3U };

            C.StringPoint stringPoint22 = new C.StringPoint(){ Index = (UInt32Value)0U };
            C.NumericValue numericValue37 = new C.NumericValue();
            numericValue37.Text = "product_A";

            stringPoint22.Append(numericValue37);

            C.StringPoint stringPoint23 = new C.StringPoint(){ Index = (UInt32Value)1U };
            C.NumericValue numericValue38 = new C.NumericValue();
            numericValue38.Text = "product_D";

            stringPoint23.Append(numericValue38);

            C.StringPoint stringPoint24 = new C.StringPoint(){ Index = (UInt32Value)2U };
            C.NumericValue numericValue39 = new C.NumericValue();
            numericValue39.Text = "product_E";

            stringPoint24.Append(numericValue39);

            stringCache12.Append(pointCount17);
            stringCache12.Append(stringPoint22);
            stringCache12.Append(stringPoint23);
            stringCache12.Append(stringPoint24);

            stringReference12.Append(formula17);
            stringReference12.Append(stringCache12);

            categoryAxisData6.Append(stringReference12);

            C.Values values6 = new C.Values();

            C.NumberReference numberReference6 = new C.NumberReference();
            C.Formula formula18 = new C.Formula();
            formula18.Text = "ShowSelectionLabel!$B$2:$B$5";

            C.NumberingCache numberingCache6 = new C.NumberingCache();
            C.FormatCode formatCode6 = new C.FormatCode();
            formatCode6.Text = "General";
            C.PointCount pointCount18 = new C.PointCount(){ Val = (UInt32Value)3U };

            C.NumericPoint numericPoint16 = new C.NumericPoint(){ Index = (UInt32Value)0U };
            C.NumericValue numericValue40 = new C.NumericValue();
            numericValue40.Text = "19";

            numericPoint16.Append(numericValue40);

            C.NumericPoint numericPoint17 = new C.NumericPoint(){ Index = (UInt32Value)1U };
            C.NumericValue numericValue41 = new C.NumericValue();
            numericValue41.Text = "13";

            numericPoint17.Append(numericValue41);

            C.NumericPoint numericPoint18 = new C.NumericPoint(){ Index = (UInt32Value)2U };
            C.NumericValue numericValue42 = new C.NumericValue();
            numericValue42.Text = "33";

            numericPoint18.Append(numericValue42);

            numberingCache6.Append(formatCode6);
            numberingCache6.Append(pointCount18);
            numberingCache6.Append(numericPoint16);
            numberingCache6.Append(numericPoint17);
            numberingCache6.Append(numericPoint18);

            numberReference6.Append(formula18);
            numberReference6.Append(numberingCache6);

            values6.Append(numberReference6);

            barChartSeries3.Append(index52);
            barChartSeries3.Append(order6);
            barChartSeries3.Append(seriesText6);
            barChartSeries3.Append(chartShapeProperties6);
            barChartSeries3.Append(invertIfNegative3);
            barChartSeries3.Append(categoryAxisData6);
            barChartSeries3.Append(values6);

            C.DataLabels dataLabels6 = new C.DataLabels();
            C.ShowLegendKey showLegendKey6 = new C.ShowLegendKey(){ Val = false };
            C.ShowValue showValue6 = new C.ShowValue(){ Val = false };
            C.ShowCategoryName showCategoryName6 = new C.ShowCategoryName(){ Val = false };
            C.ShowSeriesName showSeriesName6 = new C.ShowSeriesName(){ Val = false };
            C.ShowPercent showPercent6 = new C.ShowPercent(){ Val = false };
            C.ShowBubbleSize showBubbleSize6 = new C.ShowBubbleSize(){ Val = false };

            dataLabels6.Append(showLegendKey6);
            dataLabels6.Append(showValue6);
            dataLabels6.Append(showCategoryName6);
            dataLabels6.Append(showSeriesName6);
            dataLabels6.Append(showPercent6);
            dataLabels6.Append(showBubbleSize6);
            C.GapWidth gapWidth3 = new C.GapWidth(){ Val = (UInt16Value)219U };
            C.Overlap overlap2 = new C.Overlap(){ Val = -27 };
            C.AxisId axisId9 = new C.AxisId(){ Val = (UInt32Value)209979552U };
            C.AxisId axisId10 = new C.AxisId(){ Val = (UInt32Value)209979944U };

            barChart3.Append(barDirection3);
            barChart3.Append(barGrouping3);
            barChart3.Append(varyColors6);
            barChart3.Append(barChartSeries3);
            barChart3.Append(dataLabels6);
            barChart3.Append(gapWidth3);
            barChart3.Append(overlap2);
            barChart3.Append(axisId9);
            barChart3.Append(axisId10);

            C.CategoryAxis categoryAxis3 = new C.CategoryAxis();
            C.AxisId axisId11 = new C.AxisId(){ Val = (UInt32Value)209979552U };

            C.Scaling scaling5 = new C.Scaling();
            C.Orientation orientation5 = new C.Orientation(){ Val = C.OrientationValues.MinMax };

            scaling5.Append(orientation5);
            C.Delete delete5 = new C.Delete(){ Val = false };
            C.AxisPosition axisPosition5 = new C.AxisPosition(){ Val = C.AxisPositionValues.Bottom };
            C.NumberingFormat numberingFormat5 = new C.NumberingFormat(){ FormatCode = "General", SourceLinked = false };
            C.MajorTickMark majorTickMark5 = new C.MajorTickMark(){ Val = C.TickMarkValues.None };
            C.MinorTickMark minorTickMark5 = new C.MinorTickMark(){ Val = C.TickMarkValues.None };
            C.TickLabelPosition tickLabelPosition5 = new C.TickLabelPosition(){ Val = C.TickLabelPositionValues.NextTo };

            C.ChartShapeProperties chartShapeProperties7 = new C.ChartShapeProperties();
            A.NoFill noFill21 = new A.NoFill();

            A.Outline outline26 = new A.Outline();
            A.NoFill noFill22 = new A.NoFill();

            outline26.Append(noFill22);
            A.EffectList effectList20 = new A.EffectList();

            chartShapeProperties7.Append(noFill21);
            chartShapeProperties7.Append(outline26);
            chartShapeProperties7.Append(effectList20);

            C.TextProperties textProperties5 = new C.TextProperties();
            A.BodyProperties bodyProperties11 = new A.BodyProperties(){ Rotation = -60000000, UseParagraphSpacing = true, VerticalOverflow = A.TextVerticalOverflowValues.Ellipsis, Vertical = A.TextVerticalValues.Horizontal, Wrap = A.TextWrappingValues.Square, Anchor = A.TextAnchoringTypeValues.Center, AnchorCenter = true };
            A.ListStyle listStyle11 = new A.ListStyle();

            A.Paragraph paragraph11 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties5 = new A.ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties5 = new A.DefaultRunProperties(){ FontSize = 900, Kerning = 1200 };

            A.SolidFill solidFill33 = new A.SolidFill();

            A.SchemeColor schemeColor21 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation6 = new A.LuminanceModulation(){ Val = 65000 };
            A.LuminanceOffset luminanceOffset6 = new A.LuminanceOffset(){ Val = 35000 };

            schemeColor21.Append(luminanceModulation6);
            schemeColor21.Append(luminanceOffset6);

            solidFill33.Append(schemeColor21);
            A.LatinFont latinFont4 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont4 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont4 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties5.Append(solidFill33);
            defaultRunProperties5.Append(latinFont4);
            defaultRunProperties5.Append(eastAsianFont4);
            defaultRunProperties5.Append(complexScriptFont4);

            paragraphProperties5.Append(defaultRunProperties5);
            A.EndParagraphRunProperties endParagraphRunProperties5 = new A.EndParagraphRunProperties(){ Language = "en-US" };

            paragraph11.Append(paragraphProperties5);
            paragraph11.Append(endParagraphRunProperties5);

            textProperties5.Append(bodyProperties11);
            textProperties5.Append(listStyle11);
            textProperties5.Append(paragraph11);
            C.CrossingAxis crossingAxis5 = new C.CrossingAxis(){ Val = (UInt32Value)209979944U };
            C.Crosses crosses5 = new C.Crosses(){ Val = C.CrossesValues.AutoZero };
            C.AutoLabeled autoLabeled3 = new C.AutoLabeled(){ Val = true };
            C.LabelAlignment labelAlignment3 = new C.LabelAlignment(){ Val = C.LabelAlignmentValues.Center };
            C.LabelOffset labelOffset3 = new C.LabelOffset(){ Val = (UInt16Value)100U };
            C.NoMultiLevelLabels noMultiLevelLabels3 = new C.NoMultiLevelLabels(){ Val = false };

            categoryAxis3.Append(axisId11);
            categoryAxis3.Append(scaling5);
            categoryAxis3.Append(delete5);
            categoryAxis3.Append(axisPosition5);
            categoryAxis3.Append(numberingFormat5);
            categoryAxis3.Append(majorTickMark5);
            categoryAxis3.Append(minorTickMark5);
            categoryAxis3.Append(tickLabelPosition5);
            categoryAxis3.Append(chartShapeProperties7);
            categoryAxis3.Append(textProperties5);
            categoryAxis3.Append(crossingAxis5);
            categoryAxis3.Append(crosses5);
            categoryAxis3.Append(autoLabeled3);
            categoryAxis3.Append(labelAlignment3);
            categoryAxis3.Append(labelOffset3);
            categoryAxis3.Append(noMultiLevelLabels3);

            C.ValueAxis valueAxis3 = new C.ValueAxis();
            C.AxisId axisId12 = new C.AxisId(){ Val = (UInt32Value)209979944U };

            C.Scaling scaling6 = new C.Scaling();
            C.Orientation orientation6 = new C.Orientation(){ Val = C.OrientationValues.MinMax };

            scaling6.Append(orientation6);
            C.Delete delete6 = new C.Delete(){ Val = false };
            C.AxisPosition axisPosition6 = new C.AxisPosition(){ Val = C.AxisPositionValues.Left };

            C.MajorGridlines majorGridlines3 = new C.MajorGridlines();

            C.ChartShapeProperties chartShapeProperties8 = new C.ChartShapeProperties();

            A.Outline outline27 = new A.Outline(){ Width = 9525, CapType = A.LineCapValues.Flat, CompoundLineType = A.CompoundLineValues.Single, Alignment = A.PenAlignmentValues.Center };

            A.SolidFill solidFill34 = new A.SolidFill();

            A.SchemeColor schemeColor22 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation7 = new A.LuminanceModulation(){ Val = 15000 };
            A.LuminanceOffset luminanceOffset7 = new A.LuminanceOffset(){ Val = 85000 };

            schemeColor22.Append(luminanceModulation7);
            schemeColor22.Append(luminanceOffset7);

            solidFill34.Append(schemeColor22);
            A.Round round3 = new A.Round();

            outline27.Append(solidFill34);
            outline27.Append(round3);
            A.EffectList effectList21 = new A.EffectList();

            chartShapeProperties8.Append(outline27);
            chartShapeProperties8.Append(effectList21);

            majorGridlines3.Append(chartShapeProperties8);
            C.NumberingFormat numberingFormat6 = new C.NumberingFormat(){ FormatCode = "General", SourceLinked = true };
            C.MajorTickMark majorTickMark6 = new C.MajorTickMark(){ Val = C.TickMarkValues.None };
            C.MinorTickMark minorTickMark6 = new C.MinorTickMark(){ Val = C.TickMarkValues.None };
            C.TickLabelPosition tickLabelPosition6 = new C.TickLabelPosition(){ Val = C.TickLabelPositionValues.NextTo };

            C.ChartShapeProperties chartShapeProperties9 = new C.ChartShapeProperties();
            A.NoFill noFill23 = new A.NoFill();

            A.Outline outline28 = new A.Outline();
            A.NoFill noFill24 = new A.NoFill();

            outline28.Append(noFill24);
            A.EffectList effectList22 = new A.EffectList();

            chartShapeProperties9.Append(noFill23);
            chartShapeProperties9.Append(outline28);
            chartShapeProperties9.Append(effectList22);

            C.TextProperties textProperties6 = new C.TextProperties();
            A.BodyProperties bodyProperties12 = new A.BodyProperties(){ Rotation = -60000000, UseParagraphSpacing = true, VerticalOverflow = A.TextVerticalOverflowValues.Ellipsis, Vertical = A.TextVerticalValues.Horizontal, Wrap = A.TextWrappingValues.Square, Anchor = A.TextAnchoringTypeValues.Center, AnchorCenter = true };
            A.ListStyle listStyle12 = new A.ListStyle();

            A.Paragraph paragraph12 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties6 = new A.ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties6 = new A.DefaultRunProperties(){ FontSize = 900, Kerning = 1200 };

            A.SolidFill solidFill35 = new A.SolidFill();

            A.SchemeColor schemeColor23 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation8 = new A.LuminanceModulation(){ Val = 65000 };
            A.LuminanceOffset luminanceOffset8 = new A.LuminanceOffset(){ Val = 35000 };

            schemeColor23.Append(luminanceModulation8);
            schemeColor23.Append(luminanceOffset8);

            solidFill35.Append(schemeColor23);
            A.LatinFont latinFont5 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont5 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont5 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties6.Append(solidFill35);
            defaultRunProperties6.Append(latinFont5);
            defaultRunProperties6.Append(eastAsianFont5);
            defaultRunProperties6.Append(complexScriptFont5);

            paragraphProperties6.Append(defaultRunProperties6);
            A.EndParagraphRunProperties endParagraphRunProperties6 = new A.EndParagraphRunProperties(){ Language = "en-US" };

            paragraph12.Append(paragraphProperties6);
            paragraph12.Append(endParagraphRunProperties6);

            textProperties6.Append(bodyProperties12);
            textProperties6.Append(listStyle12);
            textProperties6.Append(paragraph12);
            C.CrossingAxis crossingAxis6 = new C.CrossingAxis(){ Val = (UInt32Value)209979552U };
            C.Crosses crosses6 = new C.Crosses(){ Val = C.CrossesValues.AutoZero };
            C.CrossBetween crossBetween3 = new C.CrossBetween(){ Val = C.CrossBetweenValues.Between };

            valueAxis3.Append(axisId12);
            valueAxis3.Append(scaling6);
            valueAxis3.Append(delete6);
            valueAxis3.Append(axisPosition6);
            valueAxis3.Append(majorGridlines3);
            valueAxis3.Append(numberingFormat6);
            valueAxis3.Append(majorTickMark6);
            valueAxis3.Append(minorTickMark6);
            valueAxis3.Append(tickLabelPosition6);
            valueAxis3.Append(chartShapeProperties9);
            valueAxis3.Append(textProperties6);
            valueAxis3.Append(crossingAxis6);
            valueAxis3.Append(crosses6);
            valueAxis3.Append(crossBetween3);

            C.ShapeProperties shapeProperties20 = new C.ShapeProperties();

            A.SolidFill solidFill36 = new A.SolidFill();
            A.SchemeColor schemeColor24 = new A.SchemeColor(){ Val = A.SchemeColorValues.Background1 };

            solidFill36.Append(schemeColor24);

            A.Outline outline29 = new A.Outline();
            A.NoFill noFill25 = new A.NoFill();

            outline29.Append(noFill25);
            A.EffectList effectList23 = new A.EffectList();

            shapeProperties20.Append(solidFill36);
            shapeProperties20.Append(outline29);
            shapeProperties20.Append(effectList23);

            plotArea6.Append(layout6);
            plotArea6.Append(barChart3);
            plotArea6.Append(categoryAxis3);
            plotArea6.Append(valueAxis3);
            plotArea6.Append(shapeProperties20);

            C.Legend legend6 = new C.Legend();
            C.LegendPosition legendPosition6 = new C.LegendPosition(){ Val = C.LegendPositionValues.Bottom };
            C.Overlay overlay12 = new C.Overlay(){ Val = false };

            C.ChartShapeProperties chartShapeProperties10 = new C.ChartShapeProperties();
            A.NoFill noFill26 = new A.NoFill();

            A.Outline outline30 = new A.Outline();
            A.NoFill noFill27 = new A.NoFill();

            outline30.Append(noFill27);
            A.EffectList effectList24 = new A.EffectList();

            chartShapeProperties10.Append(noFill26);
            chartShapeProperties10.Append(outline30);
            chartShapeProperties10.Append(effectList24);

            C.TextProperties textProperties7 = new C.TextProperties();
            A.BodyProperties bodyProperties13 = new A.BodyProperties(){ Rotation = 0, UseParagraphSpacing = true, VerticalOverflow = A.TextVerticalOverflowValues.Ellipsis, Vertical = A.TextVerticalValues.Horizontal, Wrap = A.TextWrappingValues.Square, Anchor = A.TextAnchoringTypeValues.Center, AnchorCenter = true };
            A.ListStyle listStyle13 = new A.ListStyle();

            A.Paragraph paragraph13 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties7 = new A.ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties7 = new A.DefaultRunProperties(){ FontSize = 900, Kerning = 1200 };

            A.SolidFill solidFill37 = new A.SolidFill();

            A.SchemeColor schemeColor25 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation9 = new A.LuminanceModulation(){ Val = 65000 };
            A.LuminanceOffset luminanceOffset9 = new A.LuminanceOffset(){ Val = 35000 };

            schemeColor25.Append(luminanceModulation9);
            schemeColor25.Append(luminanceOffset9);

            solidFill37.Append(schemeColor25);
            A.LatinFont latinFont6 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont6 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont6 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties7.Append(solidFill37);
            defaultRunProperties7.Append(latinFont6);
            defaultRunProperties7.Append(eastAsianFont6);
            defaultRunProperties7.Append(complexScriptFont6);

            paragraphProperties7.Append(defaultRunProperties7);
            A.EndParagraphRunProperties endParagraphRunProperties7 = new A.EndParagraphRunProperties(){ Language = "en-US" };

            paragraph13.Append(paragraphProperties7);
            paragraph13.Append(endParagraphRunProperties7);

            textProperties7.Append(bodyProperties13);
            textProperties7.Append(listStyle13);
            textProperties7.Append(paragraph13);

            legend6.Append(legendPosition6);
            legend6.Append(overlay12);
            legend6.Append(chartShapeProperties10);
            legend6.Append(textProperties7);
            C.PlotVisibleOnly plotVisibleOnly6 = new C.PlotVisibleOnly(){ Val = true };
            C.DisplayBlanksAs displayBlanksAs6 = new C.DisplayBlanksAs(){ Val = C.DisplayBlanksAsValues.Gap };
            C.ShowDataLabelsOverMaximum showDataLabelsOverMaximum6 = new C.ShowDataLabelsOverMaximum(){ Val = false };

            chart6.Append(title6);
            chart6.Append(autoTitleDeleted6);
            chart6.Append(pivotFormats6);
            chart6.Append(plotArea6);
            chart6.Append(legend6);
            chart6.Append(plotVisibleOnly6);
            chart6.Append(displayBlanksAs6);
            chart6.Append(showDataLabelsOverMaximum6);

            C.ShapeProperties shapeProperties21 = new C.ShapeProperties();

            A.SolidFill solidFill38 = new A.SolidFill();
            A.SchemeColor schemeColor26 = new A.SchemeColor(){ Val = A.SchemeColorValues.Background1 };

            solidFill38.Append(schemeColor26);

            A.Outline outline31 = new A.Outline(){ Width = 9525, CapType = A.LineCapValues.Flat, CompoundLineType = A.CompoundLineValues.Single, Alignment = A.PenAlignmentValues.Center };

            A.SolidFill solidFill39 = new A.SolidFill();

            A.SchemeColor schemeColor27 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation10 = new A.LuminanceModulation(){ Val = 15000 };
            A.LuminanceOffset luminanceOffset10 = new A.LuminanceOffset(){ Val = 85000 };

            schemeColor27.Append(luminanceModulation10);
            schemeColor27.Append(luminanceOffset10);

            solidFill39.Append(schemeColor27);
            A.Round round4 = new A.Round();

            outline31.Append(solidFill39);
            outline31.Append(round4);
            A.EffectList effectList25 = new A.EffectList();

            shapeProperties21.Append(solidFill38);
            shapeProperties21.Append(outline31);
            shapeProperties21.Append(effectList25);

            C.TextProperties textProperties8 = new C.TextProperties();
            A.BodyProperties bodyProperties14 = new A.BodyProperties();
            A.ListStyle listStyle14 = new A.ListStyle();

            A.Paragraph paragraph14 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties8 = new A.ParagraphProperties();
            A.DefaultRunProperties defaultRunProperties8 = new A.DefaultRunProperties();

            paragraphProperties8.Append(defaultRunProperties8);
            A.EndParagraphRunProperties endParagraphRunProperties8 = new A.EndParagraphRunProperties(){ Language = "en-US" };

            paragraph14.Append(paragraphProperties8);
            paragraph14.Append(endParagraphRunProperties8);

            textProperties8.Append(bodyProperties14);
            textProperties8.Append(listStyle14);
            textProperties8.Append(paragraph14);

            C.PrintSettings printSettings6 = new C.PrintSettings();
            C.HeaderFooter headerFooter6 = new C.HeaderFooter();
            C.PageMargins pageMargins9 = new C.PageMargins(){ Left = 0.7D, Right = 0.7D, Top = 0.75D, Bottom = 0.75D, Header = 0.3D, Footer = 0.3D };
            C.PageSetup pageSetup6 = new C.PageSetup();

            printSettings6.Append(headerFooter6);
            printSettings6.Append(pageMargins9);
            printSettings6.Append(pageSetup6);

            C.ChartSpaceExtensionList chartSpaceExtensionList6 = new C.ChartSpaceExtensionList();
            chartSpaceExtensionList6.AddNamespaceDeclaration("c14", "http://schemas.microsoft.com/office/drawing/2007/8/2/chart");
            chartSpaceExtensionList6.AddNamespaceDeclaration("mc", "http://schemas.openxmlformats.org/markup-compatibility/2006");

            C.ChartSpaceExtension chartSpaceExtension6 = new C.ChartSpaceExtension(){ Uri = "{781A3756-C4B2-4CAC-9D66-4F8BD8637D16}" };
            chartSpaceExtension6.AddNamespaceDeclaration("c14", "http://schemas.microsoft.com/office/drawing/2007/8/2/chart");

            C14.PivotOptions pivotOptions6 = new C14.PivotOptions();
            C14.DropZoneFilter dropZoneFilter6 = new C14.DropZoneFilter(){ Val = true };
            C14.DropZoneCategories dropZoneCategories6 = new C14.DropZoneCategories(){ Val = true };
            C14.DropZoneData dropZoneData6 = new C14.DropZoneData(){ Val = true };
            C14.DropZoneSeries dropZoneSeries6 = new C14.DropZoneSeries(){ Val = true };
            C14.DropZonesVisible dropZonesVisible6 = new C14.DropZonesVisible(){ Val = true };

            pivotOptions6.Append(dropZoneFilter6);
            pivotOptions6.Append(dropZoneCategories6);
            pivotOptions6.Append(dropZoneData6);
            pivotOptions6.Append(dropZoneSeries6);
            pivotOptions6.Append(dropZonesVisible6);

            chartSpaceExtension6.Append(pivotOptions6);

            chartSpaceExtensionList6.Append(chartSpaceExtension6);

            chartSpace6.Append(date19046);
            chartSpace6.Append(editingLanguage6);
            chartSpace6.Append(roundedCorners6);
            chartSpace6.Append(alternateContent13);
            chartSpace6.Append(pivotSource6);
            chartSpace6.Append(chart6);
            chartSpace6.Append(shapeProperties21);
            chartSpace6.Append(textProperties8);
            chartSpace6.Append(printSettings6);
            chartSpace6.Append(chartSpaceExtensionList6);

            chartPart6.ChartSpace = chartSpace6;
        }
Exemplo n.º 13
0
        // Generates content of chartPart18.
        private void GenerateChartPart18Content(ChartPart chartPart18)
        {
            C.ChartSpace chartSpace18 = new C.ChartSpace();
            chartSpace18.AddNamespaceDeclaration("c", "http://schemas.openxmlformats.org/drawingml/2006/chart");
            chartSpace18.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");
            chartSpace18.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            C.Date1904 date190418 = new C.Date1904(){ Val = false };
            C.EditingLanguage editingLanguage18 = new C.EditingLanguage(){ Val = "en-US" };
            C.RoundedCorners roundedCorners18 = new C.RoundedCorners(){ Val = false };

            AlternateContent alternateContent38 = new AlternateContent();
            alternateContent38.AddNamespaceDeclaration("mc", "http://schemas.openxmlformats.org/markup-compatibility/2006");

            AlternateContentChoice alternateContentChoice38 = new AlternateContentChoice(){ Requires = "c14" };
            alternateContentChoice38.AddNamespaceDeclaration("c14", "http://schemas.microsoft.com/office/drawing/2007/8/2/chart");
            C14.Style style34 = new C14.Style(){ Val = 101 };

            alternateContentChoice38.Append(style34);

            AlternateContentFallback alternateContentFallback37 = new AlternateContentFallback();
            C.Style style35 = new C.Style(){ Val = 1 };

            alternateContentFallback37.Append(style35);

            alternateContent38.Append(alternateContentChoice38);
            alternateContent38.Append(alternateContentFallback37);

            C.PivotSource pivotSource18 = new C.PivotSource();
            C.PivotTableName pivotTableName18 = new C.PivotTableName();
            pivotTableName18.Text = "[GeneratedDocument.xlsx]ShowHorizontalScrollbar!PivotTable1";
            C.FormatId formatId18 = new C.FormatId(){ Val = (UInt32Value)15U };

            pivotSource18.Append(pivotTableName18);
            pivotSource18.Append(formatId18);

            C.Chart chart18 = new C.Chart();

            C.Title title18 = new C.Title();
            C.Overlay overlay35 = new C.Overlay(){ Val = false };

            title18.Append(overlay35);
            C.AutoTitleDeleted autoTitleDeleted18 = new C.AutoTitleDeleted(){ Val = false };

            C.PivotFormats pivotFormats18 = new C.PivotFormats();

            C.PivotFormat pivotFormat160 = new C.PivotFormat();
            C.Index index177 = new C.Index(){ Val = (UInt32Value)0U };

            C.ShapeProperties shapeProperties72 = new C.ShapeProperties();

            A.SolidFill solidFill139 = new A.SolidFill();

            A.SchemeColor schemeColor109 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint47 = new A.Tint(){ Val = 100000 };

            schemeColor109.Append(tint47);

            solidFill139.Append(schemeColor109);

            A.Outline outline110 = new A.Outline();
            A.NoFill noFill94 = new A.NoFill();

            outline110.Append(noFill94);
            A.EffectList effectList90 = new A.EffectList();

            shapeProperties72.Append(solidFill139);
            shapeProperties72.Append(outline110);
            shapeProperties72.Append(effectList90);

            C.Marker marker160 = new C.Marker();
            C.Symbol symbol160 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker160.Append(symbol160);

            pivotFormat160.Append(index177);
            pivotFormat160.Append(shapeProperties72);
            pivotFormat160.Append(marker160);

            C.PivotFormat pivotFormat161 = new C.PivotFormat();
            C.Index index178 = new C.Index(){ Val = (UInt32Value)1U };

            C.ShapeProperties shapeProperties73 = new C.ShapeProperties();

            A.SolidFill solidFill140 = new A.SolidFill();

            A.SchemeColor schemeColor110 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent2 };
            A.Tint tint48 = new A.Tint(){ Val = 100000 };

            schemeColor110.Append(tint48);

            solidFill140.Append(schemeColor110);

            A.Outline outline111 = new A.Outline();
            A.NoFill noFill95 = new A.NoFill();

            outline111.Append(noFill95);
            A.EffectList effectList91 = new A.EffectList();

            shapeProperties73.Append(solidFill140);
            shapeProperties73.Append(outline111);
            shapeProperties73.Append(effectList91);

            C.Marker marker161 = new C.Marker();
            C.Symbol symbol161 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker161.Append(symbol161);

            pivotFormat161.Append(index178);
            pivotFormat161.Append(shapeProperties73);
            pivotFormat161.Append(marker161);

            C.PivotFormat pivotFormat162 = new C.PivotFormat();
            C.Index index179 = new C.Index(){ Val = (UInt32Value)2U };

            C.Marker marker162 = new C.Marker();
            C.Symbol symbol162 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker162.Append(symbol162);

            pivotFormat162.Append(index179);
            pivotFormat162.Append(marker162);

            C.PivotFormat pivotFormat163 = new C.PivotFormat();
            C.Index index180 = new C.Index(){ Val = (UInt32Value)3U };

            C.Marker marker163 = new C.Marker();
            C.Symbol symbol163 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker163.Append(symbol163);

            pivotFormat163.Append(index180);
            pivotFormat163.Append(marker163);

            C.PivotFormat pivotFormat164 = new C.PivotFormat();
            C.Index index181 = new C.Index(){ Val = (UInt32Value)4U };

            C.Marker marker164 = new C.Marker();
            C.Symbol symbol164 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker164.Append(symbol164);

            pivotFormat164.Append(index181);
            pivotFormat164.Append(marker164);

            C.PivotFormat pivotFormat165 = new C.PivotFormat();
            C.Index index182 = new C.Index(){ Val = (UInt32Value)5U };

            C.Marker marker165 = new C.Marker();
            C.Symbol symbol165 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker165.Append(symbol165);

            pivotFormat165.Append(index182);
            pivotFormat165.Append(marker165);

            C.PivotFormat pivotFormat166 = new C.PivotFormat();
            C.Index index183 = new C.Index(){ Val = (UInt32Value)6U };

            C.Marker marker166 = new C.Marker();
            C.Symbol symbol166 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker166.Append(symbol166);

            pivotFormat166.Append(index183);
            pivotFormat166.Append(marker166);

            C.PivotFormat pivotFormat167 = new C.PivotFormat();
            C.Index index184 = new C.Index(){ Val = (UInt32Value)7U };

            C.Marker marker167 = new C.Marker();
            C.Symbol symbol167 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker167.Append(symbol167);

            pivotFormat167.Append(index184);
            pivotFormat167.Append(marker167);

            C.PivotFormat pivotFormat168 = new C.PivotFormat();
            C.Index index185 = new C.Index(){ Val = (UInt32Value)8U };

            C.Marker marker168 = new C.Marker();
            C.Symbol symbol168 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker168.Append(symbol168);

            pivotFormat168.Append(index185);
            pivotFormat168.Append(marker168);

            C.PivotFormat pivotFormat169 = new C.PivotFormat();
            C.Index index186 = new C.Index(){ Val = (UInt32Value)9U };

            C.Marker marker169 = new C.Marker();
            C.Symbol symbol169 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker169.Append(symbol169);

            pivotFormat169.Append(index186);
            pivotFormat169.Append(marker169);

            C.PivotFormat pivotFormat170 = new C.PivotFormat();
            C.Index index187 = new C.Index(){ Val = (UInt32Value)10U };

            C.Marker marker170 = new C.Marker();
            C.Symbol symbol170 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker170.Append(symbol170);

            pivotFormat170.Append(index187);
            pivotFormat170.Append(marker170);

            C.PivotFormat pivotFormat171 = new C.PivotFormat();
            C.Index index188 = new C.Index(){ Val = (UInt32Value)11U };

            C.Marker marker171 = new C.Marker();
            C.Symbol symbol171 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker171.Append(symbol171);

            pivotFormat171.Append(index188);
            pivotFormat171.Append(marker171);

            C.PivotFormat pivotFormat172 = new C.PivotFormat();
            C.Index index189 = new C.Index(){ Val = (UInt32Value)12U };

            C.Marker marker172 = new C.Marker();
            C.Symbol symbol172 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker172.Append(symbol172);

            pivotFormat172.Append(index189);
            pivotFormat172.Append(marker172);

            C.PivotFormat pivotFormat173 = new C.PivotFormat();
            C.Index index190 = new C.Index(){ Val = (UInt32Value)13U };

            C.Marker marker173 = new C.Marker();
            C.Symbol symbol173 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker173.Append(symbol173);

            pivotFormat173.Append(index190);
            pivotFormat173.Append(marker173);

            C.PivotFormat pivotFormat174 = new C.PivotFormat();
            C.Index index191 = new C.Index(){ Val = (UInt32Value)14U };

            C.ShapeProperties shapeProperties74 = new C.ShapeProperties();

            A.SolidFill solidFill141 = new A.SolidFill();

            A.SchemeColor schemeColor111 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint49 = new A.Tint(){ Val = 100000 };

            schemeColor111.Append(tint49);

            solidFill141.Append(schemeColor111);

            A.Outline outline112 = new A.Outline();
            A.NoFill noFill96 = new A.NoFill();

            outline112.Append(noFill96);
            A.EffectList effectList92 = new A.EffectList();

            shapeProperties74.Append(solidFill141);
            shapeProperties74.Append(outline112);
            shapeProperties74.Append(effectList92);

            C.Marker marker174 = new C.Marker();
            C.Symbol symbol174 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker174.Append(symbol174);

            pivotFormat174.Append(index191);
            pivotFormat174.Append(shapeProperties74);
            pivotFormat174.Append(marker174);

            C.PivotFormat pivotFormat175 = new C.PivotFormat();
            C.Index index192 = new C.Index(){ Val = (UInt32Value)15U };

            C.ShapeProperties shapeProperties75 = new C.ShapeProperties();

            A.SolidFill solidFill142 = new A.SolidFill();

            A.SchemeColor schemeColor112 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint50 = new A.Tint(){ Val = 100000 };

            schemeColor112.Append(tint50);

            solidFill142.Append(schemeColor112);

            A.Outline outline113 = new A.Outline();
            A.NoFill noFill97 = new A.NoFill();

            outline113.Append(noFill97);
            A.EffectList effectList93 = new A.EffectList();

            shapeProperties75.Append(solidFill142);
            shapeProperties75.Append(outline113);
            shapeProperties75.Append(effectList93);

            C.Marker marker175 = new C.Marker();
            C.Symbol symbol175 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker175.Append(symbol175);

            pivotFormat175.Append(index192);
            pivotFormat175.Append(shapeProperties75);
            pivotFormat175.Append(marker175);

            C.PivotFormat pivotFormat176 = new C.PivotFormat();
            C.Index index193 = new C.Index(){ Val = (UInt32Value)16U };

            C.ShapeProperties shapeProperties76 = new C.ShapeProperties();

            A.SolidFill solidFill143 = new A.SolidFill();

            A.SchemeColor schemeColor113 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint51 = new A.Tint(){ Val = 100000 };

            schemeColor113.Append(tint51);

            solidFill143.Append(schemeColor113);

            A.Outline outline114 = new A.Outline();
            A.NoFill noFill98 = new A.NoFill();

            outline114.Append(noFill98);
            A.EffectList effectList94 = new A.EffectList();

            shapeProperties76.Append(solidFill143);
            shapeProperties76.Append(outline114);
            shapeProperties76.Append(effectList94);

            C.Marker marker176 = new C.Marker();
            C.Symbol symbol176 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker176.Append(symbol176);

            pivotFormat176.Append(index193);
            pivotFormat176.Append(shapeProperties76);
            pivotFormat176.Append(marker176);

            C.PivotFormat pivotFormat177 = new C.PivotFormat();
            C.Index index194 = new C.Index(){ Val = (UInt32Value)17U };

            C.ShapeProperties shapeProperties77 = new C.ShapeProperties();

            A.SolidFill solidFill144 = new A.SolidFill();

            A.SchemeColor schemeColor114 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint52 = new A.Tint(){ Val = 100000 };

            schemeColor114.Append(tint52);

            solidFill144.Append(schemeColor114);

            A.Outline outline115 = new A.Outline();
            A.NoFill noFill99 = new A.NoFill();

            outline115.Append(noFill99);
            A.EffectList effectList95 = new A.EffectList();

            shapeProperties77.Append(solidFill144);
            shapeProperties77.Append(outline115);
            shapeProperties77.Append(effectList95);

            C.Marker marker177 = new C.Marker();
            C.Symbol symbol177 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker177.Append(symbol177);

            pivotFormat177.Append(index194);
            pivotFormat177.Append(shapeProperties77);
            pivotFormat177.Append(marker177);

            C.PivotFormat pivotFormat178 = new C.PivotFormat();
            C.Index index195 = new C.Index(){ Val = (UInt32Value)18U };

            C.ShapeProperties shapeProperties78 = new C.ShapeProperties();

            A.SolidFill solidFill145 = new A.SolidFill();

            A.SchemeColor schemeColor115 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint53 = new A.Tint(){ Val = 100000 };

            schemeColor115.Append(tint53);

            solidFill145.Append(schemeColor115);

            A.Outline outline116 = new A.Outline();
            A.NoFill noFill100 = new A.NoFill();

            outline116.Append(noFill100);
            A.EffectList effectList96 = new A.EffectList();

            shapeProperties78.Append(solidFill145);
            shapeProperties78.Append(outline116);
            shapeProperties78.Append(effectList96);

            C.Marker marker178 = new C.Marker();
            C.Symbol symbol178 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker178.Append(symbol178);

            pivotFormat178.Append(index195);
            pivotFormat178.Append(shapeProperties78);
            pivotFormat178.Append(marker178);

            pivotFormats18.Append(pivotFormat160);
            pivotFormats18.Append(pivotFormat161);
            pivotFormats18.Append(pivotFormat162);
            pivotFormats18.Append(pivotFormat163);
            pivotFormats18.Append(pivotFormat164);
            pivotFormats18.Append(pivotFormat165);
            pivotFormats18.Append(pivotFormat166);
            pivotFormats18.Append(pivotFormat167);
            pivotFormats18.Append(pivotFormat168);
            pivotFormats18.Append(pivotFormat169);
            pivotFormats18.Append(pivotFormat170);
            pivotFormats18.Append(pivotFormat171);
            pivotFormats18.Append(pivotFormat172);
            pivotFormats18.Append(pivotFormat173);
            pivotFormats18.Append(pivotFormat174);
            pivotFormats18.Append(pivotFormat175);
            pivotFormats18.Append(pivotFormat176);
            pivotFormats18.Append(pivotFormat177);
            pivotFormats18.Append(pivotFormat178);

            C.PlotArea plotArea18 = new C.PlotArea();
            C.Layout layout18 = new C.Layout();

            C.BarChart barChart9 = new C.BarChart();
            C.BarDirection barDirection9 = new C.BarDirection(){ Val = C.BarDirectionValues.Column };
            C.BarGrouping barGrouping9 = new C.BarGrouping(){ Val = C.BarGroupingValues.Clustered };
            C.VaryColors varyColors18 = new C.VaryColors(){ Val = false };

            C.BarChartSeries barChartSeries9 = new C.BarChartSeries();
            C.Index index196 = new C.Index(){ Val = (UInt32Value)0U };
            C.Order order18 = new C.Order(){ Val = (UInt32Value)0U };

            C.SeriesText seriesText18 = new C.SeriesText();

            C.StringReference stringReference35 = new C.StringReference();
            C.Formula formula52 = new C.Formula();
            formula52.Text = "ShowHorizontalScrollbar!$B$1";

            C.StringCache stringCache35 = new C.StringCache();
            C.PointCount pointCount52 = new C.PointCount(){ Val = (UInt32Value)1U };

            C.StringPoint stringPoint69 = new C.StringPoint(){ Index = (UInt32Value)0U };
            C.NumericValue numericValue120 = new C.NumericValue();
            numericValue120.Text = "Total";

            stringPoint69.Append(numericValue120);

            stringCache35.Append(pointCount52);
            stringCache35.Append(stringPoint69);

            stringReference35.Append(formula52);
            stringReference35.Append(stringCache35);

            seriesText18.Append(stringReference35);

            C.ChartShapeProperties chartShapeProperties36 = new C.ChartShapeProperties();

            A.SolidFill solidFill146 = new A.SolidFill();

            A.SchemeColor schemeColor116 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint54 = new A.Tint(){ Val = 100000 };

            schemeColor116.Append(tint54);

            solidFill146.Append(schemeColor116);

            A.Outline outline117 = new A.Outline();
            A.NoFill noFill101 = new A.NoFill();

            outline117.Append(noFill101);
            A.EffectList effectList97 = new A.EffectList();

            chartShapeProperties36.Append(solidFill146);
            chartShapeProperties36.Append(outline117);
            chartShapeProperties36.Append(effectList97);
            C.InvertIfNegative invertIfNegative9 = new C.InvertIfNegative(){ Val = false };

            C.CategoryAxisData categoryAxisData18 = new C.CategoryAxisData();

            C.StringReference stringReference36 = new C.StringReference();
            C.Formula formula53 = new C.Formula();
            formula53.Text = "ShowHorizontalScrollbar!$A$2:$A$5";

            C.StringCache stringCache36 = new C.StringCache();
            C.PointCount pointCount53 = new C.PointCount(){ Val = (UInt32Value)3U };

            C.StringPoint stringPoint70 = new C.StringPoint(){ Index = (UInt32Value)0U };
            C.NumericValue numericValue121 = new C.NumericValue();
            numericValue121.Text = "product_A";

            stringPoint70.Append(numericValue121);

            C.StringPoint stringPoint71 = new C.StringPoint(){ Index = (UInt32Value)1U };
            C.NumericValue numericValue122 = new C.NumericValue();
            numericValue122.Text = "product_D";

            stringPoint71.Append(numericValue122);

            C.StringPoint stringPoint72 = new C.StringPoint(){ Index = (UInt32Value)2U };
            C.NumericValue numericValue123 = new C.NumericValue();
            numericValue123.Text = "product_E";

            stringPoint72.Append(numericValue123);

            stringCache36.Append(pointCount53);
            stringCache36.Append(stringPoint70);
            stringCache36.Append(stringPoint71);
            stringCache36.Append(stringPoint72);

            stringReference36.Append(formula53);
            stringReference36.Append(stringCache36);

            categoryAxisData18.Append(stringReference36);

            C.Values values18 = new C.Values();

            C.NumberReference numberReference18 = new C.NumberReference();
            C.Formula formula54 = new C.Formula();
            formula54.Text = "ShowHorizontalScrollbar!$B$2:$B$5";

            C.NumberingCache numberingCache18 = new C.NumberingCache();
            C.FormatCode formatCode18 = new C.FormatCode();
            formatCode18.Text = "General";
            C.PointCount pointCount54 = new C.PointCount(){ Val = (UInt32Value)3U };

            C.NumericPoint numericPoint52 = new C.NumericPoint(){ Index = (UInt32Value)0U };
            C.NumericValue numericValue124 = new C.NumericValue();
            numericValue124.Text = "19";

            numericPoint52.Append(numericValue124);

            C.NumericPoint numericPoint53 = new C.NumericPoint(){ Index = (UInt32Value)1U };
            C.NumericValue numericValue125 = new C.NumericValue();
            numericValue125.Text = "13";

            numericPoint53.Append(numericValue125);

            C.NumericPoint numericPoint54 = new C.NumericPoint(){ Index = (UInt32Value)2U };
            C.NumericValue numericValue126 = new C.NumericValue();
            numericValue126.Text = "33";

            numericPoint54.Append(numericValue126);

            numberingCache18.Append(formatCode18);
            numberingCache18.Append(pointCount54);
            numberingCache18.Append(numericPoint52);
            numberingCache18.Append(numericPoint53);
            numberingCache18.Append(numericPoint54);

            numberReference18.Append(formula54);
            numberReference18.Append(numberingCache18);

            values18.Append(numberReference18);

            barChartSeries9.Append(index196);
            barChartSeries9.Append(order18);
            barChartSeries9.Append(seriesText18);
            barChartSeries9.Append(chartShapeProperties36);
            barChartSeries9.Append(invertIfNegative9);
            barChartSeries9.Append(categoryAxisData18);
            barChartSeries9.Append(values18);

            C.DataLabels dataLabels18 = new C.DataLabels();
            C.ShowLegendKey showLegendKey18 = new C.ShowLegendKey(){ Val = false };
            C.ShowValue showValue18 = new C.ShowValue(){ Val = false };
            C.ShowCategoryName showCategoryName18 = new C.ShowCategoryName(){ Val = false };
            C.ShowSeriesName showSeriesName18 = new C.ShowSeriesName(){ Val = false };
            C.ShowPercent showPercent18 = new C.ShowPercent(){ Val = false };
            C.ShowBubbleSize showBubbleSize18 = new C.ShowBubbleSize(){ Val = false };

            dataLabels18.Append(showLegendKey18);
            dataLabels18.Append(showValue18);
            dataLabels18.Append(showCategoryName18);
            dataLabels18.Append(showSeriesName18);
            dataLabels18.Append(showPercent18);
            dataLabels18.Append(showBubbleSize18);
            C.GapWidth gapWidth9 = new C.GapWidth(){ Val = (UInt16Value)219U };
            C.Overlap overlap8 = new C.Overlap(){ Val = -27 };
            C.AxisId axisId33 = new C.AxisId(){ Val = (UInt32Value)209982688U };
            C.AxisId axisId34 = new C.AxisId(){ Val = (UInt32Value)208839816U };

            barChart9.Append(barDirection9);
            barChart9.Append(barGrouping9);
            barChart9.Append(varyColors18);
            barChart9.Append(barChartSeries9);
            barChart9.Append(dataLabels18);
            barChart9.Append(gapWidth9);
            barChart9.Append(overlap8);
            barChart9.Append(axisId33);
            barChart9.Append(axisId34);

            C.CategoryAxis categoryAxis9 = new C.CategoryAxis();
            C.AxisId axisId35 = new C.AxisId(){ Val = (UInt32Value)209982688U };

            C.Scaling scaling17 = new C.Scaling();
            C.Orientation orientation17 = new C.Orientation(){ Val = C.OrientationValues.MinMax };

            scaling17.Append(orientation17);
            C.Delete delete17 = new C.Delete(){ Val = false };
            C.AxisPosition axisPosition17 = new C.AxisPosition(){ Val = C.AxisPositionValues.Bottom };
            C.NumberingFormat numberingFormat28 = new C.NumberingFormat(){ FormatCode = "General", SourceLinked = false };
            C.MajorTickMark majorTickMark17 = new C.MajorTickMark(){ Val = C.TickMarkValues.None };
            C.MinorTickMark minorTickMark17 = new C.MinorTickMark(){ Val = C.TickMarkValues.None };
            C.TickLabelPosition tickLabelPosition17 = new C.TickLabelPosition(){ Val = C.TickLabelPositionValues.NextTo };

            C.ChartShapeProperties chartShapeProperties37 = new C.ChartShapeProperties();
            A.NoFill noFill102 = new A.NoFill();

            A.Outline outline118 = new A.Outline();
            A.NoFill noFill103 = new A.NoFill();

            outline118.Append(noFill103);
            A.EffectList effectList98 = new A.EffectList();

            chartShapeProperties37.Append(noFill102);
            chartShapeProperties37.Append(outline118);
            chartShapeProperties37.Append(effectList98);

            C.TextProperties textProperties29 = new C.TextProperties();
            A.BodyProperties bodyProperties49 = new A.BodyProperties(){ Rotation = -60000000, UseParagraphSpacing = true, VerticalOverflow = A.TextVerticalOverflowValues.Ellipsis, Vertical = A.TextVerticalValues.Horizontal, Wrap = A.TextWrappingValues.Square, Anchor = A.TextAnchoringTypeValues.Center, AnchorCenter = true };
            A.ListStyle listStyle49 = new A.ListStyle();

            A.Paragraph paragraph49 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties29 = new A.ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties29 = new A.DefaultRunProperties(){ FontSize = 900, Kerning = 1200 };

            A.SolidFill solidFill147 = new A.SolidFill();

            A.SchemeColor schemeColor117 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation42 = new A.LuminanceModulation(){ Val = 65000 };
            A.LuminanceOffset luminanceOffset36 = new A.LuminanceOffset(){ Val = 35000 };

            schemeColor117.Append(luminanceModulation42);
            schemeColor117.Append(luminanceOffset36);

            solidFill147.Append(schemeColor117);
            A.LatinFont latinFont24 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont24 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont24 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties29.Append(solidFill147);
            defaultRunProperties29.Append(latinFont24);
            defaultRunProperties29.Append(eastAsianFont24);
            defaultRunProperties29.Append(complexScriptFont24);

            paragraphProperties29.Append(defaultRunProperties29);
            A.EndParagraphRunProperties endParagraphRunProperties29 = new A.EndParagraphRunProperties(){ Language = "en-US" };

            paragraph49.Append(paragraphProperties29);
            paragraph49.Append(endParagraphRunProperties29);

            textProperties29.Append(bodyProperties49);
            textProperties29.Append(listStyle49);
            textProperties29.Append(paragraph49);
            C.CrossingAxis crossingAxis17 = new C.CrossingAxis(){ Val = (UInt32Value)208839816U };
            C.Crosses crosses17 = new C.Crosses(){ Val = C.CrossesValues.AutoZero };
            C.AutoLabeled autoLabeled9 = new C.AutoLabeled(){ Val = true };
            C.LabelAlignment labelAlignment9 = new C.LabelAlignment(){ Val = C.LabelAlignmentValues.Center };
            C.LabelOffset labelOffset9 = new C.LabelOffset(){ Val = (UInt16Value)100U };
            C.NoMultiLevelLabels noMultiLevelLabels9 = new C.NoMultiLevelLabels(){ Val = false };

            categoryAxis9.Append(axisId35);
            categoryAxis9.Append(scaling17);
            categoryAxis9.Append(delete17);
            categoryAxis9.Append(axisPosition17);
            categoryAxis9.Append(numberingFormat28);
            categoryAxis9.Append(majorTickMark17);
            categoryAxis9.Append(minorTickMark17);
            categoryAxis9.Append(tickLabelPosition17);
            categoryAxis9.Append(chartShapeProperties37);
            categoryAxis9.Append(textProperties29);
            categoryAxis9.Append(crossingAxis17);
            categoryAxis9.Append(crosses17);
            categoryAxis9.Append(autoLabeled9);
            categoryAxis9.Append(labelAlignment9);
            categoryAxis9.Append(labelOffset9);
            categoryAxis9.Append(noMultiLevelLabels9);

            C.ValueAxis valueAxis9 = new C.ValueAxis();
            C.AxisId axisId36 = new C.AxisId(){ Val = (UInt32Value)208839816U };

            C.Scaling scaling18 = new C.Scaling();
            C.Orientation orientation18 = new C.Orientation(){ Val = C.OrientationValues.MinMax };

            scaling18.Append(orientation18);
            C.Delete delete18 = new C.Delete(){ Val = false };
            C.AxisPosition axisPosition18 = new C.AxisPosition(){ Val = C.AxisPositionValues.Left };

            C.MajorGridlines majorGridlines9 = new C.MajorGridlines();

            C.ChartShapeProperties chartShapeProperties38 = new C.ChartShapeProperties();

            A.Outline outline119 = new A.Outline(){ Width = 9525, CapType = A.LineCapValues.Flat, CompoundLineType = A.CompoundLineValues.Single, Alignment = A.PenAlignmentValues.Center };

            A.SolidFill solidFill148 = new A.SolidFill();

            A.SchemeColor schemeColor118 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation43 = new A.LuminanceModulation(){ Val = 15000 };
            A.LuminanceOffset luminanceOffset37 = new A.LuminanceOffset(){ Val = 85000 };

            schemeColor118.Append(luminanceModulation43);
            schemeColor118.Append(luminanceOffset37);

            solidFill148.Append(schemeColor118);
            A.Round round15 = new A.Round();

            outline119.Append(solidFill148);
            outline119.Append(round15);
            A.EffectList effectList99 = new A.EffectList();

            chartShapeProperties38.Append(outline119);
            chartShapeProperties38.Append(effectList99);

            majorGridlines9.Append(chartShapeProperties38);
            C.NumberingFormat numberingFormat29 = new C.NumberingFormat(){ FormatCode = "General", SourceLinked = true };
            C.MajorTickMark majorTickMark18 = new C.MajorTickMark(){ Val = C.TickMarkValues.None };
            C.MinorTickMark minorTickMark18 = new C.MinorTickMark(){ Val = C.TickMarkValues.None };
            C.TickLabelPosition tickLabelPosition18 = new C.TickLabelPosition(){ Val = C.TickLabelPositionValues.NextTo };

            C.ChartShapeProperties chartShapeProperties39 = new C.ChartShapeProperties();
            A.NoFill noFill104 = new A.NoFill();

            A.Outline outline120 = new A.Outline();
            A.NoFill noFill105 = new A.NoFill();

            outline120.Append(noFill105);
            A.EffectList effectList100 = new A.EffectList();

            chartShapeProperties39.Append(noFill104);
            chartShapeProperties39.Append(outline120);
            chartShapeProperties39.Append(effectList100);

            C.TextProperties textProperties30 = new C.TextProperties();
            A.BodyProperties bodyProperties50 = new A.BodyProperties(){ Rotation = -60000000, UseParagraphSpacing = true, VerticalOverflow = A.TextVerticalOverflowValues.Ellipsis, Vertical = A.TextVerticalValues.Horizontal, Wrap = A.TextWrappingValues.Square, Anchor = A.TextAnchoringTypeValues.Center, AnchorCenter = true };
            A.ListStyle listStyle50 = new A.ListStyle();

            A.Paragraph paragraph50 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties30 = new A.ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties30 = new A.DefaultRunProperties(){ FontSize = 900, Kerning = 1200 };

            A.SolidFill solidFill149 = new A.SolidFill();

            A.SchemeColor schemeColor119 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation44 = new A.LuminanceModulation(){ Val = 65000 };
            A.LuminanceOffset luminanceOffset38 = new A.LuminanceOffset(){ Val = 35000 };

            schemeColor119.Append(luminanceModulation44);
            schemeColor119.Append(luminanceOffset38);

            solidFill149.Append(schemeColor119);
            A.LatinFont latinFont25 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont25 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont25 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties30.Append(solidFill149);
            defaultRunProperties30.Append(latinFont25);
            defaultRunProperties30.Append(eastAsianFont25);
            defaultRunProperties30.Append(complexScriptFont25);

            paragraphProperties30.Append(defaultRunProperties30);
            A.EndParagraphRunProperties endParagraphRunProperties30 = new A.EndParagraphRunProperties(){ Language = "en-US" };

            paragraph50.Append(paragraphProperties30);
            paragraph50.Append(endParagraphRunProperties30);

            textProperties30.Append(bodyProperties50);
            textProperties30.Append(listStyle50);
            textProperties30.Append(paragraph50);
            C.CrossingAxis crossingAxis18 = new C.CrossingAxis(){ Val = (UInt32Value)209982688U };
            C.Crosses crosses18 = new C.Crosses(){ Val = C.CrossesValues.AutoZero };
            C.CrossBetween crossBetween9 = new C.CrossBetween(){ Val = C.CrossBetweenValues.Between };

            valueAxis9.Append(axisId36);
            valueAxis9.Append(scaling18);
            valueAxis9.Append(delete18);
            valueAxis9.Append(axisPosition18);
            valueAxis9.Append(majorGridlines9);
            valueAxis9.Append(numberingFormat29);
            valueAxis9.Append(majorTickMark18);
            valueAxis9.Append(minorTickMark18);
            valueAxis9.Append(tickLabelPosition18);
            valueAxis9.Append(chartShapeProperties39);
            valueAxis9.Append(textProperties30);
            valueAxis9.Append(crossingAxis18);
            valueAxis9.Append(crosses18);
            valueAxis9.Append(crossBetween9);

            C.ShapeProperties shapeProperties79 = new C.ShapeProperties();

            A.SolidFill solidFill150 = new A.SolidFill();
            A.SchemeColor schemeColor120 = new A.SchemeColor(){ Val = A.SchemeColorValues.Background1 };

            solidFill150.Append(schemeColor120);

            A.Outline outline121 = new A.Outline();
            A.NoFill noFill106 = new A.NoFill();

            outline121.Append(noFill106);
            A.EffectList effectList101 = new A.EffectList();

            shapeProperties79.Append(solidFill150);
            shapeProperties79.Append(outline121);
            shapeProperties79.Append(effectList101);

            plotArea18.Append(layout18);
            plotArea18.Append(barChart9);
            plotArea18.Append(categoryAxis9);
            plotArea18.Append(valueAxis9);
            plotArea18.Append(shapeProperties79);

            C.Legend legend18 = new C.Legend();
            C.LegendPosition legendPosition18 = new C.LegendPosition(){ Val = C.LegendPositionValues.Bottom };
            C.Overlay overlay36 = new C.Overlay(){ Val = false };

            C.ChartShapeProperties chartShapeProperties40 = new C.ChartShapeProperties();
            A.NoFill noFill107 = new A.NoFill();

            A.Outline outline122 = new A.Outline();
            A.NoFill noFill108 = new A.NoFill();

            outline122.Append(noFill108);
            A.EffectList effectList102 = new A.EffectList();

            chartShapeProperties40.Append(noFill107);
            chartShapeProperties40.Append(outline122);
            chartShapeProperties40.Append(effectList102);

            C.TextProperties textProperties31 = new C.TextProperties();
            A.BodyProperties bodyProperties51 = new A.BodyProperties(){ Rotation = 0, UseParagraphSpacing = true, VerticalOverflow = A.TextVerticalOverflowValues.Ellipsis, Vertical = A.TextVerticalValues.Horizontal, Wrap = A.TextWrappingValues.Square, Anchor = A.TextAnchoringTypeValues.Center, AnchorCenter = true };
            A.ListStyle listStyle51 = new A.ListStyle();

            A.Paragraph paragraph51 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties31 = new A.ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties31 = new A.DefaultRunProperties(){ FontSize = 900, Kerning = 1200 };

            A.SolidFill solidFill151 = new A.SolidFill();

            A.SchemeColor schemeColor121 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation45 = new A.LuminanceModulation(){ Val = 65000 };
            A.LuminanceOffset luminanceOffset39 = new A.LuminanceOffset(){ Val = 35000 };

            schemeColor121.Append(luminanceModulation45);
            schemeColor121.Append(luminanceOffset39);

            solidFill151.Append(schemeColor121);
            A.LatinFont latinFont26 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont26 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont26 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties31.Append(solidFill151);
            defaultRunProperties31.Append(latinFont26);
            defaultRunProperties31.Append(eastAsianFont26);
            defaultRunProperties31.Append(complexScriptFont26);

            paragraphProperties31.Append(defaultRunProperties31);
            A.EndParagraphRunProperties endParagraphRunProperties31 = new A.EndParagraphRunProperties(){ Language = "en-US" };

            paragraph51.Append(paragraphProperties31);
            paragraph51.Append(endParagraphRunProperties31);

            textProperties31.Append(bodyProperties51);
            textProperties31.Append(listStyle51);
            textProperties31.Append(paragraph51);

            legend18.Append(legendPosition18);
            legend18.Append(overlay36);
            legend18.Append(chartShapeProperties40);
            legend18.Append(textProperties31);
            C.PlotVisibleOnly plotVisibleOnly18 = new C.PlotVisibleOnly(){ Val = true };
            C.DisplayBlanksAs displayBlanksAs18 = new C.DisplayBlanksAs(){ Val = C.DisplayBlanksAsValues.Gap };
            C.ShowDataLabelsOverMaximum showDataLabelsOverMaximum18 = new C.ShowDataLabelsOverMaximum(){ Val = false };

            chart18.Append(title18);
            chart18.Append(autoTitleDeleted18);
            chart18.Append(pivotFormats18);
            chart18.Append(plotArea18);
            chart18.Append(legend18);
            chart18.Append(plotVisibleOnly18);
            chart18.Append(displayBlanksAs18);
            chart18.Append(showDataLabelsOverMaximum18);

            C.ShapeProperties shapeProperties80 = new C.ShapeProperties();

            A.SolidFill solidFill152 = new A.SolidFill();
            A.SchemeColor schemeColor122 = new A.SchemeColor(){ Val = A.SchemeColorValues.Background1 };

            solidFill152.Append(schemeColor122);

            A.Outline outline123 = new A.Outline(){ Width = 9525, CapType = A.LineCapValues.Flat, CompoundLineType = A.CompoundLineValues.Single, Alignment = A.PenAlignmentValues.Center };

            A.SolidFill solidFill153 = new A.SolidFill();

            A.SchemeColor schemeColor123 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation46 = new A.LuminanceModulation(){ Val = 15000 };
            A.LuminanceOffset luminanceOffset40 = new A.LuminanceOffset(){ Val = 85000 };

            schemeColor123.Append(luminanceModulation46);
            schemeColor123.Append(luminanceOffset40);

            solidFill153.Append(schemeColor123);
            A.Round round16 = new A.Round();

            outline123.Append(solidFill153);
            outline123.Append(round16);
            A.EffectList effectList103 = new A.EffectList();

            shapeProperties80.Append(solidFill152);
            shapeProperties80.Append(outline123);
            shapeProperties80.Append(effectList103);

            C.TextProperties textProperties32 = new C.TextProperties();
            A.BodyProperties bodyProperties52 = new A.BodyProperties();
            A.ListStyle listStyle52 = new A.ListStyle();

            A.Paragraph paragraph52 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties32 = new A.ParagraphProperties();
            A.DefaultRunProperties defaultRunProperties32 = new A.DefaultRunProperties();

            paragraphProperties32.Append(defaultRunProperties32);
            A.EndParagraphRunProperties endParagraphRunProperties32 = new A.EndParagraphRunProperties(){ Language = "en-US" };

            paragraph52.Append(paragraphProperties32);
            paragraph52.Append(endParagraphRunProperties32);

            textProperties32.Append(bodyProperties52);
            textProperties32.Append(listStyle52);
            textProperties32.Append(paragraph52);

            C.PrintSettings printSettings18 = new C.PrintSettings();
            C.HeaderFooter headerFooter18 = new C.HeaderFooter();
            C.PageMargins pageMargins29 = new C.PageMargins(){ Left = 0.7D, Right = 0.7D, Top = 0.75D, Bottom = 0.75D, Header = 0.3D, Footer = 0.3D };
            C.PageSetup pageSetup18 = new C.PageSetup();

            printSettings18.Append(headerFooter18);
            printSettings18.Append(pageMargins29);
            printSettings18.Append(pageSetup18);

            C.ChartSpaceExtensionList chartSpaceExtensionList18 = new C.ChartSpaceExtensionList();
            chartSpaceExtensionList18.AddNamespaceDeclaration("c14", "http://schemas.microsoft.com/office/drawing/2007/8/2/chart");
            chartSpaceExtensionList18.AddNamespaceDeclaration("mc", "http://schemas.openxmlformats.org/markup-compatibility/2006");

            C.ChartSpaceExtension chartSpaceExtension18 = new C.ChartSpaceExtension(){ Uri = "{781A3756-C4B2-4CAC-9D66-4F8BD8637D16}" };
            chartSpaceExtension18.AddNamespaceDeclaration("c14", "http://schemas.microsoft.com/office/drawing/2007/8/2/chart");

            C14.PivotOptions pivotOptions18 = new C14.PivotOptions();
            C14.DropZoneFilter dropZoneFilter18 = new C14.DropZoneFilter(){ Val = true };
            C14.DropZoneCategories dropZoneCategories18 = new C14.DropZoneCategories(){ Val = true };
            C14.DropZoneData dropZoneData18 = new C14.DropZoneData(){ Val = true };
            C14.DropZoneSeries dropZoneSeries18 = new C14.DropZoneSeries(){ Val = true };
            C14.DropZonesVisible dropZonesVisible18 = new C14.DropZonesVisible(){ Val = true };

            pivotOptions18.Append(dropZoneFilter18);
            pivotOptions18.Append(dropZoneCategories18);
            pivotOptions18.Append(dropZoneData18);
            pivotOptions18.Append(dropZoneSeries18);
            pivotOptions18.Append(dropZonesVisible18);

            chartSpaceExtension18.Append(pivotOptions18);

            chartSpaceExtensionList18.Append(chartSpaceExtension18);

            chartSpace18.Append(date190418);
            chartSpace18.Append(editingLanguage18);
            chartSpace18.Append(roundedCorners18);
            chartSpace18.Append(alternateContent38);
            chartSpace18.Append(pivotSource18);
            chartSpace18.Append(chart18);
            chartSpace18.Append(shapeProperties80);
            chartSpace18.Append(textProperties32);
            chartSpace18.Append(printSettings18);
            chartSpace18.Append(chartSpaceExtensionList18);

            chartPart18.ChartSpace = chartSpace18;
        }
Exemplo n.º 14
0
        // Generates content of chartPart16.
        private void GenerateChartPart16Content(ChartPart chartPart16)
        {
            C.ChartSpace chartSpace16 = new C.ChartSpace();
            chartSpace16.AddNamespaceDeclaration("c", "http://schemas.openxmlformats.org/drawingml/2006/chart");
            chartSpace16.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");
            chartSpace16.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            C.Date1904 date190416 = new C.Date1904(){ Val = false };
            C.EditingLanguage editingLanguage16 = new C.EditingLanguage(){ Val = "en-US" };
            C.RoundedCorners roundedCorners16 = new C.RoundedCorners(){ Val = false };
            C.Style style31 = new C.Style(){ Val = 1 };

            C.PivotSource pivotSource16 = new C.PivotSource();
            C.PivotTableName pivotTableName16 = new C.PivotTableName();
            pivotTableName16.Text = "[GeneratedDocument.xlsx]Level!PivotTable1";
            C.FormatId formatId16 = new C.FormatId(){ Val = (UInt32Value)4U };

            pivotSource16.Append(pivotTableName16);
            pivotSource16.Append(formatId16);

            C.Chart chart16 = new C.Chart();

            C.Title title16 = new C.Title();
            C.Overlay overlay31 = new C.Overlay(){ Val = false };

            title16.Append(overlay31);
            C.AutoTitleDeleted autoTitleDeleted16 = new C.AutoTitleDeleted(){ Val = false };

            C.PivotFormats pivotFormats16 = new C.PivotFormats();

            C.PivotFormat pivotFormat140 = new C.PivotFormat();
            C.Index index155 = new C.Index(){ Val = (UInt32Value)0U };

            C.ShapeProperties shapeProperties66 = new C.ShapeProperties();

            A.SolidFill solidFill125 = new A.SolidFill();

            A.SchemeColor schemeColor99 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint44 = new A.Tint(){ Val = 100000 };

            schemeColor99.Append(tint44);

            solidFill125.Append(schemeColor99);

            A.Outline outline99 = new A.Outline();
            A.NoFill noFill84 = new A.NoFill();

            outline99.Append(noFill84);
            A.EffectList effectList81 = new A.EffectList();

            shapeProperties66.Append(solidFill125);
            shapeProperties66.Append(outline99);
            shapeProperties66.Append(effectList81);

            C.Marker marker140 = new C.Marker();
            C.Symbol symbol140 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker140.Append(symbol140);

            pivotFormat140.Append(index155);
            pivotFormat140.Append(shapeProperties66);
            pivotFormat140.Append(marker140);

            C.PivotFormat pivotFormat141 = new C.PivotFormat();
            C.Index index156 = new C.Index(){ Val = (UInt32Value)1U };

            C.ShapeProperties shapeProperties67 = new C.ShapeProperties();

            A.SolidFill solidFill126 = new A.SolidFill();

            A.SchemeColor schemeColor100 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent2 };
            A.Tint tint45 = new A.Tint(){ Val = 100000 };

            schemeColor100.Append(tint45);

            solidFill126.Append(schemeColor100);

            A.Outline outline100 = new A.Outline();
            A.NoFill noFill85 = new A.NoFill();

            outline100.Append(noFill85);
            A.EffectList effectList82 = new A.EffectList();

            shapeProperties67.Append(solidFill126);
            shapeProperties67.Append(outline100);
            shapeProperties67.Append(effectList82);

            C.Marker marker141 = new C.Marker();
            C.Symbol symbol141 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker141.Append(symbol141);

            pivotFormat141.Append(index156);
            pivotFormat141.Append(shapeProperties67);
            pivotFormat141.Append(marker141);

            C.PivotFormat pivotFormat142 = new C.PivotFormat();
            C.Index index157 = new C.Index(){ Val = (UInt32Value)2U };

            C.Marker marker142 = new C.Marker();
            C.Symbol symbol142 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker142.Append(symbol142);

            pivotFormat142.Append(index157);
            pivotFormat142.Append(marker142);

            C.PivotFormat pivotFormat143 = new C.PivotFormat();
            C.Index index158 = new C.Index(){ Val = (UInt32Value)3U };

            C.Marker marker143 = new C.Marker();
            C.Symbol symbol143 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker143.Append(symbol143);

            pivotFormat143.Append(index158);
            pivotFormat143.Append(marker143);

            C.PivotFormat pivotFormat144 = new C.PivotFormat();
            C.Index index159 = new C.Index(){ Val = (UInt32Value)4U };

            C.Marker marker144 = new C.Marker();
            C.Symbol symbol144 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker144.Append(symbol144);

            pivotFormat144.Append(index159);
            pivotFormat144.Append(marker144);

            C.PivotFormat pivotFormat145 = new C.PivotFormat();
            C.Index index160 = new C.Index(){ Val = (UInt32Value)5U };

            C.Marker marker145 = new C.Marker();
            C.Symbol symbol145 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker145.Append(symbol145);

            pivotFormat145.Append(index160);
            pivotFormat145.Append(marker145);

            C.PivotFormat pivotFormat146 = new C.PivotFormat();
            C.Index index161 = new C.Index(){ Val = (UInt32Value)6U };

            C.Marker marker146 = new C.Marker();
            C.Symbol symbol146 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker146.Append(symbol146);

            pivotFormat146.Append(index161);
            pivotFormat146.Append(marker146);

            C.PivotFormat pivotFormat147 = new C.PivotFormat();
            C.Index index162 = new C.Index(){ Val = (UInt32Value)7U };

            C.Marker marker147 = new C.Marker();
            C.Symbol symbol147 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker147.Append(symbol147);

            pivotFormat147.Append(index162);
            pivotFormat147.Append(marker147);

            C.PivotFormat pivotFormat148 = new C.PivotFormat();
            C.Index index163 = new C.Index(){ Val = (UInt32Value)8U };

            C.Marker marker148 = new C.Marker();
            C.Symbol symbol148 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker148.Append(symbol148);

            pivotFormat148.Append(index163);
            pivotFormat148.Append(marker148);

            C.PivotFormat pivotFormat149 = new C.PivotFormat();
            C.Index index164 = new C.Index(){ Val = (UInt32Value)9U };

            C.Marker marker149 = new C.Marker();
            C.Symbol symbol149 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker149.Append(symbol149);

            pivotFormat149.Append(index164);
            pivotFormat149.Append(marker149);

            C.PivotFormat pivotFormat150 = new C.PivotFormat();
            C.Index index165 = new C.Index(){ Val = (UInt32Value)10U };

            C.Marker marker150 = new C.Marker();
            C.Symbol symbol150 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker150.Append(symbol150);

            pivotFormat150.Append(index165);
            pivotFormat150.Append(marker150);

            C.PivotFormat pivotFormat151 = new C.PivotFormat();
            C.Index index166 = new C.Index(){ Val = (UInt32Value)11U };

            C.Marker marker151 = new C.Marker();
            C.Symbol symbol151 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker151.Append(symbol151);

            pivotFormat151.Append(index166);
            pivotFormat151.Append(marker151);

            C.PivotFormat pivotFormat152 = new C.PivotFormat();
            C.Index index167 = new C.Index(){ Val = (UInt32Value)12U };

            C.Marker marker152 = new C.Marker();
            C.Symbol symbol152 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker152.Append(symbol152);

            pivotFormat152.Append(index167);
            pivotFormat152.Append(marker152);

            C.PivotFormat pivotFormat153 = new C.PivotFormat();
            C.Index index168 = new C.Index(){ Val = (UInt32Value)13U };

            C.Marker marker153 = new C.Marker();
            C.Symbol symbol153 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker153.Append(symbol153);

            pivotFormat153.Append(index168);
            pivotFormat153.Append(marker153);

            pivotFormats16.Append(pivotFormat140);
            pivotFormats16.Append(pivotFormat141);
            pivotFormats16.Append(pivotFormat142);
            pivotFormats16.Append(pivotFormat143);
            pivotFormats16.Append(pivotFormat144);
            pivotFormats16.Append(pivotFormat145);
            pivotFormats16.Append(pivotFormat146);
            pivotFormats16.Append(pivotFormat147);
            pivotFormats16.Append(pivotFormat148);
            pivotFormats16.Append(pivotFormat149);
            pivotFormats16.Append(pivotFormat150);
            pivotFormats16.Append(pivotFormat151);
            pivotFormats16.Append(pivotFormat152);
            pivotFormats16.Append(pivotFormat153);

            C.PlotArea plotArea16 = new C.PlotArea();
            C.Layout layout16 = new C.Layout();

            C.BarChart barChart8 = new C.BarChart();
            C.BarDirection barDirection8 = new C.BarDirection(){ Val = C.BarDirectionValues.Column };
            C.BarGrouping barGrouping8 = new C.BarGrouping(){ Val = C.BarGroupingValues.Clustered };
            C.VaryColors varyColors16 = new C.VaryColors(){ Val = false };

            C.BarChartSeries barChartSeries8 = new C.BarChartSeries();
            C.Index index169 = new C.Index(){ Val = (UInt32Value)0U };
            C.Order order16 = new C.Order(){ Val = (UInt32Value)0U };

            C.SeriesText seriesText16 = new C.SeriesText();

            C.StringReference stringReference31 = new C.StringReference();
            C.Formula formula46 = new C.Formula();
            formula46.Text = "Level!$B$1";

            C.StringCache stringCache31 = new C.StringCache();
            C.PointCount pointCount46 = new C.PointCount(){ Val = (UInt32Value)1U };

            C.StringPoint stringPoint61 = new C.StringPoint(){ Index = (UInt32Value)0U };
            C.NumericValue numericValue106 = new C.NumericValue();
            numericValue106.Text = "Total";

            stringPoint61.Append(numericValue106);

            stringCache31.Append(pointCount46);
            stringCache31.Append(stringPoint61);

            stringReference31.Append(formula46);
            stringReference31.Append(stringCache31);

            seriesText16.Append(stringReference31);

            C.ChartShapeProperties chartShapeProperties31 = new C.ChartShapeProperties();

            A.SolidFill solidFill127 = new A.SolidFill();

            A.SchemeColor schemeColor101 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint46 = new A.Tint(){ Val = 100000 };

            schemeColor101.Append(tint46);

            solidFill127.Append(schemeColor101);

            A.Outline outline101 = new A.Outline();
            A.NoFill noFill86 = new A.NoFill();

            outline101.Append(noFill86);
            A.EffectList effectList83 = new A.EffectList();

            chartShapeProperties31.Append(solidFill127);
            chartShapeProperties31.Append(outline101);
            chartShapeProperties31.Append(effectList83);
            C.InvertIfNegative invertIfNegative8 = new C.InvertIfNegative(){ Val = false };

            C.CategoryAxisData categoryAxisData16 = new C.CategoryAxisData();

            C.StringReference stringReference32 = new C.StringReference();
            C.Formula formula47 = new C.Formula();
            formula47.Text = "Level!$A$2:$A$5";

            C.StringCache stringCache32 = new C.StringCache();
            C.PointCount pointCount47 = new C.PointCount(){ Val = (UInt32Value)3U };

            C.StringPoint stringPoint62 = new C.StringPoint(){ Index = (UInt32Value)0U };
            C.NumericValue numericValue107 = new C.NumericValue();
            numericValue107.Text = "product_A";

            stringPoint62.Append(numericValue107);

            C.StringPoint stringPoint63 = new C.StringPoint(){ Index = (UInt32Value)1U };
            C.NumericValue numericValue108 = new C.NumericValue();
            numericValue108.Text = "product_D";

            stringPoint63.Append(numericValue108);

            C.StringPoint stringPoint64 = new C.StringPoint(){ Index = (UInt32Value)2U };
            C.NumericValue numericValue109 = new C.NumericValue();
            numericValue109.Text = "product_E";

            stringPoint64.Append(numericValue109);

            stringCache32.Append(pointCount47);
            stringCache32.Append(stringPoint62);
            stringCache32.Append(stringPoint63);
            stringCache32.Append(stringPoint64);

            stringReference32.Append(formula47);
            stringReference32.Append(stringCache32);

            categoryAxisData16.Append(stringReference32);

            C.Values values16 = new C.Values();

            C.NumberReference numberReference16 = new C.NumberReference();
            C.Formula formula48 = new C.Formula();
            formula48.Text = "Level!$B$2:$B$5";

            C.NumberingCache numberingCache16 = new C.NumberingCache();
            C.FormatCode formatCode16 = new C.FormatCode();
            formatCode16.Text = "General";
            C.PointCount pointCount48 = new C.PointCount(){ Val = (UInt32Value)3U };

            C.NumericPoint numericPoint46 = new C.NumericPoint(){ Index = (UInt32Value)0U };
            C.NumericValue numericValue110 = new C.NumericValue();
            numericValue110.Text = "19";

            numericPoint46.Append(numericValue110);

            C.NumericPoint numericPoint47 = new C.NumericPoint(){ Index = (UInt32Value)1U };
            C.NumericValue numericValue111 = new C.NumericValue();
            numericValue111.Text = "13";

            numericPoint47.Append(numericValue111);

            C.NumericPoint numericPoint48 = new C.NumericPoint(){ Index = (UInt32Value)2U };
            C.NumericValue numericValue112 = new C.NumericValue();
            numericValue112.Text = "33";

            numericPoint48.Append(numericValue112);

            numberingCache16.Append(formatCode16);
            numberingCache16.Append(pointCount48);
            numberingCache16.Append(numericPoint46);
            numberingCache16.Append(numericPoint47);
            numberingCache16.Append(numericPoint48);

            numberReference16.Append(formula48);
            numberReference16.Append(numberingCache16);

            values16.Append(numberReference16);

            barChartSeries8.Append(index169);
            barChartSeries8.Append(order16);
            barChartSeries8.Append(seriesText16);
            barChartSeries8.Append(chartShapeProperties31);
            barChartSeries8.Append(invertIfNegative8);
            barChartSeries8.Append(categoryAxisData16);
            barChartSeries8.Append(values16);

            C.DataLabels dataLabels16 = new C.DataLabels();
            C.ShowLegendKey showLegendKey16 = new C.ShowLegendKey(){ Val = false };
            C.ShowValue showValue16 = new C.ShowValue(){ Val = false };
            C.ShowCategoryName showCategoryName16 = new C.ShowCategoryName(){ Val = false };
            C.ShowSeriesName showSeriesName16 = new C.ShowSeriesName(){ Val = false };
            C.ShowPercent showPercent16 = new C.ShowPercent(){ Val = false };
            C.ShowBubbleSize showBubbleSize16 = new C.ShowBubbleSize(){ Val = false };

            dataLabels16.Append(showLegendKey16);
            dataLabels16.Append(showValue16);
            dataLabels16.Append(showCategoryName16);
            dataLabels16.Append(showSeriesName16);
            dataLabels16.Append(showPercent16);
            dataLabels16.Append(showBubbleSize16);
            C.GapWidth gapWidth8 = new C.GapWidth(){ Val = (UInt16Value)219U };
            C.Overlap overlap7 = new C.Overlap(){ Val = -27 };
            C.AxisId axisId29 = new C.AxisId(){ Val = (UInt32Value)209240832U };
            C.AxisId axisId30 = new C.AxisId(){ Val = (UInt32Value)209693768U };

            barChart8.Append(barDirection8);
            barChart8.Append(barGrouping8);
            barChart8.Append(varyColors16);
            barChart8.Append(barChartSeries8);
            barChart8.Append(dataLabels16);
            barChart8.Append(gapWidth8);
            barChart8.Append(overlap7);
            barChart8.Append(axisId29);
            barChart8.Append(axisId30);

            C.CategoryAxis categoryAxis8 = new C.CategoryAxis();
            C.AxisId axisId31 = new C.AxisId(){ Val = (UInt32Value)209240832U };

            C.Scaling scaling15 = new C.Scaling();
            C.Orientation orientation15 = new C.Orientation(){ Val = C.OrientationValues.MinMax };

            scaling15.Append(orientation15);
            C.Delete delete15 = new C.Delete(){ Val = false };
            C.AxisPosition axisPosition15 = new C.AxisPosition(){ Val = C.AxisPositionValues.Bottom };
            C.NumberingFormat numberingFormat26 = new C.NumberingFormat(){ FormatCode = "General", SourceLinked = false };
            C.MajorTickMark majorTickMark15 = new C.MajorTickMark(){ Val = C.TickMarkValues.None };
            C.MinorTickMark minorTickMark15 = new C.MinorTickMark(){ Val = C.TickMarkValues.None };
            C.TickLabelPosition tickLabelPosition15 = new C.TickLabelPosition(){ Val = C.TickLabelPositionValues.NextTo };

            C.ChartShapeProperties chartShapeProperties32 = new C.ChartShapeProperties();
            A.NoFill noFill87 = new A.NoFill();

            A.Outline outline102 = new A.Outline();
            A.NoFill noFill88 = new A.NoFill();

            outline102.Append(noFill88);
            A.EffectList effectList84 = new A.EffectList();

            chartShapeProperties32.Append(noFill87);
            chartShapeProperties32.Append(outline102);
            chartShapeProperties32.Append(effectList84);

            C.TextProperties textProperties25 = new C.TextProperties();
            A.BodyProperties bodyProperties43 = new A.BodyProperties(){ Rotation = -60000000, UseParagraphSpacing = true, VerticalOverflow = A.TextVerticalOverflowValues.Ellipsis, Vertical = A.TextVerticalValues.Horizontal, Wrap = A.TextWrappingValues.Square, Anchor = A.TextAnchoringTypeValues.Center, AnchorCenter = true };
            A.ListStyle listStyle43 = new A.ListStyle();

            A.Paragraph paragraph43 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties25 = new A.ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties25 = new A.DefaultRunProperties(){ FontSize = 900, Kerning = 1200 };

            A.SolidFill solidFill128 = new A.SolidFill();

            A.SchemeColor schemeColor102 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation37 = new A.LuminanceModulation(){ Val = 65000 };
            A.LuminanceOffset luminanceOffset31 = new A.LuminanceOffset(){ Val = 35000 };

            schemeColor102.Append(luminanceModulation37);
            schemeColor102.Append(luminanceOffset31);

            solidFill128.Append(schemeColor102);
            A.LatinFont latinFont21 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont21 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont21 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties25.Append(solidFill128);
            defaultRunProperties25.Append(latinFont21);
            defaultRunProperties25.Append(eastAsianFont21);
            defaultRunProperties25.Append(complexScriptFont21);

            paragraphProperties25.Append(defaultRunProperties25);
            A.EndParagraphRunProperties endParagraphRunProperties25 = new A.EndParagraphRunProperties(){ Language = "en-US" };

            paragraph43.Append(paragraphProperties25);
            paragraph43.Append(endParagraphRunProperties25);

            textProperties25.Append(bodyProperties43);
            textProperties25.Append(listStyle43);
            textProperties25.Append(paragraph43);
            C.CrossingAxis crossingAxis15 = new C.CrossingAxis(){ Val = (UInt32Value)209693768U };
            C.Crosses crosses15 = new C.Crosses(){ Val = C.CrossesValues.AutoZero };
            C.AutoLabeled autoLabeled8 = new C.AutoLabeled(){ Val = true };
            C.LabelAlignment labelAlignment8 = new C.LabelAlignment(){ Val = C.LabelAlignmentValues.Center };
            C.LabelOffset labelOffset8 = new C.LabelOffset(){ Val = (UInt16Value)100U };
            C.NoMultiLevelLabels noMultiLevelLabels8 = new C.NoMultiLevelLabels(){ Val = false };

            categoryAxis8.Append(axisId31);
            categoryAxis8.Append(scaling15);
            categoryAxis8.Append(delete15);
            categoryAxis8.Append(axisPosition15);
            categoryAxis8.Append(numberingFormat26);
            categoryAxis8.Append(majorTickMark15);
            categoryAxis8.Append(minorTickMark15);
            categoryAxis8.Append(tickLabelPosition15);
            categoryAxis8.Append(chartShapeProperties32);
            categoryAxis8.Append(textProperties25);
            categoryAxis8.Append(crossingAxis15);
            categoryAxis8.Append(crosses15);
            categoryAxis8.Append(autoLabeled8);
            categoryAxis8.Append(labelAlignment8);
            categoryAxis8.Append(labelOffset8);
            categoryAxis8.Append(noMultiLevelLabels8);

            C.ValueAxis valueAxis8 = new C.ValueAxis();
            C.AxisId axisId32 = new C.AxisId(){ Val = (UInt32Value)209693768U };

            C.Scaling scaling16 = new C.Scaling();
            C.Orientation orientation16 = new C.Orientation(){ Val = C.OrientationValues.MinMax };

            scaling16.Append(orientation16);
            C.Delete delete16 = new C.Delete(){ Val = false };
            C.AxisPosition axisPosition16 = new C.AxisPosition(){ Val = C.AxisPositionValues.Left };

            C.MajorGridlines majorGridlines8 = new C.MajorGridlines();

            C.ChartShapeProperties chartShapeProperties33 = new C.ChartShapeProperties();

            A.Outline outline103 = new A.Outline(){ Width = 9525, CapType = A.LineCapValues.Flat, CompoundLineType = A.CompoundLineValues.Single, Alignment = A.PenAlignmentValues.Center };

            A.SolidFill solidFill129 = new A.SolidFill();

            A.SchemeColor schemeColor103 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation38 = new A.LuminanceModulation(){ Val = 15000 };
            A.LuminanceOffset luminanceOffset32 = new A.LuminanceOffset(){ Val = 85000 };

            schemeColor103.Append(luminanceModulation38);
            schemeColor103.Append(luminanceOffset32);

            solidFill129.Append(schemeColor103);
            A.Round round13 = new A.Round();

            outline103.Append(solidFill129);
            outline103.Append(round13);
            A.EffectList effectList85 = new A.EffectList();

            chartShapeProperties33.Append(outline103);
            chartShapeProperties33.Append(effectList85);

            majorGridlines8.Append(chartShapeProperties33);
            C.NumberingFormat numberingFormat27 = new C.NumberingFormat(){ FormatCode = "General", SourceLinked = true };
            C.MajorTickMark majorTickMark16 = new C.MajorTickMark(){ Val = C.TickMarkValues.None };
            C.MinorTickMark minorTickMark16 = new C.MinorTickMark(){ Val = C.TickMarkValues.None };
            C.TickLabelPosition tickLabelPosition16 = new C.TickLabelPosition(){ Val = C.TickLabelPositionValues.NextTo };

            C.ChartShapeProperties chartShapeProperties34 = new C.ChartShapeProperties();
            A.NoFill noFill89 = new A.NoFill();

            A.Outline outline104 = new A.Outline();
            A.NoFill noFill90 = new A.NoFill();

            outline104.Append(noFill90);
            A.EffectList effectList86 = new A.EffectList();

            chartShapeProperties34.Append(noFill89);
            chartShapeProperties34.Append(outline104);
            chartShapeProperties34.Append(effectList86);

            C.TextProperties textProperties26 = new C.TextProperties();
            A.BodyProperties bodyProperties44 = new A.BodyProperties(){ Rotation = -60000000, UseParagraphSpacing = true, VerticalOverflow = A.TextVerticalOverflowValues.Ellipsis, Vertical = A.TextVerticalValues.Horizontal, Wrap = A.TextWrappingValues.Square, Anchor = A.TextAnchoringTypeValues.Center, AnchorCenter = true };
            A.ListStyle listStyle44 = new A.ListStyle();

            A.Paragraph paragraph44 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties26 = new A.ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties26 = new A.DefaultRunProperties(){ FontSize = 900, Kerning = 1200 };

            A.SolidFill solidFill130 = new A.SolidFill();

            A.SchemeColor schemeColor104 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation39 = new A.LuminanceModulation(){ Val = 65000 };
            A.LuminanceOffset luminanceOffset33 = new A.LuminanceOffset(){ Val = 35000 };

            schemeColor104.Append(luminanceModulation39);
            schemeColor104.Append(luminanceOffset33);

            solidFill130.Append(schemeColor104);
            A.LatinFont latinFont22 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont22 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont22 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties26.Append(solidFill130);
            defaultRunProperties26.Append(latinFont22);
            defaultRunProperties26.Append(eastAsianFont22);
            defaultRunProperties26.Append(complexScriptFont22);

            paragraphProperties26.Append(defaultRunProperties26);
            A.EndParagraphRunProperties endParagraphRunProperties26 = new A.EndParagraphRunProperties(){ Language = "en-US" };

            paragraph44.Append(paragraphProperties26);
            paragraph44.Append(endParagraphRunProperties26);

            textProperties26.Append(bodyProperties44);
            textProperties26.Append(listStyle44);
            textProperties26.Append(paragraph44);
            C.CrossingAxis crossingAxis16 = new C.CrossingAxis(){ Val = (UInt32Value)209240832U };
            C.Crosses crosses16 = new C.Crosses(){ Val = C.CrossesValues.AutoZero };
            C.CrossBetween crossBetween8 = new C.CrossBetween(){ Val = C.CrossBetweenValues.Between };

            valueAxis8.Append(axisId32);
            valueAxis8.Append(scaling16);
            valueAxis8.Append(delete16);
            valueAxis8.Append(axisPosition16);
            valueAxis8.Append(majorGridlines8);
            valueAxis8.Append(numberingFormat27);
            valueAxis8.Append(majorTickMark16);
            valueAxis8.Append(minorTickMark16);
            valueAxis8.Append(tickLabelPosition16);
            valueAxis8.Append(chartShapeProperties34);
            valueAxis8.Append(textProperties26);
            valueAxis8.Append(crossingAxis16);
            valueAxis8.Append(crosses16);
            valueAxis8.Append(crossBetween8);

            C.ShapeProperties shapeProperties68 = new C.ShapeProperties();

            A.SolidFill solidFill131 = new A.SolidFill();
            A.SchemeColor schemeColor105 = new A.SchemeColor(){ Val = A.SchemeColorValues.Background1 };

            solidFill131.Append(schemeColor105);

            A.Outline outline105 = new A.Outline();
            A.NoFill noFill91 = new A.NoFill();

            outline105.Append(noFill91);
            A.EffectList effectList87 = new A.EffectList();

            shapeProperties68.Append(solidFill131);
            shapeProperties68.Append(outline105);
            shapeProperties68.Append(effectList87);

            plotArea16.Append(layout16);
            plotArea16.Append(barChart8);
            plotArea16.Append(categoryAxis8);
            plotArea16.Append(valueAxis8);
            plotArea16.Append(shapeProperties68);

            C.Legend legend16 = new C.Legend();
            C.LegendPosition legendPosition16 = new C.LegendPosition(){ Val = C.LegendPositionValues.Bottom };
            C.Overlay overlay32 = new C.Overlay(){ Val = false };

            C.ChartShapeProperties chartShapeProperties35 = new C.ChartShapeProperties();
            A.NoFill noFill92 = new A.NoFill();

            A.Outline outline106 = new A.Outline();
            A.NoFill noFill93 = new A.NoFill();

            outline106.Append(noFill93);
            A.EffectList effectList88 = new A.EffectList();

            chartShapeProperties35.Append(noFill92);
            chartShapeProperties35.Append(outline106);
            chartShapeProperties35.Append(effectList88);

            C.TextProperties textProperties27 = new C.TextProperties();
            A.BodyProperties bodyProperties45 = new A.BodyProperties(){ Rotation = 0, UseParagraphSpacing = true, VerticalOverflow = A.TextVerticalOverflowValues.Ellipsis, Vertical = A.TextVerticalValues.Horizontal, Wrap = A.TextWrappingValues.Square, Anchor = A.TextAnchoringTypeValues.Center, AnchorCenter = true };
            A.ListStyle listStyle45 = new A.ListStyle();

            A.Paragraph paragraph45 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties27 = new A.ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties27 = new A.DefaultRunProperties(){ FontSize = 900, Kerning = 1200 };

            A.SolidFill solidFill132 = new A.SolidFill();

            A.SchemeColor schemeColor106 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation40 = new A.LuminanceModulation(){ Val = 65000 };
            A.LuminanceOffset luminanceOffset34 = new A.LuminanceOffset(){ Val = 35000 };

            schemeColor106.Append(luminanceModulation40);
            schemeColor106.Append(luminanceOffset34);

            solidFill132.Append(schemeColor106);
            A.LatinFont latinFont23 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont23 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont23 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties27.Append(solidFill132);
            defaultRunProperties27.Append(latinFont23);
            defaultRunProperties27.Append(eastAsianFont23);
            defaultRunProperties27.Append(complexScriptFont23);

            paragraphProperties27.Append(defaultRunProperties27);
            A.EndParagraphRunProperties endParagraphRunProperties27 = new A.EndParagraphRunProperties(){ Language = "en-US" };

            paragraph45.Append(paragraphProperties27);
            paragraph45.Append(endParagraphRunProperties27);

            textProperties27.Append(bodyProperties45);
            textProperties27.Append(listStyle45);
            textProperties27.Append(paragraph45);

            legend16.Append(legendPosition16);
            legend16.Append(overlay32);
            legend16.Append(chartShapeProperties35);
            legend16.Append(textProperties27);
            C.PlotVisibleOnly plotVisibleOnly16 = new C.PlotVisibleOnly(){ Val = true };
            C.DisplayBlanksAs displayBlanksAs16 = new C.DisplayBlanksAs(){ Val = C.DisplayBlanksAsValues.Gap };
            C.ShowDataLabelsOverMaximum showDataLabelsOverMaximum16 = new C.ShowDataLabelsOverMaximum(){ Val = false };

            chart16.Append(title16);
            chart16.Append(autoTitleDeleted16);
            chart16.Append(pivotFormats16);
            chart16.Append(plotArea16);
            chart16.Append(legend16);
            chart16.Append(plotVisibleOnly16);
            chart16.Append(displayBlanksAs16);
            chart16.Append(showDataLabelsOverMaximum16);

            C.ShapeProperties shapeProperties69 = new C.ShapeProperties();

            A.SolidFill solidFill133 = new A.SolidFill();
            A.SchemeColor schemeColor107 = new A.SchemeColor(){ Val = A.SchemeColorValues.Background1 };

            solidFill133.Append(schemeColor107);

            A.Outline outline107 = new A.Outline(){ Width = 9525, CapType = A.LineCapValues.Flat, CompoundLineType = A.CompoundLineValues.Single, Alignment = A.PenAlignmentValues.Center };

            A.SolidFill solidFill134 = new A.SolidFill();

            A.SchemeColor schemeColor108 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation41 = new A.LuminanceModulation(){ Val = 15000 };
            A.LuminanceOffset luminanceOffset35 = new A.LuminanceOffset(){ Val = 85000 };

            schemeColor108.Append(luminanceModulation41);
            schemeColor108.Append(luminanceOffset35);

            solidFill134.Append(schemeColor108);
            A.Round round14 = new A.Round();

            outline107.Append(solidFill134);
            outline107.Append(round14);
            A.EffectList effectList89 = new A.EffectList();

            shapeProperties69.Append(solidFill133);
            shapeProperties69.Append(outline107);
            shapeProperties69.Append(effectList89);

            C.TextProperties textProperties28 = new C.TextProperties();
            A.BodyProperties bodyProperties46 = new A.BodyProperties();
            A.ListStyle listStyle46 = new A.ListStyle();

            A.Paragraph paragraph46 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties28 = new A.ParagraphProperties();
            A.DefaultRunProperties defaultRunProperties28 = new A.DefaultRunProperties();

            paragraphProperties28.Append(defaultRunProperties28);
            A.EndParagraphRunProperties endParagraphRunProperties28 = new A.EndParagraphRunProperties(){ Language = "en-US" };

            paragraph46.Append(paragraphProperties28);
            paragraph46.Append(endParagraphRunProperties28);

            textProperties28.Append(bodyProperties46);
            textProperties28.Append(listStyle46);
            textProperties28.Append(paragraph46);

            C.PrintSettings printSettings16 = new C.PrintSettings();
            C.HeaderFooter headerFooter16 = new C.HeaderFooter();
            C.PageMargins pageMargins26 = new C.PageMargins(){ Left = 0.7D, Right = 0.7D, Top = 0.75D, Bottom = 0.75D, Header = 0.3D, Footer = 0.3D };
            C.PageSetup pageSetup16 = new C.PageSetup();

            printSettings16.Append(headerFooter16);
            printSettings16.Append(pageMargins26);
            printSettings16.Append(pageSetup16);

            C.ChartSpaceExtensionList chartSpaceExtensionList16 = new C.ChartSpaceExtensionList();
            chartSpaceExtensionList16.AddNamespaceDeclaration("c14", "http://schemas.microsoft.com/office/drawing/2007/8/2/chart");

            C.ChartSpaceExtension chartSpaceExtension16 = new C.ChartSpaceExtension(){ Uri = "{781A3756-C4B2-4CAC-9D66-4F8BD8637D16}" };
            chartSpaceExtension16.AddNamespaceDeclaration("c14", "http://schemas.microsoft.com/office/drawing/2007/8/2/chart");

            C14.PivotOptions pivotOptions16 = new C14.PivotOptions();
            C14.DropZoneFilter dropZoneFilter16 = new C14.DropZoneFilter(){ Val = true };
            C14.DropZoneCategories dropZoneCategories16 = new C14.DropZoneCategories(){ Val = true };
            C14.DropZoneData dropZoneData16 = new C14.DropZoneData(){ Val = true };
            C14.DropZoneSeries dropZoneSeries16 = new C14.DropZoneSeries(){ Val = true };
            C14.DropZonesVisible dropZonesVisible16 = new C14.DropZonesVisible(){ Val = true };

            pivotOptions16.Append(dropZoneFilter16);
            pivotOptions16.Append(dropZoneCategories16);
            pivotOptions16.Append(dropZoneData16);
            pivotOptions16.Append(dropZoneSeries16);
            pivotOptions16.Append(dropZonesVisible16);

            chartSpaceExtension16.Append(pivotOptions16);

            chartSpaceExtensionList16.Append(chartSpaceExtension16);

            chartSpace16.Append(date190416);
            chartSpace16.Append(editingLanguage16);
            chartSpace16.Append(roundedCorners16);
            chartSpace16.Append(style31);
            chartSpace16.Append(pivotSource16);
            chartSpace16.Append(chart16);
            chartSpace16.Append(shapeProperties69);
            chartSpace16.Append(textProperties28);
            chartSpace16.Append(printSettings16);
            chartSpace16.Append(chartSpaceExtensionList16);

            chartPart16.ChartSpace = chartSpace16;
        }
Exemplo n.º 15
0
        // Generates content of chartPart2.
        private void GenerateChartPart2Content(ChartPart chartPart2)
        {
            C.ChartSpace chartSpace2 = new C.ChartSpace();
            chartSpace2.AddNamespaceDeclaration("c", "http://schemas.openxmlformats.org/drawingml/2006/chart");
            chartSpace2.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");
            chartSpace2.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            C.Date1904 date19042 = new C.Date1904(){ Val = false };
            C.EditingLanguage editingLanguage2 = new C.EditingLanguage(){ Val = "en-US" };
            C.RoundedCorners roundedCorners2 = new C.RoundedCorners(){ Val = false };

            AlternateContent alternateContent5 = new AlternateContent();
            alternateContent5.AddNamespaceDeclaration("mc", "http://schemas.openxmlformats.org/markup-compatibility/2006");

            AlternateContentChoice alternateContentChoice5 = new AlternateContentChoice(){ Requires = "c14" };
            alternateContentChoice5.AddNamespaceDeclaration("c14", "http://schemas.microsoft.com/office/drawing/2007/8/2/chart");
            C14.Style style3 = new C14.Style(){ Val = 101 };

            alternateContentChoice5.Append(style3);

            AlternateContentFallback alternateContentFallback4 = new AlternateContentFallback();
            C.Style style4 = new C.Style(){ Val = 1 };

            alternateContentFallback4.Append(style4);

            alternateContent5.Append(alternateContentChoice5);
            alternateContent5.Append(alternateContentFallback4);

            C.PivotSource pivotSource2 = new C.PivotSource();
            C.PivotTableName pivotTableName2 = new C.PivotTableName();
            pivotTableName2.Text = "[GeneratedDocument.xlsx]ShowTimeLevel!PivotTable1";
            C.FormatId formatId2 = new C.FormatId(){ Val = (UInt32Value)13U };

            pivotSource2.Append(pivotTableName2);
            pivotSource2.Append(formatId2);

            C.Chart chart2 = new C.Chart();

            C.Title title2 = new C.Title();
            C.Overlay overlay3 = new C.Overlay(){ Val = false };

            title2.Append(overlay3);
            C.AutoTitleDeleted autoTitleDeleted2 = new C.AutoTitleDeleted(){ Val = false };

            C.PivotFormats pivotFormats2 = new C.PivotFormats();

            C.PivotFormat pivotFormat6 = new C.PivotFormat();
            C.Index index7 = new C.Index(){ Val = (UInt32Value)0U };

            C.ShapeProperties shapeProperties3 = new C.ShapeProperties();

            A.SolidFill solidFill5 = new A.SolidFill();

            A.SchemeColor schemeColor1 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint1 = new A.Tint(){ Val = 100000 };

            schemeColor1.Append(tint1);

            solidFill5.Append(schemeColor1);

            A.Outline outline3 = new A.Outline();
            A.NoFill noFill1 = new A.NoFill();

            outline3.Append(noFill1);
            A.EffectList effectList1 = new A.EffectList();

            shapeProperties3.Append(solidFill5);
            shapeProperties3.Append(outline3);
            shapeProperties3.Append(effectList1);

            C.Marker marker6 = new C.Marker();
            C.Symbol symbol6 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker6.Append(symbol6);

            pivotFormat6.Append(index7);
            pivotFormat6.Append(shapeProperties3);
            pivotFormat6.Append(marker6);

            C.PivotFormat pivotFormat7 = new C.PivotFormat();
            C.Index index8 = new C.Index(){ Val = (UInt32Value)1U };

            C.ShapeProperties shapeProperties4 = new C.ShapeProperties();

            A.SolidFill solidFill6 = new A.SolidFill();

            A.SchemeColor schemeColor2 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent2 };
            A.Tint tint2 = new A.Tint(){ Val = 100000 };

            schemeColor2.Append(tint2);

            solidFill6.Append(schemeColor2);

            A.Outline outline4 = new A.Outline();
            A.NoFill noFill2 = new A.NoFill();

            outline4.Append(noFill2);
            A.EffectList effectList2 = new A.EffectList();

            shapeProperties4.Append(solidFill6);
            shapeProperties4.Append(outline4);
            shapeProperties4.Append(effectList2);

            C.Marker marker7 = new C.Marker();
            C.Symbol symbol7 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker7.Append(symbol7);

            pivotFormat7.Append(index8);
            pivotFormat7.Append(shapeProperties4);
            pivotFormat7.Append(marker7);

            C.PivotFormat pivotFormat8 = new C.PivotFormat();
            C.Index index9 = new C.Index(){ Val = (UInt32Value)2U };

            C.Marker marker8 = new C.Marker();
            C.Symbol symbol8 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker8.Append(symbol8);

            pivotFormat8.Append(index9);
            pivotFormat8.Append(marker8);

            C.PivotFormat pivotFormat9 = new C.PivotFormat();
            C.Index index10 = new C.Index(){ Val = (UInt32Value)3U };

            C.Marker marker9 = new C.Marker();
            C.Symbol symbol9 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker9.Append(symbol9);

            pivotFormat9.Append(index10);
            pivotFormat9.Append(marker9);

            C.PivotFormat pivotFormat10 = new C.PivotFormat();
            C.Index index11 = new C.Index(){ Val = (UInt32Value)4U };

            C.Marker marker10 = new C.Marker();
            C.Symbol symbol10 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker10.Append(symbol10);

            pivotFormat10.Append(index11);
            pivotFormat10.Append(marker10);

            C.PivotFormat pivotFormat11 = new C.PivotFormat();
            C.Index index12 = new C.Index(){ Val = (UInt32Value)5U };

            C.Marker marker11 = new C.Marker();
            C.Symbol symbol11 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker11.Append(symbol11);

            pivotFormat11.Append(index12);
            pivotFormat11.Append(marker11);

            C.PivotFormat pivotFormat12 = new C.PivotFormat();
            C.Index index13 = new C.Index(){ Val = (UInt32Value)6U };

            C.Marker marker12 = new C.Marker();
            C.Symbol symbol12 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker12.Append(symbol12);

            pivotFormat12.Append(index13);
            pivotFormat12.Append(marker12);

            C.PivotFormat pivotFormat13 = new C.PivotFormat();
            C.Index index14 = new C.Index(){ Val = (UInt32Value)7U };

            C.Marker marker13 = new C.Marker();
            C.Symbol symbol13 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker13.Append(symbol13);

            pivotFormat13.Append(index14);
            pivotFormat13.Append(marker13);

            C.PivotFormat pivotFormat14 = new C.PivotFormat();
            C.Index index15 = new C.Index(){ Val = (UInt32Value)8U };

            C.Marker marker14 = new C.Marker();
            C.Symbol symbol14 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker14.Append(symbol14);

            pivotFormat14.Append(index15);
            pivotFormat14.Append(marker14);

            C.PivotFormat pivotFormat15 = new C.PivotFormat();
            C.Index index16 = new C.Index(){ Val = (UInt32Value)9U };

            C.Marker marker15 = new C.Marker();
            C.Symbol symbol15 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker15.Append(symbol15);

            pivotFormat15.Append(index16);
            pivotFormat15.Append(marker15);

            C.PivotFormat pivotFormat16 = new C.PivotFormat();
            C.Index index17 = new C.Index(){ Val = (UInt32Value)10U };

            C.Marker marker16 = new C.Marker();
            C.Symbol symbol16 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker16.Append(symbol16);

            pivotFormat16.Append(index17);
            pivotFormat16.Append(marker16);

            C.PivotFormat pivotFormat17 = new C.PivotFormat();
            C.Index index18 = new C.Index(){ Val = (UInt32Value)11U };

            C.Marker marker17 = new C.Marker();
            C.Symbol symbol17 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker17.Append(symbol17);

            pivotFormat17.Append(index18);
            pivotFormat17.Append(marker17);

            C.PivotFormat pivotFormat18 = new C.PivotFormat();
            C.Index index19 = new C.Index(){ Val = (UInt32Value)12U };

            C.Marker marker18 = new C.Marker();
            C.Symbol symbol18 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker18.Append(symbol18);

            pivotFormat18.Append(index19);
            pivotFormat18.Append(marker18);

            C.PivotFormat pivotFormat19 = new C.PivotFormat();
            C.Index index20 = new C.Index(){ Val = (UInt32Value)13U };

            C.Marker marker19 = new C.Marker();
            C.Symbol symbol19 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker19.Append(symbol19);

            pivotFormat19.Append(index20);
            pivotFormat19.Append(marker19);

            C.PivotFormat pivotFormat20 = new C.PivotFormat();
            C.Index index21 = new C.Index(){ Val = (UInt32Value)14U };

            C.ShapeProperties shapeProperties5 = new C.ShapeProperties();

            A.SolidFill solidFill7 = new A.SolidFill();

            A.SchemeColor schemeColor3 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint3 = new A.Tint(){ Val = 100000 };

            schemeColor3.Append(tint3);

            solidFill7.Append(schemeColor3);

            A.Outline outline5 = new A.Outline();
            A.NoFill noFill3 = new A.NoFill();

            outline5.Append(noFill3);
            A.EffectList effectList3 = new A.EffectList();

            shapeProperties5.Append(solidFill7);
            shapeProperties5.Append(outline5);
            shapeProperties5.Append(effectList3);

            C.Marker marker20 = new C.Marker();
            C.Symbol symbol20 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker20.Append(symbol20);

            pivotFormat20.Append(index21);
            pivotFormat20.Append(shapeProperties5);
            pivotFormat20.Append(marker20);

            C.PivotFormat pivotFormat21 = new C.PivotFormat();
            C.Index index22 = new C.Index(){ Val = (UInt32Value)15U };

            C.ShapeProperties shapeProperties6 = new C.ShapeProperties();

            A.SolidFill solidFill8 = new A.SolidFill();

            A.SchemeColor schemeColor4 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint4 = new A.Tint(){ Val = 100000 };

            schemeColor4.Append(tint4);

            solidFill8.Append(schemeColor4);

            A.Outline outline6 = new A.Outline();
            A.NoFill noFill4 = new A.NoFill();

            outline6.Append(noFill4);
            A.EffectList effectList4 = new A.EffectList();

            shapeProperties6.Append(solidFill8);
            shapeProperties6.Append(outline6);
            shapeProperties6.Append(effectList4);

            C.Marker marker21 = new C.Marker();
            C.Symbol symbol21 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker21.Append(symbol21);

            pivotFormat21.Append(index22);
            pivotFormat21.Append(shapeProperties6);
            pivotFormat21.Append(marker21);

            C.PivotFormat pivotFormat22 = new C.PivotFormat();
            C.Index index23 = new C.Index(){ Val = (UInt32Value)16U };

            C.ShapeProperties shapeProperties7 = new C.ShapeProperties();

            A.SolidFill solidFill9 = new A.SolidFill();

            A.SchemeColor schemeColor5 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint5 = new A.Tint(){ Val = 100000 };

            schemeColor5.Append(tint5);

            solidFill9.Append(schemeColor5);

            A.Outline outline7 = new A.Outline();
            A.NoFill noFill5 = new A.NoFill();

            outline7.Append(noFill5);
            A.EffectList effectList5 = new A.EffectList();

            shapeProperties7.Append(solidFill9);
            shapeProperties7.Append(outline7);
            shapeProperties7.Append(effectList5);

            C.Marker marker22 = new C.Marker();
            C.Symbol symbol22 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker22.Append(symbol22);

            pivotFormat22.Append(index23);
            pivotFormat22.Append(shapeProperties7);
            pivotFormat22.Append(marker22);

            C.PivotFormat pivotFormat23 = new C.PivotFormat();
            C.Index index24 = new C.Index(){ Val = (UInt32Value)17U };

            C.ShapeProperties shapeProperties8 = new C.ShapeProperties();

            A.SolidFill solidFill10 = new A.SolidFill();

            A.SchemeColor schemeColor6 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint6 = new A.Tint(){ Val = 100000 };

            schemeColor6.Append(tint6);

            solidFill10.Append(schemeColor6);

            A.Outline outline8 = new A.Outline();
            A.NoFill noFill6 = new A.NoFill();

            outline8.Append(noFill6);
            A.EffectList effectList6 = new A.EffectList();

            shapeProperties8.Append(solidFill10);
            shapeProperties8.Append(outline8);
            shapeProperties8.Append(effectList6);

            C.Marker marker23 = new C.Marker();
            C.Symbol symbol23 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker23.Append(symbol23);

            pivotFormat23.Append(index24);
            pivotFormat23.Append(shapeProperties8);
            pivotFormat23.Append(marker23);

            pivotFormats2.Append(pivotFormat6);
            pivotFormats2.Append(pivotFormat7);
            pivotFormats2.Append(pivotFormat8);
            pivotFormats2.Append(pivotFormat9);
            pivotFormats2.Append(pivotFormat10);
            pivotFormats2.Append(pivotFormat11);
            pivotFormats2.Append(pivotFormat12);
            pivotFormats2.Append(pivotFormat13);
            pivotFormats2.Append(pivotFormat14);
            pivotFormats2.Append(pivotFormat15);
            pivotFormats2.Append(pivotFormat16);
            pivotFormats2.Append(pivotFormat17);
            pivotFormats2.Append(pivotFormat18);
            pivotFormats2.Append(pivotFormat19);
            pivotFormats2.Append(pivotFormat20);
            pivotFormats2.Append(pivotFormat21);
            pivotFormats2.Append(pivotFormat22);
            pivotFormats2.Append(pivotFormat23);

            C.PlotArea plotArea2 = new C.PlotArea();
            C.Layout layout2 = new C.Layout();

            C.BarChart barChart1 = new C.BarChart();
            C.BarDirection barDirection1 = new C.BarDirection(){ Val = C.BarDirectionValues.Column };
            C.BarGrouping barGrouping1 = new C.BarGrouping(){ Val = C.BarGroupingValues.Clustered };
            C.VaryColors varyColors2 = new C.VaryColors(){ Val = false };

            C.BarChartSeries barChartSeries1 = new C.BarChartSeries();
            C.Index index25 = new C.Index(){ Val = (UInt32Value)0U };
            C.Order order2 = new C.Order(){ Val = (UInt32Value)0U };

            C.SeriesText seriesText2 = new C.SeriesText();

            C.StringReference stringReference3 = new C.StringReference();
            C.Formula formula4 = new C.Formula();
            formula4.Text = "ShowTimeLevel!$B$1";

            C.StringCache stringCache3 = new C.StringCache();
            C.PointCount pointCount4 = new C.PointCount(){ Val = (UInt32Value)1U };

            C.StringPoint stringPoint5 = new C.StringPoint(){ Index = (UInt32Value)0U };
            C.NumericValue numericValue8 = new C.NumericValue();
            numericValue8.Text = "Total";

            stringPoint5.Append(numericValue8);

            stringCache3.Append(pointCount4);
            stringCache3.Append(stringPoint5);

            stringReference3.Append(formula4);
            stringReference3.Append(stringCache3);

            seriesText2.Append(stringReference3);

            C.ChartShapeProperties chartShapeProperties1 = new C.ChartShapeProperties();

            A.SolidFill solidFill11 = new A.SolidFill();

            A.SchemeColor schemeColor7 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint7 = new A.Tint(){ Val = 100000 };

            schemeColor7.Append(tint7);

            solidFill11.Append(schemeColor7);

            A.Outline outline9 = new A.Outline();
            A.NoFill noFill7 = new A.NoFill();

            outline9.Append(noFill7);
            A.EffectList effectList7 = new A.EffectList();

            chartShapeProperties1.Append(solidFill11);
            chartShapeProperties1.Append(outline9);
            chartShapeProperties1.Append(effectList7);
            C.InvertIfNegative invertIfNegative1 = new C.InvertIfNegative(){ Val = false };

            C.CategoryAxisData categoryAxisData2 = new C.CategoryAxisData();

            C.StringReference stringReference4 = new C.StringReference();
            C.Formula formula5 = new C.Formula();
            formula5.Text = "ShowTimeLevel!$A$2:$A$5";

            C.StringCache stringCache4 = new C.StringCache();
            C.PointCount pointCount5 = new C.PointCount(){ Val = (UInt32Value)3U };

            C.StringPoint stringPoint6 = new C.StringPoint(){ Index = (UInt32Value)0U };
            C.NumericValue numericValue9 = new C.NumericValue();
            numericValue9.Text = "product_A";

            stringPoint6.Append(numericValue9);

            C.StringPoint stringPoint7 = new C.StringPoint(){ Index = (UInt32Value)1U };
            C.NumericValue numericValue10 = new C.NumericValue();
            numericValue10.Text = "product_D";

            stringPoint7.Append(numericValue10);

            C.StringPoint stringPoint8 = new C.StringPoint(){ Index = (UInt32Value)2U };
            C.NumericValue numericValue11 = new C.NumericValue();
            numericValue11.Text = "product_E";

            stringPoint8.Append(numericValue11);

            stringCache4.Append(pointCount5);
            stringCache4.Append(stringPoint6);
            stringCache4.Append(stringPoint7);
            stringCache4.Append(stringPoint8);

            stringReference4.Append(formula5);
            stringReference4.Append(stringCache4);

            categoryAxisData2.Append(stringReference4);

            C.Values values2 = new C.Values();

            C.NumberReference numberReference2 = new C.NumberReference();
            C.Formula formula6 = new C.Formula();
            formula6.Text = "ShowTimeLevel!$B$2:$B$5";

            C.NumberingCache numberingCache2 = new C.NumberingCache();
            C.FormatCode formatCode2 = new C.FormatCode();
            formatCode2.Text = "General";
            C.PointCount pointCount6 = new C.PointCount(){ Val = (UInt32Value)3U };

            C.NumericPoint numericPoint4 = new C.NumericPoint(){ Index = (UInt32Value)0U };
            C.NumericValue numericValue12 = new C.NumericValue();
            numericValue12.Text = "19";

            numericPoint4.Append(numericValue12);

            C.NumericPoint numericPoint5 = new C.NumericPoint(){ Index = (UInt32Value)1U };
            C.NumericValue numericValue13 = new C.NumericValue();
            numericValue13.Text = "13";

            numericPoint5.Append(numericValue13);

            C.NumericPoint numericPoint6 = new C.NumericPoint(){ Index = (UInt32Value)2U };
            C.NumericValue numericValue14 = new C.NumericValue();
            numericValue14.Text = "33";

            numericPoint6.Append(numericValue14);

            numberingCache2.Append(formatCode2);
            numberingCache2.Append(pointCount6);
            numberingCache2.Append(numericPoint4);
            numberingCache2.Append(numericPoint5);
            numberingCache2.Append(numericPoint6);

            numberReference2.Append(formula6);
            numberReference2.Append(numberingCache2);

            values2.Append(numberReference2);

            barChartSeries1.Append(index25);
            barChartSeries1.Append(order2);
            barChartSeries1.Append(seriesText2);
            barChartSeries1.Append(chartShapeProperties1);
            barChartSeries1.Append(invertIfNegative1);
            barChartSeries1.Append(categoryAxisData2);
            barChartSeries1.Append(values2);

            C.DataLabels dataLabels2 = new C.DataLabels();
            C.ShowLegendKey showLegendKey2 = new C.ShowLegendKey(){ Val = false };
            C.ShowValue showValue2 = new C.ShowValue(){ Val = false };
            C.ShowCategoryName showCategoryName2 = new C.ShowCategoryName(){ Val = false };
            C.ShowSeriesName showSeriesName2 = new C.ShowSeriesName(){ Val = false };
            C.ShowPercent showPercent2 = new C.ShowPercent(){ Val = false };
            C.ShowBubbleSize showBubbleSize2 = new C.ShowBubbleSize(){ Val = false };

            dataLabels2.Append(showLegendKey2);
            dataLabels2.Append(showValue2);
            dataLabels2.Append(showCategoryName2);
            dataLabels2.Append(showSeriesName2);
            dataLabels2.Append(showPercent2);
            dataLabels2.Append(showBubbleSize2);
            C.GapWidth gapWidth1 = new C.GapWidth(){ Val = (UInt16Value)219U };
            C.Overlap overlap1 = new C.Overlap(){ Val = -27 };
            C.AxisId axisId1 = new C.AxisId(){ Val = (UInt32Value)209981120U };
            C.AxisId axisId2 = new C.AxisId(){ Val = (UInt32Value)209981512U };

            barChart1.Append(barDirection1);
            barChart1.Append(barGrouping1);
            barChart1.Append(varyColors2);
            barChart1.Append(barChartSeries1);
            barChart1.Append(dataLabels2);
            barChart1.Append(gapWidth1);
            barChart1.Append(overlap1);
            barChart1.Append(axisId1);
            barChart1.Append(axisId2);

            C.CategoryAxis categoryAxis1 = new C.CategoryAxis();
            C.AxisId axisId3 = new C.AxisId(){ Val = (UInt32Value)209981120U };

            C.Scaling scaling1 = new C.Scaling();
            C.Orientation orientation1 = new C.Orientation(){ Val = C.OrientationValues.MinMax };

            scaling1.Append(orientation1);
            C.Delete delete1 = new C.Delete(){ Val = false };
            C.AxisPosition axisPosition1 = new C.AxisPosition(){ Val = C.AxisPositionValues.Bottom };
            C.NumberingFormat numberingFormat1 = new C.NumberingFormat(){ FormatCode = "General", SourceLinked = false };
            C.MajorTickMark majorTickMark1 = new C.MajorTickMark(){ Val = C.TickMarkValues.None };
            C.MinorTickMark minorTickMark1 = new C.MinorTickMark(){ Val = C.TickMarkValues.None };
            C.TickLabelPosition tickLabelPosition1 = new C.TickLabelPosition(){ Val = C.TickLabelPositionValues.NextTo };

            C.ChartShapeProperties chartShapeProperties2 = new C.ChartShapeProperties();
            A.NoFill noFill8 = new A.NoFill();

            A.Outline outline10 = new A.Outline();
            A.NoFill noFill9 = new A.NoFill();

            outline10.Append(noFill9);
            A.EffectList effectList8 = new A.EffectList();

            chartShapeProperties2.Append(noFill8);
            chartShapeProperties2.Append(outline10);
            chartShapeProperties2.Append(effectList8);

            C.TextProperties textProperties1 = new C.TextProperties();
            A.BodyProperties bodyProperties3 = new A.BodyProperties(){ Rotation = -60000000, UseParagraphSpacing = true, VerticalOverflow = A.TextVerticalOverflowValues.Ellipsis, Vertical = A.TextVerticalValues.Horizontal, Wrap = A.TextWrappingValues.Square, Anchor = A.TextAnchoringTypeValues.Center, AnchorCenter = true };
            A.ListStyle listStyle3 = new A.ListStyle();

            A.Paragraph paragraph3 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties1 = new A.ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties1 = new A.DefaultRunProperties(){ FontSize = 900, Kerning = 1200 };

            A.SolidFill solidFill12 = new A.SolidFill();

            A.SchemeColor schemeColor8 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation1 = new A.LuminanceModulation(){ Val = 65000 };
            A.LuminanceOffset luminanceOffset1 = new A.LuminanceOffset(){ Val = 35000 };

            schemeColor8.Append(luminanceModulation1);
            schemeColor8.Append(luminanceOffset1);

            solidFill12.Append(schemeColor8);
            A.LatinFont latinFont1 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont1 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont1 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties1.Append(solidFill12);
            defaultRunProperties1.Append(latinFont1);
            defaultRunProperties1.Append(eastAsianFont1);
            defaultRunProperties1.Append(complexScriptFont1);

            paragraphProperties1.Append(defaultRunProperties1);
            A.EndParagraphRunProperties endParagraphRunProperties1 = new A.EndParagraphRunProperties(){ Language = "en-US" };

            paragraph3.Append(paragraphProperties1);
            paragraph3.Append(endParagraphRunProperties1);

            textProperties1.Append(bodyProperties3);
            textProperties1.Append(listStyle3);
            textProperties1.Append(paragraph3);
            C.CrossingAxis crossingAxis1 = new C.CrossingAxis(){ Val = (UInt32Value)209981512U };
            C.Crosses crosses1 = new C.Crosses(){ Val = C.CrossesValues.AutoZero };
            C.AutoLabeled autoLabeled1 = new C.AutoLabeled(){ Val = true };
            C.LabelAlignment labelAlignment1 = new C.LabelAlignment(){ Val = C.LabelAlignmentValues.Center };
            C.LabelOffset labelOffset1 = new C.LabelOffset(){ Val = (UInt16Value)100U };
            C.NoMultiLevelLabels noMultiLevelLabels1 = new C.NoMultiLevelLabels(){ Val = false };

            categoryAxis1.Append(axisId3);
            categoryAxis1.Append(scaling1);
            categoryAxis1.Append(delete1);
            categoryAxis1.Append(axisPosition1);
            categoryAxis1.Append(numberingFormat1);
            categoryAxis1.Append(majorTickMark1);
            categoryAxis1.Append(minorTickMark1);
            categoryAxis1.Append(tickLabelPosition1);
            categoryAxis1.Append(chartShapeProperties2);
            categoryAxis1.Append(textProperties1);
            categoryAxis1.Append(crossingAxis1);
            categoryAxis1.Append(crosses1);
            categoryAxis1.Append(autoLabeled1);
            categoryAxis1.Append(labelAlignment1);
            categoryAxis1.Append(labelOffset1);
            categoryAxis1.Append(noMultiLevelLabels1);

            C.ValueAxis valueAxis1 = new C.ValueAxis();
            C.AxisId axisId4 = new C.AxisId(){ Val = (UInt32Value)209981512U };

            C.Scaling scaling2 = new C.Scaling();
            C.Orientation orientation2 = new C.Orientation(){ Val = C.OrientationValues.MinMax };

            scaling2.Append(orientation2);
            C.Delete delete2 = new C.Delete(){ Val = false };
            C.AxisPosition axisPosition2 = new C.AxisPosition(){ Val = C.AxisPositionValues.Left };

            C.MajorGridlines majorGridlines1 = new C.MajorGridlines();

            C.ChartShapeProperties chartShapeProperties3 = new C.ChartShapeProperties();

            A.Outline outline11 = new A.Outline(){ Width = 9525, CapType = A.LineCapValues.Flat, CompoundLineType = A.CompoundLineValues.Single, Alignment = A.PenAlignmentValues.Center };

            A.SolidFill solidFill13 = new A.SolidFill();

            A.SchemeColor schemeColor9 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation2 = new A.LuminanceModulation(){ Val = 15000 };
            A.LuminanceOffset luminanceOffset2 = new A.LuminanceOffset(){ Val = 85000 };

            schemeColor9.Append(luminanceModulation2);
            schemeColor9.Append(luminanceOffset2);

            solidFill13.Append(schemeColor9);
            A.Round round1 = new A.Round();

            outline11.Append(solidFill13);
            outline11.Append(round1);
            A.EffectList effectList9 = new A.EffectList();

            chartShapeProperties3.Append(outline11);
            chartShapeProperties3.Append(effectList9);

            majorGridlines1.Append(chartShapeProperties3);
            C.NumberingFormat numberingFormat2 = new C.NumberingFormat(){ FormatCode = "General", SourceLinked = true };
            C.MajorTickMark majorTickMark2 = new C.MajorTickMark(){ Val = C.TickMarkValues.None };
            C.MinorTickMark minorTickMark2 = new C.MinorTickMark(){ Val = C.TickMarkValues.None };
            C.TickLabelPosition tickLabelPosition2 = new C.TickLabelPosition(){ Val = C.TickLabelPositionValues.NextTo };

            C.ChartShapeProperties chartShapeProperties4 = new C.ChartShapeProperties();
            A.NoFill noFill10 = new A.NoFill();

            A.Outline outline12 = new A.Outline();
            A.NoFill noFill11 = new A.NoFill();

            outline12.Append(noFill11);
            A.EffectList effectList10 = new A.EffectList();

            chartShapeProperties4.Append(noFill10);
            chartShapeProperties4.Append(outline12);
            chartShapeProperties4.Append(effectList10);

            C.TextProperties textProperties2 = new C.TextProperties();
            A.BodyProperties bodyProperties4 = new A.BodyProperties(){ Rotation = -60000000, UseParagraphSpacing = true, VerticalOverflow = A.TextVerticalOverflowValues.Ellipsis, Vertical = A.TextVerticalValues.Horizontal, Wrap = A.TextWrappingValues.Square, Anchor = A.TextAnchoringTypeValues.Center, AnchorCenter = true };
            A.ListStyle listStyle4 = new A.ListStyle();

            A.Paragraph paragraph4 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties2 = new A.ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties2 = new A.DefaultRunProperties(){ FontSize = 900, Kerning = 1200 };

            A.SolidFill solidFill14 = new A.SolidFill();

            A.SchemeColor schemeColor10 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation3 = new A.LuminanceModulation(){ Val = 65000 };
            A.LuminanceOffset luminanceOffset3 = new A.LuminanceOffset(){ Val = 35000 };

            schemeColor10.Append(luminanceModulation3);
            schemeColor10.Append(luminanceOffset3);

            solidFill14.Append(schemeColor10);
            A.LatinFont latinFont2 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont2 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont2 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties2.Append(solidFill14);
            defaultRunProperties2.Append(latinFont2);
            defaultRunProperties2.Append(eastAsianFont2);
            defaultRunProperties2.Append(complexScriptFont2);

            paragraphProperties2.Append(defaultRunProperties2);
            A.EndParagraphRunProperties endParagraphRunProperties2 = new A.EndParagraphRunProperties(){ Language = "en-US" };

            paragraph4.Append(paragraphProperties2);
            paragraph4.Append(endParagraphRunProperties2);

            textProperties2.Append(bodyProperties4);
            textProperties2.Append(listStyle4);
            textProperties2.Append(paragraph4);
            C.CrossingAxis crossingAxis2 = new C.CrossingAxis(){ Val = (UInt32Value)209981120U };
            C.Crosses crosses2 = new C.Crosses(){ Val = C.CrossesValues.AutoZero };
            C.CrossBetween crossBetween1 = new C.CrossBetween(){ Val = C.CrossBetweenValues.Between };

            valueAxis1.Append(axisId4);
            valueAxis1.Append(scaling2);
            valueAxis1.Append(delete2);
            valueAxis1.Append(axisPosition2);
            valueAxis1.Append(majorGridlines1);
            valueAxis1.Append(numberingFormat2);
            valueAxis1.Append(majorTickMark2);
            valueAxis1.Append(minorTickMark2);
            valueAxis1.Append(tickLabelPosition2);
            valueAxis1.Append(chartShapeProperties4);
            valueAxis1.Append(textProperties2);
            valueAxis1.Append(crossingAxis2);
            valueAxis1.Append(crosses2);
            valueAxis1.Append(crossBetween1);

            C.ShapeProperties shapeProperties9 = new C.ShapeProperties();

            A.SolidFill solidFill15 = new A.SolidFill();
            A.SchemeColor schemeColor11 = new A.SchemeColor(){ Val = A.SchemeColorValues.Background1 };

            solidFill15.Append(schemeColor11);

            A.Outline outline13 = new A.Outline();
            A.NoFill noFill12 = new A.NoFill();

            outline13.Append(noFill12);
            A.EffectList effectList11 = new A.EffectList();

            shapeProperties9.Append(solidFill15);
            shapeProperties9.Append(outline13);
            shapeProperties9.Append(effectList11);

            plotArea2.Append(layout2);
            plotArea2.Append(barChart1);
            plotArea2.Append(categoryAxis1);
            plotArea2.Append(valueAxis1);
            plotArea2.Append(shapeProperties9);

            C.Legend legend2 = new C.Legend();
            C.LegendPosition legendPosition2 = new C.LegendPosition(){ Val = C.LegendPositionValues.Bottom };
            C.Overlay overlay4 = new C.Overlay(){ Val = false };

            C.ChartShapeProperties chartShapeProperties5 = new C.ChartShapeProperties();
            A.NoFill noFill13 = new A.NoFill();

            A.Outline outline14 = new A.Outline();
            A.NoFill noFill14 = new A.NoFill();

            outline14.Append(noFill14);
            A.EffectList effectList12 = new A.EffectList();

            chartShapeProperties5.Append(noFill13);
            chartShapeProperties5.Append(outline14);
            chartShapeProperties5.Append(effectList12);

            C.TextProperties textProperties3 = new C.TextProperties();
            A.BodyProperties bodyProperties5 = new A.BodyProperties(){ Rotation = 0, UseParagraphSpacing = true, VerticalOverflow = A.TextVerticalOverflowValues.Ellipsis, Vertical = A.TextVerticalValues.Horizontal, Wrap = A.TextWrappingValues.Square, Anchor = A.TextAnchoringTypeValues.Center, AnchorCenter = true };
            A.ListStyle listStyle5 = new A.ListStyle();

            A.Paragraph paragraph5 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties3 = new A.ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties3 = new A.DefaultRunProperties(){ FontSize = 900, Kerning = 1200 };

            A.SolidFill solidFill16 = new A.SolidFill();

            A.SchemeColor schemeColor12 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation4 = new A.LuminanceModulation(){ Val = 65000 };
            A.LuminanceOffset luminanceOffset4 = new A.LuminanceOffset(){ Val = 35000 };

            schemeColor12.Append(luminanceModulation4);
            schemeColor12.Append(luminanceOffset4);

            solidFill16.Append(schemeColor12);
            A.LatinFont latinFont3 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont3 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont3 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties3.Append(solidFill16);
            defaultRunProperties3.Append(latinFont3);
            defaultRunProperties3.Append(eastAsianFont3);
            defaultRunProperties3.Append(complexScriptFont3);

            paragraphProperties3.Append(defaultRunProperties3);
            A.EndParagraphRunProperties endParagraphRunProperties3 = new A.EndParagraphRunProperties(){ Language = "en-US" };

            paragraph5.Append(paragraphProperties3);
            paragraph5.Append(endParagraphRunProperties3);

            textProperties3.Append(bodyProperties5);
            textProperties3.Append(listStyle5);
            textProperties3.Append(paragraph5);

            legend2.Append(legendPosition2);
            legend2.Append(overlay4);
            legend2.Append(chartShapeProperties5);
            legend2.Append(textProperties3);
            C.PlotVisibleOnly plotVisibleOnly2 = new C.PlotVisibleOnly(){ Val = true };
            C.DisplayBlanksAs displayBlanksAs2 = new C.DisplayBlanksAs(){ Val = C.DisplayBlanksAsValues.Gap };
            C.ShowDataLabelsOverMaximum showDataLabelsOverMaximum2 = new C.ShowDataLabelsOverMaximum(){ Val = false };

            chart2.Append(title2);
            chart2.Append(autoTitleDeleted2);
            chart2.Append(pivotFormats2);
            chart2.Append(plotArea2);
            chart2.Append(legend2);
            chart2.Append(plotVisibleOnly2);
            chart2.Append(displayBlanksAs2);
            chart2.Append(showDataLabelsOverMaximum2);

            C.ShapeProperties shapeProperties10 = new C.ShapeProperties();

            A.SolidFill solidFill17 = new A.SolidFill();
            A.SchemeColor schemeColor13 = new A.SchemeColor(){ Val = A.SchemeColorValues.Background1 };

            solidFill17.Append(schemeColor13);

            A.Outline outline15 = new A.Outline(){ Width = 9525, CapType = A.LineCapValues.Flat, CompoundLineType = A.CompoundLineValues.Single, Alignment = A.PenAlignmentValues.Center };

            A.SolidFill solidFill18 = new A.SolidFill();

            A.SchemeColor schemeColor14 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation5 = new A.LuminanceModulation(){ Val = 15000 };
            A.LuminanceOffset luminanceOffset5 = new A.LuminanceOffset(){ Val = 85000 };

            schemeColor14.Append(luminanceModulation5);
            schemeColor14.Append(luminanceOffset5);

            solidFill18.Append(schemeColor14);
            A.Round round2 = new A.Round();

            outline15.Append(solidFill18);
            outline15.Append(round2);
            A.EffectList effectList13 = new A.EffectList();

            shapeProperties10.Append(solidFill17);
            shapeProperties10.Append(outline15);
            shapeProperties10.Append(effectList13);

            C.TextProperties textProperties4 = new C.TextProperties();
            A.BodyProperties bodyProperties6 = new A.BodyProperties();
            A.ListStyle listStyle6 = new A.ListStyle();

            A.Paragraph paragraph6 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties4 = new A.ParagraphProperties();
            A.DefaultRunProperties defaultRunProperties4 = new A.DefaultRunProperties();

            paragraphProperties4.Append(defaultRunProperties4);
            A.EndParagraphRunProperties endParagraphRunProperties4 = new A.EndParagraphRunProperties(){ Language = "en-US" };

            paragraph6.Append(paragraphProperties4);
            paragraph6.Append(endParagraphRunProperties4);

            textProperties4.Append(bodyProperties6);
            textProperties4.Append(listStyle6);
            textProperties4.Append(paragraph6);

            C.PrintSettings printSettings2 = new C.PrintSettings();
            C.HeaderFooter headerFooter2 = new C.HeaderFooter();
            C.PageMargins pageMargins3 = new C.PageMargins(){ Left = 0.7D, Right = 0.7D, Top = 0.75D, Bottom = 0.75D, Header = 0.3D, Footer = 0.3D };
            C.PageSetup pageSetup2 = new C.PageSetup();

            printSettings2.Append(headerFooter2);
            printSettings2.Append(pageMargins3);
            printSettings2.Append(pageSetup2);

            C.ChartSpaceExtensionList chartSpaceExtensionList2 = new C.ChartSpaceExtensionList();
            chartSpaceExtensionList2.AddNamespaceDeclaration("c14", "http://schemas.microsoft.com/office/drawing/2007/8/2/chart");
            chartSpaceExtensionList2.AddNamespaceDeclaration("mc", "http://schemas.openxmlformats.org/markup-compatibility/2006");

            C.ChartSpaceExtension chartSpaceExtension2 = new C.ChartSpaceExtension(){ Uri = "{781A3756-C4B2-4CAC-9D66-4F8BD8637D16}" };
            chartSpaceExtension2.AddNamespaceDeclaration("c14", "http://schemas.microsoft.com/office/drawing/2007/8/2/chart");

            C14.PivotOptions pivotOptions2 = new C14.PivotOptions();
            C14.DropZoneFilter dropZoneFilter2 = new C14.DropZoneFilter(){ Val = true };
            C14.DropZoneCategories dropZoneCategories2 = new C14.DropZoneCategories(){ Val = true };
            C14.DropZoneData dropZoneData2 = new C14.DropZoneData(){ Val = true };
            C14.DropZoneSeries dropZoneSeries2 = new C14.DropZoneSeries(){ Val = true };
            C14.DropZonesVisible dropZonesVisible2 = new C14.DropZonesVisible(){ Val = true };

            pivotOptions2.Append(dropZoneFilter2);
            pivotOptions2.Append(dropZoneCategories2);
            pivotOptions2.Append(dropZoneData2);
            pivotOptions2.Append(dropZoneSeries2);
            pivotOptions2.Append(dropZonesVisible2);

            chartSpaceExtension2.Append(pivotOptions2);

            chartSpaceExtensionList2.Append(chartSpaceExtension2);

            chartSpace2.Append(date19042);
            chartSpace2.Append(editingLanguage2);
            chartSpace2.Append(roundedCorners2);
            chartSpace2.Append(alternateContent5);
            chartSpace2.Append(pivotSource2);
            chartSpace2.Append(chart2);
            chartSpace2.Append(shapeProperties10);
            chartSpace2.Append(textProperties4);
            chartSpace2.Append(printSettings2);
            chartSpace2.Append(chartSpaceExtensionList2);

            chartPart2.ChartSpace = chartSpace2;
        }
Exemplo n.º 16
0
        // Generates content of slidePart1.
        private void GenerateSlidePart1Content(SlidePart slidePart1)
        {
            Slide slide1 = new Slide();
            slide1.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");
            slide1.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            slide1.AddNamespaceDeclaration("p", "http://schemas.openxmlformats.org/presentationml/2006/main");

            CommonSlideData commonSlideData2 = new CommonSlideData();

            ShapeTree shapeTree2 = new ShapeTree();

            NonVisualGroupShapeProperties nonVisualGroupShapeProperties2 = new NonVisualGroupShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties7 = new NonVisualDrawingProperties(){ Id = (UInt32Value)1U, Name = "" };
            NonVisualGroupShapeDrawingProperties nonVisualGroupShapeDrawingProperties2 = new NonVisualGroupShapeDrawingProperties();
            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties7 = new ApplicationNonVisualDrawingProperties();

            nonVisualGroupShapeProperties2.Append(nonVisualDrawingProperties7);
            nonVisualGroupShapeProperties2.Append(nonVisualGroupShapeDrawingProperties2);
            nonVisualGroupShapeProperties2.Append(applicationNonVisualDrawingProperties7);

            GroupShapeProperties groupShapeProperties2 = new GroupShapeProperties();

            A.TransformGroup transformGroup2 = new A.TransformGroup();
            A.Offset offset7 = new A.Offset(){ X = 0L, Y = 0L };
            A.Extents extents7 = new A.Extents(){ Cx = 0L, Cy = 0L };
            A.ChildOffset childOffset2 = new A.ChildOffset(){ X = 0L, Y = 0L };
            A.ChildExtents childExtents2 = new A.ChildExtents(){ Cx = 0L, Cy = 0L };

            transformGroup2.Append(offset7);
            transformGroup2.Append(extents7);
            transformGroup2.Append(childOffset2);
            transformGroup2.Append(childExtents2);

            groupShapeProperties2.Append(transformGroup2);

            Shape shape6 = new Shape();

            NonVisualShapeProperties nonVisualShapeProperties6 = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties8 = new NonVisualDrawingProperties(){ Id = (UInt32Value)4U, Name = "TextBox 3" };
            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties6 = new NonVisualShapeDrawingProperties(){ TextBox = true };
            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties8 = new ApplicationNonVisualDrawingProperties();

            nonVisualShapeProperties6.Append(nonVisualDrawingProperties8);
            nonVisualShapeProperties6.Append(nonVisualShapeDrawingProperties6);
            nonVisualShapeProperties6.Append(applicationNonVisualDrawingProperties8);

            ShapeProperties shapeProperties6 = new ShapeProperties();

            A.Transform2D transform2D6 = new A.Transform2D();
            A.Offset offset8 = new A.Offset(){ X = 1905000L, Y = 1295400L };
            A.Extents extents8 = new A.Extents(){ Cx = 6172200L, Cy = 2862322L };

            transform2D6.Append(offset8);
            transform2D6.Append(extents8);

            A.PresetGeometry presetGeometry6 = new A.PresetGeometry(){ Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList6 = new A.AdjustValueList();

            presetGeometry6.Append(adjustValueList6);
            A.NoFill noFill2 = new A.NoFill();

            shapeProperties6.Append(transform2D6);
            shapeProperties6.Append(presetGeometry6);
            shapeProperties6.Append(noFill2);

            TextBody textBody6 = new TextBody();

            A.BodyProperties bodyProperties6 = new A.BodyProperties(){ Wrap = A.TextWrappingValues.Square, RightToLeftColumns = false };
            A.ShapeAutoFit shapeAutoFit1 = new A.ShapeAutoFit();

            bodyProperties6.Append(shapeAutoFit1);
            A.ListStyle listStyle6 = new A.ListStyle();

            A.Paragraph paragraph10 = new A.Paragraph();

            A.Run run9 = new A.Run();

            A.RunProperties runProperties10 = new A.RunProperties(){ Language = "en-US", Dirty = false };
            runProperties10.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text10 = new A.Text();
            text10.Text = "Changes made to the Notes Master:";

            run9.Append(runProperties10);
            run9.Append(text10);

            paragraph10.Append(run9);

            A.Paragraph paragraph11 = new A.Paragraph();
            A.EndParagraphRunProperties endParagraphRunProperties6 = new A.EndParagraphRunProperties(){ Language = "en-US", Dirty = false };

            paragraph11.Append(endParagraphRunProperties6);

            A.Paragraph paragraph12 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties6 = new A.ParagraphProperties(){ LeftMargin = 342900, Indent = -342900 };
            A.AutoNumberedBullet autoNumberedBullet1 = new A.AutoNumberedBullet(){ Type = A.TextAutoNumberSchemeValues.ArabicParenR };

            paragraphProperties6.Append(autoNumberedBullet1);

            A.Run run10 = new A.Run();

            A.RunProperties runProperties11 = new A.RunProperties(){ Language = "en-US", Dirty = false };
            runProperties11.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text11 = new A.Text();
            text11.Text = "Added text to Header";

            run10.Append(runProperties11);
            run10.Append(text11);

            paragraph12.Append(paragraphProperties6);
            paragraph12.Append(run10);

            A.Paragraph paragraph13 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties7 = new A.ParagraphProperties(){ LeftMargin = 342900, Indent = -342900 };
            A.AutoNumberedBullet autoNumberedBullet2 = new A.AutoNumberedBullet(){ Type = A.TextAutoNumberSchemeValues.ArabicParenR };

            paragraphProperties7.Append(autoNumberedBullet2);

            A.Run run11 = new A.Run();

            A.RunProperties runProperties12 = new A.RunProperties(){ Language = "en-US", Dirty = false };
            runProperties12.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text12 = new A.Text();
            text12.Text = "Added text to Footer";

            run11.Append(runProperties12);
            run11.Append(text12);

            paragraph13.Append(paragraphProperties7);
            paragraph13.Append(run11);

            A.Paragraph paragraph14 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties8 = new A.ParagraphProperties(){ LeftMargin = 342900, Indent = -342900 };
            A.AutoNumberedBullet autoNumberedBullet3 = new A.AutoNumberedBullet(){ Type = A.TextAutoNumberSchemeValues.ArabicParenR };

            paragraphProperties8.Append(autoNumberedBullet3);

            A.Run run12 = new A.Run();

            A.RunProperties runProperties13 = new A.RunProperties(){ Language = "en-US", Dirty = false };
            runProperties13.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text13 = new A.Text();
            text13.Text = "Changed Font scheme to Verve";

            run12.Append(runProperties13);
            run12.Append(text13);

            paragraph14.Append(paragraphProperties8);
            paragraph14.Append(run12);

            A.Paragraph paragraph15 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties9 = new A.ParagraphProperties(){ LeftMargin = 342900, Indent = -342900 };
            A.AutoNumberedBullet autoNumberedBullet4 = new A.AutoNumberedBullet(){ Type = A.TextAutoNumberSchemeValues.ArabicParenR };

            paragraphProperties9.Append(autoNumberedBullet4);

            A.Run run13 = new A.Run();

            A.RunProperties runProperties14 = new A.RunProperties(){ Language = "en-US", Dirty = false };
            runProperties14.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text14 = new A.Text();
            text14.Text = "Added Background Style";

            run13.Append(runProperties14);
            run13.Append(text14);

            paragraph15.Append(paragraphProperties9);
            paragraph15.Append(run13);

            A.Paragraph paragraph16 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties10 = new A.ParagraphProperties(){ LeftMargin = 342900, Indent = -342900 };
            A.AutoNumberedBullet autoNumberedBullet5 = new A.AutoNumberedBullet(){ Type = A.TextAutoNumberSchemeValues.ArabicParenR };

            paragraphProperties10.Append(autoNumberedBullet5);

            A.Run run14 = new A.Run();

            A.RunProperties runProperties15 = new A.RunProperties(){ Language = "en-US", Dirty = false };
            runProperties15.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text15 = new A.Text();
            text15.Text = "Changed Notes page orientation to Landscape";

            run14.Append(runProperties15);
            run14.Append(text15);

            paragraph16.Append(paragraphProperties10);
            paragraph16.Append(run14);

            A.Paragraph paragraph17 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties11 = new A.ParagraphProperties(){ LeftMargin = 342900, Indent = -342900 };
            A.AutoNumberedBullet autoNumberedBullet6 = new A.AutoNumberedBullet(){ Type = A.TextAutoNumberSchemeValues.ArabicParenR };

            paragraphProperties11.Append(autoNumberedBullet6);

            A.Run run15 = new A.Run();

            A.RunProperties runProperties16 = new A.RunProperties(){ Language = "en-US", Dirty = false };
            runProperties16.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text16 = new A.Text();
            text16.Text = "Changed Color scheme to Oriel";

            run15.Append(runProperties16);
            run15.Append(text16);

            paragraph17.Append(paragraphProperties11);
            paragraph17.Append(run15);

            A.Paragraph paragraph18 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties12 = new A.ParagraphProperties(){ LeftMargin = 342900, Indent = -342900 };
            A.AutoNumberedBullet autoNumberedBullet7 = new A.AutoNumberedBullet(){ Type = A.TextAutoNumberSchemeValues.ArabicParenR };

            paragraphProperties12.Append(autoNumberedBullet7);

            A.Run run16 = new A.Run();

            A.RunProperties runProperties17 = new A.RunProperties(){ Language = "en-US", Dirty = false };
            runProperties17.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text17 = new A.Text();
            text17.Text = "Removed Page Number";

            run16.Append(runProperties17);
            run16.Append(text17);

            paragraph18.Append(paragraphProperties12);
            paragraph18.Append(run16);

            A.Paragraph paragraph19 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties13 = new A.ParagraphProperties(){ LeftMargin = 342900, Indent = -342900 };
            A.AutoNumberedBullet autoNumberedBullet8 = new A.AutoNumberedBullet(){ Type = A.TextAutoNumberSchemeValues.ArabicParenR };

            paragraphProperties13.Append(autoNumberedBullet8);
            A.EndParagraphRunProperties endParagraphRunProperties7 = new A.EndParagraphRunProperties(){ Language = "en-US", Dirty = false };

            paragraph19.Append(paragraphProperties13);
            paragraph19.Append(endParagraphRunProperties7);

            textBody6.Append(bodyProperties6);
            textBody6.Append(listStyle6);
            textBody6.Append(paragraph10);
            textBody6.Append(paragraph11);
            textBody6.Append(paragraph12);
            textBody6.Append(paragraph13);
            textBody6.Append(paragraph14);
            textBody6.Append(paragraph15);
            textBody6.Append(paragraph16);
            textBody6.Append(paragraph17);
            textBody6.Append(paragraph18);
            textBody6.Append(paragraph19);

            shape6.Append(nonVisualShapeProperties6);
            shape6.Append(shapeProperties6);
            shape6.Append(textBody6);

            shapeTree2.Append(nonVisualGroupShapeProperties2);
            shapeTree2.Append(groupShapeProperties2);
            shapeTree2.Append(shape6);

            commonSlideData2.Append(shapeTree2);

            ColorMapOverride colorMapOverride1 = new ColorMapOverride();
            A.MasterColorMapping masterColorMapping1 = new A.MasterColorMapping();

            colorMapOverride1.Append(masterColorMapping1);

            slide1.Append(commonSlideData2);
            slide1.Append(colorMapOverride1);

            slidePart1.Slide = slide1;
        }
Exemplo n.º 17
0
        // Creates an Table instance and adds its children.
        public static Table GenerateTable(GenerationData data)
        {
            Table table1 = new Table();

            TableProperties tableProperties1 = new TableProperties();
            TableWidth      tableWidth1      = new TableWidth()
            {
                Width = "0", Type = TableWidthUnitValues.Auto
            };
            TableIndentation tableIndentation1 = new TableIndentation()
            {
                Width = 10, Type = TableWidthUnitValues.Dxa
            };

            TableBorders tableBorders1 = new TableBorders();
            TopBorder    topBorder1    = new TopBorder()
            {
                Val = BorderValues.Single, Color = "000000", Size = (UInt32Value)10U, Space = (UInt32Value)0U
            };
            LeftBorder leftBorder1 = new LeftBorder()
            {
                Val = BorderValues.Single, Color = "000000", Size = (UInt32Value)10U, Space = (UInt32Value)0U
            };
            BottomBorder bottomBorder1 = new BottomBorder()
            {
                Val = BorderValues.Single, Color = "000000", Size = (UInt32Value)10U, Space = (UInt32Value)0U
            };
            RightBorder rightBorder1 = new RightBorder()
            {
                Val = BorderValues.Single, Color = "000000", Size = (UInt32Value)10U, Space = (UInt32Value)0U
            };
            InsideHorizontalBorder insideHorizontalBorder1 = new InsideHorizontalBorder()
            {
                Val = BorderValues.Single, Color = "000000", Size = (UInt32Value)10U, Space = (UInt32Value)0U
            };
            InsideVerticalBorder insideVerticalBorder1 = new InsideVerticalBorder()
            {
                Val = BorderValues.Single, Color = "000000", Size = (UInt32Value)10U, Space = (UInt32Value)0U
            };

            tableBorders1.Append(topBorder1);
            tableBorders1.Append(leftBorder1);
            tableBorders1.Append(bottomBorder1);
            tableBorders1.Append(rightBorder1);
            tableBorders1.Append(insideHorizontalBorder1);
            tableBorders1.Append(insideVerticalBorder1);

            TableCellMarginDefault tableCellMarginDefault1 = new TableCellMarginDefault();
            TableCellLeftMargin    tableCellLeftMargin1    = new TableCellLeftMargin()
            {
                Width = 10, Type = TableWidthValues.Dxa
            };
            TableCellRightMargin tableCellRightMargin1 = new TableCellRightMargin()
            {
                Width = 10, Type = TableWidthValues.Dxa
            };

            tableCellMarginDefault1.Append(tableCellLeftMargin1);
            tableCellMarginDefault1.Append(tableCellRightMargin1);
            TableLook tableLook1 = new TableLook()
            {
                Val = "0000", FirstRow = false, LastRow = false, FirstColumn = false, LastColumn = false, NoHorizontalBand = false, NoVerticalBand = false
            };

            tableProperties1.Append(tableWidth1);
            tableProperties1.Append(tableIndentation1);
            tableProperties1.Append(tableBorders1);
            tableProperties1.Append(tableCellMarginDefault1);
            tableProperties1.Append(tableLook1);

            TableGrid  tableGrid1  = new TableGrid();
            GridColumn gridColumn1 = new GridColumn()
            {
                Width = "2000"
            };
            GridColumn gridColumn2 = new GridColumn()
            {
                Width = "2550"
            };
            GridColumn gridColumn3 = new GridColumn()
            {
                Width = "3825"
            };

            tableGrid1.Append(gridColumn1);
            tableGrid1.Append(gridColumn2);
            tableGrid1.Append(gridColumn3);

            TableRow tableRow1 = new TableRow()
            {
                RsidTableRowAddition = "009B2C1D", ParagraphId = "080C4265", TextId = "77777777"
            };

            TableRowProperties tableRowProperties1 = new TableRowProperties();
            GridAfter          gridAfter1          = new GridAfter()
            {
                Val = 2
            };
            WidthAfterTableRow widthAfterTableRow1 = new WidthAfterTableRow()
            {
                Width = "6375", Type = TableWidthUnitValues.Dxa
            };

            tableRowProperties1.Append(gridAfter1);
            tableRowProperties1.Append(widthAfterTableRow1);

            TableCell tableCell1 = new TableCell();

            TableCellProperties tableCellProperties1 = new TableCellProperties();
            TableCellWidth      tableCellWidth1      = new TableCellWidth()
            {
                Width = "800", Type = TableWidthUnitValues.Dxa
            };

            TableCellBorders tableCellBorders1 = new TableCellBorders();
            TopBorder        topBorder2        = new TopBorder()
            {
                Val = BorderValues.Single, Color = "FFFFFF", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };
            LeftBorder leftBorder2 = new LeftBorder()
            {
                Val = BorderValues.Single, Color = "FFFFFF", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };
            BottomBorder bottomBorder2 = new BottomBorder()
            {
                Val = BorderValues.Single, Color = "FFFFFF", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };
            RightBorder rightBorder2 = new RightBorder()
            {
                Val = BorderValues.Single, Color = "FFFFFF", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };

            tableCellBorders1.Append(topBorder2);
            tableCellBorders1.Append(leftBorder2);
            tableCellBorders1.Append(bottomBorder2);
            tableCellBorders1.Append(rightBorder2);

            tableCellProperties1.Append(tableCellWidth1);
            tableCellProperties1.Append(tableCellBorders1);

            Paragraph paragraph1 = new Paragraph()
            {
                RsidParagraphAddition = "009B2C1D", RsidRunAdditionDefault = "009E39C2", ParagraphId = "3B996D8B", TextId = "0D88121C"
            };

            Run run1 = new Run();

            RunProperties runProperties1 = new RunProperties();
            NoProof       noProof1       = new NoProof();

            runProperties1.Append(noProof1);

            Drawing drawing1 = new Drawing();

            Wp.Inline inline1 = new Wp.Inline()
            {
                DistanceFromTop = (UInt32Value)0U, DistanceFromBottom = (UInt32Value)0U, DistanceFromLeft = (UInt32Value)0U, DistanceFromRight = (UInt32Value)0U, AnchorId = "29B39BAA", EditId = "5481AAF3"
            };
            Wp.Extent extent1 = new Wp.Extent()
            {
                Cx = 1257300L, Cy = 1057275L
            };
            Wp.EffectExtent effectExtent1 = new Wp.EffectExtent()
            {
                LeftEdge = 0L, TopEdge = 0L, RightEdge = 0L, BottomEdge = 0L
            };
            Wp.DocProperties docProperties1 = new Wp.DocProperties()
            {
                Id = (UInt32Value)1U, Name = "Picture 1"
            };

            Wp.NonVisualGraphicFrameDrawingProperties nonVisualGraphicFrameDrawingProperties1 = new Wp.NonVisualGraphicFrameDrawingProperties();

            A.GraphicFrameLocks graphicFrameLocks1 = new A.GraphicFrameLocks()
            {
                NoChangeAspect = true
            };
            graphicFrameLocks1.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");

            nonVisualGraphicFrameDrawingProperties1.Append(graphicFrameLocks1);

            A.Graphic graphic1 = new A.Graphic();
            graphic1.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");

            A.GraphicData graphicData1 = new A.GraphicData()
            {
                Uri = "http://schemas.openxmlformats.org/drawingml/2006/picture"
            };

            Pic.Picture picture1 = new Pic.Picture();
            picture1.AddNamespaceDeclaration("pic", "http://schemas.openxmlformats.org/drawingml/2006/picture");

            Pic.NonVisualPictureProperties nonVisualPictureProperties1 = new Pic.NonVisualPictureProperties();
            Pic.NonVisualDrawingProperties nonVisualDrawingProperties1 = new Pic.NonVisualDrawingProperties()
            {
                Id = (UInt32Value)0U, Name = "Picture 1"
            };

            Pic.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties1 = new Pic.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks1 = new A.PictureLocks()
            {
                NoChangeAspect = true, NoChangeArrowheads = true
            };

            nonVisualPictureDrawingProperties1.Append(pictureLocks1);

            nonVisualPictureProperties1.Append(nonVisualDrawingProperties1);
            nonVisualPictureProperties1.Append(nonVisualPictureDrawingProperties1);

            Pic.BlipFill blipFill1 = new Pic.BlipFill();

            A.Blip blip1 = new A.Blip()
            {
                Embed = "rId9"
            };

            A.BlipExtensionList blipExtensionList1 = new A.BlipExtensionList();

            A.BlipExtension blipExtension1 = new A.BlipExtension()
            {
                Uri = "{28A0092B-C50C-407E-A947-70E740481C1C}"
            };

            A14.UseLocalDpi useLocalDpi1 = new A14.UseLocalDpi()
            {
                Val = false
            };
            useLocalDpi1.AddNamespaceDeclaration("a14", "http://schemas.microsoft.com/office/drawing/2010/main");

            blipExtension1.Append(useLocalDpi1);

            blipExtensionList1.Append(blipExtension1);

            blip1.Append(blipExtensionList1);
            A.SourceRectangle sourceRectangle1 = new A.SourceRectangle();

            A.Stretch       stretch1       = new A.Stretch();
            A.FillRectangle fillRectangle1 = new A.FillRectangle();

            stretch1.Append(fillRectangle1);

            blipFill1.Append(blip1);
            blipFill1.Append(sourceRectangle1);
            blipFill1.Append(stretch1);

            Pic.ShapeProperties shapeProperties1 = new Pic.ShapeProperties()
            {
                BlackWhiteMode = A.BlackWhiteModeValues.Auto
            };

            A.Transform2D transform2D1 = new A.Transform2D();
            A.Offset      offset1      = new A.Offset()
            {
                X = 0L, Y = 0L
            };
            A.Extents extents1 = new A.Extents()
            {
                Cx = 1257300L, Cy = 1057275L
            };

            transform2D1.Append(offset1);
            transform2D1.Append(extents1);

            A.PresetGeometry presetGeometry1 = new A.PresetGeometry()
            {
                Preset = A.ShapeTypeValues.Rectangle
            };
            A.AdjustValueList adjustValueList1 = new A.AdjustValueList();

            presetGeometry1.Append(adjustValueList1);
            A.NoFill noFill1 = new A.NoFill();

            A.Outline outline1 = new A.Outline();
            A.NoFill  noFill2  = new A.NoFill();

            outline1.Append(noFill2);

            shapeProperties1.Append(transform2D1);
            shapeProperties1.Append(presetGeometry1);
            shapeProperties1.Append(noFill1);
            shapeProperties1.Append(outline1);

            picture1.Append(nonVisualPictureProperties1);
            picture1.Append(blipFill1);
            picture1.Append(shapeProperties1);

            graphicData1.Append(picture1);

            graphic1.Append(graphicData1);

            inline1.Append(extent1);
            inline1.Append(effectExtent1);
            inline1.Append(docProperties1);
            inline1.Append(nonVisualGraphicFrameDrawingProperties1);
            inline1.Append(graphic1);

            drawing1.Append(inline1);

            run1.Append(runProperties1);
            run1.Append(drawing1);

            paragraph1.Append(run1);

            tableCell1.Append(tableCellProperties1);
            tableCell1.Append(paragraph1);

            tableRow1.Append(tableRowProperties1);
            tableRow1.Append(tableCell1);

            TableRow tableRow2 = new TableRow()
            {
                RsidTableRowAddition = "009B2C1D", ParagraphId = "3125C09D", TextId = "77777777"
            };

            TableRowProperties tableRowProperties2 = new TableRowProperties();
            GridAfter          gridAfter2          = new GridAfter()
            {
                Val = 2
            };
            WidthAfterTableRow widthAfterTableRow2 = new WidthAfterTableRow()
            {
                Width = "6375", Type = TableWidthUnitValues.Dxa
            };

            tableRowProperties2.Append(gridAfter2);
            tableRowProperties2.Append(widthAfterTableRow2);

            TableCell tableCell2 = new TableCell();

            TableCellProperties tableCellProperties2 = new TableCellProperties();
            TableCellWidth      tableCellWidth2      = new TableCellWidth()
            {
                Width = "800", Type = TableWidthUnitValues.Dxa
            };

            TableCellBorders tableCellBorders2 = new TableCellBorders();
            TopBorder        topBorder3        = new TopBorder()
            {
                Val = BorderValues.Single, Color = "FFFFFF", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };
            LeftBorder leftBorder3 = new LeftBorder()
            {
                Val = BorderValues.Single, Color = "FFFFFF", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };
            BottomBorder bottomBorder3 = new BottomBorder()
            {
                Val = BorderValues.Single, Color = "FFFFFF", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };
            RightBorder rightBorder3 = new RightBorder()
            {
                Val = BorderValues.Single, Color = "FFFFFF", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };

            tableCellBorders2.Append(topBorder3);
            tableCellBorders2.Append(leftBorder3);
            tableCellBorders2.Append(bottomBorder3);
            tableCellBorders2.Append(rightBorder3);

            tableCellProperties2.Append(tableCellWidth2);
            tableCellProperties2.Append(tableCellBorders2);
            Paragraph paragraph2 = new Paragraph()
            {
                RsidParagraphAddition = "009B2C1D", RsidRunAdditionDefault = "009B2C1D", ParagraphId = "595BC873", TextId = "77777777"
            };

            tableCell2.Append(tableCellProperties2);
            tableCell2.Append(paragraph2);

            tableRow2.Append(tableRowProperties2);
            tableRow2.Append(tableCell2);

            TableRow tableRow3 = new TableRow()
            {
                RsidTableRowAddition = "009B2C1D", ParagraphId = "13569F8F", TextId = "77777777"
            };

            TableRowProperties tableRowProperties3 = new TableRowProperties();
            GridAfter          gridAfter3          = new GridAfter()
            {
                Val = 2
            };
            WidthAfterTableRow widthAfterTableRow3 = new WidthAfterTableRow()
            {
                Width = "6375", Type = TableWidthUnitValues.Dxa
            };

            tableRowProperties3.Append(gridAfter3);
            tableRowProperties3.Append(widthAfterTableRow3);

            TableCell tableCell3 = new TableCell();

            TableCellProperties tableCellProperties3 = new TableCellProperties();
            TableCellWidth      tableCellWidth3      = new TableCellWidth()
            {
                Width = "800", Type = TableWidthUnitValues.Dxa
            };

            TableCellBorders tableCellBorders3 = new TableCellBorders();
            TopBorder        topBorder4        = new TopBorder()
            {
                Val = BorderValues.Single, Color = "FFFFFF", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };
            LeftBorder leftBorder4 = new LeftBorder()
            {
                Val = BorderValues.Single, Color = "FFFFFF", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };
            BottomBorder bottomBorder4 = new BottomBorder()
            {
                Val = BorderValues.Single, Color = "FFFFFF", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };
            RightBorder rightBorder4 = new RightBorder()
            {
                Val = BorderValues.Single, Color = "FFFFFF", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };

            tableCellBorders3.Append(topBorder4);
            tableCellBorders3.Append(leftBorder4);
            tableCellBorders3.Append(bottomBorder4);
            tableCellBorders3.Append(rightBorder4);

            tableCellProperties3.Append(tableCellWidth3);
            tableCellProperties3.Append(tableCellBorders3);
            Paragraph paragraph3 = new Paragraph()
            {
                RsidParagraphAddition = "009B2C1D", RsidRunAdditionDefault = "009B2C1D", ParagraphId = "105B22E7", TextId = "77777777"
            };

            tableCell3.Append(tableCellProperties3);
            tableCell3.Append(paragraph3);

            tableRow3.Append(tableRowProperties3);
            tableRow3.Append(tableCell3);

            TableRow tableRow4 = new TableRow()
            {
                RsidTableRowAddition = "009B2C1D", ParagraphId = "0E828CE9", TextId = "77777777"
            };

            TableCell tableCell4 = new TableCell();

            TableCellProperties tableCellProperties4 = new TableCellProperties();
            TableCellWidth      tableCellWidth4      = new TableCellWidth()
            {
                Width = "800", Type = TableWidthUnitValues.Dxa
            };

            TableCellBorders tableCellBorders4 = new TableCellBorders();
            TopBorder        topBorder5        = new TopBorder()
            {
                Val = BorderValues.Single, Color = "FFFFFF", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };
            LeftBorder leftBorder5 = new LeftBorder()
            {
                Val = BorderValues.Single, Color = "FFFFFF", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };
            BottomBorder bottomBorder5 = new BottomBorder()
            {
                Val = BorderValues.Single, Color = "FFFFFF", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };
            RightBorder rightBorder5 = new RightBorder()
            {
                Val = BorderValues.Single, Color = "FFFFFF", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };

            tableCellBorders4.Append(topBorder5);
            tableCellBorders4.Append(leftBorder5);
            tableCellBorders4.Append(bottomBorder5);
            tableCellBorders4.Append(rightBorder5);

            tableCellProperties4.Append(tableCellWidth4);
            tableCellProperties4.Append(tableCellBorders4);
            Paragraph paragraph4 = new Paragraph()
            {
                RsidParagraphAddition = "009B2C1D", RsidRunAdditionDefault = "009B2C1D", ParagraphId = "7D33E7CB", TextId = "77777777"
            };

            tableCell4.Append(tableCellProperties4);
            tableCell4.Append(paragraph4);

            TableCell tableCell5 = new TableCell();

            TableCellProperties tableCellProperties5 = new TableCellProperties();
            TableCellWidth      tableCellWidth5      = new TableCellWidth()
            {
                Width = "2550", Type = TableWidthUnitValues.Dxa
            };

            TableCellBorders tableCellBorders5 = new TableCellBorders();
            TopBorder        topBorder6        = new TopBorder()
            {
                Val = BorderValues.Single, Color = "FFFFFF", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };
            LeftBorder leftBorder6 = new LeftBorder()
            {
                Val = BorderValues.Single, Color = "FFFFFF", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };
            BottomBorder bottomBorder6 = new BottomBorder()
            {
                Val = BorderValues.Single, Color = "FFFFFF", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };
            RightBorder rightBorder6 = new RightBorder()
            {
                Val = BorderValues.Single, Color = "FFFFFF", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };

            tableCellBorders5.Append(topBorder6);
            tableCellBorders5.Append(leftBorder6);
            tableCellBorders5.Append(bottomBorder6);
            tableCellBorders5.Append(rightBorder6);

            tableCellProperties5.Append(tableCellWidth5);
            tableCellProperties5.Append(tableCellBorders5);
            Paragraph paragraph5 = new Paragraph()
            {
                RsidParagraphAddition = "009B2C1D", RsidRunAdditionDefault = "009B2C1D", ParagraphId = "4B505573", TextId = "77777777"
            };

            tableCell5.Append(tableCellProperties5);
            tableCell5.Append(paragraph5);

            TableCell tableCell6 = new TableCell();

            TableCellProperties tableCellProperties6 = new TableCellProperties();
            TableCellWidth      tableCellWidth6      = new TableCellWidth()
            {
                Width = "3825", Type = TableWidthUnitValues.Dxa
            };

            TableCellBorders tableCellBorders6 = new TableCellBorders();
            TopBorder        topBorder7        = new TopBorder()
            {
                Val = BorderValues.Single, Color = "FFFFFF", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };
            LeftBorder leftBorder7 = new LeftBorder()
            {
                Val = BorderValues.Single, Color = "FFFFFF", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };
            BottomBorder bottomBorder7 = new BottomBorder()
            {
                Val = BorderValues.Single, Color = "FFFFFF", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };
            RightBorder rightBorder7 = new RightBorder()
            {
                Val = BorderValues.Single, Color = "FFFFFF", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };

            tableCellBorders6.Append(topBorder7);
            tableCellBorders6.Append(leftBorder7);
            tableCellBorders6.Append(bottomBorder7);
            tableCellBorders6.Append(rightBorder7);
            Shading shading1 = new Shading()
            {
                Val = ShadingPatternValues.Clear, Color = "auto", Fill = "0069B4"
            };
            TableCellVerticalAlignment tableCellVerticalAlignment1 = new TableCellVerticalAlignment()
            {
                Val = TableVerticalAlignmentValues.Center
            };

            tableCellProperties6.Append(tableCellWidth6);
            tableCellProperties6.Append(tableCellBorders6);
            tableCellProperties6.Append(shading1);
            tableCellProperties6.Append(tableCellVerticalAlignment1);

            Paragraph paragraph6 = new Paragraph()
            {
                RsidParagraphAddition = "009B2C1D", RsidRunAdditionDefault = "009E39C2", ParagraphId = "63EAFC9C", TextId = "77777777"
            };

            ParagraphProperties paragraphProperties1 = new ParagraphProperties();
            SpacingBetweenLines spacingBetweenLines1 = new SpacingBetweenLines()
            {
                Before = "550", After = "800"
            };
            Indentation indentation1 = new Indentation()
            {
                Left = "432"
            };

            paragraphProperties1.Append(spacingBetweenLines1);
            paragraphProperties1.Append(indentation1);

            Run run2 = new Run();

            RunProperties runProperties2 = new RunProperties();
            Color         color1         = new Color()
            {
                Val = "FFFFFF"
            };
            FontSize fontSize1 = new FontSize()
            {
                Val = "18"
            };
            FontSizeComplexScript fontSizeComplexScript1 = new FontSizeComplexScript()
            {
                Val = "18"
            };

            runProperties2.Append(color1);
            runProperties2.Append(fontSize1);
            runProperties2.Append(fontSizeComplexScript1);
            Text text1 = new Text();

            text1.Text = DocumentMetadataTexts.GetText(MetadataTexts.CV_TITLE, data.Language);

            run2.Append(runProperties2);
            run2.Append(text1);

            paragraph6.Append(paragraphProperties1);
            paragraph6.Append(run2);

            Paragraph paragraph7 = new Paragraph()
            {
                RsidParagraphAddition = "009B2C1D", RsidRunAdditionDefault = "0007641E", ParagraphId = "48E9D2B9", TextId = "21C16ECD"
            };

            ParagraphProperties paragraphProperties2 = new ParagraphProperties();
            SpacingBetweenLines spacingBetweenLines2 = new SpacingBetweenLines()
            {
                After = "0"
            };
            Indentation indentation2 = new Indentation()
            {
                Left = "432"
            };

            paragraphProperties2.Append(spacingBetweenLines2);
            paragraphProperties2.Append(indentation2);

            Run run3 = new Run();

            RunProperties runProperties3 = new RunProperties();
            Bold          bold1          = new Bold();
            Color         color2         = new Color()
            {
                Val = "FFFFFF"
            };
            FontSize fontSize2 = new FontSize()
            {
                Val = "33"
            };
            FontSizeComplexScript fontSizeComplexScript2 = new FontSizeComplexScript()
            {
                Val = "33"
            };

            runProperties3.Append(bold1);
            runProperties3.Append(color2);
            runProperties3.Append(fontSize2);
            runProperties3.Append(fontSizeComplexScript2);
            Text text2 = new Text();

            text2.Text = data.TitleArea.Name;

            run3.Append(runProperties3);
            run3.Append(text2);

            paragraph7.Append(paragraphProperties2);
            paragraph7.Append(run3);

            Paragraph paragraph8 = new Paragraph()
            {
                RsidParagraphAddition = "009B2C1D", RsidRunAdditionDefault = "009E39C2", ParagraphId = "4D45EC2E", TextId = "77777777"
            };

            ParagraphProperties paragraphProperties3 = new ParagraphProperties();
            SpacingBetweenLines spacingBetweenLines3 = new SpacingBetweenLines()
            {
                Before = "800", After = "550", Line = "240", LineRule = LineSpacingRuleValues.Auto
            };
            Indentation indentation3 = new Indentation()
            {
                Left = "432"
            };

            paragraphProperties3.Append(spacingBetweenLines3);
            paragraphProperties3.Append(indentation3);

            Run run4 = new Run();

            RunProperties runProperties4 = new RunProperties();
            Color         color3         = new Color()
            {
                Val = "FFFFFF"
            };
            FontSize fontSize3 = new FontSize()
            {
                Val = "18"
            };
            FontSizeComplexScript fontSizeComplexScript3 = new FontSizeComplexScript()
            {
                Val = "18"
            };

            runProperties4.Append(color3);
            runProperties4.Append(fontSize3);
            runProperties4.Append(fontSizeComplexScript3);
            Text text3 = new Text();

            text3.Text = data.TitleArea.Date;

            run4.Append(runProperties4);
            run4.Append(text3);

            paragraph8.Append(paragraphProperties3);
            paragraph8.Append(run4);

            tableCell6.Append(tableCellProperties6);
            tableCell6.Append(paragraph6);
            tableCell6.Append(paragraph7);
            tableCell6.Append(paragraph8);

            tableRow4.Append(tableCell4);
            tableRow4.Append(tableCell5);
            tableRow4.Append(tableCell6);

            TableRow tableRow5 = new TableRow()
            {
                RsidTableRowAddition = "009B2C1D", ParagraphId = "485735CB", TextId = "77777777"
            };

            TableRowProperties tableRowProperties4 = new TableRowProperties();
            GridAfter          gridAfter4          = new GridAfter()
            {
                Val = 2
            };
            WidthAfterTableRow widthAfterTableRow4 = new WidthAfterTableRow()
            {
                Width = "6375", Type = TableWidthUnitValues.Dxa
            };

            tableRowProperties4.Append(gridAfter4);
            tableRowProperties4.Append(widthAfterTableRow4);

            TableCell tableCell7 = new TableCell();

            TableCellProperties tableCellProperties7 = new TableCellProperties();
            TableCellWidth      tableCellWidth7      = new TableCellWidth()
            {
                Width = "800", Type = TableWidthUnitValues.Dxa
            };

            TableCellBorders tableCellBorders7 = new TableCellBorders();
            TopBorder        topBorder8        = new TopBorder()
            {
                Val = BorderValues.Single, Color = "FFFFFF", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };
            LeftBorder leftBorder8 = new LeftBorder()
            {
                Val = BorderValues.Single, Color = "FFFFFF", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };
            BottomBorder bottomBorder8 = new BottomBorder()
            {
                Val = BorderValues.Single, Color = "FFFFFF", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };
            RightBorder rightBorder8 = new RightBorder()
            {
                Val = BorderValues.Single, Color = "FFFFFF", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };

            tableCellBorders7.Append(topBorder8);
            tableCellBorders7.Append(leftBorder8);
            tableCellBorders7.Append(bottomBorder8);
            tableCellBorders7.Append(rightBorder8);

            tableCellProperties7.Append(tableCellWidth7);
            tableCellProperties7.Append(tableCellBorders7);
            Paragraph paragraph9 = new Paragraph()
            {
                RsidParagraphAddition = "009B2C1D", RsidRunAdditionDefault = "009B2C1D", ParagraphId = "41648536", TextId = "77777777"
            };

            tableCell7.Append(tableCellProperties7);
            tableCell7.Append(paragraph9);

            tableRow5.Append(tableRowProperties4);
            tableRow5.Append(tableCell7);

            TableRow tableRow6 = new TableRow()
            {
                RsidTableRowAddition = "009B2C1D", ParagraphId = "20373438", TextId = "77777777"
            };

            TableRowProperties tableRowProperties5 = new TableRowProperties();
            GridAfter          gridAfter5          = new GridAfter()
            {
                Val = 2
            };
            WidthAfterTableRow widthAfterTableRow5 = new WidthAfterTableRow()
            {
                Width = "6375", Type = TableWidthUnitValues.Dxa
            };

            tableRowProperties5.Append(gridAfter5);
            tableRowProperties5.Append(widthAfterTableRow5);

            TableCell tableCell8 = new TableCell();

            TableCellProperties tableCellProperties8 = new TableCellProperties();
            TableCellWidth      tableCellWidth8      = new TableCellWidth()
            {
                Width = "800", Type = TableWidthUnitValues.Dxa
            };

            TableCellBorders tableCellBorders8 = new TableCellBorders();
            TopBorder        topBorder9        = new TopBorder()
            {
                Val = BorderValues.Single, Color = "FFFFFF", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };
            LeftBorder leftBorder9 = new LeftBorder()
            {
                Val = BorderValues.Single, Color = "FFFFFF", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };
            BottomBorder bottomBorder9 = new BottomBorder()
            {
                Val = BorderValues.Single, Color = "FFFFFF", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };
            RightBorder rightBorder9 = new RightBorder()
            {
                Val = BorderValues.Single, Color = "FFFFFF", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };

            tableCellBorders8.Append(topBorder9);
            tableCellBorders8.Append(leftBorder9);
            tableCellBorders8.Append(bottomBorder9);
            tableCellBorders8.Append(rightBorder9);

            tableCellProperties8.Append(tableCellWidth8);
            tableCellProperties8.Append(tableCellBorders8);
            Paragraph paragraph10 = new Paragraph()
            {
                RsidParagraphAddition = "009B2C1D", RsidRunAdditionDefault = "009B2C1D", ParagraphId = "54B78A08", TextId = "77777777"
            };

            tableCell8.Append(tableCellProperties8);
            tableCell8.Append(paragraph10);

            tableRow6.Append(tableRowProperties5);
            tableRow6.Append(tableCell8);

            table1.Append(tableProperties1);
            table1.Append(tableGrid1);
            table1.Append(tableRow1);
            table1.Append(tableRow2);
            table1.Append(tableRow3);
            table1.Append(tableRow4);
            table1.Append(tableRow5);
            table1.Append(tableRow6);
            return(table1);
        }
        // Generates content of chartStylePart1.
        private void GenerateChartStylePart1Content(ChartStylePart chartStylePart1)
        {
            Cs.ChartStyle chartStyle1 = new Cs.ChartStyle() { Id = (UInt32Value)201U };
            chartStyle1.AddNamespaceDeclaration("cs", "http://schemas.microsoft.com/office/drawing/2012/chartStyle");
            chartStyle1.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");

            Cs.AxisTitle axisTitle1 = new Cs.AxisTitle();
            Cs.LineReference lineReference57 = new Cs.LineReference() { Index = (UInt32Value)0U };
            Cs.FillReference fillReference57 = new Cs.FillReference() { Index = (UInt32Value)0U };
            Cs.EffectReference effectReference57 = new Cs.EffectReference() { Index = (UInt32Value)0U };

            Cs.FontReference fontReference57 = new Cs.FontReference() { Index = A.FontCollectionIndexValues.Minor };

            A.SchemeColor schemeColor211 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation18 = new A.LuminanceModulation() { Val = 65000 };
            A.LuminanceOffset luminanceOffset24 = new A.LuminanceOffset() { Val = 35000 };

            schemeColor211.Append(luminanceModulation18);
            schemeColor211.Append(luminanceOffset24);

            fontReference57.Append(schemeColor211);
            Cs.TextCharacterPropertiesType textCharacterPropertiesType1 = new Cs.TextCharacterPropertiesType() { FontSize = 1000, Kerning = 1200 };

            axisTitle1.Append(lineReference57);
            axisTitle1.Append(fillReference57);
            axisTitle1.Append(effectReference57);
            axisTitle1.Append(fontReference57);
            axisTitle1.Append(textCharacterPropertiesType1);

            Cs.CategoryAxis categoryAxis2 = new Cs.CategoryAxis();
            Cs.LineReference lineReference58 = new Cs.LineReference() { Index = (UInt32Value)0U };
            Cs.FillReference fillReference58 = new Cs.FillReference() { Index = (UInt32Value)0U };
            Cs.EffectReference effectReference58 = new Cs.EffectReference() { Index = (UInt32Value)0U };

            Cs.FontReference fontReference58 = new Cs.FontReference() { Index = A.FontCollectionIndexValues.Minor };

            A.SchemeColor schemeColor212 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation19 = new A.LuminanceModulation() { Val = 65000 };
            A.LuminanceOffset luminanceOffset25 = new A.LuminanceOffset() { Val = 35000 };

            schemeColor212.Append(luminanceModulation19);
            schemeColor212.Append(luminanceOffset25);

            fontReference58.Append(schemeColor212);

            Cs.ShapeProperties shapeProperties38 = new Cs.ShapeProperties();

            A.Outline outline20 = new A.Outline() { Width = 9525, CapType = A.LineCapValues.Flat, CompoundLineType = A.CompoundLineValues.Single, Alignment = A.PenAlignmentValues.Center };

            A.SolidFill solidFill32 = new A.SolidFill();

            A.SchemeColor schemeColor213 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation20 = new A.LuminanceModulation() { Val = 15000 };
            A.LuminanceOffset luminanceOffset26 = new A.LuminanceOffset() { Val = 85000 };

            schemeColor213.Append(luminanceModulation20);
            schemeColor213.Append(luminanceOffset26);

            solidFill32.Append(schemeColor213);
            A.Round round4 = new A.Round();

            outline20.Append(solidFill32);
            outline20.Append(round4);

            shapeProperties38.Append(outline20);
            Cs.TextCharacterPropertiesType textCharacterPropertiesType2 = new Cs.TextCharacterPropertiesType() { FontSize = 900, Kerning = 1200 };

            categoryAxis2.Append(lineReference58);
            categoryAxis2.Append(fillReference58);
            categoryAxis2.Append(effectReference58);
            categoryAxis2.Append(fontReference58);
            categoryAxis2.Append(shapeProperties38);
            categoryAxis2.Append(textCharacterPropertiesType2);

            Cs.ChartArea chartArea1 = new Cs.ChartArea() { Modifiers = new ListValue<StringValue>() { InnerText = "allowNoFillOverride allowNoLineOverride" } };
            Cs.LineReference lineReference59 = new Cs.LineReference() { Index = (UInt32Value)0U };
            Cs.FillReference fillReference59 = new Cs.FillReference() { Index = (UInt32Value)0U };
            Cs.EffectReference effectReference59 = new Cs.EffectReference() { Index = (UInt32Value)0U };

            Cs.FontReference fontReference59 = new Cs.FontReference() { Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor214 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };

            fontReference59.Append(schemeColor214);

            Cs.ShapeProperties shapeProperties39 = new Cs.ShapeProperties();

            A.SolidFill solidFill33 = new A.SolidFill();
            A.SchemeColor schemeColor215 = new A.SchemeColor() { Val = A.SchemeColorValues.Background1 };

            solidFill33.Append(schemeColor215);

            A.Outline outline21 = new A.Outline() { Width = 9525, CapType = A.LineCapValues.Flat, CompoundLineType = A.CompoundLineValues.Single, Alignment = A.PenAlignmentValues.Center };

            A.SolidFill solidFill34 = new A.SolidFill();

            A.SchemeColor schemeColor216 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation21 = new A.LuminanceModulation() { Val = 15000 };
            A.LuminanceOffset luminanceOffset27 = new A.LuminanceOffset() { Val = 85000 };

            schemeColor216.Append(luminanceModulation21);
            schemeColor216.Append(luminanceOffset27);

            solidFill34.Append(schemeColor216);
            A.Round round5 = new A.Round();

            outline21.Append(solidFill34);
            outline21.Append(round5);

            shapeProperties39.Append(solidFill33);
            shapeProperties39.Append(outline21);
            Cs.TextCharacterPropertiesType textCharacterPropertiesType3 = new Cs.TextCharacterPropertiesType() { FontSize = 1000, Kerning = 1200 };

            chartArea1.Append(lineReference59);
            chartArea1.Append(fillReference59);
            chartArea1.Append(effectReference59);
            chartArea1.Append(fontReference59);
            chartArea1.Append(shapeProperties39);
            chartArea1.Append(textCharacterPropertiesType3);

            Cs.DataLabel dataLabel1 = new Cs.DataLabel();
            Cs.LineReference lineReference60 = new Cs.LineReference() { Index = (UInt32Value)0U };
            Cs.FillReference fillReference60 = new Cs.FillReference() { Index = (UInt32Value)0U };
            Cs.EffectReference effectReference60 = new Cs.EffectReference() { Index = (UInt32Value)0U };

            Cs.FontReference fontReference60 = new Cs.FontReference() { Index = A.FontCollectionIndexValues.Minor };

            A.SchemeColor schemeColor217 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation22 = new A.LuminanceModulation() { Val = 75000 };
            A.LuminanceOffset luminanceOffset28 = new A.LuminanceOffset() { Val = 25000 };

            schemeColor217.Append(luminanceModulation22);
            schemeColor217.Append(luminanceOffset28);

            fontReference60.Append(schemeColor217);
            Cs.TextCharacterPropertiesType textCharacterPropertiesType4 = new Cs.TextCharacterPropertiesType() { FontSize = 900, Kerning = 1200 };

            dataLabel1.Append(lineReference60);
            dataLabel1.Append(fillReference60);
            dataLabel1.Append(effectReference60);
            dataLabel1.Append(fontReference60);
            dataLabel1.Append(textCharacterPropertiesType4);

            Cs.DataLabelCallout dataLabelCallout1 = new Cs.DataLabelCallout();
            Cs.LineReference lineReference61 = new Cs.LineReference() { Index = (UInt32Value)0U };
            Cs.FillReference fillReference61 = new Cs.FillReference() { Index = (UInt32Value)0U };
            Cs.EffectReference effectReference61 = new Cs.EffectReference() { Index = (UInt32Value)0U };

            Cs.FontReference fontReference61 = new Cs.FontReference() { Index = A.FontCollectionIndexValues.Minor };

            A.SchemeColor schemeColor218 = new A.SchemeColor() { Val = A.SchemeColorValues.Dark1 };
            A.LuminanceModulation luminanceModulation23 = new A.LuminanceModulation() { Val = 65000 };
            A.LuminanceOffset luminanceOffset29 = new A.LuminanceOffset() { Val = 35000 };

            schemeColor218.Append(luminanceModulation23);
            schemeColor218.Append(luminanceOffset29);

            fontReference61.Append(schemeColor218);

            Cs.ShapeProperties shapeProperties40 = new Cs.ShapeProperties();

            A.SolidFill solidFill35 = new A.SolidFill();
            A.SchemeColor schemeColor219 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };

            solidFill35.Append(schemeColor219);

            A.Outline outline22 = new A.Outline();

            A.SolidFill solidFill36 = new A.SolidFill();

            A.SchemeColor schemeColor220 = new A.SchemeColor() { Val = A.SchemeColorValues.Dark1 };
            A.LuminanceModulation luminanceModulation24 = new A.LuminanceModulation() { Val = 25000 };
            A.LuminanceOffset luminanceOffset30 = new A.LuminanceOffset() { Val = 75000 };

            schemeColor220.Append(luminanceModulation24);
            schemeColor220.Append(luminanceOffset30);

            solidFill36.Append(schemeColor220);

            outline22.Append(solidFill36);

            shapeProperties40.Append(solidFill35);
            shapeProperties40.Append(outline22);
            Cs.TextCharacterPropertiesType textCharacterPropertiesType5 = new Cs.TextCharacterPropertiesType() { FontSize = 900, Kerning = 1200 };

            Cs.TextBodyProperties textBodyProperties1 = new Cs.TextBodyProperties() { Rotation = 0, UseParagraphSpacing = true, VerticalOverflow = A.TextVerticalOverflowValues.Clip, HorizontalOverflow = A.TextHorizontalOverflowValues.Clip, Vertical = A.TextVerticalValues.Horizontal, Wrap = A.TextWrappingValues.Square, LeftInset = 36576, TopInset = 18288, RightInset = 36576, BottomInset = 18288, Anchor = A.TextAnchoringTypeValues.Center, AnchorCenter = true };
            A.ShapeAutoFit shapeAutoFit2 = new A.ShapeAutoFit();

            textBodyProperties1.Append(shapeAutoFit2);

            dataLabelCallout1.Append(lineReference61);
            dataLabelCallout1.Append(fillReference61);
            dataLabelCallout1.Append(effectReference61);
            dataLabelCallout1.Append(fontReference61);
            dataLabelCallout1.Append(shapeProperties40);
            dataLabelCallout1.Append(textCharacterPropertiesType5);
            dataLabelCallout1.Append(textBodyProperties1);

            Cs.DataPoint dataPoint1 = new Cs.DataPoint();
            Cs.LineReference lineReference62 = new Cs.LineReference() { Index = (UInt32Value)0U };

            Cs.FillReference fillReference62 = new Cs.FillReference() { Index = (UInt32Value)1U };
            Cs.StyleColor styleColor1 = new Cs.StyleColor() { Val = "auto" };

            fillReference62.Append(styleColor1);
            Cs.EffectReference effectReference62 = new Cs.EffectReference() { Index = (UInt32Value)0U };

            Cs.FontReference fontReference62 = new Cs.FontReference() { Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor221 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };

            fontReference62.Append(schemeColor221);

            dataPoint1.Append(lineReference62);
            dataPoint1.Append(fillReference62);
            dataPoint1.Append(effectReference62);
            dataPoint1.Append(fontReference62);

            Cs.DataPoint3D dataPoint3D1 = new Cs.DataPoint3D();
            Cs.LineReference lineReference63 = new Cs.LineReference() { Index = (UInt32Value)0U };

            Cs.FillReference fillReference63 = new Cs.FillReference() { Index = (UInt32Value)1U };
            Cs.StyleColor styleColor2 = new Cs.StyleColor() { Val = "auto" };

            fillReference63.Append(styleColor2);
            Cs.EffectReference effectReference63 = new Cs.EffectReference() { Index = (UInt32Value)0U };

            Cs.FontReference fontReference63 = new Cs.FontReference() { Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor222 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };

            fontReference63.Append(schemeColor222);

            dataPoint3D1.Append(lineReference63);
            dataPoint3D1.Append(fillReference63);
            dataPoint3D1.Append(effectReference63);
            dataPoint3D1.Append(fontReference63);

            Cs.DataPointLine dataPointLine1 = new Cs.DataPointLine();

            Cs.LineReference lineReference64 = new Cs.LineReference() { Index = (UInt32Value)0U };
            Cs.StyleColor styleColor3 = new Cs.StyleColor() { Val = "auto" };

            lineReference64.Append(styleColor3);
            Cs.FillReference fillReference64 = new Cs.FillReference() { Index = (UInt32Value)1U };
            Cs.EffectReference effectReference64 = new Cs.EffectReference() { Index = (UInt32Value)0U };

            Cs.FontReference fontReference64 = new Cs.FontReference() { Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor223 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };

            fontReference64.Append(schemeColor223);

            Cs.ShapeProperties shapeProperties41 = new Cs.ShapeProperties();

            A.Outline outline23 = new A.Outline() { Width = 28575, CapType = A.LineCapValues.Round };

            A.SolidFill solidFill37 = new A.SolidFill();
            A.SchemeColor schemeColor224 = new A.SchemeColor() { Val = A.SchemeColorValues.PhColor };

            solidFill37.Append(schemeColor224);
            A.Round round6 = new A.Round();

            outline23.Append(solidFill37);
            outline23.Append(round6);

            shapeProperties41.Append(outline23);

            dataPointLine1.Append(lineReference64);
            dataPointLine1.Append(fillReference64);
            dataPointLine1.Append(effectReference64);
            dataPointLine1.Append(fontReference64);
            dataPointLine1.Append(shapeProperties41);

            Cs.DataPointMarker dataPointMarker1 = new Cs.DataPointMarker();

            Cs.LineReference lineReference65 = new Cs.LineReference() { Index = (UInt32Value)0U };
            Cs.StyleColor styleColor4 = new Cs.StyleColor() { Val = "auto" };

            lineReference65.Append(styleColor4);

            Cs.FillReference fillReference65 = new Cs.FillReference() { Index = (UInt32Value)1U };
            Cs.StyleColor styleColor5 = new Cs.StyleColor() { Val = "auto" };

            fillReference65.Append(styleColor5);
            Cs.EffectReference effectReference65 = new Cs.EffectReference() { Index = (UInt32Value)0U };

            Cs.FontReference fontReference65 = new Cs.FontReference() { Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor225 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };

            fontReference65.Append(schemeColor225);

            Cs.ShapeProperties shapeProperties42 = new Cs.ShapeProperties();

            A.Outline outline24 = new A.Outline() { Width = 9525 };

            A.SolidFill solidFill38 = new A.SolidFill();
            A.SchemeColor schemeColor226 = new A.SchemeColor() { Val = A.SchemeColorValues.PhColor };

            solidFill38.Append(schemeColor226);

            outline24.Append(solidFill38);

            shapeProperties42.Append(outline24);

            dataPointMarker1.Append(lineReference65);
            dataPointMarker1.Append(fillReference65);
            dataPointMarker1.Append(effectReference65);
            dataPointMarker1.Append(fontReference65);
            dataPointMarker1.Append(shapeProperties42);
            Cs.MarkerLayoutProperties markerLayoutProperties1 = new Cs.MarkerLayoutProperties() { Symbol = Cs.MarkerStyle.Circle, Size = 5 };

            Cs.DataPointWireframe dataPointWireframe1 = new Cs.DataPointWireframe();

            Cs.LineReference lineReference66 = new Cs.LineReference() { Index = (UInt32Value)0U };
            Cs.StyleColor styleColor6 = new Cs.StyleColor() { Val = "auto" };

            lineReference66.Append(styleColor6);
            Cs.FillReference fillReference66 = new Cs.FillReference() { Index = (UInt32Value)1U };
            Cs.EffectReference effectReference66 = new Cs.EffectReference() { Index = (UInt32Value)0U };

            Cs.FontReference fontReference66 = new Cs.FontReference() { Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor227 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };

            fontReference66.Append(schemeColor227);

            Cs.ShapeProperties shapeProperties43 = new Cs.ShapeProperties();

            A.Outline outline25 = new A.Outline() { Width = 9525, CapType = A.LineCapValues.Round };

            A.SolidFill solidFill39 = new A.SolidFill();
            A.SchemeColor schemeColor228 = new A.SchemeColor() { Val = A.SchemeColorValues.PhColor };

            solidFill39.Append(schemeColor228);
            A.Round round7 = new A.Round();

            outline25.Append(solidFill39);
            outline25.Append(round7);

            shapeProperties43.Append(outline25);

            dataPointWireframe1.Append(lineReference66);
            dataPointWireframe1.Append(fillReference66);
            dataPointWireframe1.Append(effectReference66);
            dataPointWireframe1.Append(fontReference66);
            dataPointWireframe1.Append(shapeProperties43);

            Cs.DataTableStyle dataTableStyle1 = new Cs.DataTableStyle();
            Cs.LineReference lineReference67 = new Cs.LineReference() { Index = (UInt32Value)0U };
            Cs.FillReference fillReference67 = new Cs.FillReference() { Index = (UInt32Value)0U };
            Cs.EffectReference effectReference67 = new Cs.EffectReference() { Index = (UInt32Value)0U };

            Cs.FontReference fontReference67 = new Cs.FontReference() { Index = A.FontCollectionIndexValues.Minor };

            A.SchemeColor schemeColor229 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation25 = new A.LuminanceModulation() { Val = 65000 };
            A.LuminanceOffset luminanceOffset31 = new A.LuminanceOffset() { Val = 35000 };

            schemeColor229.Append(luminanceModulation25);
            schemeColor229.Append(luminanceOffset31);

            fontReference67.Append(schemeColor229);

            Cs.ShapeProperties shapeProperties44 = new Cs.ShapeProperties();
            A.NoFill noFill10 = new A.NoFill();

            A.Outline outline26 = new A.Outline() { Width = 9525, CapType = A.LineCapValues.Flat, CompoundLineType = A.CompoundLineValues.Single, Alignment = A.PenAlignmentValues.Center };

            A.SolidFill solidFill40 = new A.SolidFill();

            A.SchemeColor schemeColor230 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation26 = new A.LuminanceModulation() { Val = 15000 };
            A.LuminanceOffset luminanceOffset32 = new A.LuminanceOffset() { Val = 85000 };

            schemeColor230.Append(luminanceModulation26);
            schemeColor230.Append(luminanceOffset32);

            solidFill40.Append(schemeColor230);
            A.Round round8 = new A.Round();

            outline26.Append(solidFill40);
            outline26.Append(round8);

            shapeProperties44.Append(noFill10);
            shapeProperties44.Append(outline26);
            Cs.TextCharacterPropertiesType textCharacterPropertiesType6 = new Cs.TextCharacterPropertiesType() { FontSize = 900, Kerning = 1200 };

            dataTableStyle1.Append(lineReference67);
            dataTableStyle1.Append(fillReference67);
            dataTableStyle1.Append(effectReference67);
            dataTableStyle1.Append(fontReference67);
            dataTableStyle1.Append(shapeProperties44);
            dataTableStyle1.Append(textCharacterPropertiesType6);

            Cs.DownBar downBar1 = new Cs.DownBar();
            Cs.LineReference lineReference68 = new Cs.LineReference() { Index = (UInt32Value)0U };
            Cs.FillReference fillReference68 = new Cs.FillReference() { Index = (UInt32Value)0U };
            Cs.EffectReference effectReference68 = new Cs.EffectReference() { Index = (UInt32Value)0U };

            Cs.FontReference fontReference68 = new Cs.FontReference() { Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor231 = new A.SchemeColor() { Val = A.SchemeColorValues.Dark1 };

            fontReference68.Append(schemeColor231);

            Cs.ShapeProperties shapeProperties45 = new Cs.ShapeProperties();

            A.SolidFill solidFill41 = new A.SolidFill();

            A.SchemeColor schemeColor232 = new A.SchemeColor() { Val = A.SchemeColorValues.Dark1 };
            A.LuminanceModulation luminanceModulation27 = new A.LuminanceModulation() { Val = 65000 };
            A.LuminanceOffset luminanceOffset33 = new A.LuminanceOffset() { Val = 35000 };

            schemeColor232.Append(luminanceModulation27);
            schemeColor232.Append(luminanceOffset33);

            solidFill41.Append(schemeColor232);

            A.Outline outline27 = new A.Outline() { Width = 9525 };

            A.SolidFill solidFill42 = new A.SolidFill();

            A.SchemeColor schemeColor233 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation28 = new A.LuminanceModulation() { Val = 65000 };
            A.LuminanceOffset luminanceOffset34 = new A.LuminanceOffset() { Val = 35000 };

            schemeColor233.Append(luminanceModulation28);
            schemeColor233.Append(luminanceOffset34);

            solidFill42.Append(schemeColor233);

            outline27.Append(solidFill42);

            shapeProperties45.Append(solidFill41);
            shapeProperties45.Append(outline27);

            downBar1.Append(lineReference68);
            downBar1.Append(fillReference68);
            downBar1.Append(effectReference68);
            downBar1.Append(fontReference68);
            downBar1.Append(shapeProperties45);

            Cs.DropLine dropLine1 = new Cs.DropLine();
            Cs.LineReference lineReference69 = new Cs.LineReference() { Index = (UInt32Value)0U };
            Cs.FillReference fillReference69 = new Cs.FillReference() { Index = (UInt32Value)0U };
            Cs.EffectReference effectReference69 = new Cs.EffectReference() { Index = (UInt32Value)0U };

            Cs.FontReference fontReference69 = new Cs.FontReference() { Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor234 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };

            fontReference69.Append(schemeColor234);

            Cs.ShapeProperties shapeProperties46 = new Cs.ShapeProperties();

            A.Outline outline28 = new A.Outline() { Width = 9525, CapType = A.LineCapValues.Flat, CompoundLineType = A.CompoundLineValues.Single, Alignment = A.PenAlignmentValues.Center };

            A.SolidFill solidFill43 = new A.SolidFill();

            A.SchemeColor schemeColor235 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation29 = new A.LuminanceModulation() { Val = 35000 };
            A.LuminanceOffset luminanceOffset35 = new A.LuminanceOffset() { Val = 65000 };

            schemeColor235.Append(luminanceModulation29);
            schemeColor235.Append(luminanceOffset35);

            solidFill43.Append(schemeColor235);
            A.Round round9 = new A.Round();

            outline28.Append(solidFill43);
            outline28.Append(round9);

            shapeProperties46.Append(outline28);

            dropLine1.Append(lineReference69);
            dropLine1.Append(fillReference69);
            dropLine1.Append(effectReference69);
            dropLine1.Append(fontReference69);
            dropLine1.Append(shapeProperties46);

            Cs.ErrorBar errorBar1 = new Cs.ErrorBar();
            Cs.LineReference lineReference70 = new Cs.LineReference() { Index = (UInt32Value)0U };
            Cs.FillReference fillReference70 = new Cs.FillReference() { Index = (UInt32Value)0U };
            Cs.EffectReference effectReference70 = new Cs.EffectReference() { Index = (UInt32Value)0U };

            Cs.FontReference fontReference70 = new Cs.FontReference() { Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor236 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };

            fontReference70.Append(schemeColor236);

            Cs.ShapeProperties shapeProperties47 = new Cs.ShapeProperties();

            A.Outline outline29 = new A.Outline() { Width = 9525, CapType = A.LineCapValues.Flat, CompoundLineType = A.CompoundLineValues.Single, Alignment = A.PenAlignmentValues.Center };

            A.SolidFill solidFill44 = new A.SolidFill();

            A.SchemeColor schemeColor237 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation30 = new A.LuminanceModulation() { Val = 65000 };
            A.LuminanceOffset luminanceOffset36 = new A.LuminanceOffset() { Val = 35000 };

            schemeColor237.Append(luminanceModulation30);
            schemeColor237.Append(luminanceOffset36);

            solidFill44.Append(schemeColor237);
            A.Round round10 = new A.Round();

            outline29.Append(solidFill44);
            outline29.Append(round10);

            shapeProperties47.Append(outline29);

            errorBar1.Append(lineReference70);
            errorBar1.Append(fillReference70);
            errorBar1.Append(effectReference70);
            errorBar1.Append(fontReference70);
            errorBar1.Append(shapeProperties47);

            Cs.Floor floor1 = new Cs.Floor();
            Cs.LineReference lineReference71 = new Cs.LineReference() { Index = (UInt32Value)0U };
            Cs.FillReference fillReference71 = new Cs.FillReference() { Index = (UInt32Value)0U };
            Cs.EffectReference effectReference71 = new Cs.EffectReference() { Index = (UInt32Value)0U };

            Cs.FontReference fontReference71 = new Cs.FontReference() { Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor238 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };

            fontReference71.Append(schemeColor238);

            Cs.ShapeProperties shapeProperties48 = new Cs.ShapeProperties();
            A.NoFill noFill11 = new A.NoFill();

            A.Outline outline30 = new A.Outline();
            A.NoFill noFill12 = new A.NoFill();

            outline30.Append(noFill12);

            shapeProperties48.Append(noFill11);
            shapeProperties48.Append(outline30);

            floor1.Append(lineReference71);
            floor1.Append(fillReference71);
            floor1.Append(effectReference71);
            floor1.Append(fontReference71);
            floor1.Append(shapeProperties48);

            Cs.GridlineMajor gridlineMajor1 = new Cs.GridlineMajor();
            Cs.LineReference lineReference72 = new Cs.LineReference() { Index = (UInt32Value)0U };
            Cs.FillReference fillReference72 = new Cs.FillReference() { Index = (UInt32Value)0U };
            Cs.EffectReference effectReference72 = new Cs.EffectReference() { Index = (UInt32Value)0U };

            Cs.FontReference fontReference72 = new Cs.FontReference() { Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor239 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };

            fontReference72.Append(schemeColor239);

            Cs.ShapeProperties shapeProperties49 = new Cs.ShapeProperties();

            A.Outline outline31 = new A.Outline() { Width = 9525, CapType = A.LineCapValues.Flat, CompoundLineType = A.CompoundLineValues.Single, Alignment = A.PenAlignmentValues.Center };

            A.SolidFill solidFill45 = new A.SolidFill();

            A.SchemeColor schemeColor240 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation31 = new A.LuminanceModulation() { Val = 15000 };
            A.LuminanceOffset luminanceOffset37 = new A.LuminanceOffset() { Val = 85000 };

            schemeColor240.Append(luminanceModulation31);
            schemeColor240.Append(luminanceOffset37);

            solidFill45.Append(schemeColor240);
            A.Round round11 = new A.Round();

            outline31.Append(solidFill45);
            outline31.Append(round11);

            shapeProperties49.Append(outline31);

            gridlineMajor1.Append(lineReference72);
            gridlineMajor1.Append(fillReference72);
            gridlineMajor1.Append(effectReference72);
            gridlineMajor1.Append(fontReference72);
            gridlineMajor1.Append(shapeProperties49);

            Cs.GridlineMinor gridlineMinor1 = new Cs.GridlineMinor();
            Cs.LineReference lineReference73 = new Cs.LineReference() { Index = (UInt32Value)0U };
            Cs.FillReference fillReference73 = new Cs.FillReference() { Index = (UInt32Value)0U };
            Cs.EffectReference effectReference73 = new Cs.EffectReference() { Index = (UInt32Value)0U };

            Cs.FontReference fontReference73 = new Cs.FontReference() { Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor241 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };

            fontReference73.Append(schemeColor241);

            Cs.ShapeProperties shapeProperties50 = new Cs.ShapeProperties();

            A.Outline outline32 = new A.Outline() { Width = 9525, CapType = A.LineCapValues.Flat, CompoundLineType = A.CompoundLineValues.Single, Alignment = A.PenAlignmentValues.Center };

            A.SolidFill solidFill46 = new A.SolidFill();

            A.SchemeColor schemeColor242 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation32 = new A.LuminanceModulation() { Val = 5000 };
            A.LuminanceOffset luminanceOffset38 = new A.LuminanceOffset() { Val = 95000 };

            schemeColor242.Append(luminanceModulation32);
            schemeColor242.Append(luminanceOffset38);

            solidFill46.Append(schemeColor242);
            A.Round round12 = new A.Round();

            outline32.Append(solidFill46);
            outline32.Append(round12);

            shapeProperties50.Append(outline32);

            gridlineMinor1.Append(lineReference73);
            gridlineMinor1.Append(fillReference73);
            gridlineMinor1.Append(effectReference73);
            gridlineMinor1.Append(fontReference73);
            gridlineMinor1.Append(shapeProperties50);

            Cs.HiLoLine hiLoLine1 = new Cs.HiLoLine();
            Cs.LineReference lineReference74 = new Cs.LineReference() { Index = (UInt32Value)0U };
            Cs.FillReference fillReference74 = new Cs.FillReference() { Index = (UInt32Value)0U };
            Cs.EffectReference effectReference74 = new Cs.EffectReference() { Index = (UInt32Value)0U };

            Cs.FontReference fontReference74 = new Cs.FontReference() { Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor243 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };

            fontReference74.Append(schemeColor243);

            Cs.ShapeProperties shapeProperties51 = new Cs.ShapeProperties();

            A.Outline outline33 = new A.Outline() { Width = 9525, CapType = A.LineCapValues.Flat, CompoundLineType = A.CompoundLineValues.Single, Alignment = A.PenAlignmentValues.Center };

            A.SolidFill solidFill47 = new A.SolidFill();

            A.SchemeColor schemeColor244 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation33 = new A.LuminanceModulation() { Val = 75000 };
            A.LuminanceOffset luminanceOffset39 = new A.LuminanceOffset() { Val = 25000 };

            schemeColor244.Append(luminanceModulation33);
            schemeColor244.Append(luminanceOffset39);

            solidFill47.Append(schemeColor244);
            A.Round round13 = new A.Round();

            outline33.Append(solidFill47);
            outline33.Append(round13);

            shapeProperties51.Append(outline33);

            hiLoLine1.Append(lineReference74);
            hiLoLine1.Append(fillReference74);
            hiLoLine1.Append(effectReference74);
            hiLoLine1.Append(fontReference74);
            hiLoLine1.Append(shapeProperties51);

            Cs.LeaderLine leaderLine1 = new Cs.LeaderLine();
            Cs.LineReference lineReference75 = new Cs.LineReference() { Index = (UInt32Value)0U };
            Cs.FillReference fillReference75 = new Cs.FillReference() { Index = (UInt32Value)0U };
            Cs.EffectReference effectReference75 = new Cs.EffectReference() { Index = (UInt32Value)0U };

            Cs.FontReference fontReference75 = new Cs.FontReference() { Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor245 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };

            fontReference75.Append(schemeColor245);

            Cs.ShapeProperties shapeProperties52 = new Cs.ShapeProperties();

            A.Outline outline34 = new A.Outline() { Width = 9525, CapType = A.LineCapValues.Flat, CompoundLineType = A.CompoundLineValues.Single, Alignment = A.PenAlignmentValues.Center };

            A.SolidFill solidFill48 = new A.SolidFill();

            A.SchemeColor schemeColor246 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation34 = new A.LuminanceModulation() { Val = 35000 };
            A.LuminanceOffset luminanceOffset40 = new A.LuminanceOffset() { Val = 65000 };

            schemeColor246.Append(luminanceModulation34);
            schemeColor246.Append(luminanceOffset40);

            solidFill48.Append(schemeColor246);
            A.Round round14 = new A.Round();

            outline34.Append(solidFill48);
            outline34.Append(round14);

            shapeProperties52.Append(outline34);

            leaderLine1.Append(lineReference75);
            leaderLine1.Append(fillReference75);
            leaderLine1.Append(effectReference75);
            leaderLine1.Append(fontReference75);
            leaderLine1.Append(shapeProperties52);

            Cs.LegendStyle legendStyle1 = new Cs.LegendStyle();
            Cs.LineReference lineReference76 = new Cs.LineReference() { Index = (UInt32Value)0U };
            Cs.FillReference fillReference76 = new Cs.FillReference() { Index = (UInt32Value)0U };
            Cs.EffectReference effectReference76 = new Cs.EffectReference() { Index = (UInt32Value)0U };

            Cs.FontReference fontReference76 = new Cs.FontReference() { Index = A.FontCollectionIndexValues.Minor };

            A.SchemeColor schemeColor247 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation35 = new A.LuminanceModulation() { Val = 65000 };
            A.LuminanceOffset luminanceOffset41 = new A.LuminanceOffset() { Val = 35000 };

            schemeColor247.Append(luminanceModulation35);
            schemeColor247.Append(luminanceOffset41);

            fontReference76.Append(schemeColor247);
            Cs.TextCharacterPropertiesType textCharacterPropertiesType7 = new Cs.TextCharacterPropertiesType() { FontSize = 900, Kerning = 1200 };

            legendStyle1.Append(lineReference76);
            legendStyle1.Append(fillReference76);
            legendStyle1.Append(effectReference76);
            legendStyle1.Append(fontReference76);
            legendStyle1.Append(textCharacterPropertiesType7);

            Cs.PlotArea plotArea2 = new Cs.PlotArea() { Modifiers = new ListValue<StringValue>() { InnerText = "allowNoFillOverride allowNoLineOverride" } };
            Cs.LineReference lineReference77 = new Cs.LineReference() { Index = (UInt32Value)0U };
            Cs.FillReference fillReference77 = new Cs.FillReference() { Index = (UInt32Value)0U };
            Cs.EffectReference effectReference77 = new Cs.EffectReference() { Index = (UInt32Value)0U };

            Cs.FontReference fontReference77 = new Cs.FontReference() { Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor248 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };

            fontReference77.Append(schemeColor248);

            plotArea2.Append(lineReference77);
            plotArea2.Append(fillReference77);
            plotArea2.Append(effectReference77);
            plotArea2.Append(fontReference77);

            Cs.PlotArea3D plotArea3D1 = new Cs.PlotArea3D() { Modifiers = new ListValue<StringValue>() { InnerText = "allowNoFillOverride allowNoLineOverride" } };
            Cs.LineReference lineReference78 = new Cs.LineReference() { Index = (UInt32Value)0U };
            Cs.FillReference fillReference78 = new Cs.FillReference() { Index = (UInt32Value)0U };
            Cs.EffectReference effectReference78 = new Cs.EffectReference() { Index = (UInt32Value)0U };

            Cs.FontReference fontReference78 = new Cs.FontReference() { Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor249 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };

            fontReference78.Append(schemeColor249);

            plotArea3D1.Append(lineReference78);
            plotArea3D1.Append(fillReference78);
            plotArea3D1.Append(effectReference78);
            plotArea3D1.Append(fontReference78);

            Cs.SeriesAxis seriesAxis1 = new Cs.SeriesAxis();
            Cs.LineReference lineReference79 = new Cs.LineReference() { Index = (UInt32Value)0U };
            Cs.FillReference fillReference79 = new Cs.FillReference() { Index = (UInt32Value)0U };
            Cs.EffectReference effectReference79 = new Cs.EffectReference() { Index = (UInt32Value)0U };

            Cs.FontReference fontReference79 = new Cs.FontReference() { Index = A.FontCollectionIndexValues.Minor };

            A.SchemeColor schemeColor250 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation36 = new A.LuminanceModulation() { Val = 65000 };
            A.LuminanceOffset luminanceOffset42 = new A.LuminanceOffset() { Val = 35000 };

            schemeColor250.Append(luminanceModulation36);
            schemeColor250.Append(luminanceOffset42);

            fontReference79.Append(schemeColor250);
            Cs.TextCharacterPropertiesType textCharacterPropertiesType8 = new Cs.TextCharacterPropertiesType() { FontSize = 900, Kerning = 1200 };

            seriesAxis1.Append(lineReference79);
            seriesAxis1.Append(fillReference79);
            seriesAxis1.Append(effectReference79);
            seriesAxis1.Append(fontReference79);
            seriesAxis1.Append(textCharacterPropertiesType8);

            Cs.SeriesLine seriesLine1 = new Cs.SeriesLine();
            Cs.LineReference lineReference80 = new Cs.LineReference() { Index = (UInt32Value)0U };
            Cs.FillReference fillReference80 = new Cs.FillReference() { Index = (UInt32Value)0U };
            Cs.EffectReference effectReference80 = new Cs.EffectReference() { Index = (UInt32Value)0U };

            Cs.FontReference fontReference80 = new Cs.FontReference() { Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor251 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };

            fontReference80.Append(schemeColor251);

            Cs.ShapeProperties shapeProperties53 = new Cs.ShapeProperties();

            A.Outline outline35 = new A.Outline() { Width = 9525, CapType = A.LineCapValues.Flat, CompoundLineType = A.CompoundLineValues.Single, Alignment = A.PenAlignmentValues.Center };

            A.SolidFill solidFill49 = new A.SolidFill();

            A.SchemeColor schemeColor252 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation37 = new A.LuminanceModulation() { Val = 35000 };
            A.LuminanceOffset luminanceOffset43 = new A.LuminanceOffset() { Val = 65000 };

            schemeColor252.Append(luminanceModulation37);
            schemeColor252.Append(luminanceOffset43);

            solidFill49.Append(schemeColor252);
            A.Round round15 = new A.Round();

            outline35.Append(solidFill49);
            outline35.Append(round15);

            shapeProperties53.Append(outline35);

            seriesLine1.Append(lineReference80);
            seriesLine1.Append(fillReference80);
            seriesLine1.Append(effectReference80);
            seriesLine1.Append(fontReference80);
            seriesLine1.Append(shapeProperties53);

            Cs.TitleStyle titleStyle1 = new Cs.TitleStyle();
            Cs.LineReference lineReference81 = new Cs.LineReference() { Index = (UInt32Value)0U };
            Cs.FillReference fillReference81 = new Cs.FillReference() { Index = (UInt32Value)0U };
            Cs.EffectReference effectReference81 = new Cs.EffectReference() { Index = (UInt32Value)0U };

            Cs.FontReference fontReference81 = new Cs.FontReference() { Index = A.FontCollectionIndexValues.Minor };

            A.SchemeColor schemeColor253 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation38 = new A.LuminanceModulation() { Val = 65000 };
            A.LuminanceOffset luminanceOffset44 = new A.LuminanceOffset() { Val = 35000 };

            schemeColor253.Append(luminanceModulation38);
            schemeColor253.Append(luminanceOffset44);

            fontReference81.Append(schemeColor253);
            Cs.TextCharacterPropertiesType textCharacterPropertiesType9 = new Cs.TextCharacterPropertiesType() { FontSize = 1400, Bold = false, Kerning = 1200, Spacing = 0, Baseline = 0 };

            titleStyle1.Append(lineReference81);
            titleStyle1.Append(fillReference81);
            titleStyle1.Append(effectReference81);
            titleStyle1.Append(fontReference81);
            titleStyle1.Append(textCharacterPropertiesType9);

            Cs.TrendlineStyle trendlineStyle1 = new Cs.TrendlineStyle();

            Cs.LineReference lineReference82 = new Cs.LineReference() { Index = (UInt32Value)0U };
            Cs.StyleColor styleColor7 = new Cs.StyleColor() { Val = "auto" };

            lineReference82.Append(styleColor7);
            Cs.FillReference fillReference82 = new Cs.FillReference() { Index = (UInt32Value)0U };
            Cs.EffectReference effectReference82 = new Cs.EffectReference() { Index = (UInt32Value)0U };

            Cs.FontReference fontReference82 = new Cs.FontReference() { Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor254 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };

            fontReference82.Append(schemeColor254);

            Cs.ShapeProperties shapeProperties54 = new Cs.ShapeProperties();

            A.Outline outline36 = new A.Outline() { Width = 19050, CapType = A.LineCapValues.Round };

            A.SolidFill solidFill50 = new A.SolidFill();
            A.SchemeColor schemeColor255 = new A.SchemeColor() { Val = A.SchemeColorValues.PhColor };

            solidFill50.Append(schemeColor255);
            A.PresetDash presetDash12 = new A.PresetDash() { Val = A.PresetLineDashValues.SystemDot };

            outline36.Append(solidFill50);
            outline36.Append(presetDash12);

            shapeProperties54.Append(outline36);

            trendlineStyle1.Append(lineReference82);
            trendlineStyle1.Append(fillReference82);
            trendlineStyle1.Append(effectReference82);
            trendlineStyle1.Append(fontReference82);
            trendlineStyle1.Append(shapeProperties54);

            Cs.TrendlineLabel trendlineLabel1 = new Cs.TrendlineLabel();
            Cs.LineReference lineReference83 = new Cs.LineReference() { Index = (UInt32Value)0U };
            Cs.FillReference fillReference83 = new Cs.FillReference() { Index = (UInt32Value)0U };
            Cs.EffectReference effectReference83 = new Cs.EffectReference() { Index = (UInt32Value)0U };

            Cs.FontReference fontReference83 = new Cs.FontReference() { Index = A.FontCollectionIndexValues.Minor };

            A.SchemeColor schemeColor256 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation39 = new A.LuminanceModulation() { Val = 65000 };
            A.LuminanceOffset luminanceOffset45 = new A.LuminanceOffset() { Val = 35000 };

            schemeColor256.Append(luminanceModulation39);
            schemeColor256.Append(luminanceOffset45);

            fontReference83.Append(schemeColor256);
            Cs.TextCharacterPropertiesType textCharacterPropertiesType10 = new Cs.TextCharacterPropertiesType() { FontSize = 900, Kerning = 1200 };

            trendlineLabel1.Append(lineReference83);
            trendlineLabel1.Append(fillReference83);
            trendlineLabel1.Append(effectReference83);
            trendlineLabel1.Append(fontReference83);
            trendlineLabel1.Append(textCharacterPropertiesType10);

            Cs.UpBar upBar1 = new Cs.UpBar();
            Cs.LineReference lineReference84 = new Cs.LineReference() { Index = (UInt32Value)0U };
            Cs.FillReference fillReference84 = new Cs.FillReference() { Index = (UInt32Value)0U };
            Cs.EffectReference effectReference84 = new Cs.EffectReference() { Index = (UInt32Value)0U };

            Cs.FontReference fontReference84 = new Cs.FontReference() { Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor257 = new A.SchemeColor() { Val = A.SchemeColorValues.Dark1 };

            fontReference84.Append(schemeColor257);

            Cs.ShapeProperties shapeProperties55 = new Cs.ShapeProperties();

            A.SolidFill solidFill51 = new A.SolidFill();
            A.SchemeColor schemeColor258 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };

            solidFill51.Append(schemeColor258);

            A.Outline outline37 = new A.Outline() { Width = 9525 };

            A.SolidFill solidFill52 = new A.SolidFill();

            A.SchemeColor schemeColor259 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation40 = new A.LuminanceModulation() { Val = 15000 };
            A.LuminanceOffset luminanceOffset46 = new A.LuminanceOffset() { Val = 85000 };

            schemeColor259.Append(luminanceModulation40);
            schemeColor259.Append(luminanceOffset46);

            solidFill52.Append(schemeColor259);

            outline37.Append(solidFill52);

            shapeProperties55.Append(solidFill51);
            shapeProperties55.Append(outline37);

            upBar1.Append(lineReference84);
            upBar1.Append(fillReference84);
            upBar1.Append(effectReference84);
            upBar1.Append(fontReference84);
            upBar1.Append(shapeProperties55);

            Cs.ValueAxis valueAxis2 = new Cs.ValueAxis();
            Cs.LineReference lineReference85 = new Cs.LineReference() { Index = (UInt32Value)0U };
            Cs.FillReference fillReference85 = new Cs.FillReference() { Index = (UInt32Value)0U };
            Cs.EffectReference effectReference85 = new Cs.EffectReference() { Index = (UInt32Value)0U };

            Cs.FontReference fontReference85 = new Cs.FontReference() { Index = A.FontCollectionIndexValues.Minor };

            A.SchemeColor schemeColor260 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation41 = new A.LuminanceModulation() { Val = 65000 };
            A.LuminanceOffset luminanceOffset47 = new A.LuminanceOffset() { Val = 35000 };

            schemeColor260.Append(luminanceModulation41);
            schemeColor260.Append(luminanceOffset47);

            fontReference85.Append(schemeColor260);
            Cs.TextCharacterPropertiesType textCharacterPropertiesType11 = new Cs.TextCharacterPropertiesType() { FontSize = 900, Kerning = 1200 };

            valueAxis2.Append(lineReference85);
            valueAxis2.Append(fillReference85);
            valueAxis2.Append(effectReference85);
            valueAxis2.Append(fontReference85);
            valueAxis2.Append(textCharacterPropertiesType11);

            Cs.Wall wall1 = new Cs.Wall();
            Cs.LineReference lineReference86 = new Cs.LineReference() { Index = (UInt32Value)0U };
            Cs.FillReference fillReference86 = new Cs.FillReference() { Index = (UInt32Value)0U };
            Cs.EffectReference effectReference86 = new Cs.EffectReference() { Index = (UInt32Value)0U };

            Cs.FontReference fontReference86 = new Cs.FontReference() { Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor261 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };

            fontReference86.Append(schemeColor261);

            Cs.ShapeProperties shapeProperties56 = new Cs.ShapeProperties();
            A.NoFill noFill13 = new A.NoFill();

            A.Outline outline38 = new A.Outline();
            A.NoFill noFill14 = new A.NoFill();

            outline38.Append(noFill14);

            shapeProperties56.Append(noFill13);
            shapeProperties56.Append(outline38);

            wall1.Append(lineReference86);
            wall1.Append(fillReference86);
            wall1.Append(effectReference86);
            wall1.Append(fontReference86);
            wall1.Append(shapeProperties56);

            chartStyle1.Append(axisTitle1);
            chartStyle1.Append(categoryAxis2);
            chartStyle1.Append(chartArea1);
            chartStyle1.Append(dataLabel1);
            chartStyle1.Append(dataLabelCallout1);
            chartStyle1.Append(dataPoint1);
            chartStyle1.Append(dataPoint3D1);
            chartStyle1.Append(dataPointLine1);
            chartStyle1.Append(dataPointMarker1);
            chartStyle1.Append(markerLayoutProperties1);
            chartStyle1.Append(dataPointWireframe1);
            chartStyle1.Append(dataTableStyle1);
            chartStyle1.Append(downBar1);
            chartStyle1.Append(dropLine1);
            chartStyle1.Append(errorBar1);
            chartStyle1.Append(floor1);
            chartStyle1.Append(gridlineMajor1);
            chartStyle1.Append(gridlineMinor1);
            chartStyle1.Append(hiLoLine1);
            chartStyle1.Append(leaderLine1);
            chartStyle1.Append(legendStyle1);
            chartStyle1.Append(plotArea2);
            chartStyle1.Append(plotArea3D1);
            chartStyle1.Append(seriesAxis1);
            chartStyle1.Append(seriesLine1);
            chartStyle1.Append(titleStyle1);
            chartStyle1.Append(trendlineStyle1);
            chartStyle1.Append(trendlineLabel1);
            chartStyle1.Append(upBar1);
            chartStyle1.Append(valueAxis2);
            chartStyle1.Append(wall1);

            chartStylePart1.ChartStyle = chartStyle1;
        }
Exemplo n.º 19
0
        protected virtual void InitDrawingsPart(int logoToMarkerColOffset  = 824661,
                                                int titleFromMarkerColumn  = 7,
                                                int titleToMarkerColumn    = 9,
                                                int titleToMarkerColOffset = 285450)
        {
            Xdr.WorksheetDrawing worksheetDrawing = new Xdr.WorksheetDrawing();
            worksheetDrawing.AddNamespaceDeclaration("xdr", "http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing");
            worksheetDrawing.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");

            Xdr.TwoCellAnchor twoCellAnchor1 = new Xdr.TwoCellAnchor()
            {
                EditAs = Xdr.EditAsValues.OneCell
            };

            Xdr.FromMarker fromMarker1 = new Xdr.FromMarker();
            Xdr.ColumnId   columnId1   = new Xdr.ColumnId();
            columnId1.Text = "0";
            Xdr.ColumnOffset columnOffset1 = new Xdr.ColumnOffset();
            columnOffset1.Text = "0";
            Xdr.RowId rowId1 = new Xdr.RowId();
            rowId1.Text = "0";
            Xdr.RowOffset rowOffset1 = new Xdr.RowOffset();
            rowOffset1.Text = "82404";

            fromMarker1.Append(columnId1);
            fromMarker1.Append(columnOffset1);
            fromMarker1.Append(rowId1);
            fromMarker1.Append(rowOffset1);

            Xdr.ToMarker toMarker1 = new Xdr.ToMarker();
            Xdr.ColumnId columnId2 = new Xdr.ColumnId();
            columnId2.Text = "2";
            Xdr.ColumnOffset columnOffset2 = new Xdr.ColumnOffset();
            columnOffset2.Text = logoToMarkerColOffset.ToString();
            Xdr.RowId rowId2 = new Xdr.RowId();
            rowId2.Text = "2";
            Xdr.RowOffset rowOffset2 = new Xdr.RowOffset();
            rowOffset2.Text = "126030";

            toMarker1.Append(columnId2);
            toMarker1.Append(columnOffset2);
            toMarker1.Append(rowId2);
            toMarker1.Append(rowOffset2);

            Xdr.Picture picture1 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties1 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties1 = new Xdr.NonVisualDrawingProperties()
            {
                Id = (UInt32Value)4U, Name = "Picture 3"
            };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties1 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks1 = new A.PictureLocks()
            {
                NoChangeAspect = true
            };

            nonVisualPictureDrawingProperties1.Append(pictureLocks1);

            nonVisualPictureProperties1.Append(nonVisualDrawingProperties1);
            nonVisualPictureProperties1.Append(nonVisualPictureDrawingProperties1);

            Xdr.BlipFill blipFill1 = new Xdr.BlipFill()
            {
                RotateWithShape = true
            };

            A.Blip blip1 = new A.Blip()
            {
                Embed = "rId1"
            };
            blip1.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle1 = new A.SourceRectangle()
            {
                Top = 32250, Bottom = 34913
            };
            A.Stretch stretch1 = new A.Stretch();

            blipFill1.Append(blip1);
            blipFill1.Append(sourceRectangle1);
            blipFill1.Append(stretch1);

            Xdr.ShapeProperties shapeProperties1 = new Xdr.ShapeProperties();

            A.Transform2D transform2D1 = new A.Transform2D();
            A.Offset      offset1      = new A.Offset()
            {
                X = 0L, Y = 82404L
            };
            A.Extents extents1 = new A.Extents()
            {
                Cx = 1827961L, Cy = 450026L
            };

            transform2D1.Append(offset1);
            transform2D1.Append(extents1);

            A.PresetGeometry presetGeometry1 = new A.PresetGeometry()
            {
                Preset = A.ShapeTypeValues.Rectangle
            };
            A.AdjustValueList adjustValueList1 = new A.AdjustValueList();

            presetGeometry1.Append(adjustValueList1);

            shapeProperties1.Append(transform2D1);
            shapeProperties1.Append(presetGeometry1);

            picture1.Append(nonVisualPictureProperties1);
            picture1.Append(blipFill1);
            picture1.Append(shapeProperties1);
            Xdr.ClientData clientData1 = new Xdr.ClientData();

            twoCellAnchor1.Append(fromMarker1);
            twoCellAnchor1.Append(toMarker1);
            twoCellAnchor1.Append(picture1);
            twoCellAnchor1.Append(clientData1);

            Xdr.TwoCellAnchor twoCellAnchor2 = new Xdr.TwoCellAnchor()
            {
                EditAs = Xdr.EditAsValues.OneCell
            };

            Xdr.FromMarker fromMarker2 = new Xdr.FromMarker();
            Xdr.ColumnId   columnId3   = new Xdr.ColumnId();
            columnId3.Text = titleFromMarkerColumn.ToString();
            Xdr.ColumnOffset columnOffset3 = new Xdr.ColumnOffset();
            columnOffset3.Text = "685800";
            Xdr.RowId rowId3 = new Xdr.RowId();
            rowId3.Text = "0";
            Xdr.RowOffset rowOffset3 = new Xdr.RowOffset();
            rowOffset3.Text = "114300";

            fromMarker2.Append(columnId3);
            fromMarker2.Append(columnOffset3);
            fromMarker2.Append(rowId3);
            fromMarker2.Append(rowOffset3);

            Xdr.ToMarker toMarker2 = new Xdr.ToMarker();
            Xdr.ColumnId columnId4 = new Xdr.ColumnId();
            columnId4.Text = titleToMarkerColumn.ToString();
            Xdr.ColumnOffset columnOffset4 = new Xdr.ColumnOffset();
            columnOffset4.Text = titleToMarkerColOffset.ToString();
            Xdr.RowId rowId4 = new Xdr.RowId();
            rowId4.Text = "2";
            Xdr.RowOffset rowOffset4 = new Xdr.RowOffset();
            rowOffset4.Text = "88900";

            toMarker2.Append(columnId4);
            toMarker2.Append(columnOffset4);
            toMarker2.Append(rowId4);
            toMarker2.Append(rowOffset4);

            Xdr.Shape shape1 = new Xdr.Shape()
            {
                Macro = "", TextLink = ""
            };

            Xdr.NonVisualShapeProperties   nonVisualShapeProperties1   = new Xdr.NonVisualShapeProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties2 = new Xdr.NonVisualDrawingProperties()
            {
                Id = (UInt32Value)8U, Name = "TextBox 7"
            };
            Xdr.NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties1 = new Xdr.NonVisualShapeDrawingProperties()
            {
                TextBox = true
            };

            nonVisualShapeProperties1.Append(nonVisualDrawingProperties2);
            nonVisualShapeProperties1.Append(nonVisualShapeDrawingProperties1);

            Xdr.ShapeProperties shapeProperties2 = new Xdr.ShapeProperties();

            A.Transform2D transform2D2 = new A.Transform2D();
            A.Offset      offset2      = new A.Offset()
            {
                X = 6769100L, Y = 114300L
            };
            A.Extents extents2 = new A.Extents()
            {
                Cx = 1631650L, Cy = 381000L
            };

            transform2D2.Append(offset2);
            transform2D2.Append(extents2);

            A.PresetGeometry presetGeometry2 = new A.PresetGeometry()
            {
                Preset = A.ShapeTypeValues.Rectangle
            };
            A.AdjustValueList adjustValueList2 = new A.AdjustValueList();

            presetGeometry2.Append(adjustValueList2);

            A.SolidFill   solidFill1   = new A.SolidFill();
            A.SchemeColor schemeColor1 = new A.SchemeColor()
            {
                Val = A.SchemeColorValues.Text1
            };

            solidFill1.Append(schemeColor1);

            A.Outline outline1 = new A.Outline()
            {
                Width = 9525, CompoundLineType = A.CompoundLineValues.Single
            };
            A.NoFill noFill1 = new A.NoFill();

            outline1.Append(noFill1);

            shapeProperties2.Append(transform2D2);
            shapeProperties2.Append(presetGeometry2);
            shapeProperties2.Append(solidFill1);
            shapeProperties2.Append(outline1);

            Xdr.ShapeStyle shapeStyle1 = new Xdr.ShapeStyle();

            A.LineReference lineReference1 = new A.LineReference()
            {
                Index = (UInt32Value)0U
            };
            A.RgbColorModelPercentage rgbColorModelPercentage1 = new A.RgbColorModelPercentage()
            {
                RedPortion = 0, GreenPortion = 0, BluePortion = 0
            };

            lineReference1.Append(rgbColorModelPercentage1);

            A.FillReference fillReference1 = new A.FillReference()
            {
                Index = (UInt32Value)0U
            };
            A.RgbColorModelPercentage rgbColorModelPercentage2 = new A.RgbColorModelPercentage()
            {
                RedPortion = 0, GreenPortion = 0, BluePortion = 0
            };

            fillReference1.Append(rgbColorModelPercentage2);

            A.EffectReference effectReference1 = new A.EffectReference()
            {
                Index = (UInt32Value)0U
            };
            A.RgbColorModelPercentage rgbColorModelPercentage3 = new A.RgbColorModelPercentage()
            {
                RedPortion = 0, GreenPortion = 0, BluePortion = 0
            };

            effectReference1.Append(rgbColorModelPercentage3);

            A.FontReference fontReference1 = new A.FontReference()
            {
                Index = A.FontCollectionIndexValues.Minor
            };
            A.SchemeColor schemeColor2 = new A.SchemeColor()
            {
                Val = A.SchemeColorValues.Dark1
            };

            fontReference1.Append(schemeColor2);

            shapeStyle1.Append(lineReference1);
            shapeStyle1.Append(fillReference1);
            shapeStyle1.Append(effectReference1);
            shapeStyle1.Append(fontReference1);

            Xdr.TextBody     textBody1       = new Xdr.TextBody();
            A.BodyProperties bodyProperties1 = new A.BodyProperties()
            {
                VerticalOverflow = A.TextVerticalOverflowValues.Clip, HorizontalOverflow = A.TextHorizontalOverflowValues.Clip, Wrap = A.TextWrappingValues.Square, RightToLeftColumns = false, Anchor = A.TextAnchoringTypeValues.Center
            };
            A.ListStyle listStyle1 = new A.ListStyle();

            A.Paragraph           paragraph1           = new A.Paragraph();
            A.ParagraphProperties paragraphProperties1 = new A.ParagraphProperties()
            {
                Alignment = A.TextAlignmentTypeValues.Center
            };

            A.Run run1 = new A.Run();

            A.RunProperties runProperties1 = new A.RunProperties()
            {
                Language = "en-US", FontSize = 1600, Bold = true
            };

            A.SolidFill   solidFill2   = new A.SolidFill();
            A.SchemeColor schemeColor3 = new A.SchemeColor()
            {
                Val = A.SchemeColorValues.Background1
            };

            solidFill2.Append(schemeColor3);

            runProperties1.Append(solidFill2);
            A.Text text1 = new A.Text();
            text1.Text = "Deloitte Reveal";

            run1.Append(runProperties1);
            run1.Append(text1);

            paragraph1.Append(paragraphProperties1);
            paragraph1.Append(run1);

            textBody1.Append(bodyProperties1);
            textBody1.Append(listStyle1);
            textBody1.Append(paragraph1);

            shape1.Append(nonVisualShapeProperties1);
            shape1.Append(shapeProperties2);
            shape1.Append(shapeStyle1);
            shape1.Append(textBody1);
            Xdr.ClientData clientData2 = new Xdr.ClientData();

            twoCellAnchor2.Append(fromMarker2);
            twoCellAnchor2.Append(toMarker2);
            twoCellAnchor2.Append(shape1);
            twoCellAnchor2.Append(clientData2);

            worksheetDrawing.Append(twoCellAnchor1);
            worksheetDrawing.Append(twoCellAnchor2);

            DrawingsPart.WorksheetDrawing = worksheetDrawing;
        }
Exemplo n.º 20
0
        // Generates content of drawingsPart1.
        private void GenerateDrawingsPart1Content(DrawingsPart drawingsPart1)
        {
            Xdr.WorksheetDrawing worksheetDrawing1 = new Xdr.WorksheetDrawing();
            worksheetDrawing1.AddNamespaceDeclaration("xdr", "http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing");
            worksheetDrawing1.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");

            Xdr.TwoCellAnchor twoCellAnchor1 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker1 = new Xdr.FromMarker();
            Xdr.ColumnId columnId1 = new Xdr.ColumnId();
            columnId1.Text = "1";
            Xdr.ColumnOffset columnOffset1 = new Xdr.ColumnOffset();
            columnOffset1.Text = "19050";
            Xdr.RowId rowId1 = new Xdr.RowId();
            rowId1.Text = "16";
            Xdr.RowOffset rowOffset1 = new Xdr.RowOffset();
            rowOffset1.Text = "0";

            fromMarker1.Append(columnId1);
            fromMarker1.Append(columnOffset1);
            fromMarker1.Append(rowId1);
            fromMarker1.Append(rowOffset1);

            Xdr.ToMarker toMarker1 = new Xdr.ToMarker();
            Xdr.ColumnId columnId2 = new Xdr.ColumnId();
            columnId2.Text = "2";
            Xdr.ColumnOffset columnOffset2 = new Xdr.ColumnOffset();
            columnOffset2.Text = "0";
            Xdr.RowId rowId2 = new Xdr.RowId();
            rowId2.Text = "16";
            Xdr.RowOffset rowOffset2 = new Xdr.RowOffset();
            rowOffset2.Text = "0";

            toMarker1.Append(columnId2);
            toMarker1.Append(columnOffset2);
            toMarker1.Append(rowId2);
            toMarker1.Append(rowOffset2);

            Xdr.Picture picture1 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties1 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties1 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2619U, Name = "Picture 1" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties1 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks1 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties1.Append(pictureLocks1);

            nonVisualPictureProperties1.Append(nonVisualDrawingProperties1);
            nonVisualPictureProperties1.Append(nonVisualPictureDrawingProperties1);

            Xdr.BlipFill blipFill1 = new Xdr.BlipFill();

            A.Blip blip1 = new A.Blip() { Embed = "rId1" };
            blip1.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle1 = new A.SourceRectangle();

            A.Stretch stretch1 = new A.Stretch();
            A.FillRectangle fillRectangle1 = new A.FillRectangle();

            stretch1.Append(fillRectangle1);

            blipFill1.Append(blip1);
            blipFill1.Append(sourceRectangle1);
            blipFill1.Append(stretch1);

            Xdr.ShapeProperties shapeProperties3 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D3 = new A.Transform2D();
            A.Offset offset3 = new A.Offset() { X = 600075L, Y = 3790950L };
            A.Extents extents3 = new A.Extents() { Cx = 1085850L, Cy = 0L };

            transform2D3.Append(offset3);
            transform2D3.Append(extents3);

            A.PresetGeometry presetGeometry1 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList3 = new A.AdjustValueList();

            presetGeometry1.Append(adjustValueList3);
            A.NoFill noFill1 = new A.NoFill();

            A.Outline outline6 = new A.Outline() { Width = 9525 };
            A.NoFill noFill2 = new A.NoFill();
            A.Miter miter1 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd3 = new A.HeadEnd();
            A.TailEnd tailEnd3 = new A.TailEnd();

            outline6.Append(noFill2);
            outline6.Append(miter1);
            outline6.Append(headEnd3);
            outline6.Append(tailEnd3);

            shapeProperties3.Append(transform2D3);
            shapeProperties3.Append(presetGeometry1);
            shapeProperties3.Append(noFill1);
            shapeProperties3.Append(outline6);

            picture1.Append(nonVisualPictureProperties1);
            picture1.Append(blipFill1);
            picture1.Append(shapeProperties3);
            Xdr.ClientData clientData1 = new Xdr.ClientData();

            twoCellAnchor1.Append(fromMarker1);
            twoCellAnchor1.Append(toMarker1);
            twoCellAnchor1.Append(picture1);
            twoCellAnchor1.Append(clientData1);

            Xdr.TwoCellAnchor twoCellAnchor2 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker2 = new Xdr.FromMarker();
            Xdr.ColumnId columnId3 = new Xdr.ColumnId();
            columnId3.Text = "1";
            Xdr.ColumnOffset columnOffset3 = new Xdr.ColumnOffset();
            columnOffset3.Text = "0";
            Xdr.RowId rowId3 = new Xdr.RowId();
            rowId3.Text = "16";
            Xdr.RowOffset rowOffset3 = new Xdr.RowOffset();
            rowOffset3.Text = "0";

            fromMarker2.Append(columnId3);
            fromMarker2.Append(columnOffset3);
            fromMarker2.Append(rowId3);
            fromMarker2.Append(rowOffset3);

            Xdr.ToMarker toMarker2 = new Xdr.ToMarker();
            Xdr.ColumnId columnId4 = new Xdr.ColumnId();
            columnId4.Text = "3";
            Xdr.ColumnOffset columnOffset4 = new Xdr.ColumnOffset();
            columnOffset4.Text = "0";
            Xdr.RowId rowId4 = new Xdr.RowId();
            rowId4.Text = "16";
            Xdr.RowOffset rowOffset4 = new Xdr.RowOffset();
            rowOffset4.Text = "0";

            toMarker2.Append(columnId4);
            toMarker2.Append(columnOffset4);
            toMarker2.Append(rowId4);
            toMarker2.Append(rowOffset4);

            Xdr.Picture picture2 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties2 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties2 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2620U, Name = "Picture 2" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties2 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks2 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties2.Append(pictureLocks2);

            nonVisualPictureProperties2.Append(nonVisualDrawingProperties2);
            nonVisualPictureProperties2.Append(nonVisualPictureDrawingProperties2);

            Xdr.BlipFill blipFill2 = new Xdr.BlipFill();

            A.Blip blip2 = new A.Blip() { Embed = "rId1" };
            blip2.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle2 = new A.SourceRectangle();

            A.Stretch stretch2 = new A.Stretch();
            A.FillRectangle fillRectangle2 = new A.FillRectangle();

            stretch2.Append(fillRectangle2);

            blipFill2.Append(blip2);
            blipFill2.Append(sourceRectangle2);
            blipFill2.Append(stretch2);

            Xdr.ShapeProperties shapeProperties4 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D4 = new A.Transform2D();
            A.Offset offset4 = new A.Offset() { X = 581025L, Y = 3790950L };
            A.Extents extents4 = new A.Extents() { Cx = 2819400L, Cy = 0L };

            transform2D4.Append(offset4);
            transform2D4.Append(extents4);

            A.PresetGeometry presetGeometry2 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList4 = new A.AdjustValueList();

            presetGeometry2.Append(adjustValueList4);
            A.NoFill noFill3 = new A.NoFill();

            A.Outline outline7 = new A.Outline() { Width = 9525 };
            A.NoFill noFill4 = new A.NoFill();
            A.Miter miter2 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd4 = new A.HeadEnd();
            A.TailEnd tailEnd4 = new A.TailEnd();

            outline7.Append(noFill4);
            outline7.Append(miter2);
            outline7.Append(headEnd4);
            outline7.Append(tailEnd4);

            shapeProperties4.Append(transform2D4);
            shapeProperties4.Append(presetGeometry2);
            shapeProperties4.Append(noFill3);
            shapeProperties4.Append(outline7);

            picture2.Append(nonVisualPictureProperties2);
            picture2.Append(blipFill2);
            picture2.Append(shapeProperties4);
            Xdr.ClientData clientData2 = new Xdr.ClientData();

            twoCellAnchor2.Append(fromMarker2);
            twoCellAnchor2.Append(toMarker2);
            twoCellAnchor2.Append(picture2);
            twoCellAnchor2.Append(clientData2);

            Xdr.TwoCellAnchor twoCellAnchor3 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker3 = new Xdr.FromMarker();
            Xdr.ColumnId columnId5 = new Xdr.ColumnId();
            columnId5.Text = "1";
            Xdr.ColumnOffset columnOffset5 = new Xdr.ColumnOffset();
            columnOffset5.Text = "0";
            Xdr.RowId rowId5 = new Xdr.RowId();
            rowId5.Text = "16";
            Xdr.RowOffset rowOffset5 = new Xdr.RowOffset();
            rowOffset5.Text = "0";

            fromMarker3.Append(columnId5);
            fromMarker3.Append(columnOffset5);
            fromMarker3.Append(rowId5);
            fromMarker3.Append(rowOffset5);

            Xdr.ToMarker toMarker3 = new Xdr.ToMarker();
            Xdr.ColumnId columnId6 = new Xdr.ColumnId();
            columnId6.Text = "3";
            Xdr.ColumnOffset columnOffset6 = new Xdr.ColumnOffset();
            columnOffset6.Text = "0";
            Xdr.RowId rowId6 = new Xdr.RowId();
            rowId6.Text = "16";
            Xdr.RowOffset rowOffset6 = new Xdr.RowOffset();
            rowOffset6.Text = "0";

            toMarker3.Append(columnId6);
            toMarker3.Append(columnOffset6);
            toMarker3.Append(rowId6);
            toMarker3.Append(rowOffset6);

            Xdr.Picture picture3 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties3 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties3 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2621U, Name = "Picture 3" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties3 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks3 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties3.Append(pictureLocks3);

            nonVisualPictureProperties3.Append(nonVisualDrawingProperties3);
            nonVisualPictureProperties3.Append(nonVisualPictureDrawingProperties3);

            Xdr.BlipFill blipFill3 = new Xdr.BlipFill();

            A.Blip blip3 = new A.Blip() { Embed = "rId1" };
            blip3.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle3 = new A.SourceRectangle();

            A.Stretch stretch3 = new A.Stretch();
            A.FillRectangle fillRectangle3 = new A.FillRectangle();

            stretch3.Append(fillRectangle3);

            blipFill3.Append(blip3);
            blipFill3.Append(sourceRectangle3);
            blipFill3.Append(stretch3);

            Xdr.ShapeProperties shapeProperties5 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D5 = new A.Transform2D();
            A.Offset offset5 = new A.Offset() { X = 581025L, Y = 3790950L };
            A.Extents extents5 = new A.Extents() { Cx = 2819400L, Cy = 0L };

            transform2D5.Append(offset5);
            transform2D5.Append(extents5);

            A.PresetGeometry presetGeometry3 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList5 = new A.AdjustValueList();

            presetGeometry3.Append(adjustValueList5);
            A.NoFill noFill5 = new A.NoFill();

            A.Outline outline8 = new A.Outline() { Width = 9525 };
            A.NoFill noFill6 = new A.NoFill();
            A.Miter miter3 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd5 = new A.HeadEnd();
            A.TailEnd tailEnd5 = new A.TailEnd();

            outline8.Append(noFill6);
            outline8.Append(miter3);
            outline8.Append(headEnd5);
            outline8.Append(tailEnd5);

            shapeProperties5.Append(transform2D5);
            shapeProperties5.Append(presetGeometry3);
            shapeProperties5.Append(noFill5);
            shapeProperties5.Append(outline8);

            picture3.Append(nonVisualPictureProperties3);
            picture3.Append(blipFill3);
            picture3.Append(shapeProperties5);
            Xdr.ClientData clientData3 = new Xdr.ClientData();

            twoCellAnchor3.Append(fromMarker3);
            twoCellAnchor3.Append(toMarker3);
            twoCellAnchor3.Append(picture3);
            twoCellAnchor3.Append(clientData3);

            Xdr.TwoCellAnchor twoCellAnchor4 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker4 = new Xdr.FromMarker();
            Xdr.ColumnId columnId7 = new Xdr.ColumnId();
            columnId7.Text = "1";
            Xdr.ColumnOffset columnOffset7 = new Xdr.ColumnOffset();
            columnOffset7.Text = "19050";
            Xdr.RowId rowId7 = new Xdr.RowId();
            rowId7.Text = "16";
            Xdr.RowOffset rowOffset7 = new Xdr.RowOffset();
            rowOffset7.Text = "0";

            fromMarker4.Append(columnId7);
            fromMarker4.Append(columnOffset7);
            fromMarker4.Append(rowId7);
            fromMarker4.Append(rowOffset7);

            Xdr.ToMarker toMarker4 = new Xdr.ToMarker();
            Xdr.ColumnId columnId8 = new Xdr.ColumnId();
            columnId8.Text = "3";
            Xdr.ColumnOffset columnOffset8 = new Xdr.ColumnOffset();
            columnOffset8.Text = "0";
            Xdr.RowId rowId8 = new Xdr.RowId();
            rowId8.Text = "16";
            Xdr.RowOffset rowOffset8 = new Xdr.RowOffset();
            rowOffset8.Text = "0";

            toMarker4.Append(columnId8);
            toMarker4.Append(columnOffset8);
            toMarker4.Append(rowId8);
            toMarker4.Append(rowOffset8);

            Xdr.Picture picture4 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties4 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties4 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2622U, Name = "Picture 4" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties4 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks4 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties4.Append(pictureLocks4);

            nonVisualPictureProperties4.Append(nonVisualDrawingProperties4);
            nonVisualPictureProperties4.Append(nonVisualPictureDrawingProperties4);

            Xdr.BlipFill blipFill4 = new Xdr.BlipFill();

            A.Blip blip4 = new A.Blip() { Embed = "rId1" };
            blip4.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle4 = new A.SourceRectangle();

            A.Stretch stretch4 = new A.Stretch();
            A.FillRectangle fillRectangle4 = new A.FillRectangle();

            stretch4.Append(fillRectangle4);

            blipFill4.Append(blip4);
            blipFill4.Append(sourceRectangle4);
            blipFill4.Append(stretch4);

            Xdr.ShapeProperties shapeProperties6 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D6 = new A.Transform2D();
            A.Offset offset6 = new A.Offset() { X = 600075L, Y = 3790950L };
            A.Extents extents6 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D6.Append(offset6);
            transform2D6.Append(extents6);

            A.PresetGeometry presetGeometry4 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList6 = new A.AdjustValueList();

            presetGeometry4.Append(adjustValueList6);
            A.NoFill noFill7 = new A.NoFill();

            A.Outline outline9 = new A.Outline() { Width = 9525 };
            A.NoFill noFill8 = new A.NoFill();
            A.Miter miter4 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd6 = new A.HeadEnd();
            A.TailEnd tailEnd6 = new A.TailEnd();

            outline9.Append(noFill8);
            outline9.Append(miter4);
            outline9.Append(headEnd6);
            outline9.Append(tailEnd6);

            shapeProperties6.Append(transform2D6);
            shapeProperties6.Append(presetGeometry4);
            shapeProperties6.Append(noFill7);
            shapeProperties6.Append(outline9);

            picture4.Append(nonVisualPictureProperties4);
            picture4.Append(blipFill4);
            picture4.Append(shapeProperties6);
            Xdr.ClientData clientData4 = new Xdr.ClientData();

            twoCellAnchor4.Append(fromMarker4);
            twoCellAnchor4.Append(toMarker4);
            twoCellAnchor4.Append(picture4);
            twoCellAnchor4.Append(clientData4);

            Xdr.TwoCellAnchor twoCellAnchor5 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker5 = new Xdr.FromMarker();
            Xdr.ColumnId columnId9 = new Xdr.ColumnId();
            columnId9.Text = "1";
            Xdr.ColumnOffset columnOffset9 = new Xdr.ColumnOffset();
            columnOffset9.Text = "19050";
            Xdr.RowId rowId9 = new Xdr.RowId();
            rowId9.Text = "16";
            Xdr.RowOffset rowOffset9 = new Xdr.RowOffset();
            rowOffset9.Text = "0";

            fromMarker5.Append(columnId9);
            fromMarker5.Append(columnOffset9);
            fromMarker5.Append(rowId9);
            fromMarker5.Append(rowOffset9);

            Xdr.ToMarker toMarker5 = new Xdr.ToMarker();
            Xdr.ColumnId columnId10 = new Xdr.ColumnId();
            columnId10.Text = "3";
            Xdr.ColumnOffset columnOffset10 = new Xdr.ColumnOffset();
            columnOffset10.Text = "0";
            Xdr.RowId rowId10 = new Xdr.RowId();
            rowId10.Text = "16";
            Xdr.RowOffset rowOffset10 = new Xdr.RowOffset();
            rowOffset10.Text = "0";

            toMarker5.Append(columnId10);
            toMarker5.Append(columnOffset10);
            toMarker5.Append(rowId10);
            toMarker5.Append(rowOffset10);

            Xdr.Picture picture5 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties5 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties5 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2623U, Name = "Picture 5" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties5 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks5 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties5.Append(pictureLocks5);

            nonVisualPictureProperties5.Append(nonVisualDrawingProperties5);
            nonVisualPictureProperties5.Append(nonVisualPictureDrawingProperties5);

            Xdr.BlipFill blipFill5 = new Xdr.BlipFill();

            A.Blip blip5 = new A.Blip() { Embed = "rId1" };
            blip5.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle5 = new A.SourceRectangle();

            A.Stretch stretch5 = new A.Stretch();
            A.FillRectangle fillRectangle5 = new A.FillRectangle();

            stretch5.Append(fillRectangle5);

            blipFill5.Append(blip5);
            blipFill5.Append(sourceRectangle5);
            blipFill5.Append(stretch5);

            Xdr.ShapeProperties shapeProperties7 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D7 = new A.Transform2D();
            A.Offset offset7 = new A.Offset() { X = 600075L, Y = 3790950L };
            A.Extents extents7 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D7.Append(offset7);
            transform2D7.Append(extents7);

            A.PresetGeometry presetGeometry5 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList7 = new A.AdjustValueList();

            presetGeometry5.Append(adjustValueList7);
            A.NoFill noFill9 = new A.NoFill();

            A.Outline outline10 = new A.Outline() { Width = 9525 };
            A.NoFill noFill10 = new A.NoFill();
            A.Miter miter5 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd7 = new A.HeadEnd();
            A.TailEnd tailEnd7 = new A.TailEnd();

            outline10.Append(noFill10);
            outline10.Append(miter5);
            outline10.Append(headEnd7);
            outline10.Append(tailEnd7);

            shapeProperties7.Append(transform2D7);
            shapeProperties7.Append(presetGeometry5);
            shapeProperties7.Append(noFill9);
            shapeProperties7.Append(outline10);

            picture5.Append(nonVisualPictureProperties5);
            picture5.Append(blipFill5);
            picture5.Append(shapeProperties7);
            Xdr.ClientData clientData5 = new Xdr.ClientData();

            twoCellAnchor5.Append(fromMarker5);
            twoCellAnchor5.Append(toMarker5);
            twoCellAnchor5.Append(picture5);
            twoCellAnchor5.Append(clientData5);

            Xdr.TwoCellAnchor twoCellAnchor6 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker6 = new Xdr.FromMarker();
            Xdr.ColumnId columnId11 = new Xdr.ColumnId();
            columnId11.Text = "1";
            Xdr.ColumnOffset columnOffset11 = new Xdr.ColumnOffset();
            columnOffset11.Text = "19050";
            Xdr.RowId rowId11 = new Xdr.RowId();
            rowId11.Text = "16";
            Xdr.RowOffset rowOffset11 = new Xdr.RowOffset();
            rowOffset11.Text = "0";

            fromMarker6.Append(columnId11);
            fromMarker6.Append(columnOffset11);
            fromMarker6.Append(rowId11);
            fromMarker6.Append(rowOffset11);

            Xdr.ToMarker toMarker6 = new Xdr.ToMarker();
            Xdr.ColumnId columnId12 = new Xdr.ColumnId();
            columnId12.Text = "3";
            Xdr.ColumnOffset columnOffset12 = new Xdr.ColumnOffset();
            columnOffset12.Text = "0";
            Xdr.RowId rowId12 = new Xdr.RowId();
            rowId12.Text = "16";
            Xdr.RowOffset rowOffset12 = new Xdr.RowOffset();
            rowOffset12.Text = "0";

            toMarker6.Append(columnId12);
            toMarker6.Append(columnOffset12);
            toMarker6.Append(rowId12);
            toMarker6.Append(rowOffset12);

            Xdr.Picture picture6 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties6 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties6 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2624U, Name = "Picture 6" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties6 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks6 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties6.Append(pictureLocks6);

            nonVisualPictureProperties6.Append(nonVisualDrawingProperties6);
            nonVisualPictureProperties6.Append(nonVisualPictureDrawingProperties6);

            Xdr.BlipFill blipFill6 = new Xdr.BlipFill();

            A.Blip blip6 = new A.Blip() { Embed = "rId1" };
            blip6.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle6 = new A.SourceRectangle();

            A.Stretch stretch6 = new A.Stretch();
            A.FillRectangle fillRectangle6 = new A.FillRectangle();

            stretch6.Append(fillRectangle6);

            blipFill6.Append(blip6);
            blipFill6.Append(sourceRectangle6);
            blipFill6.Append(stretch6);

            Xdr.ShapeProperties shapeProperties8 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D8 = new A.Transform2D();
            A.Offset offset8 = new A.Offset() { X = 600075L, Y = 3790950L };
            A.Extents extents8 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D8.Append(offset8);
            transform2D8.Append(extents8);

            A.PresetGeometry presetGeometry6 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList8 = new A.AdjustValueList();

            presetGeometry6.Append(adjustValueList8);
            A.NoFill noFill11 = new A.NoFill();

            A.Outline outline11 = new A.Outline() { Width = 9525 };
            A.NoFill noFill12 = new A.NoFill();
            A.Miter miter6 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd8 = new A.HeadEnd();
            A.TailEnd tailEnd8 = new A.TailEnd();

            outline11.Append(noFill12);
            outline11.Append(miter6);
            outline11.Append(headEnd8);
            outline11.Append(tailEnd8);

            shapeProperties8.Append(transform2D8);
            shapeProperties8.Append(presetGeometry6);
            shapeProperties8.Append(noFill11);
            shapeProperties8.Append(outline11);

            picture6.Append(nonVisualPictureProperties6);
            picture6.Append(blipFill6);
            picture6.Append(shapeProperties8);
            Xdr.ClientData clientData6 = new Xdr.ClientData();

            twoCellAnchor6.Append(fromMarker6);
            twoCellAnchor6.Append(toMarker6);
            twoCellAnchor6.Append(picture6);
            twoCellAnchor6.Append(clientData6);

            Xdr.TwoCellAnchor twoCellAnchor7 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker7 = new Xdr.FromMarker();
            Xdr.ColumnId columnId13 = new Xdr.ColumnId();
            columnId13.Text = "1";
            Xdr.ColumnOffset columnOffset13 = new Xdr.ColumnOffset();
            columnOffset13.Text = "19050";
            Xdr.RowId rowId13 = new Xdr.RowId();
            rowId13.Text = "16";
            Xdr.RowOffset rowOffset13 = new Xdr.RowOffset();
            rowOffset13.Text = "0";

            fromMarker7.Append(columnId13);
            fromMarker7.Append(columnOffset13);
            fromMarker7.Append(rowId13);
            fromMarker7.Append(rowOffset13);

            Xdr.ToMarker toMarker7 = new Xdr.ToMarker();
            Xdr.ColumnId columnId14 = new Xdr.ColumnId();
            columnId14.Text = "3";
            Xdr.ColumnOffset columnOffset14 = new Xdr.ColumnOffset();
            columnOffset14.Text = "0";
            Xdr.RowId rowId14 = new Xdr.RowId();
            rowId14.Text = "16";
            Xdr.RowOffset rowOffset14 = new Xdr.RowOffset();
            rowOffset14.Text = "0";

            toMarker7.Append(columnId14);
            toMarker7.Append(columnOffset14);
            toMarker7.Append(rowId14);
            toMarker7.Append(rowOffset14);

            Xdr.Picture picture7 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties7 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties7 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2625U, Name = "Picture 7" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties7 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks7 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties7.Append(pictureLocks7);

            nonVisualPictureProperties7.Append(nonVisualDrawingProperties7);
            nonVisualPictureProperties7.Append(nonVisualPictureDrawingProperties7);

            Xdr.BlipFill blipFill7 = new Xdr.BlipFill();

            A.Blip blip7 = new A.Blip() { Embed = "rId1" };
            blip7.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle7 = new A.SourceRectangle();

            A.Stretch stretch7 = new A.Stretch();
            A.FillRectangle fillRectangle7 = new A.FillRectangle();

            stretch7.Append(fillRectangle7);

            blipFill7.Append(blip7);
            blipFill7.Append(sourceRectangle7);
            blipFill7.Append(stretch7);

            Xdr.ShapeProperties shapeProperties9 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D9 = new A.Transform2D();
            A.Offset offset9 = new A.Offset() { X = 600075L, Y = 3790950L };
            A.Extents extents9 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D9.Append(offset9);
            transform2D9.Append(extents9);

            A.PresetGeometry presetGeometry7 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList9 = new A.AdjustValueList();

            presetGeometry7.Append(adjustValueList9);
            A.NoFill noFill13 = new A.NoFill();

            A.Outline outline12 = new A.Outline() { Width = 9525 };
            A.NoFill noFill14 = new A.NoFill();
            A.Miter miter7 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd9 = new A.HeadEnd();
            A.TailEnd tailEnd9 = new A.TailEnd();

            outline12.Append(noFill14);
            outline12.Append(miter7);
            outline12.Append(headEnd9);
            outline12.Append(tailEnd9);

            shapeProperties9.Append(transform2D9);
            shapeProperties9.Append(presetGeometry7);
            shapeProperties9.Append(noFill13);
            shapeProperties9.Append(outline12);

            picture7.Append(nonVisualPictureProperties7);
            picture7.Append(blipFill7);
            picture7.Append(shapeProperties9);
            Xdr.ClientData clientData7 = new Xdr.ClientData();

            twoCellAnchor7.Append(fromMarker7);
            twoCellAnchor7.Append(toMarker7);
            twoCellAnchor7.Append(picture7);
            twoCellAnchor7.Append(clientData7);

            Xdr.TwoCellAnchor twoCellAnchor8 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker8 = new Xdr.FromMarker();
            Xdr.ColumnId columnId15 = new Xdr.ColumnId();
            columnId15.Text = "1";
            Xdr.ColumnOffset columnOffset15 = new Xdr.ColumnOffset();
            columnOffset15.Text = "19050";
            Xdr.RowId rowId15 = new Xdr.RowId();
            rowId15.Text = "16";
            Xdr.RowOffset rowOffset15 = new Xdr.RowOffset();
            rowOffset15.Text = "0";

            fromMarker8.Append(columnId15);
            fromMarker8.Append(columnOffset15);
            fromMarker8.Append(rowId15);
            fromMarker8.Append(rowOffset15);

            Xdr.ToMarker toMarker8 = new Xdr.ToMarker();
            Xdr.ColumnId columnId16 = new Xdr.ColumnId();
            columnId16.Text = "3";
            Xdr.ColumnOffset columnOffset16 = new Xdr.ColumnOffset();
            columnOffset16.Text = "0";
            Xdr.RowId rowId16 = new Xdr.RowId();
            rowId16.Text = "16";
            Xdr.RowOffset rowOffset16 = new Xdr.RowOffset();
            rowOffset16.Text = "0";

            toMarker8.Append(columnId16);
            toMarker8.Append(columnOffset16);
            toMarker8.Append(rowId16);
            toMarker8.Append(rowOffset16);

            Xdr.Picture picture8 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties8 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties8 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2626U, Name = "Picture 8" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties8 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks8 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties8.Append(pictureLocks8);

            nonVisualPictureProperties8.Append(nonVisualDrawingProperties8);
            nonVisualPictureProperties8.Append(nonVisualPictureDrawingProperties8);

            Xdr.BlipFill blipFill8 = new Xdr.BlipFill();

            A.Blip blip8 = new A.Blip() { Embed = "rId1" };
            blip8.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle8 = new A.SourceRectangle();

            A.Stretch stretch8 = new A.Stretch();
            A.FillRectangle fillRectangle8 = new A.FillRectangle();

            stretch8.Append(fillRectangle8);

            blipFill8.Append(blip8);
            blipFill8.Append(sourceRectangle8);
            blipFill8.Append(stretch8);

            Xdr.ShapeProperties shapeProperties10 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D10 = new A.Transform2D();
            A.Offset offset10 = new A.Offset() { X = 600075L, Y = 3790950L };
            A.Extents extents10 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D10.Append(offset10);
            transform2D10.Append(extents10);

            A.PresetGeometry presetGeometry8 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList10 = new A.AdjustValueList();

            presetGeometry8.Append(adjustValueList10);
            A.NoFill noFill15 = new A.NoFill();

            A.Outline outline13 = new A.Outline() { Width = 9525 };
            A.NoFill noFill16 = new A.NoFill();
            A.Miter miter8 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd10 = new A.HeadEnd();
            A.TailEnd tailEnd10 = new A.TailEnd();

            outline13.Append(noFill16);
            outline13.Append(miter8);
            outline13.Append(headEnd10);
            outline13.Append(tailEnd10);

            shapeProperties10.Append(transform2D10);
            shapeProperties10.Append(presetGeometry8);
            shapeProperties10.Append(noFill15);
            shapeProperties10.Append(outline13);

            picture8.Append(nonVisualPictureProperties8);
            picture8.Append(blipFill8);
            picture8.Append(shapeProperties10);
            Xdr.ClientData clientData8 = new Xdr.ClientData();

            twoCellAnchor8.Append(fromMarker8);
            twoCellAnchor8.Append(toMarker8);
            twoCellAnchor8.Append(picture8);
            twoCellAnchor8.Append(clientData8);

            Xdr.TwoCellAnchor twoCellAnchor9 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker9 = new Xdr.FromMarker();
            Xdr.ColumnId columnId17 = new Xdr.ColumnId();
            columnId17.Text = "1";
            Xdr.ColumnOffset columnOffset17 = new Xdr.ColumnOffset();
            columnOffset17.Text = "19050";
            Xdr.RowId rowId17 = new Xdr.RowId();
            rowId17.Text = "16";
            Xdr.RowOffset rowOffset17 = new Xdr.RowOffset();
            rowOffset17.Text = "0";

            fromMarker9.Append(columnId17);
            fromMarker9.Append(columnOffset17);
            fromMarker9.Append(rowId17);
            fromMarker9.Append(rowOffset17);

            Xdr.ToMarker toMarker9 = new Xdr.ToMarker();
            Xdr.ColumnId columnId18 = new Xdr.ColumnId();
            columnId18.Text = "3";
            Xdr.ColumnOffset columnOffset18 = new Xdr.ColumnOffset();
            columnOffset18.Text = "0";
            Xdr.RowId rowId18 = new Xdr.RowId();
            rowId18.Text = "16";
            Xdr.RowOffset rowOffset18 = new Xdr.RowOffset();
            rowOffset18.Text = "0";

            toMarker9.Append(columnId18);
            toMarker9.Append(columnOffset18);
            toMarker9.Append(rowId18);
            toMarker9.Append(rowOffset18);

            Xdr.Picture picture9 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties9 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties9 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2627U, Name = "Picture 9" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties9 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks9 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties9.Append(pictureLocks9);

            nonVisualPictureProperties9.Append(nonVisualDrawingProperties9);
            nonVisualPictureProperties9.Append(nonVisualPictureDrawingProperties9);

            Xdr.BlipFill blipFill9 = new Xdr.BlipFill();

            A.Blip blip9 = new A.Blip() { Embed = "rId1" };
            blip9.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle9 = new A.SourceRectangle();

            A.Stretch stretch9 = new A.Stretch();
            A.FillRectangle fillRectangle9 = new A.FillRectangle();

            stretch9.Append(fillRectangle9);

            blipFill9.Append(blip9);
            blipFill9.Append(sourceRectangle9);
            blipFill9.Append(stretch9);

            Xdr.ShapeProperties shapeProperties11 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D11 = new A.Transform2D();
            A.Offset offset11 = new A.Offset() { X = 600075L, Y = 3790950L };
            A.Extents extents11 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D11.Append(offset11);
            transform2D11.Append(extents11);

            A.PresetGeometry presetGeometry9 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList11 = new A.AdjustValueList();

            presetGeometry9.Append(adjustValueList11);
            A.NoFill noFill17 = new A.NoFill();

            A.Outline outline14 = new A.Outline() { Width = 9525 };
            A.NoFill noFill18 = new A.NoFill();
            A.Miter miter9 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd11 = new A.HeadEnd();
            A.TailEnd tailEnd11 = new A.TailEnd();

            outline14.Append(noFill18);
            outline14.Append(miter9);
            outline14.Append(headEnd11);
            outline14.Append(tailEnd11);

            shapeProperties11.Append(transform2D11);
            shapeProperties11.Append(presetGeometry9);
            shapeProperties11.Append(noFill17);
            shapeProperties11.Append(outline14);

            picture9.Append(nonVisualPictureProperties9);
            picture9.Append(blipFill9);
            picture9.Append(shapeProperties11);
            Xdr.ClientData clientData9 = new Xdr.ClientData();

            twoCellAnchor9.Append(fromMarker9);
            twoCellAnchor9.Append(toMarker9);
            twoCellAnchor9.Append(picture9);
            twoCellAnchor9.Append(clientData9);

            Xdr.TwoCellAnchor twoCellAnchor10 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker10 = new Xdr.FromMarker();
            Xdr.ColumnId columnId19 = new Xdr.ColumnId();
            columnId19.Text = "1";
            Xdr.ColumnOffset columnOffset19 = new Xdr.ColumnOffset();
            columnOffset19.Text = "19050";
            Xdr.RowId rowId19 = new Xdr.RowId();
            rowId19.Text = "16";
            Xdr.RowOffset rowOffset19 = new Xdr.RowOffset();
            rowOffset19.Text = "0";

            fromMarker10.Append(columnId19);
            fromMarker10.Append(columnOffset19);
            fromMarker10.Append(rowId19);
            fromMarker10.Append(rowOffset19);

            Xdr.ToMarker toMarker10 = new Xdr.ToMarker();
            Xdr.ColumnId columnId20 = new Xdr.ColumnId();
            columnId20.Text = "3";
            Xdr.ColumnOffset columnOffset20 = new Xdr.ColumnOffset();
            columnOffset20.Text = "0";
            Xdr.RowId rowId20 = new Xdr.RowId();
            rowId20.Text = "16";
            Xdr.RowOffset rowOffset20 = new Xdr.RowOffset();
            rowOffset20.Text = "0";

            toMarker10.Append(columnId20);
            toMarker10.Append(columnOffset20);
            toMarker10.Append(rowId20);
            toMarker10.Append(rowOffset20);

            Xdr.Picture picture10 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties10 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties10 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2628U, Name = "Picture 10" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties10 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks10 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties10.Append(pictureLocks10);

            nonVisualPictureProperties10.Append(nonVisualDrawingProperties10);
            nonVisualPictureProperties10.Append(nonVisualPictureDrawingProperties10);

            Xdr.BlipFill blipFill10 = new Xdr.BlipFill();

            A.Blip blip10 = new A.Blip() { Embed = "rId1" };
            blip10.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle10 = new A.SourceRectangle();

            A.Stretch stretch10 = new A.Stretch();
            A.FillRectangle fillRectangle10 = new A.FillRectangle();

            stretch10.Append(fillRectangle10);

            blipFill10.Append(blip10);
            blipFill10.Append(sourceRectangle10);
            blipFill10.Append(stretch10);

            Xdr.ShapeProperties shapeProperties12 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D12 = new A.Transform2D();
            A.Offset offset12 = new A.Offset() { X = 600075L, Y = 3790950L };
            A.Extents extents12 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D12.Append(offset12);
            transform2D12.Append(extents12);

            A.PresetGeometry presetGeometry10 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList12 = new A.AdjustValueList();

            presetGeometry10.Append(adjustValueList12);
            A.NoFill noFill19 = new A.NoFill();

            A.Outline outline15 = new A.Outline() { Width = 9525 };
            A.NoFill noFill20 = new A.NoFill();
            A.Miter miter10 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd12 = new A.HeadEnd();
            A.TailEnd tailEnd12 = new A.TailEnd();

            outline15.Append(noFill20);
            outline15.Append(miter10);
            outline15.Append(headEnd12);
            outline15.Append(tailEnd12);

            shapeProperties12.Append(transform2D12);
            shapeProperties12.Append(presetGeometry10);
            shapeProperties12.Append(noFill19);
            shapeProperties12.Append(outline15);

            picture10.Append(nonVisualPictureProperties10);
            picture10.Append(blipFill10);
            picture10.Append(shapeProperties12);
            Xdr.ClientData clientData10 = new Xdr.ClientData();

            twoCellAnchor10.Append(fromMarker10);
            twoCellAnchor10.Append(toMarker10);
            twoCellAnchor10.Append(picture10);
            twoCellAnchor10.Append(clientData10);

            Xdr.TwoCellAnchor twoCellAnchor11 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker11 = new Xdr.FromMarker();
            Xdr.ColumnId columnId21 = new Xdr.ColumnId();
            columnId21.Text = "1";
            Xdr.ColumnOffset columnOffset21 = new Xdr.ColumnOffset();
            columnOffset21.Text = "19050";
            Xdr.RowId rowId21 = new Xdr.RowId();
            rowId21.Text = "16";
            Xdr.RowOffset rowOffset21 = new Xdr.RowOffset();
            rowOffset21.Text = "0";

            fromMarker11.Append(columnId21);
            fromMarker11.Append(columnOffset21);
            fromMarker11.Append(rowId21);
            fromMarker11.Append(rowOffset21);

            Xdr.ToMarker toMarker11 = new Xdr.ToMarker();
            Xdr.ColumnId columnId22 = new Xdr.ColumnId();
            columnId22.Text = "3";
            Xdr.ColumnOffset columnOffset22 = new Xdr.ColumnOffset();
            columnOffset22.Text = "0";
            Xdr.RowId rowId22 = new Xdr.RowId();
            rowId22.Text = "16";
            Xdr.RowOffset rowOffset22 = new Xdr.RowOffset();
            rowOffset22.Text = "0";

            toMarker11.Append(columnId22);
            toMarker11.Append(columnOffset22);
            toMarker11.Append(rowId22);
            toMarker11.Append(rowOffset22);

            Xdr.Picture picture11 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties11 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties11 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2629U, Name = "Picture 11" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties11 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks11 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties11.Append(pictureLocks11);

            nonVisualPictureProperties11.Append(nonVisualDrawingProperties11);
            nonVisualPictureProperties11.Append(nonVisualPictureDrawingProperties11);

            Xdr.BlipFill blipFill11 = new Xdr.BlipFill();

            A.Blip blip11 = new A.Blip() { Embed = "rId1" };
            blip11.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle11 = new A.SourceRectangle();

            A.Stretch stretch11 = new A.Stretch();
            A.FillRectangle fillRectangle11 = new A.FillRectangle();

            stretch11.Append(fillRectangle11);

            blipFill11.Append(blip11);
            blipFill11.Append(sourceRectangle11);
            blipFill11.Append(stretch11);

            Xdr.ShapeProperties shapeProperties13 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D13 = new A.Transform2D();
            A.Offset offset13 = new A.Offset() { X = 600075L, Y = 3790950L };
            A.Extents extents13 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D13.Append(offset13);
            transform2D13.Append(extents13);

            A.PresetGeometry presetGeometry11 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList13 = new A.AdjustValueList();

            presetGeometry11.Append(adjustValueList13);
            A.NoFill noFill21 = new A.NoFill();

            A.Outline outline16 = new A.Outline() { Width = 9525 };
            A.NoFill noFill22 = new A.NoFill();
            A.Miter miter11 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd13 = new A.HeadEnd();
            A.TailEnd tailEnd13 = new A.TailEnd();

            outline16.Append(noFill22);
            outline16.Append(miter11);
            outline16.Append(headEnd13);
            outline16.Append(tailEnd13);

            shapeProperties13.Append(transform2D13);
            shapeProperties13.Append(presetGeometry11);
            shapeProperties13.Append(noFill21);
            shapeProperties13.Append(outline16);

            picture11.Append(nonVisualPictureProperties11);
            picture11.Append(blipFill11);
            picture11.Append(shapeProperties13);
            Xdr.ClientData clientData11 = new Xdr.ClientData();

            twoCellAnchor11.Append(fromMarker11);
            twoCellAnchor11.Append(toMarker11);
            twoCellAnchor11.Append(picture11);
            twoCellAnchor11.Append(clientData11);

            Xdr.TwoCellAnchor twoCellAnchor12 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker12 = new Xdr.FromMarker();
            Xdr.ColumnId columnId23 = new Xdr.ColumnId();
            columnId23.Text = "1";
            Xdr.ColumnOffset columnOffset23 = new Xdr.ColumnOffset();
            columnOffset23.Text = "19050";
            Xdr.RowId rowId23 = new Xdr.RowId();
            rowId23.Text = "16";
            Xdr.RowOffset rowOffset23 = new Xdr.RowOffset();
            rowOffset23.Text = "0";

            fromMarker12.Append(columnId23);
            fromMarker12.Append(columnOffset23);
            fromMarker12.Append(rowId23);
            fromMarker12.Append(rowOffset23);

            Xdr.ToMarker toMarker12 = new Xdr.ToMarker();
            Xdr.ColumnId columnId24 = new Xdr.ColumnId();
            columnId24.Text = "3";
            Xdr.ColumnOffset columnOffset24 = new Xdr.ColumnOffset();
            columnOffset24.Text = "0";
            Xdr.RowId rowId24 = new Xdr.RowId();
            rowId24.Text = "16";
            Xdr.RowOffset rowOffset24 = new Xdr.RowOffset();
            rowOffset24.Text = "0";

            toMarker12.Append(columnId24);
            toMarker12.Append(columnOffset24);
            toMarker12.Append(rowId24);
            toMarker12.Append(rowOffset24);

            Xdr.Picture picture12 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties12 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties12 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2630U, Name = "Picture 12" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties12 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks12 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties12.Append(pictureLocks12);

            nonVisualPictureProperties12.Append(nonVisualDrawingProperties12);
            nonVisualPictureProperties12.Append(nonVisualPictureDrawingProperties12);

            Xdr.BlipFill blipFill12 = new Xdr.BlipFill();

            A.Blip blip12 = new A.Blip() { Embed = "rId1" };
            blip12.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle12 = new A.SourceRectangle();

            A.Stretch stretch12 = new A.Stretch();
            A.FillRectangle fillRectangle12 = new A.FillRectangle();

            stretch12.Append(fillRectangle12);

            blipFill12.Append(blip12);
            blipFill12.Append(sourceRectangle12);
            blipFill12.Append(stretch12);

            Xdr.ShapeProperties shapeProperties14 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D14 = new A.Transform2D();
            A.Offset offset14 = new A.Offset() { X = 600075L, Y = 3790950L };
            A.Extents extents14 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D14.Append(offset14);
            transform2D14.Append(extents14);

            A.PresetGeometry presetGeometry12 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList14 = new A.AdjustValueList();

            presetGeometry12.Append(adjustValueList14);
            A.NoFill noFill23 = new A.NoFill();

            A.Outline outline17 = new A.Outline() { Width = 9525 };
            A.NoFill noFill24 = new A.NoFill();
            A.Miter miter12 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd14 = new A.HeadEnd();
            A.TailEnd tailEnd14 = new A.TailEnd();

            outline17.Append(noFill24);
            outline17.Append(miter12);
            outline17.Append(headEnd14);
            outline17.Append(tailEnd14);

            shapeProperties14.Append(transform2D14);
            shapeProperties14.Append(presetGeometry12);
            shapeProperties14.Append(noFill23);
            shapeProperties14.Append(outline17);

            picture12.Append(nonVisualPictureProperties12);
            picture12.Append(blipFill12);
            picture12.Append(shapeProperties14);
            Xdr.ClientData clientData12 = new Xdr.ClientData();

            twoCellAnchor12.Append(fromMarker12);
            twoCellAnchor12.Append(toMarker12);
            twoCellAnchor12.Append(picture12);
            twoCellAnchor12.Append(clientData12);

            Xdr.TwoCellAnchor twoCellAnchor13 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker13 = new Xdr.FromMarker();
            Xdr.ColumnId columnId25 = new Xdr.ColumnId();
            columnId25.Text = "1";
            Xdr.ColumnOffset columnOffset25 = new Xdr.ColumnOffset();
            columnOffset25.Text = "0";
            Xdr.RowId rowId25 = new Xdr.RowId();
            rowId25.Text = "16";
            Xdr.RowOffset rowOffset25 = new Xdr.RowOffset();
            rowOffset25.Text = "0";

            fromMarker13.Append(columnId25);
            fromMarker13.Append(columnOffset25);
            fromMarker13.Append(rowId25);
            fromMarker13.Append(rowOffset25);

            Xdr.ToMarker toMarker13 = new Xdr.ToMarker();
            Xdr.ColumnId columnId26 = new Xdr.ColumnId();
            columnId26.Text = "3";
            Xdr.ColumnOffset columnOffset26 = new Xdr.ColumnOffset();
            columnOffset26.Text = "0";
            Xdr.RowId rowId26 = new Xdr.RowId();
            rowId26.Text = "16";
            Xdr.RowOffset rowOffset26 = new Xdr.RowOffset();
            rowOffset26.Text = "0";

            toMarker13.Append(columnId26);
            toMarker13.Append(columnOffset26);
            toMarker13.Append(rowId26);
            toMarker13.Append(rowOffset26);

            Xdr.Picture picture13 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties13 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties13 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2631U, Name = "Picture 13" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties13 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks13 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties13.Append(pictureLocks13);

            nonVisualPictureProperties13.Append(nonVisualDrawingProperties13);
            nonVisualPictureProperties13.Append(nonVisualPictureDrawingProperties13);

            Xdr.BlipFill blipFill13 = new Xdr.BlipFill();

            A.Blip blip13 = new A.Blip() { Embed = "rId1" };
            blip13.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle13 = new A.SourceRectangle();

            A.Stretch stretch13 = new A.Stretch();
            A.FillRectangle fillRectangle13 = new A.FillRectangle();

            stretch13.Append(fillRectangle13);

            blipFill13.Append(blip13);
            blipFill13.Append(sourceRectangle13);
            blipFill13.Append(stretch13);

            Xdr.ShapeProperties shapeProperties15 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D15 = new A.Transform2D();
            A.Offset offset15 = new A.Offset() { X = 581025L, Y = 3790950L };
            A.Extents extents15 = new A.Extents() { Cx = 2819400L, Cy = 0L };

            transform2D15.Append(offset15);
            transform2D15.Append(extents15);

            A.PresetGeometry presetGeometry13 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList15 = new A.AdjustValueList();

            presetGeometry13.Append(adjustValueList15);
            A.NoFill noFill25 = new A.NoFill();

            A.Outline outline18 = new A.Outline() { Width = 9525 };
            A.NoFill noFill26 = new A.NoFill();
            A.Miter miter13 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd15 = new A.HeadEnd();
            A.TailEnd tailEnd15 = new A.TailEnd();

            outline18.Append(noFill26);
            outline18.Append(miter13);
            outline18.Append(headEnd15);
            outline18.Append(tailEnd15);

            shapeProperties15.Append(transform2D15);
            shapeProperties15.Append(presetGeometry13);
            shapeProperties15.Append(noFill25);
            shapeProperties15.Append(outline18);

            picture13.Append(nonVisualPictureProperties13);
            picture13.Append(blipFill13);
            picture13.Append(shapeProperties15);
            Xdr.ClientData clientData13 = new Xdr.ClientData();

            twoCellAnchor13.Append(fromMarker13);
            twoCellAnchor13.Append(toMarker13);
            twoCellAnchor13.Append(picture13);
            twoCellAnchor13.Append(clientData13);

            Xdr.TwoCellAnchor twoCellAnchor14 = new Xdr.TwoCellAnchor() { EditAs = Xdr.EditAsValues.OneCell };

            Xdr.FromMarker fromMarker14 = new Xdr.FromMarker();
            Xdr.ColumnId columnId27 = new Xdr.ColumnId();
            columnId27.Text = "1";
            Xdr.ColumnOffset columnOffset27 = new Xdr.ColumnOffset();
            columnOffset27.Text = "533400";
            Xdr.RowId rowId27 = new Xdr.RowId();
            rowId27.Text = "0";
            Xdr.RowOffset rowOffset27 = new Xdr.RowOffset();
            rowOffset27.Text = "47625";

            fromMarker14.Append(columnId27);
            fromMarker14.Append(columnOffset27);
            fromMarker14.Append(rowId27);
            fromMarker14.Append(rowOffset27);

            Xdr.ToMarker toMarker14 = new Xdr.ToMarker();
            Xdr.ColumnId columnId28 = new Xdr.ColumnId();
            columnId28.Text = "2";
            Xdr.ColumnOffset columnOffset28 = new Xdr.ColumnOffset();
            columnOffset28.Text = "1609725";
            Xdr.RowId rowId28 = new Xdr.RowId();
            rowId28.Text = "4";
            Xdr.RowOffset rowOffset28 = new Xdr.RowOffset();
            rowOffset28.Text = "28575";

            toMarker14.Append(columnId28);
            toMarker14.Append(columnOffset28);
            toMarker14.Append(rowId28);
            toMarker14.Append(rowOffset28);

            Xdr.Picture picture14 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties14 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties14 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2632U, Name = "Picture 15", Description = "C:\\WINDOWS\\Escritorio\\Guido\\LOGO-Sprayette.jpg" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties14 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks14 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties14.Append(pictureLocks14);

            nonVisualPictureProperties14.Append(nonVisualDrawingProperties14);
            nonVisualPictureProperties14.Append(nonVisualPictureDrawingProperties14);

            Xdr.BlipFill blipFill14 = new Xdr.BlipFill();

            A.Blip blip14 = new A.Blip() { Embed = "rId2" };
            blip14.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle14 = new A.SourceRectangle();

            A.Stretch stretch14 = new A.Stretch();
            A.FillRectangle fillRectangle14 = new A.FillRectangle();

            stretch14.Append(fillRectangle14);

            blipFill14.Append(blip14);
            blipFill14.Append(sourceRectangle14);
            blipFill14.Append(stretch14);

            Xdr.ShapeProperties shapeProperties16 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D16 = new A.Transform2D();
            A.Offset offset16 = new A.Offset() { X = 1114425L, Y = 47625L };
            A.Extents extents16 = new A.Extents() { Cx = 2181225L, Cy = 628650L };

            transform2D16.Append(offset16);
            transform2D16.Append(extents16);

            A.PresetGeometry presetGeometry14 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList16 = new A.AdjustValueList();

            presetGeometry14.Append(adjustValueList16);
            A.NoFill noFill27 = new A.NoFill();

            A.Outline outline19 = new A.Outline() { Width = 9525 };
            A.NoFill noFill28 = new A.NoFill();
            A.Miter miter14 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd16 = new A.HeadEnd();
            A.TailEnd tailEnd16 = new A.TailEnd();

            outline19.Append(noFill28);
            outline19.Append(miter14);
            outline19.Append(headEnd16);
            outline19.Append(tailEnd16);

            shapeProperties16.Append(transform2D16);
            shapeProperties16.Append(presetGeometry14);
            shapeProperties16.Append(noFill27);
            shapeProperties16.Append(outline19);

            picture14.Append(nonVisualPictureProperties14);
            picture14.Append(blipFill14);
            picture14.Append(shapeProperties16);
            Xdr.ClientData clientData14 = new Xdr.ClientData();

            twoCellAnchor14.Append(fromMarker14);
            twoCellAnchor14.Append(toMarker14);
            twoCellAnchor14.Append(picture14);
            twoCellAnchor14.Append(clientData14);

            Xdr.TwoCellAnchor twoCellAnchor15 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker15 = new Xdr.FromMarker();
            Xdr.ColumnId columnId29 = new Xdr.ColumnId();
            columnId29.Text = "1";
            Xdr.ColumnOffset columnOffset29 = new Xdr.ColumnOffset();
            columnOffset29.Text = "19050";
            Xdr.RowId rowId29 = new Xdr.RowId();
            rowId29.Text = "11";
            Xdr.RowOffset rowOffset29 = new Xdr.RowOffset();
            rowOffset29.Text = "0";

            fromMarker15.Append(columnId29);
            fromMarker15.Append(columnOffset29);
            fromMarker15.Append(rowId29);
            fromMarker15.Append(rowOffset29);

            Xdr.ToMarker toMarker15 = new Xdr.ToMarker();
            Xdr.ColumnId columnId30 = new Xdr.ColumnId();
            columnId30.Text = "2";
            Xdr.ColumnOffset columnOffset30 = new Xdr.ColumnOffset();
            columnOffset30.Text = "0";
            Xdr.RowId rowId30 = new Xdr.RowId();
            rowId30.Text = "11";
            Xdr.RowOffset rowOffset30 = new Xdr.RowOffset();
            rowOffset30.Text = "0";

            toMarker15.Append(columnId30);
            toMarker15.Append(columnOffset30);
            toMarker15.Append(rowId30);
            toMarker15.Append(rowOffset30);

            Xdr.Picture picture15 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties15 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties15 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2672U, Name = "Picture 55" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties15 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks15 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties15.Append(pictureLocks15);

            nonVisualPictureProperties15.Append(nonVisualDrawingProperties15);
            nonVisualPictureProperties15.Append(nonVisualPictureDrawingProperties15);

            Xdr.BlipFill blipFill15 = new Xdr.BlipFill();

            A.Blip blip15 = new A.Blip() { Embed = "rId1" };
            blip15.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle15 = new A.SourceRectangle();

            A.Stretch stretch15 = new A.Stretch();
            A.FillRectangle fillRectangle15 = new A.FillRectangle();

            stretch15.Append(fillRectangle15);

            blipFill15.Append(blip15);
            blipFill15.Append(sourceRectangle15);
            blipFill15.Append(stretch15);

            Xdr.ShapeProperties shapeProperties17 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D17 = new A.Transform2D();
            A.Offset offset17 = new A.Offset() { X = 600075L, Y = 2314575L };
            A.Extents extents17 = new A.Extents() { Cx = 1085850L, Cy = 0L };

            transform2D17.Append(offset17);
            transform2D17.Append(extents17);

            A.PresetGeometry presetGeometry15 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList17 = new A.AdjustValueList();

            presetGeometry15.Append(adjustValueList17);
            A.NoFill noFill29 = new A.NoFill();

            A.Outline outline20 = new A.Outline() { Width = 9525 };
            A.NoFill noFill30 = new A.NoFill();
            A.Miter miter15 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd17 = new A.HeadEnd();
            A.TailEnd tailEnd17 = new A.TailEnd();

            outline20.Append(noFill30);
            outline20.Append(miter15);
            outline20.Append(headEnd17);
            outline20.Append(tailEnd17);

            shapeProperties17.Append(transform2D17);
            shapeProperties17.Append(presetGeometry15);
            shapeProperties17.Append(noFill29);
            shapeProperties17.Append(outline20);

            picture15.Append(nonVisualPictureProperties15);
            picture15.Append(blipFill15);
            picture15.Append(shapeProperties17);
            Xdr.ClientData clientData15 = new Xdr.ClientData();

            twoCellAnchor15.Append(fromMarker15);
            twoCellAnchor15.Append(toMarker15);
            twoCellAnchor15.Append(picture15);
            twoCellAnchor15.Append(clientData15);

            Xdr.TwoCellAnchor twoCellAnchor16 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker16 = new Xdr.FromMarker();
            Xdr.ColumnId columnId31 = new Xdr.ColumnId();
            columnId31.Text = "1";
            Xdr.ColumnOffset columnOffset31 = new Xdr.ColumnOffset();
            columnOffset31.Text = "0";
            Xdr.RowId rowId31 = new Xdr.RowId();
            rowId31.Text = "11";
            Xdr.RowOffset rowOffset31 = new Xdr.RowOffset();
            rowOffset31.Text = "0";

            fromMarker16.Append(columnId31);
            fromMarker16.Append(columnOffset31);
            fromMarker16.Append(rowId31);
            fromMarker16.Append(rowOffset31);

            Xdr.ToMarker toMarker16 = new Xdr.ToMarker();
            Xdr.ColumnId columnId32 = new Xdr.ColumnId();
            columnId32.Text = "3";
            Xdr.ColumnOffset columnOffset32 = new Xdr.ColumnOffset();
            columnOffset32.Text = "0";
            Xdr.RowId rowId32 = new Xdr.RowId();
            rowId32.Text = "11";
            Xdr.RowOffset rowOffset32 = new Xdr.RowOffset();
            rowOffset32.Text = "0";

            toMarker16.Append(columnId32);
            toMarker16.Append(columnOffset32);
            toMarker16.Append(rowId32);
            toMarker16.Append(rowOffset32);

            Xdr.Picture picture16 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties16 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties16 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2673U, Name = "Picture 56" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties16 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks16 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties16.Append(pictureLocks16);

            nonVisualPictureProperties16.Append(nonVisualDrawingProperties16);
            nonVisualPictureProperties16.Append(nonVisualPictureDrawingProperties16);

            Xdr.BlipFill blipFill16 = new Xdr.BlipFill();

            A.Blip blip16 = new A.Blip() { Embed = "rId1" };
            blip16.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle16 = new A.SourceRectangle();

            A.Stretch stretch16 = new A.Stretch();
            A.FillRectangle fillRectangle16 = new A.FillRectangle();

            stretch16.Append(fillRectangle16);

            blipFill16.Append(blip16);
            blipFill16.Append(sourceRectangle16);
            blipFill16.Append(stretch16);

            Xdr.ShapeProperties shapeProperties18 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D18 = new A.Transform2D();
            A.Offset offset18 = new A.Offset() { X = 581025L, Y = 2314575L };
            A.Extents extents18 = new A.Extents() { Cx = 2819400L, Cy = 0L };

            transform2D18.Append(offset18);
            transform2D18.Append(extents18);

            A.PresetGeometry presetGeometry16 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList18 = new A.AdjustValueList();

            presetGeometry16.Append(adjustValueList18);
            A.NoFill noFill31 = new A.NoFill();

            A.Outline outline21 = new A.Outline() { Width = 9525 };
            A.NoFill noFill32 = new A.NoFill();
            A.Miter miter16 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd18 = new A.HeadEnd();
            A.TailEnd tailEnd18 = new A.TailEnd();

            outline21.Append(noFill32);
            outline21.Append(miter16);
            outline21.Append(headEnd18);
            outline21.Append(tailEnd18);

            shapeProperties18.Append(transform2D18);
            shapeProperties18.Append(presetGeometry16);
            shapeProperties18.Append(noFill31);
            shapeProperties18.Append(outline21);

            picture16.Append(nonVisualPictureProperties16);
            picture16.Append(blipFill16);
            picture16.Append(shapeProperties18);
            Xdr.ClientData clientData16 = new Xdr.ClientData();

            twoCellAnchor16.Append(fromMarker16);
            twoCellAnchor16.Append(toMarker16);
            twoCellAnchor16.Append(picture16);
            twoCellAnchor16.Append(clientData16);

            Xdr.TwoCellAnchor twoCellAnchor17 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker17 = new Xdr.FromMarker();
            Xdr.ColumnId columnId33 = new Xdr.ColumnId();
            columnId33.Text = "1";
            Xdr.ColumnOffset columnOffset33 = new Xdr.ColumnOffset();
            columnOffset33.Text = "0";
            Xdr.RowId rowId33 = new Xdr.RowId();
            rowId33.Text = "11";
            Xdr.RowOffset rowOffset33 = new Xdr.RowOffset();
            rowOffset33.Text = "0";

            fromMarker17.Append(columnId33);
            fromMarker17.Append(columnOffset33);
            fromMarker17.Append(rowId33);
            fromMarker17.Append(rowOffset33);

            Xdr.ToMarker toMarker17 = new Xdr.ToMarker();
            Xdr.ColumnId columnId34 = new Xdr.ColumnId();
            columnId34.Text = "3";
            Xdr.ColumnOffset columnOffset34 = new Xdr.ColumnOffset();
            columnOffset34.Text = "0";
            Xdr.RowId rowId34 = new Xdr.RowId();
            rowId34.Text = "11";
            Xdr.RowOffset rowOffset34 = new Xdr.RowOffset();
            rowOffset34.Text = "0";

            toMarker17.Append(columnId34);
            toMarker17.Append(columnOffset34);
            toMarker17.Append(rowId34);
            toMarker17.Append(rowOffset34);

            Xdr.Picture picture17 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties17 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties17 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2674U, Name = "Picture 57" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties17 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks17 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties17.Append(pictureLocks17);

            nonVisualPictureProperties17.Append(nonVisualDrawingProperties17);
            nonVisualPictureProperties17.Append(nonVisualPictureDrawingProperties17);

            Xdr.BlipFill blipFill17 = new Xdr.BlipFill();

            A.Blip blip17 = new A.Blip() { Embed = "rId1" };
            blip17.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle17 = new A.SourceRectangle();

            A.Stretch stretch17 = new A.Stretch();
            A.FillRectangle fillRectangle17 = new A.FillRectangle();

            stretch17.Append(fillRectangle17);

            blipFill17.Append(blip17);
            blipFill17.Append(sourceRectangle17);
            blipFill17.Append(stretch17);

            Xdr.ShapeProperties shapeProperties19 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D19 = new A.Transform2D();
            A.Offset offset19 = new A.Offset() { X = 581025L, Y = 2314575L };
            A.Extents extents19 = new A.Extents() { Cx = 2819400L, Cy = 0L };

            transform2D19.Append(offset19);
            transform2D19.Append(extents19);

            A.PresetGeometry presetGeometry17 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList19 = new A.AdjustValueList();

            presetGeometry17.Append(adjustValueList19);
            A.NoFill noFill33 = new A.NoFill();

            A.Outline outline22 = new A.Outline() { Width = 9525 };
            A.NoFill noFill34 = new A.NoFill();
            A.Miter miter17 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd19 = new A.HeadEnd();
            A.TailEnd tailEnd19 = new A.TailEnd();

            outline22.Append(noFill34);
            outline22.Append(miter17);
            outline22.Append(headEnd19);
            outline22.Append(tailEnd19);

            shapeProperties19.Append(transform2D19);
            shapeProperties19.Append(presetGeometry17);
            shapeProperties19.Append(noFill33);
            shapeProperties19.Append(outline22);

            picture17.Append(nonVisualPictureProperties17);
            picture17.Append(blipFill17);
            picture17.Append(shapeProperties19);
            Xdr.ClientData clientData17 = new Xdr.ClientData();

            twoCellAnchor17.Append(fromMarker17);
            twoCellAnchor17.Append(toMarker17);
            twoCellAnchor17.Append(picture17);
            twoCellAnchor17.Append(clientData17);

            Xdr.TwoCellAnchor twoCellAnchor18 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker18 = new Xdr.FromMarker();
            Xdr.ColumnId columnId35 = new Xdr.ColumnId();
            columnId35.Text = "1";
            Xdr.ColumnOffset columnOffset35 = new Xdr.ColumnOffset();
            columnOffset35.Text = "19050";
            Xdr.RowId rowId35 = new Xdr.RowId();
            rowId35.Text = "11";
            Xdr.RowOffset rowOffset35 = new Xdr.RowOffset();
            rowOffset35.Text = "0";

            fromMarker18.Append(columnId35);
            fromMarker18.Append(columnOffset35);
            fromMarker18.Append(rowId35);
            fromMarker18.Append(rowOffset35);

            Xdr.ToMarker toMarker18 = new Xdr.ToMarker();
            Xdr.ColumnId columnId36 = new Xdr.ColumnId();
            columnId36.Text = "3";
            Xdr.ColumnOffset columnOffset36 = new Xdr.ColumnOffset();
            columnOffset36.Text = "0";
            Xdr.RowId rowId36 = new Xdr.RowId();
            rowId36.Text = "11";
            Xdr.RowOffset rowOffset36 = new Xdr.RowOffset();
            rowOffset36.Text = "0";

            toMarker18.Append(columnId36);
            toMarker18.Append(columnOffset36);
            toMarker18.Append(rowId36);
            toMarker18.Append(rowOffset36);

            Xdr.Picture picture18 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties18 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties18 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2675U, Name = "Picture 58" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties18 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks18 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties18.Append(pictureLocks18);

            nonVisualPictureProperties18.Append(nonVisualDrawingProperties18);
            nonVisualPictureProperties18.Append(nonVisualPictureDrawingProperties18);

            Xdr.BlipFill blipFill18 = new Xdr.BlipFill();

            A.Blip blip18 = new A.Blip() { Embed = "rId1" };
            blip18.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle18 = new A.SourceRectangle();

            A.Stretch stretch18 = new A.Stretch();
            A.FillRectangle fillRectangle18 = new A.FillRectangle();

            stretch18.Append(fillRectangle18);

            blipFill18.Append(blip18);
            blipFill18.Append(sourceRectangle18);
            blipFill18.Append(stretch18);

            Xdr.ShapeProperties shapeProperties20 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D20 = new A.Transform2D();
            A.Offset offset20 = new A.Offset() { X = 600075L, Y = 2314575L };
            A.Extents extents20 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D20.Append(offset20);
            transform2D20.Append(extents20);

            A.PresetGeometry presetGeometry18 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList20 = new A.AdjustValueList();

            presetGeometry18.Append(adjustValueList20);
            A.NoFill noFill35 = new A.NoFill();

            A.Outline outline23 = new A.Outline() { Width = 9525 };
            A.NoFill noFill36 = new A.NoFill();
            A.Miter miter18 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd20 = new A.HeadEnd();
            A.TailEnd tailEnd20 = new A.TailEnd();

            outline23.Append(noFill36);
            outline23.Append(miter18);
            outline23.Append(headEnd20);
            outline23.Append(tailEnd20);

            shapeProperties20.Append(transform2D20);
            shapeProperties20.Append(presetGeometry18);
            shapeProperties20.Append(noFill35);
            shapeProperties20.Append(outline23);

            picture18.Append(nonVisualPictureProperties18);
            picture18.Append(blipFill18);
            picture18.Append(shapeProperties20);
            Xdr.ClientData clientData18 = new Xdr.ClientData();

            twoCellAnchor18.Append(fromMarker18);
            twoCellAnchor18.Append(toMarker18);
            twoCellAnchor18.Append(picture18);
            twoCellAnchor18.Append(clientData18);

            Xdr.TwoCellAnchor twoCellAnchor19 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker19 = new Xdr.FromMarker();
            Xdr.ColumnId columnId37 = new Xdr.ColumnId();
            columnId37.Text = "1";
            Xdr.ColumnOffset columnOffset37 = new Xdr.ColumnOffset();
            columnOffset37.Text = "19050";
            Xdr.RowId rowId37 = new Xdr.RowId();
            rowId37.Text = "11";
            Xdr.RowOffset rowOffset37 = new Xdr.RowOffset();
            rowOffset37.Text = "0";

            fromMarker19.Append(columnId37);
            fromMarker19.Append(columnOffset37);
            fromMarker19.Append(rowId37);
            fromMarker19.Append(rowOffset37);

            Xdr.ToMarker toMarker19 = new Xdr.ToMarker();
            Xdr.ColumnId columnId38 = new Xdr.ColumnId();
            columnId38.Text = "3";
            Xdr.ColumnOffset columnOffset38 = new Xdr.ColumnOffset();
            columnOffset38.Text = "0";
            Xdr.RowId rowId38 = new Xdr.RowId();
            rowId38.Text = "11";
            Xdr.RowOffset rowOffset38 = new Xdr.RowOffset();
            rowOffset38.Text = "0";

            toMarker19.Append(columnId38);
            toMarker19.Append(columnOffset38);
            toMarker19.Append(rowId38);
            toMarker19.Append(rowOffset38);

            Xdr.Picture picture19 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties19 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties19 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2676U, Name = "Picture 59" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties19 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks19 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties19.Append(pictureLocks19);

            nonVisualPictureProperties19.Append(nonVisualDrawingProperties19);
            nonVisualPictureProperties19.Append(nonVisualPictureDrawingProperties19);

            Xdr.BlipFill blipFill19 = new Xdr.BlipFill();

            A.Blip blip19 = new A.Blip() { Embed = "rId1" };
            blip19.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle19 = new A.SourceRectangle();

            A.Stretch stretch19 = new A.Stretch();
            A.FillRectangle fillRectangle19 = new A.FillRectangle();

            stretch19.Append(fillRectangle19);

            blipFill19.Append(blip19);
            blipFill19.Append(sourceRectangle19);
            blipFill19.Append(stretch19);

            Xdr.ShapeProperties shapeProperties21 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D21 = new A.Transform2D();
            A.Offset offset21 = new A.Offset() { X = 600075L, Y = 2314575L };
            A.Extents extents21 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D21.Append(offset21);
            transform2D21.Append(extents21);

            A.PresetGeometry presetGeometry19 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList21 = new A.AdjustValueList();

            presetGeometry19.Append(adjustValueList21);
            A.NoFill noFill37 = new A.NoFill();

            A.Outline outline24 = new A.Outline() { Width = 9525 };
            A.NoFill noFill38 = new A.NoFill();
            A.Miter miter19 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd21 = new A.HeadEnd();
            A.TailEnd tailEnd21 = new A.TailEnd();

            outline24.Append(noFill38);
            outline24.Append(miter19);
            outline24.Append(headEnd21);
            outline24.Append(tailEnd21);

            shapeProperties21.Append(transform2D21);
            shapeProperties21.Append(presetGeometry19);
            shapeProperties21.Append(noFill37);
            shapeProperties21.Append(outline24);

            picture19.Append(nonVisualPictureProperties19);
            picture19.Append(blipFill19);
            picture19.Append(shapeProperties21);
            Xdr.ClientData clientData19 = new Xdr.ClientData();

            twoCellAnchor19.Append(fromMarker19);
            twoCellAnchor19.Append(toMarker19);
            twoCellAnchor19.Append(picture19);
            twoCellAnchor19.Append(clientData19);

            Xdr.TwoCellAnchor twoCellAnchor20 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker20 = new Xdr.FromMarker();
            Xdr.ColumnId columnId39 = new Xdr.ColumnId();
            columnId39.Text = "1";
            Xdr.ColumnOffset columnOffset39 = new Xdr.ColumnOffset();
            columnOffset39.Text = "19050";
            Xdr.RowId rowId39 = new Xdr.RowId();
            rowId39.Text = "11";
            Xdr.RowOffset rowOffset39 = new Xdr.RowOffset();
            rowOffset39.Text = "0";

            fromMarker20.Append(columnId39);
            fromMarker20.Append(columnOffset39);
            fromMarker20.Append(rowId39);
            fromMarker20.Append(rowOffset39);

            Xdr.ToMarker toMarker20 = new Xdr.ToMarker();
            Xdr.ColumnId columnId40 = new Xdr.ColumnId();
            columnId40.Text = "3";
            Xdr.ColumnOffset columnOffset40 = new Xdr.ColumnOffset();
            columnOffset40.Text = "0";
            Xdr.RowId rowId40 = new Xdr.RowId();
            rowId40.Text = "11";
            Xdr.RowOffset rowOffset40 = new Xdr.RowOffset();
            rowOffset40.Text = "0";

            toMarker20.Append(columnId40);
            toMarker20.Append(columnOffset40);
            toMarker20.Append(rowId40);
            toMarker20.Append(rowOffset40);

            Xdr.Picture picture20 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties20 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties20 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2677U, Name = "Picture 60" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties20 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks20 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties20.Append(pictureLocks20);

            nonVisualPictureProperties20.Append(nonVisualDrawingProperties20);
            nonVisualPictureProperties20.Append(nonVisualPictureDrawingProperties20);

            Xdr.BlipFill blipFill20 = new Xdr.BlipFill();

            A.Blip blip20 = new A.Blip() { Embed = "rId1" };
            blip20.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle20 = new A.SourceRectangle();

            A.Stretch stretch20 = new A.Stretch();
            A.FillRectangle fillRectangle20 = new A.FillRectangle();

            stretch20.Append(fillRectangle20);

            blipFill20.Append(blip20);
            blipFill20.Append(sourceRectangle20);
            blipFill20.Append(stretch20);

            Xdr.ShapeProperties shapeProperties22 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D22 = new A.Transform2D();
            A.Offset offset22 = new A.Offset() { X = 600075L, Y = 2314575L };
            A.Extents extents22 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D22.Append(offset22);
            transform2D22.Append(extents22);

            A.PresetGeometry presetGeometry20 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList22 = new A.AdjustValueList();

            presetGeometry20.Append(adjustValueList22);
            A.NoFill noFill39 = new A.NoFill();

            A.Outline outline25 = new A.Outline() { Width = 9525 };
            A.NoFill noFill40 = new A.NoFill();
            A.Miter miter20 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd22 = new A.HeadEnd();
            A.TailEnd tailEnd22 = new A.TailEnd();

            outline25.Append(noFill40);
            outline25.Append(miter20);
            outline25.Append(headEnd22);
            outline25.Append(tailEnd22);

            shapeProperties22.Append(transform2D22);
            shapeProperties22.Append(presetGeometry20);
            shapeProperties22.Append(noFill39);
            shapeProperties22.Append(outline25);

            picture20.Append(nonVisualPictureProperties20);
            picture20.Append(blipFill20);
            picture20.Append(shapeProperties22);
            Xdr.ClientData clientData20 = new Xdr.ClientData();

            twoCellAnchor20.Append(fromMarker20);
            twoCellAnchor20.Append(toMarker20);
            twoCellAnchor20.Append(picture20);
            twoCellAnchor20.Append(clientData20);

            Xdr.TwoCellAnchor twoCellAnchor21 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker21 = new Xdr.FromMarker();
            Xdr.ColumnId columnId41 = new Xdr.ColumnId();
            columnId41.Text = "1";
            Xdr.ColumnOffset columnOffset41 = new Xdr.ColumnOffset();
            columnOffset41.Text = "19050";
            Xdr.RowId rowId41 = new Xdr.RowId();
            rowId41.Text = "11";
            Xdr.RowOffset rowOffset41 = new Xdr.RowOffset();
            rowOffset41.Text = "0";

            fromMarker21.Append(columnId41);
            fromMarker21.Append(columnOffset41);
            fromMarker21.Append(rowId41);
            fromMarker21.Append(rowOffset41);

            Xdr.ToMarker toMarker21 = new Xdr.ToMarker();
            Xdr.ColumnId columnId42 = new Xdr.ColumnId();
            columnId42.Text = "3";
            Xdr.ColumnOffset columnOffset42 = new Xdr.ColumnOffset();
            columnOffset42.Text = "0";
            Xdr.RowId rowId42 = new Xdr.RowId();
            rowId42.Text = "11";
            Xdr.RowOffset rowOffset42 = new Xdr.RowOffset();
            rowOffset42.Text = "0";

            toMarker21.Append(columnId42);
            toMarker21.Append(columnOffset42);
            toMarker21.Append(rowId42);
            toMarker21.Append(rowOffset42);

            Xdr.Picture picture21 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties21 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties21 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2678U, Name = "Picture 61" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties21 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks21 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties21.Append(pictureLocks21);

            nonVisualPictureProperties21.Append(nonVisualDrawingProperties21);
            nonVisualPictureProperties21.Append(nonVisualPictureDrawingProperties21);

            Xdr.BlipFill blipFill21 = new Xdr.BlipFill();

            A.Blip blip21 = new A.Blip() { Embed = "rId1" };
            blip21.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle21 = new A.SourceRectangle();

            A.Stretch stretch21 = new A.Stretch();
            A.FillRectangle fillRectangle21 = new A.FillRectangle();

            stretch21.Append(fillRectangle21);

            blipFill21.Append(blip21);
            blipFill21.Append(sourceRectangle21);
            blipFill21.Append(stretch21);

            Xdr.ShapeProperties shapeProperties23 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D23 = new A.Transform2D();
            A.Offset offset23 = new A.Offset() { X = 600075L, Y = 2314575L };
            A.Extents extents23 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D23.Append(offset23);
            transform2D23.Append(extents23);

            A.PresetGeometry presetGeometry21 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList23 = new A.AdjustValueList();

            presetGeometry21.Append(adjustValueList23);
            A.NoFill noFill41 = new A.NoFill();

            A.Outline outline26 = new A.Outline() { Width = 9525 };
            A.NoFill noFill42 = new A.NoFill();
            A.Miter miter21 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd23 = new A.HeadEnd();
            A.TailEnd tailEnd23 = new A.TailEnd();

            outline26.Append(noFill42);
            outline26.Append(miter21);
            outline26.Append(headEnd23);
            outline26.Append(tailEnd23);

            shapeProperties23.Append(transform2D23);
            shapeProperties23.Append(presetGeometry21);
            shapeProperties23.Append(noFill41);
            shapeProperties23.Append(outline26);

            picture21.Append(nonVisualPictureProperties21);
            picture21.Append(blipFill21);
            picture21.Append(shapeProperties23);
            Xdr.ClientData clientData21 = new Xdr.ClientData();

            twoCellAnchor21.Append(fromMarker21);
            twoCellAnchor21.Append(toMarker21);
            twoCellAnchor21.Append(picture21);
            twoCellAnchor21.Append(clientData21);

            Xdr.TwoCellAnchor twoCellAnchor22 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker22 = new Xdr.FromMarker();
            Xdr.ColumnId columnId43 = new Xdr.ColumnId();
            columnId43.Text = "1";
            Xdr.ColumnOffset columnOffset43 = new Xdr.ColumnOffset();
            columnOffset43.Text = "19050";
            Xdr.RowId rowId43 = new Xdr.RowId();
            rowId43.Text = "11";
            Xdr.RowOffset rowOffset43 = new Xdr.RowOffset();
            rowOffset43.Text = "0";

            fromMarker22.Append(columnId43);
            fromMarker22.Append(columnOffset43);
            fromMarker22.Append(rowId43);
            fromMarker22.Append(rowOffset43);

            Xdr.ToMarker toMarker22 = new Xdr.ToMarker();
            Xdr.ColumnId columnId44 = new Xdr.ColumnId();
            columnId44.Text = "3";
            Xdr.ColumnOffset columnOffset44 = new Xdr.ColumnOffset();
            columnOffset44.Text = "0";
            Xdr.RowId rowId44 = new Xdr.RowId();
            rowId44.Text = "11";
            Xdr.RowOffset rowOffset44 = new Xdr.RowOffset();
            rowOffset44.Text = "0";

            toMarker22.Append(columnId44);
            toMarker22.Append(columnOffset44);
            toMarker22.Append(rowId44);
            toMarker22.Append(rowOffset44);

            Xdr.Picture picture22 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties22 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties22 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2679U, Name = "Picture 62" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties22 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks22 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties22.Append(pictureLocks22);

            nonVisualPictureProperties22.Append(nonVisualDrawingProperties22);
            nonVisualPictureProperties22.Append(nonVisualPictureDrawingProperties22);

            Xdr.BlipFill blipFill22 = new Xdr.BlipFill();

            A.Blip blip22 = new A.Blip() { Embed = "rId1" };
            blip22.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle22 = new A.SourceRectangle();

            A.Stretch stretch22 = new A.Stretch();
            A.FillRectangle fillRectangle22 = new A.FillRectangle();

            stretch22.Append(fillRectangle22);

            blipFill22.Append(blip22);
            blipFill22.Append(sourceRectangle22);
            blipFill22.Append(stretch22);

            Xdr.ShapeProperties shapeProperties24 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D24 = new A.Transform2D();
            A.Offset offset24 = new A.Offset() { X = 600075L, Y = 2314575L };
            A.Extents extents24 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D24.Append(offset24);
            transform2D24.Append(extents24);

            A.PresetGeometry presetGeometry22 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList24 = new A.AdjustValueList();

            presetGeometry22.Append(adjustValueList24);
            A.NoFill noFill43 = new A.NoFill();

            A.Outline outline27 = new A.Outline() { Width = 9525 };
            A.NoFill noFill44 = new A.NoFill();
            A.Miter miter22 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd24 = new A.HeadEnd();
            A.TailEnd tailEnd24 = new A.TailEnd();

            outline27.Append(noFill44);
            outline27.Append(miter22);
            outline27.Append(headEnd24);
            outline27.Append(tailEnd24);

            shapeProperties24.Append(transform2D24);
            shapeProperties24.Append(presetGeometry22);
            shapeProperties24.Append(noFill43);
            shapeProperties24.Append(outline27);

            picture22.Append(nonVisualPictureProperties22);
            picture22.Append(blipFill22);
            picture22.Append(shapeProperties24);
            Xdr.ClientData clientData22 = new Xdr.ClientData();

            twoCellAnchor22.Append(fromMarker22);
            twoCellAnchor22.Append(toMarker22);
            twoCellAnchor22.Append(picture22);
            twoCellAnchor22.Append(clientData22);

            Xdr.TwoCellAnchor twoCellAnchor23 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker23 = new Xdr.FromMarker();
            Xdr.ColumnId columnId45 = new Xdr.ColumnId();
            columnId45.Text = "1";
            Xdr.ColumnOffset columnOffset45 = new Xdr.ColumnOffset();
            columnOffset45.Text = "19050";
            Xdr.RowId rowId45 = new Xdr.RowId();
            rowId45.Text = "11";
            Xdr.RowOffset rowOffset45 = new Xdr.RowOffset();
            rowOffset45.Text = "0";

            fromMarker23.Append(columnId45);
            fromMarker23.Append(columnOffset45);
            fromMarker23.Append(rowId45);
            fromMarker23.Append(rowOffset45);

            Xdr.ToMarker toMarker23 = new Xdr.ToMarker();
            Xdr.ColumnId columnId46 = new Xdr.ColumnId();
            columnId46.Text = "3";
            Xdr.ColumnOffset columnOffset46 = new Xdr.ColumnOffset();
            columnOffset46.Text = "0";
            Xdr.RowId rowId46 = new Xdr.RowId();
            rowId46.Text = "11";
            Xdr.RowOffset rowOffset46 = new Xdr.RowOffset();
            rowOffset46.Text = "0";

            toMarker23.Append(columnId46);
            toMarker23.Append(columnOffset46);
            toMarker23.Append(rowId46);
            toMarker23.Append(rowOffset46);

            Xdr.Picture picture23 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties23 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties23 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2680U, Name = "Picture 63" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties23 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks23 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties23.Append(pictureLocks23);

            nonVisualPictureProperties23.Append(nonVisualDrawingProperties23);
            nonVisualPictureProperties23.Append(nonVisualPictureDrawingProperties23);

            Xdr.BlipFill blipFill23 = new Xdr.BlipFill();

            A.Blip blip23 = new A.Blip() { Embed = "rId1" };
            blip23.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle23 = new A.SourceRectangle();

            A.Stretch stretch23 = new A.Stretch();
            A.FillRectangle fillRectangle23 = new A.FillRectangle();

            stretch23.Append(fillRectangle23);

            blipFill23.Append(blip23);
            blipFill23.Append(sourceRectangle23);
            blipFill23.Append(stretch23);

            Xdr.ShapeProperties shapeProperties25 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D25 = new A.Transform2D();
            A.Offset offset25 = new A.Offset() { X = 600075L, Y = 2314575L };
            A.Extents extents25 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D25.Append(offset25);
            transform2D25.Append(extents25);

            A.PresetGeometry presetGeometry23 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList25 = new A.AdjustValueList();

            presetGeometry23.Append(adjustValueList25);
            A.NoFill noFill45 = new A.NoFill();

            A.Outline outline28 = new A.Outline() { Width = 9525 };
            A.NoFill noFill46 = new A.NoFill();
            A.Miter miter23 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd25 = new A.HeadEnd();
            A.TailEnd tailEnd25 = new A.TailEnd();

            outline28.Append(noFill46);
            outline28.Append(miter23);
            outline28.Append(headEnd25);
            outline28.Append(tailEnd25);

            shapeProperties25.Append(transform2D25);
            shapeProperties25.Append(presetGeometry23);
            shapeProperties25.Append(noFill45);
            shapeProperties25.Append(outline28);

            picture23.Append(nonVisualPictureProperties23);
            picture23.Append(blipFill23);
            picture23.Append(shapeProperties25);
            Xdr.ClientData clientData23 = new Xdr.ClientData();

            twoCellAnchor23.Append(fromMarker23);
            twoCellAnchor23.Append(toMarker23);
            twoCellAnchor23.Append(picture23);
            twoCellAnchor23.Append(clientData23);

            Xdr.TwoCellAnchor twoCellAnchor24 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker24 = new Xdr.FromMarker();
            Xdr.ColumnId columnId47 = new Xdr.ColumnId();
            columnId47.Text = "1";
            Xdr.ColumnOffset columnOffset47 = new Xdr.ColumnOffset();
            columnOffset47.Text = "19050";
            Xdr.RowId rowId47 = new Xdr.RowId();
            rowId47.Text = "11";
            Xdr.RowOffset rowOffset47 = new Xdr.RowOffset();
            rowOffset47.Text = "0";

            fromMarker24.Append(columnId47);
            fromMarker24.Append(columnOffset47);
            fromMarker24.Append(rowId47);
            fromMarker24.Append(rowOffset47);

            Xdr.ToMarker toMarker24 = new Xdr.ToMarker();
            Xdr.ColumnId columnId48 = new Xdr.ColumnId();
            columnId48.Text = "3";
            Xdr.ColumnOffset columnOffset48 = new Xdr.ColumnOffset();
            columnOffset48.Text = "0";
            Xdr.RowId rowId48 = new Xdr.RowId();
            rowId48.Text = "11";
            Xdr.RowOffset rowOffset48 = new Xdr.RowOffset();
            rowOffset48.Text = "0";

            toMarker24.Append(columnId48);
            toMarker24.Append(columnOffset48);
            toMarker24.Append(rowId48);
            toMarker24.Append(rowOffset48);

            Xdr.Picture picture24 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties24 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties24 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2681U, Name = "Picture 64" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties24 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks24 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties24.Append(pictureLocks24);

            nonVisualPictureProperties24.Append(nonVisualDrawingProperties24);
            nonVisualPictureProperties24.Append(nonVisualPictureDrawingProperties24);

            Xdr.BlipFill blipFill24 = new Xdr.BlipFill();

            A.Blip blip24 = new A.Blip() { Embed = "rId1" };
            blip24.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle24 = new A.SourceRectangle();

            A.Stretch stretch24 = new A.Stretch();
            A.FillRectangle fillRectangle24 = new A.FillRectangle();

            stretch24.Append(fillRectangle24);

            blipFill24.Append(blip24);
            blipFill24.Append(sourceRectangle24);
            blipFill24.Append(stretch24);

            Xdr.ShapeProperties shapeProperties26 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D26 = new A.Transform2D();
            A.Offset offset26 = new A.Offset() { X = 600075L, Y = 2314575L };
            A.Extents extents26 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D26.Append(offset26);
            transform2D26.Append(extents26);

            A.PresetGeometry presetGeometry24 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList26 = new A.AdjustValueList();

            presetGeometry24.Append(adjustValueList26);
            A.NoFill noFill47 = new A.NoFill();

            A.Outline outline29 = new A.Outline() { Width = 9525 };
            A.NoFill noFill48 = new A.NoFill();
            A.Miter miter24 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd26 = new A.HeadEnd();
            A.TailEnd tailEnd26 = new A.TailEnd();

            outline29.Append(noFill48);
            outline29.Append(miter24);
            outline29.Append(headEnd26);
            outline29.Append(tailEnd26);

            shapeProperties26.Append(transform2D26);
            shapeProperties26.Append(presetGeometry24);
            shapeProperties26.Append(noFill47);
            shapeProperties26.Append(outline29);

            picture24.Append(nonVisualPictureProperties24);
            picture24.Append(blipFill24);
            picture24.Append(shapeProperties26);
            Xdr.ClientData clientData24 = new Xdr.ClientData();

            twoCellAnchor24.Append(fromMarker24);
            twoCellAnchor24.Append(toMarker24);
            twoCellAnchor24.Append(picture24);
            twoCellAnchor24.Append(clientData24);

            Xdr.TwoCellAnchor twoCellAnchor25 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker25 = new Xdr.FromMarker();
            Xdr.ColumnId columnId49 = new Xdr.ColumnId();
            columnId49.Text = "1";
            Xdr.ColumnOffset columnOffset49 = new Xdr.ColumnOffset();
            columnOffset49.Text = "19050";
            Xdr.RowId rowId49 = new Xdr.RowId();
            rowId49.Text = "11";
            Xdr.RowOffset rowOffset49 = new Xdr.RowOffset();
            rowOffset49.Text = "0";

            fromMarker25.Append(columnId49);
            fromMarker25.Append(columnOffset49);
            fromMarker25.Append(rowId49);
            fromMarker25.Append(rowOffset49);

            Xdr.ToMarker toMarker25 = new Xdr.ToMarker();
            Xdr.ColumnId columnId50 = new Xdr.ColumnId();
            columnId50.Text = "3";
            Xdr.ColumnOffset columnOffset50 = new Xdr.ColumnOffset();
            columnOffset50.Text = "0";
            Xdr.RowId rowId50 = new Xdr.RowId();
            rowId50.Text = "11";
            Xdr.RowOffset rowOffset50 = new Xdr.RowOffset();
            rowOffset50.Text = "0";

            toMarker25.Append(columnId50);
            toMarker25.Append(columnOffset50);
            toMarker25.Append(rowId50);
            toMarker25.Append(rowOffset50);

            Xdr.Picture picture25 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties25 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties25 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2682U, Name = "Picture 65" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties25 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks25 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties25.Append(pictureLocks25);

            nonVisualPictureProperties25.Append(nonVisualDrawingProperties25);
            nonVisualPictureProperties25.Append(nonVisualPictureDrawingProperties25);

            Xdr.BlipFill blipFill25 = new Xdr.BlipFill();

            A.Blip blip25 = new A.Blip() { Embed = "rId1" };
            blip25.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle25 = new A.SourceRectangle();

            A.Stretch stretch25 = new A.Stretch();
            A.FillRectangle fillRectangle25 = new A.FillRectangle();

            stretch25.Append(fillRectangle25);

            blipFill25.Append(blip25);
            blipFill25.Append(sourceRectangle25);
            blipFill25.Append(stretch25);

            Xdr.ShapeProperties shapeProperties27 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D27 = new A.Transform2D();
            A.Offset offset27 = new A.Offset() { X = 600075L, Y = 2314575L };
            A.Extents extents27 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D27.Append(offset27);
            transform2D27.Append(extents27);

            A.PresetGeometry presetGeometry25 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList27 = new A.AdjustValueList();

            presetGeometry25.Append(adjustValueList27);
            A.NoFill noFill49 = new A.NoFill();

            A.Outline outline30 = new A.Outline() { Width = 9525 };
            A.NoFill noFill50 = new A.NoFill();
            A.Miter miter25 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd27 = new A.HeadEnd();
            A.TailEnd tailEnd27 = new A.TailEnd();

            outline30.Append(noFill50);
            outline30.Append(miter25);
            outline30.Append(headEnd27);
            outline30.Append(tailEnd27);

            shapeProperties27.Append(transform2D27);
            shapeProperties27.Append(presetGeometry25);
            shapeProperties27.Append(noFill49);
            shapeProperties27.Append(outline30);

            picture25.Append(nonVisualPictureProperties25);
            picture25.Append(blipFill25);
            picture25.Append(shapeProperties27);
            Xdr.ClientData clientData25 = new Xdr.ClientData();

            twoCellAnchor25.Append(fromMarker25);
            twoCellAnchor25.Append(toMarker25);
            twoCellAnchor25.Append(picture25);
            twoCellAnchor25.Append(clientData25);

            Xdr.TwoCellAnchor twoCellAnchor26 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker26 = new Xdr.FromMarker();
            Xdr.ColumnId columnId51 = new Xdr.ColumnId();
            columnId51.Text = "1";
            Xdr.ColumnOffset columnOffset51 = new Xdr.ColumnOffset();
            columnOffset51.Text = "19050";
            Xdr.RowId rowId51 = new Xdr.RowId();
            rowId51.Text = "11";
            Xdr.RowOffset rowOffset51 = new Xdr.RowOffset();
            rowOffset51.Text = "0";

            fromMarker26.Append(columnId51);
            fromMarker26.Append(columnOffset51);
            fromMarker26.Append(rowId51);
            fromMarker26.Append(rowOffset51);

            Xdr.ToMarker toMarker26 = new Xdr.ToMarker();
            Xdr.ColumnId columnId52 = new Xdr.ColumnId();
            columnId52.Text = "3";
            Xdr.ColumnOffset columnOffset52 = new Xdr.ColumnOffset();
            columnOffset52.Text = "0";
            Xdr.RowId rowId52 = new Xdr.RowId();
            rowId52.Text = "11";
            Xdr.RowOffset rowOffset52 = new Xdr.RowOffset();
            rowOffset52.Text = "0";

            toMarker26.Append(columnId52);
            toMarker26.Append(columnOffset52);
            toMarker26.Append(rowId52);
            toMarker26.Append(rowOffset52);

            Xdr.Picture picture26 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties26 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties26 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2683U, Name = "Picture 66" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties26 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks26 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties26.Append(pictureLocks26);

            nonVisualPictureProperties26.Append(nonVisualDrawingProperties26);
            nonVisualPictureProperties26.Append(nonVisualPictureDrawingProperties26);

            Xdr.BlipFill blipFill26 = new Xdr.BlipFill();

            A.Blip blip26 = new A.Blip() { Embed = "rId1" };
            blip26.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle26 = new A.SourceRectangle();

            A.Stretch stretch26 = new A.Stretch();
            A.FillRectangle fillRectangle26 = new A.FillRectangle();

            stretch26.Append(fillRectangle26);

            blipFill26.Append(blip26);
            blipFill26.Append(sourceRectangle26);
            blipFill26.Append(stretch26);

            Xdr.ShapeProperties shapeProperties28 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D28 = new A.Transform2D();
            A.Offset offset28 = new A.Offset() { X = 600075L, Y = 2314575L };
            A.Extents extents28 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D28.Append(offset28);
            transform2D28.Append(extents28);

            A.PresetGeometry presetGeometry26 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList28 = new A.AdjustValueList();

            presetGeometry26.Append(adjustValueList28);
            A.NoFill noFill51 = new A.NoFill();

            A.Outline outline31 = new A.Outline() { Width = 9525 };
            A.NoFill noFill52 = new A.NoFill();
            A.Miter miter26 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd28 = new A.HeadEnd();
            A.TailEnd tailEnd28 = new A.TailEnd();

            outline31.Append(noFill52);
            outline31.Append(miter26);
            outline31.Append(headEnd28);
            outline31.Append(tailEnd28);

            shapeProperties28.Append(transform2D28);
            shapeProperties28.Append(presetGeometry26);
            shapeProperties28.Append(noFill51);
            shapeProperties28.Append(outline31);

            picture26.Append(nonVisualPictureProperties26);
            picture26.Append(blipFill26);
            picture26.Append(shapeProperties28);
            Xdr.ClientData clientData26 = new Xdr.ClientData();

            twoCellAnchor26.Append(fromMarker26);
            twoCellAnchor26.Append(toMarker26);
            twoCellAnchor26.Append(picture26);
            twoCellAnchor26.Append(clientData26);

            Xdr.TwoCellAnchor twoCellAnchor27 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker27 = new Xdr.FromMarker();
            Xdr.ColumnId columnId53 = new Xdr.ColumnId();
            columnId53.Text = "1";
            Xdr.ColumnOffset columnOffset53 = new Xdr.ColumnOffset();
            columnOffset53.Text = "0";
            Xdr.RowId rowId53 = new Xdr.RowId();
            rowId53.Text = "11";
            Xdr.RowOffset rowOffset53 = new Xdr.RowOffset();
            rowOffset53.Text = "0";

            fromMarker27.Append(columnId53);
            fromMarker27.Append(columnOffset53);
            fromMarker27.Append(rowId53);
            fromMarker27.Append(rowOffset53);

            Xdr.ToMarker toMarker27 = new Xdr.ToMarker();
            Xdr.ColumnId columnId54 = new Xdr.ColumnId();
            columnId54.Text = "3";
            Xdr.ColumnOffset columnOffset54 = new Xdr.ColumnOffset();
            columnOffset54.Text = "0";
            Xdr.RowId rowId54 = new Xdr.RowId();
            rowId54.Text = "11";
            Xdr.RowOffset rowOffset54 = new Xdr.RowOffset();
            rowOffset54.Text = "0";

            toMarker27.Append(columnId54);
            toMarker27.Append(columnOffset54);
            toMarker27.Append(rowId54);
            toMarker27.Append(rowOffset54);

            Xdr.Picture picture27 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties27 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties27 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2684U, Name = "Picture 67" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties27 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks27 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties27.Append(pictureLocks27);

            nonVisualPictureProperties27.Append(nonVisualDrawingProperties27);
            nonVisualPictureProperties27.Append(nonVisualPictureDrawingProperties27);

            Xdr.BlipFill blipFill27 = new Xdr.BlipFill();

            A.Blip blip27 = new A.Blip() { Embed = "rId1" };
            blip27.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle27 = new A.SourceRectangle();

            A.Stretch stretch27 = new A.Stretch();
            A.FillRectangle fillRectangle27 = new A.FillRectangle();

            stretch27.Append(fillRectangle27);

            blipFill27.Append(blip27);
            blipFill27.Append(sourceRectangle27);
            blipFill27.Append(stretch27);

            Xdr.ShapeProperties shapeProperties29 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D29 = new A.Transform2D();
            A.Offset offset29 = new A.Offset() { X = 581025L, Y = 2314575L };
            A.Extents extents29 = new A.Extents() { Cx = 2819400L, Cy = 0L };

            transform2D29.Append(offset29);
            transform2D29.Append(extents29);

            A.PresetGeometry presetGeometry27 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList29 = new A.AdjustValueList();

            presetGeometry27.Append(adjustValueList29);
            A.NoFill noFill53 = new A.NoFill();

            A.Outline outline32 = new A.Outline() { Width = 9525 };
            A.NoFill noFill54 = new A.NoFill();
            A.Miter miter27 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd29 = new A.HeadEnd();
            A.TailEnd tailEnd29 = new A.TailEnd();

            outline32.Append(noFill54);
            outline32.Append(miter27);
            outline32.Append(headEnd29);
            outline32.Append(tailEnd29);

            shapeProperties29.Append(transform2D29);
            shapeProperties29.Append(presetGeometry27);
            shapeProperties29.Append(noFill53);
            shapeProperties29.Append(outline32);

            picture27.Append(nonVisualPictureProperties27);
            picture27.Append(blipFill27);
            picture27.Append(shapeProperties29);
            Xdr.ClientData clientData27 = new Xdr.ClientData();

            twoCellAnchor27.Append(fromMarker27);
            twoCellAnchor27.Append(toMarker27);
            twoCellAnchor27.Append(picture27);
            twoCellAnchor27.Append(clientData27);

            Xdr.TwoCellAnchor twoCellAnchor28 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker28 = new Xdr.FromMarker();
            Xdr.ColumnId columnId55 = new Xdr.ColumnId();
            columnId55.Text = "1";
            Xdr.ColumnOffset columnOffset55 = new Xdr.ColumnOffset();
            columnOffset55.Text = "19050";
            Xdr.RowId rowId55 = new Xdr.RowId();
            rowId55.Text = "16";
            Xdr.RowOffset rowOffset55 = new Xdr.RowOffset();
            rowOffset55.Text = "0";

            fromMarker28.Append(columnId55);
            fromMarker28.Append(columnOffset55);
            fromMarker28.Append(rowId55);
            fromMarker28.Append(rowOffset55);

            Xdr.ToMarker toMarker28 = new Xdr.ToMarker();
            Xdr.ColumnId columnId56 = new Xdr.ColumnId();
            columnId56.Text = "2";
            Xdr.ColumnOffset columnOffset56 = new Xdr.ColumnOffset();
            columnOffset56.Text = "0";
            Xdr.RowId rowId56 = new Xdr.RowId();
            rowId56.Text = "16";
            Xdr.RowOffset rowOffset56 = new Xdr.RowOffset();
            rowOffset56.Text = "0";

            toMarker28.Append(columnId56);
            toMarker28.Append(columnOffset56);
            toMarker28.Append(rowId56);
            toMarker28.Append(rowOffset56);

            Xdr.Picture picture28 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties28 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties28 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2685U, Name = "Picture 68" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties28 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks28 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties28.Append(pictureLocks28);

            nonVisualPictureProperties28.Append(nonVisualDrawingProperties28);
            nonVisualPictureProperties28.Append(nonVisualPictureDrawingProperties28);

            Xdr.BlipFill blipFill28 = new Xdr.BlipFill();

            A.Blip blip28 = new A.Blip() { Embed = "rId1" };
            blip28.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle28 = new A.SourceRectangle();

            A.Stretch stretch28 = new A.Stretch();
            A.FillRectangle fillRectangle28 = new A.FillRectangle();

            stretch28.Append(fillRectangle28);

            blipFill28.Append(blip28);
            blipFill28.Append(sourceRectangle28);
            blipFill28.Append(stretch28);

            Xdr.ShapeProperties shapeProperties30 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D30 = new A.Transform2D();
            A.Offset offset30 = new A.Offset() { X = 600075L, Y = 3790950L };
            A.Extents extents30 = new A.Extents() { Cx = 1085850L, Cy = 0L };

            transform2D30.Append(offset30);
            transform2D30.Append(extents30);

            A.PresetGeometry presetGeometry28 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList30 = new A.AdjustValueList();

            presetGeometry28.Append(adjustValueList30);
            A.NoFill noFill55 = new A.NoFill();

            A.Outline outline33 = new A.Outline() { Width = 9525 };
            A.NoFill noFill56 = new A.NoFill();
            A.Miter miter28 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd30 = new A.HeadEnd();
            A.TailEnd tailEnd30 = new A.TailEnd();

            outline33.Append(noFill56);
            outline33.Append(miter28);
            outline33.Append(headEnd30);
            outline33.Append(tailEnd30);

            shapeProperties30.Append(transform2D30);
            shapeProperties30.Append(presetGeometry28);
            shapeProperties30.Append(noFill55);
            shapeProperties30.Append(outline33);

            picture28.Append(nonVisualPictureProperties28);
            picture28.Append(blipFill28);
            picture28.Append(shapeProperties30);
            Xdr.ClientData clientData28 = new Xdr.ClientData();

            twoCellAnchor28.Append(fromMarker28);
            twoCellAnchor28.Append(toMarker28);
            twoCellAnchor28.Append(picture28);
            twoCellAnchor28.Append(clientData28);

            Xdr.TwoCellAnchor twoCellAnchor29 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker29 = new Xdr.FromMarker();
            Xdr.ColumnId columnId57 = new Xdr.ColumnId();
            columnId57.Text = "1";
            Xdr.ColumnOffset columnOffset57 = new Xdr.ColumnOffset();
            columnOffset57.Text = "0";
            Xdr.RowId rowId57 = new Xdr.RowId();
            rowId57.Text = "16";
            Xdr.RowOffset rowOffset57 = new Xdr.RowOffset();
            rowOffset57.Text = "0";

            fromMarker29.Append(columnId57);
            fromMarker29.Append(columnOffset57);
            fromMarker29.Append(rowId57);
            fromMarker29.Append(rowOffset57);

            Xdr.ToMarker toMarker29 = new Xdr.ToMarker();
            Xdr.ColumnId columnId58 = new Xdr.ColumnId();
            columnId58.Text = "3";
            Xdr.ColumnOffset columnOffset58 = new Xdr.ColumnOffset();
            columnOffset58.Text = "0";
            Xdr.RowId rowId58 = new Xdr.RowId();
            rowId58.Text = "16";
            Xdr.RowOffset rowOffset58 = new Xdr.RowOffset();
            rowOffset58.Text = "0";

            toMarker29.Append(columnId58);
            toMarker29.Append(columnOffset58);
            toMarker29.Append(rowId58);
            toMarker29.Append(rowOffset58);

            Xdr.Picture picture29 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties29 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties29 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2686U, Name = "Picture 69" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties29 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks29 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties29.Append(pictureLocks29);

            nonVisualPictureProperties29.Append(nonVisualDrawingProperties29);
            nonVisualPictureProperties29.Append(nonVisualPictureDrawingProperties29);

            Xdr.BlipFill blipFill29 = new Xdr.BlipFill();

            A.Blip blip29 = new A.Blip() { Embed = "rId1" };
            blip29.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle29 = new A.SourceRectangle();

            A.Stretch stretch29 = new A.Stretch();
            A.FillRectangle fillRectangle29 = new A.FillRectangle();

            stretch29.Append(fillRectangle29);

            blipFill29.Append(blip29);
            blipFill29.Append(sourceRectangle29);
            blipFill29.Append(stretch29);

            Xdr.ShapeProperties shapeProperties31 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D31 = new A.Transform2D();
            A.Offset offset31 = new A.Offset() { X = 581025L, Y = 3790950L };
            A.Extents extents31 = new A.Extents() { Cx = 2819400L, Cy = 0L };

            transform2D31.Append(offset31);
            transform2D31.Append(extents31);

            A.PresetGeometry presetGeometry29 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList31 = new A.AdjustValueList();

            presetGeometry29.Append(adjustValueList31);
            A.NoFill noFill57 = new A.NoFill();

            A.Outline outline34 = new A.Outline() { Width = 9525 };
            A.NoFill noFill58 = new A.NoFill();
            A.Miter miter29 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd31 = new A.HeadEnd();
            A.TailEnd tailEnd31 = new A.TailEnd();

            outline34.Append(noFill58);
            outline34.Append(miter29);
            outline34.Append(headEnd31);
            outline34.Append(tailEnd31);

            shapeProperties31.Append(transform2D31);
            shapeProperties31.Append(presetGeometry29);
            shapeProperties31.Append(noFill57);
            shapeProperties31.Append(outline34);

            picture29.Append(nonVisualPictureProperties29);
            picture29.Append(blipFill29);
            picture29.Append(shapeProperties31);
            Xdr.ClientData clientData29 = new Xdr.ClientData();

            twoCellAnchor29.Append(fromMarker29);
            twoCellAnchor29.Append(toMarker29);
            twoCellAnchor29.Append(picture29);
            twoCellAnchor29.Append(clientData29);

            Xdr.TwoCellAnchor twoCellAnchor30 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker30 = new Xdr.FromMarker();
            Xdr.ColumnId columnId59 = new Xdr.ColumnId();
            columnId59.Text = "1";
            Xdr.ColumnOffset columnOffset59 = new Xdr.ColumnOffset();
            columnOffset59.Text = "0";
            Xdr.RowId rowId59 = new Xdr.RowId();
            rowId59.Text = "16";
            Xdr.RowOffset rowOffset59 = new Xdr.RowOffset();
            rowOffset59.Text = "0";

            fromMarker30.Append(columnId59);
            fromMarker30.Append(columnOffset59);
            fromMarker30.Append(rowId59);
            fromMarker30.Append(rowOffset59);

            Xdr.ToMarker toMarker30 = new Xdr.ToMarker();
            Xdr.ColumnId columnId60 = new Xdr.ColumnId();
            columnId60.Text = "3";
            Xdr.ColumnOffset columnOffset60 = new Xdr.ColumnOffset();
            columnOffset60.Text = "0";
            Xdr.RowId rowId60 = new Xdr.RowId();
            rowId60.Text = "16";
            Xdr.RowOffset rowOffset60 = new Xdr.RowOffset();
            rowOffset60.Text = "0";

            toMarker30.Append(columnId60);
            toMarker30.Append(columnOffset60);
            toMarker30.Append(rowId60);
            toMarker30.Append(rowOffset60);

            Xdr.Picture picture30 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties30 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties30 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2687U, Name = "Picture 70" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties30 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks30 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties30.Append(pictureLocks30);

            nonVisualPictureProperties30.Append(nonVisualDrawingProperties30);
            nonVisualPictureProperties30.Append(nonVisualPictureDrawingProperties30);

            Xdr.BlipFill blipFill30 = new Xdr.BlipFill();

            A.Blip blip30 = new A.Blip() { Embed = "rId1" };
            blip30.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle30 = new A.SourceRectangle();

            A.Stretch stretch30 = new A.Stretch();
            A.FillRectangle fillRectangle30 = new A.FillRectangle();

            stretch30.Append(fillRectangle30);

            blipFill30.Append(blip30);
            blipFill30.Append(sourceRectangle30);
            blipFill30.Append(stretch30);

            Xdr.ShapeProperties shapeProperties32 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D32 = new A.Transform2D();
            A.Offset offset32 = new A.Offset() { X = 581025L, Y = 3790950L };
            A.Extents extents32 = new A.Extents() { Cx = 2819400L, Cy = 0L };

            transform2D32.Append(offset32);
            transform2D32.Append(extents32);

            A.PresetGeometry presetGeometry30 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList32 = new A.AdjustValueList();

            presetGeometry30.Append(adjustValueList32);
            A.NoFill noFill59 = new A.NoFill();

            A.Outline outline35 = new A.Outline() { Width = 9525 };
            A.NoFill noFill60 = new A.NoFill();
            A.Miter miter30 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd32 = new A.HeadEnd();
            A.TailEnd tailEnd32 = new A.TailEnd();

            outline35.Append(noFill60);
            outline35.Append(miter30);
            outline35.Append(headEnd32);
            outline35.Append(tailEnd32);

            shapeProperties32.Append(transform2D32);
            shapeProperties32.Append(presetGeometry30);
            shapeProperties32.Append(noFill59);
            shapeProperties32.Append(outline35);

            picture30.Append(nonVisualPictureProperties30);
            picture30.Append(blipFill30);
            picture30.Append(shapeProperties32);
            Xdr.ClientData clientData30 = new Xdr.ClientData();

            twoCellAnchor30.Append(fromMarker30);
            twoCellAnchor30.Append(toMarker30);
            twoCellAnchor30.Append(picture30);
            twoCellAnchor30.Append(clientData30);

            Xdr.TwoCellAnchor twoCellAnchor31 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker31 = new Xdr.FromMarker();
            Xdr.ColumnId columnId61 = new Xdr.ColumnId();
            columnId61.Text = "1";
            Xdr.ColumnOffset columnOffset61 = new Xdr.ColumnOffset();
            columnOffset61.Text = "19050";
            Xdr.RowId rowId61 = new Xdr.RowId();
            rowId61.Text = "16";
            Xdr.RowOffset rowOffset61 = new Xdr.RowOffset();
            rowOffset61.Text = "0";

            fromMarker31.Append(columnId61);
            fromMarker31.Append(columnOffset61);
            fromMarker31.Append(rowId61);
            fromMarker31.Append(rowOffset61);

            Xdr.ToMarker toMarker31 = new Xdr.ToMarker();
            Xdr.ColumnId columnId62 = new Xdr.ColumnId();
            columnId62.Text = "3";
            Xdr.ColumnOffset columnOffset62 = new Xdr.ColumnOffset();
            columnOffset62.Text = "0";
            Xdr.RowId rowId62 = new Xdr.RowId();
            rowId62.Text = "16";
            Xdr.RowOffset rowOffset62 = new Xdr.RowOffset();
            rowOffset62.Text = "0";

            toMarker31.Append(columnId62);
            toMarker31.Append(columnOffset62);
            toMarker31.Append(rowId62);
            toMarker31.Append(rowOffset62);

            Xdr.Picture picture31 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties31 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties31 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2688U, Name = "Picture 71" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties31 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks31 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties31.Append(pictureLocks31);

            nonVisualPictureProperties31.Append(nonVisualDrawingProperties31);
            nonVisualPictureProperties31.Append(nonVisualPictureDrawingProperties31);

            Xdr.BlipFill blipFill31 = new Xdr.BlipFill();

            A.Blip blip31 = new A.Blip() { Embed = "rId1" };
            blip31.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle31 = new A.SourceRectangle();

            A.Stretch stretch31 = new A.Stretch();
            A.FillRectangle fillRectangle31 = new A.FillRectangle();

            stretch31.Append(fillRectangle31);

            blipFill31.Append(blip31);
            blipFill31.Append(sourceRectangle31);
            blipFill31.Append(stretch31);

            Xdr.ShapeProperties shapeProperties33 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D33 = new A.Transform2D();
            A.Offset offset33 = new A.Offset() { X = 600075L, Y = 3790950L };
            A.Extents extents33 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D33.Append(offset33);
            transform2D33.Append(extents33);

            A.PresetGeometry presetGeometry31 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList33 = new A.AdjustValueList();

            presetGeometry31.Append(adjustValueList33);
            A.NoFill noFill61 = new A.NoFill();

            A.Outline outline36 = new A.Outline() { Width = 9525 };
            A.NoFill noFill62 = new A.NoFill();
            A.Miter miter31 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd33 = new A.HeadEnd();
            A.TailEnd tailEnd33 = new A.TailEnd();

            outline36.Append(noFill62);
            outline36.Append(miter31);
            outline36.Append(headEnd33);
            outline36.Append(tailEnd33);

            shapeProperties33.Append(transform2D33);
            shapeProperties33.Append(presetGeometry31);
            shapeProperties33.Append(noFill61);
            shapeProperties33.Append(outline36);

            picture31.Append(nonVisualPictureProperties31);
            picture31.Append(blipFill31);
            picture31.Append(shapeProperties33);
            Xdr.ClientData clientData31 = new Xdr.ClientData();

            twoCellAnchor31.Append(fromMarker31);
            twoCellAnchor31.Append(toMarker31);
            twoCellAnchor31.Append(picture31);
            twoCellAnchor31.Append(clientData31);

            Xdr.TwoCellAnchor twoCellAnchor32 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker32 = new Xdr.FromMarker();
            Xdr.ColumnId columnId63 = new Xdr.ColumnId();
            columnId63.Text = "1";
            Xdr.ColumnOffset columnOffset63 = new Xdr.ColumnOffset();
            columnOffset63.Text = "19050";
            Xdr.RowId rowId63 = new Xdr.RowId();
            rowId63.Text = "16";
            Xdr.RowOffset rowOffset63 = new Xdr.RowOffset();
            rowOffset63.Text = "0";

            fromMarker32.Append(columnId63);
            fromMarker32.Append(columnOffset63);
            fromMarker32.Append(rowId63);
            fromMarker32.Append(rowOffset63);

            Xdr.ToMarker toMarker32 = new Xdr.ToMarker();
            Xdr.ColumnId columnId64 = new Xdr.ColumnId();
            columnId64.Text = "3";
            Xdr.ColumnOffset columnOffset64 = new Xdr.ColumnOffset();
            columnOffset64.Text = "0";
            Xdr.RowId rowId64 = new Xdr.RowId();
            rowId64.Text = "16";
            Xdr.RowOffset rowOffset64 = new Xdr.RowOffset();
            rowOffset64.Text = "0";

            toMarker32.Append(columnId64);
            toMarker32.Append(columnOffset64);
            toMarker32.Append(rowId64);
            toMarker32.Append(rowOffset64);

            Xdr.Picture picture32 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties32 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties32 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2689U, Name = "Picture 72" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties32 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks32 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties32.Append(pictureLocks32);

            nonVisualPictureProperties32.Append(nonVisualDrawingProperties32);
            nonVisualPictureProperties32.Append(nonVisualPictureDrawingProperties32);

            Xdr.BlipFill blipFill32 = new Xdr.BlipFill();

            A.Blip blip32 = new A.Blip() { Embed = "rId1" };
            blip32.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle32 = new A.SourceRectangle();

            A.Stretch stretch32 = new A.Stretch();
            A.FillRectangle fillRectangle32 = new A.FillRectangle();

            stretch32.Append(fillRectangle32);

            blipFill32.Append(blip32);
            blipFill32.Append(sourceRectangle32);
            blipFill32.Append(stretch32);

            Xdr.ShapeProperties shapeProperties34 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D34 = new A.Transform2D();
            A.Offset offset34 = new A.Offset() { X = 600075L, Y = 3790950L };
            A.Extents extents34 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D34.Append(offset34);
            transform2D34.Append(extents34);

            A.PresetGeometry presetGeometry32 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList34 = new A.AdjustValueList();

            presetGeometry32.Append(adjustValueList34);
            A.NoFill noFill63 = new A.NoFill();

            A.Outline outline37 = new A.Outline() { Width = 9525 };
            A.NoFill noFill64 = new A.NoFill();
            A.Miter miter32 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd34 = new A.HeadEnd();
            A.TailEnd tailEnd34 = new A.TailEnd();

            outline37.Append(noFill64);
            outline37.Append(miter32);
            outline37.Append(headEnd34);
            outline37.Append(tailEnd34);

            shapeProperties34.Append(transform2D34);
            shapeProperties34.Append(presetGeometry32);
            shapeProperties34.Append(noFill63);
            shapeProperties34.Append(outline37);

            picture32.Append(nonVisualPictureProperties32);
            picture32.Append(blipFill32);
            picture32.Append(shapeProperties34);
            Xdr.ClientData clientData32 = new Xdr.ClientData();

            twoCellAnchor32.Append(fromMarker32);
            twoCellAnchor32.Append(toMarker32);
            twoCellAnchor32.Append(picture32);
            twoCellAnchor32.Append(clientData32);

            Xdr.TwoCellAnchor twoCellAnchor33 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker33 = new Xdr.FromMarker();
            Xdr.ColumnId columnId65 = new Xdr.ColumnId();
            columnId65.Text = "1";
            Xdr.ColumnOffset columnOffset65 = new Xdr.ColumnOffset();
            columnOffset65.Text = "19050";
            Xdr.RowId rowId65 = new Xdr.RowId();
            rowId65.Text = "16";
            Xdr.RowOffset rowOffset65 = new Xdr.RowOffset();
            rowOffset65.Text = "0";

            fromMarker33.Append(columnId65);
            fromMarker33.Append(columnOffset65);
            fromMarker33.Append(rowId65);
            fromMarker33.Append(rowOffset65);

            Xdr.ToMarker toMarker33 = new Xdr.ToMarker();
            Xdr.ColumnId columnId66 = new Xdr.ColumnId();
            columnId66.Text = "3";
            Xdr.ColumnOffset columnOffset66 = new Xdr.ColumnOffset();
            columnOffset66.Text = "0";
            Xdr.RowId rowId66 = new Xdr.RowId();
            rowId66.Text = "16";
            Xdr.RowOffset rowOffset66 = new Xdr.RowOffset();
            rowOffset66.Text = "0";

            toMarker33.Append(columnId66);
            toMarker33.Append(columnOffset66);
            toMarker33.Append(rowId66);
            toMarker33.Append(rowOffset66);

            Xdr.Picture picture33 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties33 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties33 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2690U, Name = "Picture 73" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties33 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks33 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties33.Append(pictureLocks33);

            nonVisualPictureProperties33.Append(nonVisualDrawingProperties33);
            nonVisualPictureProperties33.Append(nonVisualPictureDrawingProperties33);

            Xdr.BlipFill blipFill33 = new Xdr.BlipFill();

            A.Blip blip33 = new A.Blip() { Embed = "rId1" };
            blip33.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle33 = new A.SourceRectangle();

            A.Stretch stretch33 = new A.Stretch();
            A.FillRectangle fillRectangle33 = new A.FillRectangle();

            stretch33.Append(fillRectangle33);

            blipFill33.Append(blip33);
            blipFill33.Append(sourceRectangle33);
            blipFill33.Append(stretch33);

            Xdr.ShapeProperties shapeProperties35 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D35 = new A.Transform2D();
            A.Offset offset35 = new A.Offset() { X = 600075L, Y = 3790950L };
            A.Extents extents35 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D35.Append(offset35);
            transform2D35.Append(extents35);

            A.PresetGeometry presetGeometry33 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList35 = new A.AdjustValueList();

            presetGeometry33.Append(adjustValueList35);
            A.NoFill noFill65 = new A.NoFill();

            A.Outline outline38 = new A.Outline() { Width = 9525 };
            A.NoFill noFill66 = new A.NoFill();
            A.Miter miter33 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd35 = new A.HeadEnd();
            A.TailEnd tailEnd35 = new A.TailEnd();

            outline38.Append(noFill66);
            outline38.Append(miter33);
            outline38.Append(headEnd35);
            outline38.Append(tailEnd35);

            shapeProperties35.Append(transform2D35);
            shapeProperties35.Append(presetGeometry33);
            shapeProperties35.Append(noFill65);
            shapeProperties35.Append(outline38);

            picture33.Append(nonVisualPictureProperties33);
            picture33.Append(blipFill33);
            picture33.Append(shapeProperties35);
            Xdr.ClientData clientData33 = new Xdr.ClientData();

            twoCellAnchor33.Append(fromMarker33);
            twoCellAnchor33.Append(toMarker33);
            twoCellAnchor33.Append(picture33);
            twoCellAnchor33.Append(clientData33);

            Xdr.TwoCellAnchor twoCellAnchor34 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker34 = new Xdr.FromMarker();
            Xdr.ColumnId columnId67 = new Xdr.ColumnId();
            columnId67.Text = "1";
            Xdr.ColumnOffset columnOffset67 = new Xdr.ColumnOffset();
            columnOffset67.Text = "19050";
            Xdr.RowId rowId67 = new Xdr.RowId();
            rowId67.Text = "16";
            Xdr.RowOffset rowOffset67 = new Xdr.RowOffset();
            rowOffset67.Text = "0";

            fromMarker34.Append(columnId67);
            fromMarker34.Append(columnOffset67);
            fromMarker34.Append(rowId67);
            fromMarker34.Append(rowOffset67);

            Xdr.ToMarker toMarker34 = new Xdr.ToMarker();
            Xdr.ColumnId columnId68 = new Xdr.ColumnId();
            columnId68.Text = "3";
            Xdr.ColumnOffset columnOffset68 = new Xdr.ColumnOffset();
            columnOffset68.Text = "0";
            Xdr.RowId rowId68 = new Xdr.RowId();
            rowId68.Text = "16";
            Xdr.RowOffset rowOffset68 = new Xdr.RowOffset();
            rowOffset68.Text = "0";

            toMarker34.Append(columnId68);
            toMarker34.Append(columnOffset68);
            toMarker34.Append(rowId68);
            toMarker34.Append(rowOffset68);

            Xdr.Picture picture34 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties34 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties34 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2691U, Name = "Picture 74" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties34 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks34 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties34.Append(pictureLocks34);

            nonVisualPictureProperties34.Append(nonVisualDrawingProperties34);
            nonVisualPictureProperties34.Append(nonVisualPictureDrawingProperties34);

            Xdr.BlipFill blipFill34 = new Xdr.BlipFill();

            A.Blip blip34 = new A.Blip() { Embed = "rId1" };
            blip34.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle34 = new A.SourceRectangle();

            A.Stretch stretch34 = new A.Stretch();
            A.FillRectangle fillRectangle34 = new A.FillRectangle();

            stretch34.Append(fillRectangle34);

            blipFill34.Append(blip34);
            blipFill34.Append(sourceRectangle34);
            blipFill34.Append(stretch34);

            Xdr.ShapeProperties shapeProperties36 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D36 = new A.Transform2D();
            A.Offset offset36 = new A.Offset() { X = 600075L, Y = 3790950L };
            A.Extents extents36 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D36.Append(offset36);
            transform2D36.Append(extents36);

            A.PresetGeometry presetGeometry34 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList36 = new A.AdjustValueList();

            presetGeometry34.Append(adjustValueList36);
            A.NoFill noFill67 = new A.NoFill();

            A.Outline outline39 = new A.Outline() { Width = 9525 };
            A.NoFill noFill68 = new A.NoFill();
            A.Miter miter34 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd36 = new A.HeadEnd();
            A.TailEnd tailEnd36 = new A.TailEnd();

            outline39.Append(noFill68);
            outline39.Append(miter34);
            outline39.Append(headEnd36);
            outline39.Append(tailEnd36);

            shapeProperties36.Append(transform2D36);
            shapeProperties36.Append(presetGeometry34);
            shapeProperties36.Append(noFill67);
            shapeProperties36.Append(outline39);

            picture34.Append(nonVisualPictureProperties34);
            picture34.Append(blipFill34);
            picture34.Append(shapeProperties36);
            Xdr.ClientData clientData34 = new Xdr.ClientData();

            twoCellAnchor34.Append(fromMarker34);
            twoCellAnchor34.Append(toMarker34);
            twoCellAnchor34.Append(picture34);
            twoCellAnchor34.Append(clientData34);

            Xdr.TwoCellAnchor twoCellAnchor35 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker35 = new Xdr.FromMarker();
            Xdr.ColumnId columnId69 = new Xdr.ColumnId();
            columnId69.Text = "1";
            Xdr.ColumnOffset columnOffset69 = new Xdr.ColumnOffset();
            columnOffset69.Text = "19050";
            Xdr.RowId rowId69 = new Xdr.RowId();
            rowId69.Text = "16";
            Xdr.RowOffset rowOffset69 = new Xdr.RowOffset();
            rowOffset69.Text = "0";

            fromMarker35.Append(columnId69);
            fromMarker35.Append(columnOffset69);
            fromMarker35.Append(rowId69);
            fromMarker35.Append(rowOffset69);

            Xdr.ToMarker toMarker35 = new Xdr.ToMarker();
            Xdr.ColumnId columnId70 = new Xdr.ColumnId();
            columnId70.Text = "3";
            Xdr.ColumnOffset columnOffset70 = new Xdr.ColumnOffset();
            columnOffset70.Text = "0";
            Xdr.RowId rowId70 = new Xdr.RowId();
            rowId70.Text = "16";
            Xdr.RowOffset rowOffset70 = new Xdr.RowOffset();
            rowOffset70.Text = "0";

            toMarker35.Append(columnId70);
            toMarker35.Append(columnOffset70);
            toMarker35.Append(rowId70);
            toMarker35.Append(rowOffset70);

            Xdr.Picture picture35 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties35 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties35 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2692U, Name = "Picture 75" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties35 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks35 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties35.Append(pictureLocks35);

            nonVisualPictureProperties35.Append(nonVisualDrawingProperties35);
            nonVisualPictureProperties35.Append(nonVisualPictureDrawingProperties35);

            Xdr.BlipFill blipFill35 = new Xdr.BlipFill();

            A.Blip blip35 = new A.Blip() { Embed = "rId1" };
            blip35.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle35 = new A.SourceRectangle();

            A.Stretch stretch35 = new A.Stretch();
            A.FillRectangle fillRectangle35 = new A.FillRectangle();

            stretch35.Append(fillRectangle35);

            blipFill35.Append(blip35);
            blipFill35.Append(sourceRectangle35);
            blipFill35.Append(stretch35);

            Xdr.ShapeProperties shapeProperties37 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D37 = new A.Transform2D();
            A.Offset offset37 = new A.Offset() { X = 600075L, Y = 3790950L };
            A.Extents extents37 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D37.Append(offset37);
            transform2D37.Append(extents37);

            A.PresetGeometry presetGeometry35 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList37 = new A.AdjustValueList();

            presetGeometry35.Append(adjustValueList37);
            A.NoFill noFill69 = new A.NoFill();

            A.Outline outline40 = new A.Outline() { Width = 9525 };
            A.NoFill noFill70 = new A.NoFill();
            A.Miter miter35 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd37 = new A.HeadEnd();
            A.TailEnd tailEnd37 = new A.TailEnd();

            outline40.Append(noFill70);
            outline40.Append(miter35);
            outline40.Append(headEnd37);
            outline40.Append(tailEnd37);

            shapeProperties37.Append(transform2D37);
            shapeProperties37.Append(presetGeometry35);
            shapeProperties37.Append(noFill69);
            shapeProperties37.Append(outline40);

            picture35.Append(nonVisualPictureProperties35);
            picture35.Append(blipFill35);
            picture35.Append(shapeProperties37);
            Xdr.ClientData clientData35 = new Xdr.ClientData();

            twoCellAnchor35.Append(fromMarker35);
            twoCellAnchor35.Append(toMarker35);
            twoCellAnchor35.Append(picture35);
            twoCellAnchor35.Append(clientData35);

            Xdr.TwoCellAnchor twoCellAnchor36 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker36 = new Xdr.FromMarker();
            Xdr.ColumnId columnId71 = new Xdr.ColumnId();
            columnId71.Text = "1";
            Xdr.ColumnOffset columnOffset71 = new Xdr.ColumnOffset();
            columnOffset71.Text = "19050";
            Xdr.RowId rowId71 = new Xdr.RowId();
            rowId71.Text = "16";
            Xdr.RowOffset rowOffset71 = new Xdr.RowOffset();
            rowOffset71.Text = "0";

            fromMarker36.Append(columnId71);
            fromMarker36.Append(columnOffset71);
            fromMarker36.Append(rowId71);
            fromMarker36.Append(rowOffset71);

            Xdr.ToMarker toMarker36 = new Xdr.ToMarker();
            Xdr.ColumnId columnId72 = new Xdr.ColumnId();
            columnId72.Text = "3";
            Xdr.ColumnOffset columnOffset72 = new Xdr.ColumnOffset();
            columnOffset72.Text = "0";
            Xdr.RowId rowId72 = new Xdr.RowId();
            rowId72.Text = "16";
            Xdr.RowOffset rowOffset72 = new Xdr.RowOffset();
            rowOffset72.Text = "0";

            toMarker36.Append(columnId72);
            toMarker36.Append(columnOffset72);
            toMarker36.Append(rowId72);
            toMarker36.Append(rowOffset72);

            Xdr.Picture picture36 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties36 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties36 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2693U, Name = "Picture 76" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties36 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks36 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties36.Append(pictureLocks36);

            nonVisualPictureProperties36.Append(nonVisualDrawingProperties36);
            nonVisualPictureProperties36.Append(nonVisualPictureDrawingProperties36);

            Xdr.BlipFill blipFill36 = new Xdr.BlipFill();

            A.Blip blip36 = new A.Blip() { Embed = "rId1" };
            blip36.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle36 = new A.SourceRectangle();

            A.Stretch stretch36 = new A.Stretch();
            A.FillRectangle fillRectangle36 = new A.FillRectangle();

            stretch36.Append(fillRectangle36);

            blipFill36.Append(blip36);
            blipFill36.Append(sourceRectangle36);
            blipFill36.Append(stretch36);

            Xdr.ShapeProperties shapeProperties38 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D38 = new A.Transform2D();
            A.Offset offset38 = new A.Offset() { X = 600075L, Y = 3790950L };
            A.Extents extents38 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D38.Append(offset38);
            transform2D38.Append(extents38);

            A.PresetGeometry presetGeometry36 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList38 = new A.AdjustValueList();

            presetGeometry36.Append(adjustValueList38);
            A.NoFill noFill71 = new A.NoFill();

            A.Outline outline41 = new A.Outline() { Width = 9525 };
            A.NoFill noFill72 = new A.NoFill();
            A.Miter miter36 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd38 = new A.HeadEnd();
            A.TailEnd tailEnd38 = new A.TailEnd();

            outline41.Append(noFill72);
            outline41.Append(miter36);
            outline41.Append(headEnd38);
            outline41.Append(tailEnd38);

            shapeProperties38.Append(transform2D38);
            shapeProperties38.Append(presetGeometry36);
            shapeProperties38.Append(noFill71);
            shapeProperties38.Append(outline41);

            picture36.Append(nonVisualPictureProperties36);
            picture36.Append(blipFill36);
            picture36.Append(shapeProperties38);
            Xdr.ClientData clientData36 = new Xdr.ClientData();

            twoCellAnchor36.Append(fromMarker36);
            twoCellAnchor36.Append(toMarker36);
            twoCellAnchor36.Append(picture36);
            twoCellAnchor36.Append(clientData36);

            Xdr.TwoCellAnchor twoCellAnchor37 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker37 = new Xdr.FromMarker();
            Xdr.ColumnId columnId73 = new Xdr.ColumnId();
            columnId73.Text = "1";
            Xdr.ColumnOffset columnOffset73 = new Xdr.ColumnOffset();
            columnOffset73.Text = "19050";
            Xdr.RowId rowId73 = new Xdr.RowId();
            rowId73.Text = "16";
            Xdr.RowOffset rowOffset73 = new Xdr.RowOffset();
            rowOffset73.Text = "0";

            fromMarker37.Append(columnId73);
            fromMarker37.Append(columnOffset73);
            fromMarker37.Append(rowId73);
            fromMarker37.Append(rowOffset73);

            Xdr.ToMarker toMarker37 = new Xdr.ToMarker();
            Xdr.ColumnId columnId74 = new Xdr.ColumnId();
            columnId74.Text = "3";
            Xdr.ColumnOffset columnOffset74 = new Xdr.ColumnOffset();
            columnOffset74.Text = "0";
            Xdr.RowId rowId74 = new Xdr.RowId();
            rowId74.Text = "16";
            Xdr.RowOffset rowOffset74 = new Xdr.RowOffset();
            rowOffset74.Text = "0";

            toMarker37.Append(columnId74);
            toMarker37.Append(columnOffset74);
            toMarker37.Append(rowId74);
            toMarker37.Append(rowOffset74);

            Xdr.Picture picture37 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties37 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties37 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2694U, Name = "Picture 77" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties37 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks37 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties37.Append(pictureLocks37);

            nonVisualPictureProperties37.Append(nonVisualDrawingProperties37);
            nonVisualPictureProperties37.Append(nonVisualPictureDrawingProperties37);

            Xdr.BlipFill blipFill37 = new Xdr.BlipFill();

            A.Blip blip37 = new A.Blip() { Embed = "rId1" };
            blip37.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle37 = new A.SourceRectangle();

            A.Stretch stretch37 = new A.Stretch();
            A.FillRectangle fillRectangle37 = new A.FillRectangle();

            stretch37.Append(fillRectangle37);

            blipFill37.Append(blip37);
            blipFill37.Append(sourceRectangle37);
            blipFill37.Append(stretch37);

            Xdr.ShapeProperties shapeProperties39 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D39 = new A.Transform2D();
            A.Offset offset39 = new A.Offset() { X = 600075L, Y = 3790950L };
            A.Extents extents39 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D39.Append(offset39);
            transform2D39.Append(extents39);

            A.PresetGeometry presetGeometry37 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList39 = new A.AdjustValueList();

            presetGeometry37.Append(adjustValueList39);
            A.NoFill noFill73 = new A.NoFill();

            A.Outline outline42 = new A.Outline() { Width = 9525 };
            A.NoFill noFill74 = new A.NoFill();
            A.Miter miter37 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd39 = new A.HeadEnd();
            A.TailEnd tailEnd39 = new A.TailEnd();

            outline42.Append(noFill74);
            outline42.Append(miter37);
            outline42.Append(headEnd39);
            outline42.Append(tailEnd39);

            shapeProperties39.Append(transform2D39);
            shapeProperties39.Append(presetGeometry37);
            shapeProperties39.Append(noFill73);
            shapeProperties39.Append(outline42);

            picture37.Append(nonVisualPictureProperties37);
            picture37.Append(blipFill37);
            picture37.Append(shapeProperties39);
            Xdr.ClientData clientData37 = new Xdr.ClientData();

            twoCellAnchor37.Append(fromMarker37);
            twoCellAnchor37.Append(toMarker37);
            twoCellAnchor37.Append(picture37);
            twoCellAnchor37.Append(clientData37);

            Xdr.TwoCellAnchor twoCellAnchor38 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker38 = new Xdr.FromMarker();
            Xdr.ColumnId columnId75 = new Xdr.ColumnId();
            columnId75.Text = "1";
            Xdr.ColumnOffset columnOffset75 = new Xdr.ColumnOffset();
            columnOffset75.Text = "19050";
            Xdr.RowId rowId75 = new Xdr.RowId();
            rowId75.Text = "16";
            Xdr.RowOffset rowOffset75 = new Xdr.RowOffset();
            rowOffset75.Text = "0";

            fromMarker38.Append(columnId75);
            fromMarker38.Append(columnOffset75);
            fromMarker38.Append(rowId75);
            fromMarker38.Append(rowOffset75);

            Xdr.ToMarker toMarker38 = new Xdr.ToMarker();
            Xdr.ColumnId columnId76 = new Xdr.ColumnId();
            columnId76.Text = "3";
            Xdr.ColumnOffset columnOffset76 = new Xdr.ColumnOffset();
            columnOffset76.Text = "0";
            Xdr.RowId rowId76 = new Xdr.RowId();
            rowId76.Text = "16";
            Xdr.RowOffset rowOffset76 = new Xdr.RowOffset();
            rowOffset76.Text = "0";

            toMarker38.Append(columnId76);
            toMarker38.Append(columnOffset76);
            toMarker38.Append(rowId76);
            toMarker38.Append(rowOffset76);

            Xdr.Picture picture38 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties38 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties38 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2695U, Name = "Picture 78" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties38 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks38 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties38.Append(pictureLocks38);

            nonVisualPictureProperties38.Append(nonVisualDrawingProperties38);
            nonVisualPictureProperties38.Append(nonVisualPictureDrawingProperties38);

            Xdr.BlipFill blipFill38 = new Xdr.BlipFill();

            A.Blip blip38 = new A.Blip() { Embed = "rId1" };
            blip38.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle38 = new A.SourceRectangle();

            A.Stretch stretch38 = new A.Stretch();
            A.FillRectangle fillRectangle38 = new A.FillRectangle();

            stretch38.Append(fillRectangle38);

            blipFill38.Append(blip38);
            blipFill38.Append(sourceRectangle38);
            blipFill38.Append(stretch38);

            Xdr.ShapeProperties shapeProperties40 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D40 = new A.Transform2D();
            A.Offset offset40 = new A.Offset() { X = 600075L, Y = 3790950L };
            A.Extents extents40 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D40.Append(offset40);
            transform2D40.Append(extents40);

            A.PresetGeometry presetGeometry38 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList40 = new A.AdjustValueList();

            presetGeometry38.Append(adjustValueList40);
            A.NoFill noFill75 = new A.NoFill();

            A.Outline outline43 = new A.Outline() { Width = 9525 };
            A.NoFill noFill76 = new A.NoFill();
            A.Miter miter38 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd40 = new A.HeadEnd();
            A.TailEnd tailEnd40 = new A.TailEnd();

            outline43.Append(noFill76);
            outline43.Append(miter38);
            outline43.Append(headEnd40);
            outline43.Append(tailEnd40);

            shapeProperties40.Append(transform2D40);
            shapeProperties40.Append(presetGeometry38);
            shapeProperties40.Append(noFill75);
            shapeProperties40.Append(outline43);

            picture38.Append(nonVisualPictureProperties38);
            picture38.Append(blipFill38);
            picture38.Append(shapeProperties40);
            Xdr.ClientData clientData38 = new Xdr.ClientData();

            twoCellAnchor38.Append(fromMarker38);
            twoCellAnchor38.Append(toMarker38);
            twoCellAnchor38.Append(picture38);
            twoCellAnchor38.Append(clientData38);

            Xdr.TwoCellAnchor twoCellAnchor39 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker39 = new Xdr.FromMarker();
            Xdr.ColumnId columnId77 = new Xdr.ColumnId();
            columnId77.Text = "1";
            Xdr.ColumnOffset columnOffset77 = new Xdr.ColumnOffset();
            columnOffset77.Text = "19050";
            Xdr.RowId rowId77 = new Xdr.RowId();
            rowId77.Text = "16";
            Xdr.RowOffset rowOffset77 = new Xdr.RowOffset();
            rowOffset77.Text = "0";

            fromMarker39.Append(columnId77);
            fromMarker39.Append(columnOffset77);
            fromMarker39.Append(rowId77);
            fromMarker39.Append(rowOffset77);

            Xdr.ToMarker toMarker39 = new Xdr.ToMarker();
            Xdr.ColumnId columnId78 = new Xdr.ColumnId();
            columnId78.Text = "3";
            Xdr.ColumnOffset columnOffset78 = new Xdr.ColumnOffset();
            columnOffset78.Text = "0";
            Xdr.RowId rowId78 = new Xdr.RowId();
            rowId78.Text = "16";
            Xdr.RowOffset rowOffset78 = new Xdr.RowOffset();
            rowOffset78.Text = "0";

            toMarker39.Append(columnId78);
            toMarker39.Append(columnOffset78);
            toMarker39.Append(rowId78);
            toMarker39.Append(rowOffset78);

            Xdr.Picture picture39 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties39 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties39 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2696U, Name = "Picture 79" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties39 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks39 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties39.Append(pictureLocks39);

            nonVisualPictureProperties39.Append(nonVisualDrawingProperties39);
            nonVisualPictureProperties39.Append(nonVisualPictureDrawingProperties39);

            Xdr.BlipFill blipFill39 = new Xdr.BlipFill();

            A.Blip blip39 = new A.Blip() { Embed = "rId1" };
            blip39.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle39 = new A.SourceRectangle();

            A.Stretch stretch39 = new A.Stretch();
            A.FillRectangle fillRectangle39 = new A.FillRectangle();

            stretch39.Append(fillRectangle39);

            blipFill39.Append(blip39);
            blipFill39.Append(sourceRectangle39);
            blipFill39.Append(stretch39);

            Xdr.ShapeProperties shapeProperties41 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D41 = new A.Transform2D();
            A.Offset offset41 = new A.Offset() { X = 600075L, Y = 3790950L };
            A.Extents extents41 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D41.Append(offset41);
            transform2D41.Append(extents41);

            A.PresetGeometry presetGeometry39 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList41 = new A.AdjustValueList();

            presetGeometry39.Append(adjustValueList41);
            A.NoFill noFill77 = new A.NoFill();

            A.Outline outline44 = new A.Outline() { Width = 9525 };
            A.NoFill noFill78 = new A.NoFill();
            A.Miter miter39 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd41 = new A.HeadEnd();
            A.TailEnd tailEnd41 = new A.TailEnd();

            outline44.Append(noFill78);
            outline44.Append(miter39);
            outline44.Append(headEnd41);
            outline44.Append(tailEnd41);

            shapeProperties41.Append(transform2D41);
            shapeProperties41.Append(presetGeometry39);
            shapeProperties41.Append(noFill77);
            shapeProperties41.Append(outline44);

            picture39.Append(nonVisualPictureProperties39);
            picture39.Append(blipFill39);
            picture39.Append(shapeProperties41);
            Xdr.ClientData clientData39 = new Xdr.ClientData();

            twoCellAnchor39.Append(fromMarker39);
            twoCellAnchor39.Append(toMarker39);
            twoCellAnchor39.Append(picture39);
            twoCellAnchor39.Append(clientData39);

            Xdr.TwoCellAnchor twoCellAnchor40 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker40 = new Xdr.FromMarker();
            Xdr.ColumnId columnId79 = new Xdr.ColumnId();
            columnId79.Text = "1";
            Xdr.ColumnOffset columnOffset79 = new Xdr.ColumnOffset();
            columnOffset79.Text = "0";
            Xdr.RowId rowId79 = new Xdr.RowId();
            rowId79.Text = "16";
            Xdr.RowOffset rowOffset79 = new Xdr.RowOffset();
            rowOffset79.Text = "0";

            fromMarker40.Append(columnId79);
            fromMarker40.Append(columnOffset79);
            fromMarker40.Append(rowId79);
            fromMarker40.Append(rowOffset79);

            Xdr.ToMarker toMarker40 = new Xdr.ToMarker();
            Xdr.ColumnId columnId80 = new Xdr.ColumnId();
            columnId80.Text = "3";
            Xdr.ColumnOffset columnOffset80 = new Xdr.ColumnOffset();
            columnOffset80.Text = "0";
            Xdr.RowId rowId80 = new Xdr.RowId();
            rowId80.Text = "16";
            Xdr.RowOffset rowOffset80 = new Xdr.RowOffset();
            rowOffset80.Text = "0";

            toMarker40.Append(columnId80);
            toMarker40.Append(columnOffset80);
            toMarker40.Append(rowId80);
            toMarker40.Append(rowOffset80);

            Xdr.Picture picture40 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties40 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties40 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2697U, Name = "Picture 80" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties40 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks40 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties40.Append(pictureLocks40);

            nonVisualPictureProperties40.Append(nonVisualDrawingProperties40);
            nonVisualPictureProperties40.Append(nonVisualPictureDrawingProperties40);

            Xdr.BlipFill blipFill40 = new Xdr.BlipFill();

            A.Blip blip40 = new A.Blip() { Embed = "rId1" };
            blip40.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle40 = new A.SourceRectangle();

            A.Stretch stretch40 = new A.Stretch();
            A.FillRectangle fillRectangle40 = new A.FillRectangle();

            stretch40.Append(fillRectangle40);

            blipFill40.Append(blip40);
            blipFill40.Append(sourceRectangle40);
            blipFill40.Append(stretch40);

            Xdr.ShapeProperties shapeProperties42 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D42 = new A.Transform2D();
            A.Offset offset42 = new A.Offset() { X = 581025L, Y = 3790950L };
            A.Extents extents42 = new A.Extents() { Cx = 2819400L, Cy = 0L };

            transform2D42.Append(offset42);
            transform2D42.Append(extents42);

            A.PresetGeometry presetGeometry40 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList42 = new A.AdjustValueList();

            presetGeometry40.Append(adjustValueList42);
            A.NoFill noFill79 = new A.NoFill();

            A.Outline outline45 = new A.Outline() { Width = 9525 };
            A.NoFill noFill80 = new A.NoFill();
            A.Miter miter40 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd42 = new A.HeadEnd();
            A.TailEnd tailEnd42 = new A.TailEnd();

            outline45.Append(noFill80);
            outline45.Append(miter40);
            outline45.Append(headEnd42);
            outline45.Append(tailEnd42);

            shapeProperties42.Append(transform2D42);
            shapeProperties42.Append(presetGeometry40);
            shapeProperties42.Append(noFill79);
            shapeProperties42.Append(outline45);

            picture40.Append(nonVisualPictureProperties40);
            picture40.Append(blipFill40);
            picture40.Append(shapeProperties42);
            Xdr.ClientData clientData40 = new Xdr.ClientData();

            twoCellAnchor40.Append(fromMarker40);
            twoCellAnchor40.Append(toMarker40);
            twoCellAnchor40.Append(picture40);
            twoCellAnchor40.Append(clientData40);

            Xdr.TwoCellAnchor twoCellAnchor41 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker41 = new Xdr.FromMarker();
            Xdr.ColumnId columnId81 = new Xdr.ColumnId();
            columnId81.Text = "1";
            Xdr.ColumnOffset columnOffset81 = new Xdr.ColumnOffset();
            columnOffset81.Text = "19050";
            Xdr.RowId rowId81 = new Xdr.RowId();
            rowId81.Text = "13";
            Xdr.RowOffset rowOffset81 = new Xdr.RowOffset();
            rowOffset81.Text = "0";

            fromMarker41.Append(columnId81);
            fromMarker41.Append(columnOffset81);
            fromMarker41.Append(rowId81);
            fromMarker41.Append(rowOffset81);

            Xdr.ToMarker toMarker41 = new Xdr.ToMarker();
            Xdr.ColumnId columnId82 = new Xdr.ColumnId();
            columnId82.Text = "2";
            Xdr.ColumnOffset columnOffset82 = new Xdr.ColumnOffset();
            columnOffset82.Text = "0";
            Xdr.RowId rowId82 = new Xdr.RowId();
            rowId82.Text = "13";
            Xdr.RowOffset rowOffset82 = new Xdr.RowOffset();
            rowOffset82.Text = "0";

            toMarker41.Append(columnId82);
            toMarker41.Append(columnOffset82);
            toMarker41.Append(rowId82);
            toMarker41.Append(rowOffset82);

            Xdr.Picture picture41 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties41 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties41 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2906U, Name = "Picture 289" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties41 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks41 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties41.Append(pictureLocks41);

            nonVisualPictureProperties41.Append(nonVisualDrawingProperties41);
            nonVisualPictureProperties41.Append(nonVisualPictureDrawingProperties41);

            Xdr.BlipFill blipFill41 = new Xdr.BlipFill();

            A.Blip blip41 = new A.Blip() { Embed = "rId1" };
            blip41.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle41 = new A.SourceRectangle();

            A.Stretch stretch41 = new A.Stretch();
            A.FillRectangle fillRectangle41 = new A.FillRectangle();

            stretch41.Append(fillRectangle41);

            blipFill41.Append(blip41);
            blipFill41.Append(sourceRectangle41);
            blipFill41.Append(stretch41);

            Xdr.ShapeProperties shapeProperties43 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D43 = new A.Transform2D();
            A.Offset offset43 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents43 = new A.Extents() { Cx = 1085850L, Cy = 0L };

            transform2D43.Append(offset43);
            transform2D43.Append(extents43);

            A.PresetGeometry presetGeometry41 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList43 = new A.AdjustValueList();

            presetGeometry41.Append(adjustValueList43);
            A.NoFill noFill81 = new A.NoFill();

            A.Outline outline46 = new A.Outline() { Width = 9525 };
            A.NoFill noFill82 = new A.NoFill();
            A.Miter miter41 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd43 = new A.HeadEnd();
            A.TailEnd tailEnd43 = new A.TailEnd();

            outline46.Append(noFill82);
            outline46.Append(miter41);
            outline46.Append(headEnd43);
            outline46.Append(tailEnd43);

            shapeProperties43.Append(transform2D43);
            shapeProperties43.Append(presetGeometry41);
            shapeProperties43.Append(noFill81);
            shapeProperties43.Append(outline46);

            picture41.Append(nonVisualPictureProperties41);
            picture41.Append(blipFill41);
            picture41.Append(shapeProperties43);
            Xdr.ClientData clientData41 = new Xdr.ClientData();

            twoCellAnchor41.Append(fromMarker41);
            twoCellAnchor41.Append(toMarker41);
            twoCellAnchor41.Append(picture41);
            twoCellAnchor41.Append(clientData41);

            Xdr.TwoCellAnchor twoCellAnchor42 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker42 = new Xdr.FromMarker();
            Xdr.ColumnId columnId83 = new Xdr.ColumnId();
            columnId83.Text = "1";
            Xdr.ColumnOffset columnOffset83 = new Xdr.ColumnOffset();
            columnOffset83.Text = "0";
            Xdr.RowId rowId83 = new Xdr.RowId();
            rowId83.Text = "13";
            Xdr.RowOffset rowOffset83 = new Xdr.RowOffset();
            rowOffset83.Text = "0";

            fromMarker42.Append(columnId83);
            fromMarker42.Append(columnOffset83);
            fromMarker42.Append(rowId83);
            fromMarker42.Append(rowOffset83);

            Xdr.ToMarker toMarker42 = new Xdr.ToMarker();
            Xdr.ColumnId columnId84 = new Xdr.ColumnId();
            columnId84.Text = "3";
            Xdr.ColumnOffset columnOffset84 = new Xdr.ColumnOffset();
            columnOffset84.Text = "0";
            Xdr.RowId rowId84 = new Xdr.RowId();
            rowId84.Text = "13";
            Xdr.RowOffset rowOffset84 = new Xdr.RowOffset();
            rowOffset84.Text = "0";

            toMarker42.Append(columnId84);
            toMarker42.Append(columnOffset84);
            toMarker42.Append(rowId84);
            toMarker42.Append(rowOffset84);

            Xdr.Picture picture42 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties42 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties42 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2907U, Name = "Picture 290" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties42 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks42 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties42.Append(pictureLocks42);

            nonVisualPictureProperties42.Append(nonVisualDrawingProperties42);
            nonVisualPictureProperties42.Append(nonVisualPictureDrawingProperties42);

            Xdr.BlipFill blipFill42 = new Xdr.BlipFill();

            A.Blip blip42 = new A.Blip() { Embed = "rId1" };
            blip42.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle42 = new A.SourceRectangle();

            A.Stretch stretch42 = new A.Stretch();
            A.FillRectangle fillRectangle42 = new A.FillRectangle();

            stretch42.Append(fillRectangle42);

            blipFill42.Append(blip42);
            blipFill42.Append(sourceRectangle42);
            blipFill42.Append(stretch42);

            Xdr.ShapeProperties shapeProperties44 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D44 = new A.Transform2D();
            A.Offset offset44 = new A.Offset() { X = 581025L, Y = 2676525L };
            A.Extents extents44 = new A.Extents() { Cx = 2819400L, Cy = 0L };

            transform2D44.Append(offset44);
            transform2D44.Append(extents44);

            A.PresetGeometry presetGeometry42 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList44 = new A.AdjustValueList();

            presetGeometry42.Append(adjustValueList44);
            A.NoFill noFill83 = new A.NoFill();

            A.Outline outline47 = new A.Outline() { Width = 9525 };
            A.NoFill noFill84 = new A.NoFill();
            A.Miter miter42 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd44 = new A.HeadEnd();
            A.TailEnd tailEnd44 = new A.TailEnd();

            outline47.Append(noFill84);
            outline47.Append(miter42);
            outline47.Append(headEnd44);
            outline47.Append(tailEnd44);

            shapeProperties44.Append(transform2D44);
            shapeProperties44.Append(presetGeometry42);
            shapeProperties44.Append(noFill83);
            shapeProperties44.Append(outline47);

            picture42.Append(nonVisualPictureProperties42);
            picture42.Append(blipFill42);
            picture42.Append(shapeProperties44);
            Xdr.ClientData clientData42 = new Xdr.ClientData();

            twoCellAnchor42.Append(fromMarker42);
            twoCellAnchor42.Append(toMarker42);
            twoCellAnchor42.Append(picture42);
            twoCellAnchor42.Append(clientData42);

            Xdr.TwoCellAnchor twoCellAnchor43 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker43 = new Xdr.FromMarker();
            Xdr.ColumnId columnId85 = new Xdr.ColumnId();
            columnId85.Text = "1";
            Xdr.ColumnOffset columnOffset85 = new Xdr.ColumnOffset();
            columnOffset85.Text = "0";
            Xdr.RowId rowId85 = new Xdr.RowId();
            rowId85.Text = "13";
            Xdr.RowOffset rowOffset85 = new Xdr.RowOffset();
            rowOffset85.Text = "0";

            fromMarker43.Append(columnId85);
            fromMarker43.Append(columnOffset85);
            fromMarker43.Append(rowId85);
            fromMarker43.Append(rowOffset85);

            Xdr.ToMarker toMarker43 = new Xdr.ToMarker();
            Xdr.ColumnId columnId86 = new Xdr.ColumnId();
            columnId86.Text = "3";
            Xdr.ColumnOffset columnOffset86 = new Xdr.ColumnOffset();
            columnOffset86.Text = "0";
            Xdr.RowId rowId86 = new Xdr.RowId();
            rowId86.Text = "13";
            Xdr.RowOffset rowOffset86 = new Xdr.RowOffset();
            rowOffset86.Text = "0";

            toMarker43.Append(columnId86);
            toMarker43.Append(columnOffset86);
            toMarker43.Append(rowId86);
            toMarker43.Append(rowOffset86);

            Xdr.Picture picture43 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties43 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties43 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2908U, Name = "Picture 291" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties43 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks43 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties43.Append(pictureLocks43);

            nonVisualPictureProperties43.Append(nonVisualDrawingProperties43);
            nonVisualPictureProperties43.Append(nonVisualPictureDrawingProperties43);

            Xdr.BlipFill blipFill43 = new Xdr.BlipFill();

            A.Blip blip43 = new A.Blip() { Embed = "rId1" };
            blip43.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle43 = new A.SourceRectangle();

            A.Stretch stretch43 = new A.Stretch();
            A.FillRectangle fillRectangle43 = new A.FillRectangle();

            stretch43.Append(fillRectangle43);

            blipFill43.Append(blip43);
            blipFill43.Append(sourceRectangle43);
            blipFill43.Append(stretch43);

            Xdr.ShapeProperties shapeProperties45 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D45 = new A.Transform2D();
            A.Offset offset45 = new A.Offset() { X = 581025L, Y = 2676525L };
            A.Extents extents45 = new A.Extents() { Cx = 2819400L, Cy = 0L };

            transform2D45.Append(offset45);
            transform2D45.Append(extents45);

            A.PresetGeometry presetGeometry43 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList45 = new A.AdjustValueList();

            presetGeometry43.Append(adjustValueList45);
            A.NoFill noFill85 = new A.NoFill();

            A.Outline outline48 = new A.Outline() { Width = 9525 };
            A.NoFill noFill86 = new A.NoFill();
            A.Miter miter43 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd45 = new A.HeadEnd();
            A.TailEnd tailEnd45 = new A.TailEnd();

            outline48.Append(noFill86);
            outline48.Append(miter43);
            outline48.Append(headEnd45);
            outline48.Append(tailEnd45);

            shapeProperties45.Append(transform2D45);
            shapeProperties45.Append(presetGeometry43);
            shapeProperties45.Append(noFill85);
            shapeProperties45.Append(outline48);

            picture43.Append(nonVisualPictureProperties43);
            picture43.Append(blipFill43);
            picture43.Append(shapeProperties45);
            Xdr.ClientData clientData43 = new Xdr.ClientData();

            twoCellAnchor43.Append(fromMarker43);
            twoCellAnchor43.Append(toMarker43);
            twoCellAnchor43.Append(picture43);
            twoCellAnchor43.Append(clientData43);

            Xdr.TwoCellAnchor twoCellAnchor44 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker44 = new Xdr.FromMarker();
            Xdr.ColumnId columnId87 = new Xdr.ColumnId();
            columnId87.Text = "1";
            Xdr.ColumnOffset columnOffset87 = new Xdr.ColumnOffset();
            columnOffset87.Text = "19050";
            Xdr.RowId rowId87 = new Xdr.RowId();
            rowId87.Text = "13";
            Xdr.RowOffset rowOffset87 = new Xdr.RowOffset();
            rowOffset87.Text = "0";

            fromMarker44.Append(columnId87);
            fromMarker44.Append(columnOffset87);
            fromMarker44.Append(rowId87);
            fromMarker44.Append(rowOffset87);

            Xdr.ToMarker toMarker44 = new Xdr.ToMarker();
            Xdr.ColumnId columnId88 = new Xdr.ColumnId();
            columnId88.Text = "3";
            Xdr.ColumnOffset columnOffset88 = new Xdr.ColumnOffset();
            columnOffset88.Text = "0";
            Xdr.RowId rowId88 = new Xdr.RowId();
            rowId88.Text = "13";
            Xdr.RowOffset rowOffset88 = new Xdr.RowOffset();
            rowOffset88.Text = "0";

            toMarker44.Append(columnId88);
            toMarker44.Append(columnOffset88);
            toMarker44.Append(rowId88);
            toMarker44.Append(rowOffset88);

            Xdr.Picture picture44 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties44 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties44 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2909U, Name = "Picture 292" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties44 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks44 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties44.Append(pictureLocks44);

            nonVisualPictureProperties44.Append(nonVisualDrawingProperties44);
            nonVisualPictureProperties44.Append(nonVisualPictureDrawingProperties44);

            Xdr.BlipFill blipFill44 = new Xdr.BlipFill();

            A.Blip blip44 = new A.Blip() { Embed = "rId1" };
            blip44.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle44 = new A.SourceRectangle();

            A.Stretch stretch44 = new A.Stretch();
            A.FillRectangle fillRectangle44 = new A.FillRectangle();

            stretch44.Append(fillRectangle44);

            blipFill44.Append(blip44);
            blipFill44.Append(sourceRectangle44);
            blipFill44.Append(stretch44);

            Xdr.ShapeProperties shapeProperties46 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D46 = new A.Transform2D();
            A.Offset offset46 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents46 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D46.Append(offset46);
            transform2D46.Append(extents46);

            A.PresetGeometry presetGeometry44 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList46 = new A.AdjustValueList();

            presetGeometry44.Append(adjustValueList46);
            A.NoFill noFill87 = new A.NoFill();

            A.Outline outline49 = new A.Outline() { Width = 9525 };
            A.NoFill noFill88 = new A.NoFill();
            A.Miter miter44 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd46 = new A.HeadEnd();
            A.TailEnd tailEnd46 = new A.TailEnd();

            outline49.Append(noFill88);
            outline49.Append(miter44);
            outline49.Append(headEnd46);
            outline49.Append(tailEnd46);

            shapeProperties46.Append(transform2D46);
            shapeProperties46.Append(presetGeometry44);
            shapeProperties46.Append(noFill87);
            shapeProperties46.Append(outline49);

            picture44.Append(nonVisualPictureProperties44);
            picture44.Append(blipFill44);
            picture44.Append(shapeProperties46);
            Xdr.ClientData clientData44 = new Xdr.ClientData();

            twoCellAnchor44.Append(fromMarker44);
            twoCellAnchor44.Append(toMarker44);
            twoCellAnchor44.Append(picture44);
            twoCellAnchor44.Append(clientData44);

            Xdr.TwoCellAnchor twoCellAnchor45 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker45 = new Xdr.FromMarker();
            Xdr.ColumnId columnId89 = new Xdr.ColumnId();
            columnId89.Text = "1";
            Xdr.ColumnOffset columnOffset89 = new Xdr.ColumnOffset();
            columnOffset89.Text = "19050";
            Xdr.RowId rowId89 = new Xdr.RowId();
            rowId89.Text = "13";
            Xdr.RowOffset rowOffset89 = new Xdr.RowOffset();
            rowOffset89.Text = "0";

            fromMarker45.Append(columnId89);
            fromMarker45.Append(columnOffset89);
            fromMarker45.Append(rowId89);
            fromMarker45.Append(rowOffset89);

            Xdr.ToMarker toMarker45 = new Xdr.ToMarker();
            Xdr.ColumnId columnId90 = new Xdr.ColumnId();
            columnId90.Text = "3";
            Xdr.ColumnOffset columnOffset90 = new Xdr.ColumnOffset();
            columnOffset90.Text = "0";
            Xdr.RowId rowId90 = new Xdr.RowId();
            rowId90.Text = "13";
            Xdr.RowOffset rowOffset90 = new Xdr.RowOffset();
            rowOffset90.Text = "0";

            toMarker45.Append(columnId90);
            toMarker45.Append(columnOffset90);
            toMarker45.Append(rowId90);
            toMarker45.Append(rowOffset90);

            Xdr.Picture picture45 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties45 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties45 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2910U, Name = "Picture 293" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties45 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks45 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties45.Append(pictureLocks45);

            nonVisualPictureProperties45.Append(nonVisualDrawingProperties45);
            nonVisualPictureProperties45.Append(nonVisualPictureDrawingProperties45);

            Xdr.BlipFill blipFill45 = new Xdr.BlipFill();

            A.Blip blip45 = new A.Blip() { Embed = "rId1" };
            blip45.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle45 = new A.SourceRectangle();

            A.Stretch stretch45 = new A.Stretch();
            A.FillRectangle fillRectangle45 = new A.FillRectangle();

            stretch45.Append(fillRectangle45);

            blipFill45.Append(blip45);
            blipFill45.Append(sourceRectangle45);
            blipFill45.Append(stretch45);

            Xdr.ShapeProperties shapeProperties47 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D47 = new A.Transform2D();
            A.Offset offset47 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents47 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D47.Append(offset47);
            transform2D47.Append(extents47);

            A.PresetGeometry presetGeometry45 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList47 = new A.AdjustValueList();

            presetGeometry45.Append(adjustValueList47);
            A.NoFill noFill89 = new A.NoFill();

            A.Outline outline50 = new A.Outline() { Width = 9525 };
            A.NoFill noFill90 = new A.NoFill();
            A.Miter miter45 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd47 = new A.HeadEnd();
            A.TailEnd tailEnd47 = new A.TailEnd();

            outline50.Append(noFill90);
            outline50.Append(miter45);
            outline50.Append(headEnd47);
            outline50.Append(tailEnd47);

            shapeProperties47.Append(transform2D47);
            shapeProperties47.Append(presetGeometry45);
            shapeProperties47.Append(noFill89);
            shapeProperties47.Append(outline50);

            picture45.Append(nonVisualPictureProperties45);
            picture45.Append(blipFill45);
            picture45.Append(shapeProperties47);
            Xdr.ClientData clientData45 = new Xdr.ClientData();

            twoCellAnchor45.Append(fromMarker45);
            twoCellAnchor45.Append(toMarker45);
            twoCellAnchor45.Append(picture45);
            twoCellAnchor45.Append(clientData45);

            Xdr.TwoCellAnchor twoCellAnchor46 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker46 = new Xdr.FromMarker();
            Xdr.ColumnId columnId91 = new Xdr.ColumnId();
            columnId91.Text = "1";
            Xdr.ColumnOffset columnOffset91 = new Xdr.ColumnOffset();
            columnOffset91.Text = "19050";
            Xdr.RowId rowId91 = new Xdr.RowId();
            rowId91.Text = "13";
            Xdr.RowOffset rowOffset91 = new Xdr.RowOffset();
            rowOffset91.Text = "0";

            fromMarker46.Append(columnId91);
            fromMarker46.Append(columnOffset91);
            fromMarker46.Append(rowId91);
            fromMarker46.Append(rowOffset91);

            Xdr.ToMarker toMarker46 = new Xdr.ToMarker();
            Xdr.ColumnId columnId92 = new Xdr.ColumnId();
            columnId92.Text = "3";
            Xdr.ColumnOffset columnOffset92 = new Xdr.ColumnOffset();
            columnOffset92.Text = "0";
            Xdr.RowId rowId92 = new Xdr.RowId();
            rowId92.Text = "13";
            Xdr.RowOffset rowOffset92 = new Xdr.RowOffset();
            rowOffset92.Text = "0";

            toMarker46.Append(columnId92);
            toMarker46.Append(columnOffset92);
            toMarker46.Append(rowId92);
            toMarker46.Append(rowOffset92);

            Xdr.Picture picture46 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties46 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties46 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2911U, Name = "Picture 294" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties46 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks46 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties46.Append(pictureLocks46);

            nonVisualPictureProperties46.Append(nonVisualDrawingProperties46);
            nonVisualPictureProperties46.Append(nonVisualPictureDrawingProperties46);

            Xdr.BlipFill blipFill46 = new Xdr.BlipFill();

            A.Blip blip46 = new A.Blip() { Embed = "rId1" };
            blip46.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle46 = new A.SourceRectangle();

            A.Stretch stretch46 = new A.Stretch();
            A.FillRectangle fillRectangle46 = new A.FillRectangle();

            stretch46.Append(fillRectangle46);

            blipFill46.Append(blip46);
            blipFill46.Append(sourceRectangle46);
            blipFill46.Append(stretch46);

            Xdr.ShapeProperties shapeProperties48 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D48 = new A.Transform2D();
            A.Offset offset48 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents48 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D48.Append(offset48);
            transform2D48.Append(extents48);

            A.PresetGeometry presetGeometry46 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList48 = new A.AdjustValueList();

            presetGeometry46.Append(adjustValueList48);
            A.NoFill noFill91 = new A.NoFill();

            A.Outline outline51 = new A.Outline() { Width = 9525 };
            A.NoFill noFill92 = new A.NoFill();
            A.Miter miter46 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd48 = new A.HeadEnd();
            A.TailEnd tailEnd48 = new A.TailEnd();

            outline51.Append(noFill92);
            outline51.Append(miter46);
            outline51.Append(headEnd48);
            outline51.Append(tailEnd48);

            shapeProperties48.Append(transform2D48);
            shapeProperties48.Append(presetGeometry46);
            shapeProperties48.Append(noFill91);
            shapeProperties48.Append(outline51);

            picture46.Append(nonVisualPictureProperties46);
            picture46.Append(blipFill46);
            picture46.Append(shapeProperties48);
            Xdr.ClientData clientData46 = new Xdr.ClientData();

            twoCellAnchor46.Append(fromMarker46);
            twoCellAnchor46.Append(toMarker46);
            twoCellAnchor46.Append(picture46);
            twoCellAnchor46.Append(clientData46);

            Xdr.TwoCellAnchor twoCellAnchor47 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker47 = new Xdr.FromMarker();
            Xdr.ColumnId columnId93 = new Xdr.ColumnId();
            columnId93.Text = "1";
            Xdr.ColumnOffset columnOffset93 = new Xdr.ColumnOffset();
            columnOffset93.Text = "19050";
            Xdr.RowId rowId93 = new Xdr.RowId();
            rowId93.Text = "13";
            Xdr.RowOffset rowOffset93 = new Xdr.RowOffset();
            rowOffset93.Text = "0";

            fromMarker47.Append(columnId93);
            fromMarker47.Append(columnOffset93);
            fromMarker47.Append(rowId93);
            fromMarker47.Append(rowOffset93);

            Xdr.ToMarker toMarker47 = new Xdr.ToMarker();
            Xdr.ColumnId columnId94 = new Xdr.ColumnId();
            columnId94.Text = "3";
            Xdr.ColumnOffset columnOffset94 = new Xdr.ColumnOffset();
            columnOffset94.Text = "0";
            Xdr.RowId rowId94 = new Xdr.RowId();
            rowId94.Text = "13";
            Xdr.RowOffset rowOffset94 = new Xdr.RowOffset();
            rowOffset94.Text = "0";

            toMarker47.Append(columnId94);
            toMarker47.Append(columnOffset94);
            toMarker47.Append(rowId94);
            toMarker47.Append(rowOffset94);

            Xdr.Picture picture47 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties47 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties47 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2912U, Name = "Picture 295" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties47 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks47 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties47.Append(pictureLocks47);

            nonVisualPictureProperties47.Append(nonVisualDrawingProperties47);
            nonVisualPictureProperties47.Append(nonVisualPictureDrawingProperties47);

            Xdr.BlipFill blipFill47 = new Xdr.BlipFill();

            A.Blip blip47 = new A.Blip() { Embed = "rId1" };
            blip47.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle47 = new A.SourceRectangle();

            A.Stretch stretch47 = new A.Stretch();
            A.FillRectangle fillRectangle47 = new A.FillRectangle();

            stretch47.Append(fillRectangle47);

            blipFill47.Append(blip47);
            blipFill47.Append(sourceRectangle47);
            blipFill47.Append(stretch47);

            Xdr.ShapeProperties shapeProperties49 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D49 = new A.Transform2D();
            A.Offset offset49 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents49 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D49.Append(offset49);
            transform2D49.Append(extents49);

            A.PresetGeometry presetGeometry47 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList49 = new A.AdjustValueList();

            presetGeometry47.Append(adjustValueList49);
            A.NoFill noFill93 = new A.NoFill();

            A.Outline outline52 = new A.Outline() { Width = 9525 };
            A.NoFill noFill94 = new A.NoFill();
            A.Miter miter47 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd49 = new A.HeadEnd();
            A.TailEnd tailEnd49 = new A.TailEnd();

            outline52.Append(noFill94);
            outline52.Append(miter47);
            outline52.Append(headEnd49);
            outline52.Append(tailEnd49);

            shapeProperties49.Append(transform2D49);
            shapeProperties49.Append(presetGeometry47);
            shapeProperties49.Append(noFill93);
            shapeProperties49.Append(outline52);

            picture47.Append(nonVisualPictureProperties47);
            picture47.Append(blipFill47);
            picture47.Append(shapeProperties49);
            Xdr.ClientData clientData47 = new Xdr.ClientData();

            twoCellAnchor47.Append(fromMarker47);
            twoCellAnchor47.Append(toMarker47);
            twoCellAnchor47.Append(picture47);
            twoCellAnchor47.Append(clientData47);

            Xdr.TwoCellAnchor twoCellAnchor48 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker48 = new Xdr.FromMarker();
            Xdr.ColumnId columnId95 = new Xdr.ColumnId();
            columnId95.Text = "1";
            Xdr.ColumnOffset columnOffset95 = new Xdr.ColumnOffset();
            columnOffset95.Text = "19050";
            Xdr.RowId rowId95 = new Xdr.RowId();
            rowId95.Text = "13";
            Xdr.RowOffset rowOffset95 = new Xdr.RowOffset();
            rowOffset95.Text = "0";

            fromMarker48.Append(columnId95);
            fromMarker48.Append(columnOffset95);
            fromMarker48.Append(rowId95);
            fromMarker48.Append(rowOffset95);

            Xdr.ToMarker toMarker48 = new Xdr.ToMarker();
            Xdr.ColumnId columnId96 = new Xdr.ColumnId();
            columnId96.Text = "3";
            Xdr.ColumnOffset columnOffset96 = new Xdr.ColumnOffset();
            columnOffset96.Text = "0";
            Xdr.RowId rowId96 = new Xdr.RowId();
            rowId96.Text = "13";
            Xdr.RowOffset rowOffset96 = new Xdr.RowOffset();
            rowOffset96.Text = "0";

            toMarker48.Append(columnId96);
            toMarker48.Append(columnOffset96);
            toMarker48.Append(rowId96);
            toMarker48.Append(rowOffset96);

            Xdr.Picture picture48 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties48 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties48 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2913U, Name = "Picture 296" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties48 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks48 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties48.Append(pictureLocks48);

            nonVisualPictureProperties48.Append(nonVisualDrawingProperties48);
            nonVisualPictureProperties48.Append(nonVisualPictureDrawingProperties48);

            Xdr.BlipFill blipFill48 = new Xdr.BlipFill();

            A.Blip blip48 = new A.Blip() { Embed = "rId1" };
            blip48.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle48 = new A.SourceRectangle();

            A.Stretch stretch48 = new A.Stretch();
            A.FillRectangle fillRectangle48 = new A.FillRectangle();

            stretch48.Append(fillRectangle48);

            blipFill48.Append(blip48);
            blipFill48.Append(sourceRectangle48);
            blipFill48.Append(stretch48);

            Xdr.ShapeProperties shapeProperties50 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D50 = new A.Transform2D();
            A.Offset offset50 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents50 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D50.Append(offset50);
            transform2D50.Append(extents50);

            A.PresetGeometry presetGeometry48 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList50 = new A.AdjustValueList();

            presetGeometry48.Append(adjustValueList50);
            A.NoFill noFill95 = new A.NoFill();

            A.Outline outline53 = new A.Outline() { Width = 9525 };
            A.NoFill noFill96 = new A.NoFill();
            A.Miter miter48 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd50 = new A.HeadEnd();
            A.TailEnd tailEnd50 = new A.TailEnd();

            outline53.Append(noFill96);
            outline53.Append(miter48);
            outline53.Append(headEnd50);
            outline53.Append(tailEnd50);

            shapeProperties50.Append(transform2D50);
            shapeProperties50.Append(presetGeometry48);
            shapeProperties50.Append(noFill95);
            shapeProperties50.Append(outline53);

            picture48.Append(nonVisualPictureProperties48);
            picture48.Append(blipFill48);
            picture48.Append(shapeProperties50);
            Xdr.ClientData clientData48 = new Xdr.ClientData();

            twoCellAnchor48.Append(fromMarker48);
            twoCellAnchor48.Append(toMarker48);
            twoCellAnchor48.Append(picture48);
            twoCellAnchor48.Append(clientData48);

            Xdr.TwoCellAnchor twoCellAnchor49 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker49 = new Xdr.FromMarker();
            Xdr.ColumnId columnId97 = new Xdr.ColumnId();
            columnId97.Text = "1";
            Xdr.ColumnOffset columnOffset97 = new Xdr.ColumnOffset();
            columnOffset97.Text = "19050";
            Xdr.RowId rowId97 = new Xdr.RowId();
            rowId97.Text = "13";
            Xdr.RowOffset rowOffset97 = new Xdr.RowOffset();
            rowOffset97.Text = "0";

            fromMarker49.Append(columnId97);
            fromMarker49.Append(columnOffset97);
            fromMarker49.Append(rowId97);
            fromMarker49.Append(rowOffset97);

            Xdr.ToMarker toMarker49 = new Xdr.ToMarker();
            Xdr.ColumnId columnId98 = new Xdr.ColumnId();
            columnId98.Text = "3";
            Xdr.ColumnOffset columnOffset98 = new Xdr.ColumnOffset();
            columnOffset98.Text = "0";
            Xdr.RowId rowId98 = new Xdr.RowId();
            rowId98.Text = "13";
            Xdr.RowOffset rowOffset98 = new Xdr.RowOffset();
            rowOffset98.Text = "0";

            toMarker49.Append(columnId98);
            toMarker49.Append(columnOffset98);
            toMarker49.Append(rowId98);
            toMarker49.Append(rowOffset98);

            Xdr.Picture picture49 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties49 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties49 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2914U, Name = "Picture 297" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties49 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks49 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties49.Append(pictureLocks49);

            nonVisualPictureProperties49.Append(nonVisualDrawingProperties49);
            nonVisualPictureProperties49.Append(nonVisualPictureDrawingProperties49);

            Xdr.BlipFill blipFill49 = new Xdr.BlipFill();

            A.Blip blip49 = new A.Blip() { Embed = "rId1" };
            blip49.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle49 = new A.SourceRectangle();

            A.Stretch stretch49 = new A.Stretch();
            A.FillRectangle fillRectangle49 = new A.FillRectangle();

            stretch49.Append(fillRectangle49);

            blipFill49.Append(blip49);
            blipFill49.Append(sourceRectangle49);
            blipFill49.Append(stretch49);

            Xdr.ShapeProperties shapeProperties51 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D51 = new A.Transform2D();
            A.Offset offset51 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents51 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D51.Append(offset51);
            transform2D51.Append(extents51);

            A.PresetGeometry presetGeometry49 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList51 = new A.AdjustValueList();

            presetGeometry49.Append(adjustValueList51);
            A.NoFill noFill97 = new A.NoFill();

            A.Outline outline54 = new A.Outline() { Width = 9525 };
            A.NoFill noFill98 = new A.NoFill();
            A.Miter miter49 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd51 = new A.HeadEnd();
            A.TailEnd tailEnd51 = new A.TailEnd();

            outline54.Append(noFill98);
            outline54.Append(miter49);
            outline54.Append(headEnd51);
            outline54.Append(tailEnd51);

            shapeProperties51.Append(transform2D51);
            shapeProperties51.Append(presetGeometry49);
            shapeProperties51.Append(noFill97);
            shapeProperties51.Append(outline54);

            picture49.Append(nonVisualPictureProperties49);
            picture49.Append(blipFill49);
            picture49.Append(shapeProperties51);
            Xdr.ClientData clientData49 = new Xdr.ClientData();

            twoCellAnchor49.Append(fromMarker49);
            twoCellAnchor49.Append(toMarker49);
            twoCellAnchor49.Append(picture49);
            twoCellAnchor49.Append(clientData49);

            Xdr.TwoCellAnchor twoCellAnchor50 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker50 = new Xdr.FromMarker();
            Xdr.ColumnId columnId99 = new Xdr.ColumnId();
            columnId99.Text = "1";
            Xdr.ColumnOffset columnOffset99 = new Xdr.ColumnOffset();
            columnOffset99.Text = "19050";
            Xdr.RowId rowId99 = new Xdr.RowId();
            rowId99.Text = "13";
            Xdr.RowOffset rowOffset99 = new Xdr.RowOffset();
            rowOffset99.Text = "0";

            fromMarker50.Append(columnId99);
            fromMarker50.Append(columnOffset99);
            fromMarker50.Append(rowId99);
            fromMarker50.Append(rowOffset99);

            Xdr.ToMarker toMarker50 = new Xdr.ToMarker();
            Xdr.ColumnId columnId100 = new Xdr.ColumnId();
            columnId100.Text = "3";
            Xdr.ColumnOffset columnOffset100 = new Xdr.ColumnOffset();
            columnOffset100.Text = "0";
            Xdr.RowId rowId100 = new Xdr.RowId();
            rowId100.Text = "13";
            Xdr.RowOffset rowOffset100 = new Xdr.RowOffset();
            rowOffset100.Text = "0";

            toMarker50.Append(columnId100);
            toMarker50.Append(columnOffset100);
            toMarker50.Append(rowId100);
            toMarker50.Append(rowOffset100);

            Xdr.Picture picture50 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties50 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties50 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2915U, Name = "Picture 298" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties50 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks50 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties50.Append(pictureLocks50);

            nonVisualPictureProperties50.Append(nonVisualDrawingProperties50);
            nonVisualPictureProperties50.Append(nonVisualPictureDrawingProperties50);

            Xdr.BlipFill blipFill50 = new Xdr.BlipFill();

            A.Blip blip50 = new A.Blip() { Embed = "rId1" };
            blip50.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle50 = new A.SourceRectangle();

            A.Stretch stretch50 = new A.Stretch();
            A.FillRectangle fillRectangle50 = new A.FillRectangle();

            stretch50.Append(fillRectangle50);

            blipFill50.Append(blip50);
            blipFill50.Append(sourceRectangle50);
            blipFill50.Append(stretch50);

            Xdr.ShapeProperties shapeProperties52 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D52 = new A.Transform2D();
            A.Offset offset52 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents52 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D52.Append(offset52);
            transform2D52.Append(extents52);

            A.PresetGeometry presetGeometry50 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList52 = new A.AdjustValueList();

            presetGeometry50.Append(adjustValueList52);
            A.NoFill noFill99 = new A.NoFill();

            A.Outline outline55 = new A.Outline() { Width = 9525 };
            A.NoFill noFill100 = new A.NoFill();
            A.Miter miter50 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd52 = new A.HeadEnd();
            A.TailEnd tailEnd52 = new A.TailEnd();

            outline55.Append(noFill100);
            outline55.Append(miter50);
            outline55.Append(headEnd52);
            outline55.Append(tailEnd52);

            shapeProperties52.Append(transform2D52);
            shapeProperties52.Append(presetGeometry50);
            shapeProperties52.Append(noFill99);
            shapeProperties52.Append(outline55);

            picture50.Append(nonVisualPictureProperties50);
            picture50.Append(blipFill50);
            picture50.Append(shapeProperties52);
            Xdr.ClientData clientData50 = new Xdr.ClientData();

            twoCellAnchor50.Append(fromMarker50);
            twoCellAnchor50.Append(toMarker50);
            twoCellAnchor50.Append(picture50);
            twoCellAnchor50.Append(clientData50);

            Xdr.TwoCellAnchor twoCellAnchor51 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker51 = new Xdr.FromMarker();
            Xdr.ColumnId columnId101 = new Xdr.ColumnId();
            columnId101.Text = "1";
            Xdr.ColumnOffset columnOffset101 = new Xdr.ColumnOffset();
            columnOffset101.Text = "19050";
            Xdr.RowId rowId101 = new Xdr.RowId();
            rowId101.Text = "13";
            Xdr.RowOffset rowOffset101 = new Xdr.RowOffset();
            rowOffset101.Text = "0";

            fromMarker51.Append(columnId101);
            fromMarker51.Append(columnOffset101);
            fromMarker51.Append(rowId101);
            fromMarker51.Append(rowOffset101);

            Xdr.ToMarker toMarker51 = new Xdr.ToMarker();
            Xdr.ColumnId columnId102 = new Xdr.ColumnId();
            columnId102.Text = "3";
            Xdr.ColumnOffset columnOffset102 = new Xdr.ColumnOffset();
            columnOffset102.Text = "0";
            Xdr.RowId rowId102 = new Xdr.RowId();
            rowId102.Text = "13";
            Xdr.RowOffset rowOffset102 = new Xdr.RowOffset();
            rowOffset102.Text = "0";

            toMarker51.Append(columnId102);
            toMarker51.Append(columnOffset102);
            toMarker51.Append(rowId102);
            toMarker51.Append(rowOffset102);

            Xdr.Picture picture51 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties51 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties51 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2916U, Name = "Picture 299" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties51 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks51 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties51.Append(pictureLocks51);

            nonVisualPictureProperties51.Append(nonVisualDrawingProperties51);
            nonVisualPictureProperties51.Append(nonVisualPictureDrawingProperties51);

            Xdr.BlipFill blipFill51 = new Xdr.BlipFill();

            A.Blip blip51 = new A.Blip() { Embed = "rId1" };
            blip51.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle51 = new A.SourceRectangle();

            A.Stretch stretch51 = new A.Stretch();
            A.FillRectangle fillRectangle51 = new A.FillRectangle();

            stretch51.Append(fillRectangle51);

            blipFill51.Append(blip51);
            blipFill51.Append(sourceRectangle51);
            blipFill51.Append(stretch51);

            Xdr.ShapeProperties shapeProperties53 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D53 = new A.Transform2D();
            A.Offset offset53 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents53 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D53.Append(offset53);
            transform2D53.Append(extents53);

            A.PresetGeometry presetGeometry51 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList53 = new A.AdjustValueList();

            presetGeometry51.Append(adjustValueList53);
            A.NoFill noFill101 = new A.NoFill();

            A.Outline outline56 = new A.Outline() { Width = 9525 };
            A.NoFill noFill102 = new A.NoFill();
            A.Miter miter51 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd53 = new A.HeadEnd();
            A.TailEnd tailEnd53 = new A.TailEnd();

            outline56.Append(noFill102);
            outline56.Append(miter51);
            outline56.Append(headEnd53);
            outline56.Append(tailEnd53);

            shapeProperties53.Append(transform2D53);
            shapeProperties53.Append(presetGeometry51);
            shapeProperties53.Append(noFill101);
            shapeProperties53.Append(outline56);

            picture51.Append(nonVisualPictureProperties51);
            picture51.Append(blipFill51);
            picture51.Append(shapeProperties53);
            Xdr.ClientData clientData51 = new Xdr.ClientData();

            twoCellAnchor51.Append(fromMarker51);
            twoCellAnchor51.Append(toMarker51);
            twoCellAnchor51.Append(picture51);
            twoCellAnchor51.Append(clientData51);

            Xdr.TwoCellAnchor twoCellAnchor52 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker52 = new Xdr.FromMarker();
            Xdr.ColumnId columnId103 = new Xdr.ColumnId();
            columnId103.Text = "1";
            Xdr.ColumnOffset columnOffset103 = new Xdr.ColumnOffset();
            columnOffset103.Text = "19050";
            Xdr.RowId rowId103 = new Xdr.RowId();
            rowId103.Text = "13";
            Xdr.RowOffset rowOffset103 = new Xdr.RowOffset();
            rowOffset103.Text = "0";

            fromMarker52.Append(columnId103);
            fromMarker52.Append(columnOffset103);
            fromMarker52.Append(rowId103);
            fromMarker52.Append(rowOffset103);

            Xdr.ToMarker toMarker52 = new Xdr.ToMarker();
            Xdr.ColumnId columnId104 = new Xdr.ColumnId();
            columnId104.Text = "3";
            Xdr.ColumnOffset columnOffset104 = new Xdr.ColumnOffset();
            columnOffset104.Text = "0";
            Xdr.RowId rowId104 = new Xdr.RowId();
            rowId104.Text = "13";
            Xdr.RowOffset rowOffset104 = new Xdr.RowOffset();
            rowOffset104.Text = "0";

            toMarker52.Append(columnId104);
            toMarker52.Append(columnOffset104);
            toMarker52.Append(rowId104);
            toMarker52.Append(rowOffset104);

            Xdr.Picture picture52 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties52 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties52 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2917U, Name = "Picture 300" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties52 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks52 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties52.Append(pictureLocks52);

            nonVisualPictureProperties52.Append(nonVisualDrawingProperties52);
            nonVisualPictureProperties52.Append(nonVisualPictureDrawingProperties52);

            Xdr.BlipFill blipFill52 = new Xdr.BlipFill();

            A.Blip blip52 = new A.Blip() { Embed = "rId1" };
            blip52.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle52 = new A.SourceRectangle();

            A.Stretch stretch52 = new A.Stretch();
            A.FillRectangle fillRectangle52 = new A.FillRectangle();

            stretch52.Append(fillRectangle52);

            blipFill52.Append(blip52);
            blipFill52.Append(sourceRectangle52);
            blipFill52.Append(stretch52);

            Xdr.ShapeProperties shapeProperties54 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D54 = new A.Transform2D();
            A.Offset offset54 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents54 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D54.Append(offset54);
            transform2D54.Append(extents54);

            A.PresetGeometry presetGeometry52 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList54 = new A.AdjustValueList();

            presetGeometry52.Append(adjustValueList54);
            A.NoFill noFill103 = new A.NoFill();

            A.Outline outline57 = new A.Outline() { Width = 9525 };
            A.NoFill noFill104 = new A.NoFill();
            A.Miter miter52 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd54 = new A.HeadEnd();
            A.TailEnd tailEnd54 = new A.TailEnd();

            outline57.Append(noFill104);
            outline57.Append(miter52);
            outline57.Append(headEnd54);
            outline57.Append(tailEnd54);

            shapeProperties54.Append(transform2D54);
            shapeProperties54.Append(presetGeometry52);
            shapeProperties54.Append(noFill103);
            shapeProperties54.Append(outline57);

            picture52.Append(nonVisualPictureProperties52);
            picture52.Append(blipFill52);
            picture52.Append(shapeProperties54);
            Xdr.ClientData clientData52 = new Xdr.ClientData();

            twoCellAnchor52.Append(fromMarker52);
            twoCellAnchor52.Append(toMarker52);
            twoCellAnchor52.Append(picture52);
            twoCellAnchor52.Append(clientData52);

            Xdr.TwoCellAnchor twoCellAnchor53 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker53 = new Xdr.FromMarker();
            Xdr.ColumnId columnId105 = new Xdr.ColumnId();
            columnId105.Text = "1";
            Xdr.ColumnOffset columnOffset105 = new Xdr.ColumnOffset();
            columnOffset105.Text = "0";
            Xdr.RowId rowId105 = new Xdr.RowId();
            rowId105.Text = "13";
            Xdr.RowOffset rowOffset105 = new Xdr.RowOffset();
            rowOffset105.Text = "0";

            fromMarker53.Append(columnId105);
            fromMarker53.Append(columnOffset105);
            fromMarker53.Append(rowId105);
            fromMarker53.Append(rowOffset105);

            Xdr.ToMarker toMarker53 = new Xdr.ToMarker();
            Xdr.ColumnId columnId106 = new Xdr.ColumnId();
            columnId106.Text = "3";
            Xdr.ColumnOffset columnOffset106 = new Xdr.ColumnOffset();
            columnOffset106.Text = "0";
            Xdr.RowId rowId106 = new Xdr.RowId();
            rowId106.Text = "13";
            Xdr.RowOffset rowOffset106 = new Xdr.RowOffset();
            rowOffset106.Text = "0";

            toMarker53.Append(columnId106);
            toMarker53.Append(columnOffset106);
            toMarker53.Append(rowId106);
            toMarker53.Append(rowOffset106);

            Xdr.Picture picture53 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties53 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties53 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2918U, Name = "Picture 301" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties53 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks53 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties53.Append(pictureLocks53);

            nonVisualPictureProperties53.Append(nonVisualDrawingProperties53);
            nonVisualPictureProperties53.Append(nonVisualPictureDrawingProperties53);

            Xdr.BlipFill blipFill53 = new Xdr.BlipFill();

            A.Blip blip53 = new A.Blip() { Embed = "rId1" };
            blip53.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle53 = new A.SourceRectangle();

            A.Stretch stretch53 = new A.Stretch();
            A.FillRectangle fillRectangle53 = new A.FillRectangle();

            stretch53.Append(fillRectangle53);

            blipFill53.Append(blip53);
            blipFill53.Append(sourceRectangle53);
            blipFill53.Append(stretch53);

            Xdr.ShapeProperties shapeProperties55 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D55 = new A.Transform2D();
            A.Offset offset55 = new A.Offset() { X = 581025L, Y = 2676525L };
            A.Extents extents55 = new A.Extents() { Cx = 2819400L, Cy = 0L };

            transform2D55.Append(offset55);
            transform2D55.Append(extents55);

            A.PresetGeometry presetGeometry53 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList55 = new A.AdjustValueList();

            presetGeometry53.Append(adjustValueList55);
            A.NoFill noFill105 = new A.NoFill();

            A.Outline outline58 = new A.Outline() { Width = 9525 };
            A.NoFill noFill106 = new A.NoFill();
            A.Miter miter53 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd55 = new A.HeadEnd();
            A.TailEnd tailEnd55 = new A.TailEnd();

            outline58.Append(noFill106);
            outline58.Append(miter53);
            outline58.Append(headEnd55);
            outline58.Append(tailEnd55);

            shapeProperties55.Append(transform2D55);
            shapeProperties55.Append(presetGeometry53);
            shapeProperties55.Append(noFill105);
            shapeProperties55.Append(outline58);

            picture53.Append(nonVisualPictureProperties53);
            picture53.Append(blipFill53);
            picture53.Append(shapeProperties55);
            Xdr.ClientData clientData53 = new Xdr.ClientData();

            twoCellAnchor53.Append(fromMarker53);
            twoCellAnchor53.Append(toMarker53);
            twoCellAnchor53.Append(picture53);
            twoCellAnchor53.Append(clientData53);

            Xdr.TwoCellAnchor twoCellAnchor54 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker54 = new Xdr.FromMarker();
            Xdr.ColumnId columnId107 = new Xdr.ColumnId();
            columnId107.Text = "1";
            Xdr.ColumnOffset columnOffset107 = new Xdr.ColumnOffset();
            columnOffset107.Text = "19050";
            Xdr.RowId rowId107 = new Xdr.RowId();
            rowId107.Text = "13";
            Xdr.RowOffset rowOffset107 = new Xdr.RowOffset();
            rowOffset107.Text = "0";

            fromMarker54.Append(columnId107);
            fromMarker54.Append(columnOffset107);
            fromMarker54.Append(rowId107);
            fromMarker54.Append(rowOffset107);

            Xdr.ToMarker toMarker54 = new Xdr.ToMarker();
            Xdr.ColumnId columnId108 = new Xdr.ColumnId();
            columnId108.Text = "2";
            Xdr.ColumnOffset columnOffset108 = new Xdr.ColumnOffset();
            columnOffset108.Text = "0";
            Xdr.RowId rowId108 = new Xdr.RowId();
            rowId108.Text = "13";
            Xdr.RowOffset rowOffset108 = new Xdr.RowOffset();
            rowOffset108.Text = "0";

            toMarker54.Append(columnId108);
            toMarker54.Append(columnOffset108);
            toMarker54.Append(rowId108);
            toMarker54.Append(rowOffset108);

            Xdr.Picture picture54 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties54 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties54 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2919U, Name = "Picture 302" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties54 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks54 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties54.Append(pictureLocks54);

            nonVisualPictureProperties54.Append(nonVisualDrawingProperties54);
            nonVisualPictureProperties54.Append(nonVisualPictureDrawingProperties54);

            Xdr.BlipFill blipFill54 = new Xdr.BlipFill();

            A.Blip blip54 = new A.Blip() { Embed = "rId1" };
            blip54.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle54 = new A.SourceRectangle();

            A.Stretch stretch54 = new A.Stretch();
            A.FillRectangle fillRectangle54 = new A.FillRectangle();

            stretch54.Append(fillRectangle54);

            blipFill54.Append(blip54);
            blipFill54.Append(sourceRectangle54);
            blipFill54.Append(stretch54);

            Xdr.ShapeProperties shapeProperties56 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D56 = new A.Transform2D();
            A.Offset offset56 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents56 = new A.Extents() { Cx = 1085850L, Cy = 0L };

            transform2D56.Append(offset56);
            transform2D56.Append(extents56);

            A.PresetGeometry presetGeometry54 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList56 = new A.AdjustValueList();

            presetGeometry54.Append(adjustValueList56);
            A.NoFill noFill107 = new A.NoFill();

            A.Outline outline59 = new A.Outline() { Width = 9525 };
            A.NoFill noFill108 = new A.NoFill();
            A.Miter miter54 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd56 = new A.HeadEnd();
            A.TailEnd tailEnd56 = new A.TailEnd();

            outline59.Append(noFill108);
            outline59.Append(miter54);
            outline59.Append(headEnd56);
            outline59.Append(tailEnd56);

            shapeProperties56.Append(transform2D56);
            shapeProperties56.Append(presetGeometry54);
            shapeProperties56.Append(noFill107);
            shapeProperties56.Append(outline59);

            picture54.Append(nonVisualPictureProperties54);
            picture54.Append(blipFill54);
            picture54.Append(shapeProperties56);
            Xdr.ClientData clientData54 = new Xdr.ClientData();

            twoCellAnchor54.Append(fromMarker54);
            twoCellAnchor54.Append(toMarker54);
            twoCellAnchor54.Append(picture54);
            twoCellAnchor54.Append(clientData54);

            Xdr.TwoCellAnchor twoCellAnchor55 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker55 = new Xdr.FromMarker();
            Xdr.ColumnId columnId109 = new Xdr.ColumnId();
            columnId109.Text = "1";
            Xdr.ColumnOffset columnOffset109 = new Xdr.ColumnOffset();
            columnOffset109.Text = "0";
            Xdr.RowId rowId109 = new Xdr.RowId();
            rowId109.Text = "13";
            Xdr.RowOffset rowOffset109 = new Xdr.RowOffset();
            rowOffset109.Text = "0";

            fromMarker55.Append(columnId109);
            fromMarker55.Append(columnOffset109);
            fromMarker55.Append(rowId109);
            fromMarker55.Append(rowOffset109);

            Xdr.ToMarker toMarker55 = new Xdr.ToMarker();
            Xdr.ColumnId columnId110 = new Xdr.ColumnId();
            columnId110.Text = "3";
            Xdr.ColumnOffset columnOffset110 = new Xdr.ColumnOffset();
            columnOffset110.Text = "0";
            Xdr.RowId rowId110 = new Xdr.RowId();
            rowId110.Text = "13";
            Xdr.RowOffset rowOffset110 = new Xdr.RowOffset();
            rowOffset110.Text = "0";

            toMarker55.Append(columnId110);
            toMarker55.Append(columnOffset110);
            toMarker55.Append(rowId110);
            toMarker55.Append(rowOffset110);

            Xdr.Picture picture55 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties55 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties55 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2920U, Name = "Picture 303" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties55 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks55 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties55.Append(pictureLocks55);

            nonVisualPictureProperties55.Append(nonVisualDrawingProperties55);
            nonVisualPictureProperties55.Append(nonVisualPictureDrawingProperties55);

            Xdr.BlipFill blipFill55 = new Xdr.BlipFill();

            A.Blip blip55 = new A.Blip() { Embed = "rId1" };
            blip55.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle55 = new A.SourceRectangle();

            A.Stretch stretch55 = new A.Stretch();
            A.FillRectangle fillRectangle55 = new A.FillRectangle();

            stretch55.Append(fillRectangle55);

            blipFill55.Append(blip55);
            blipFill55.Append(sourceRectangle55);
            blipFill55.Append(stretch55);

            Xdr.ShapeProperties shapeProperties57 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D57 = new A.Transform2D();
            A.Offset offset57 = new A.Offset() { X = 581025L, Y = 2676525L };
            A.Extents extents57 = new A.Extents() { Cx = 2819400L, Cy = 0L };

            transform2D57.Append(offset57);
            transform2D57.Append(extents57);

            A.PresetGeometry presetGeometry55 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList57 = new A.AdjustValueList();

            presetGeometry55.Append(adjustValueList57);
            A.NoFill noFill109 = new A.NoFill();

            A.Outline outline60 = new A.Outline() { Width = 9525 };
            A.NoFill noFill110 = new A.NoFill();
            A.Miter miter55 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd57 = new A.HeadEnd();
            A.TailEnd tailEnd57 = new A.TailEnd();

            outline60.Append(noFill110);
            outline60.Append(miter55);
            outline60.Append(headEnd57);
            outline60.Append(tailEnd57);

            shapeProperties57.Append(transform2D57);
            shapeProperties57.Append(presetGeometry55);
            shapeProperties57.Append(noFill109);
            shapeProperties57.Append(outline60);

            picture55.Append(nonVisualPictureProperties55);
            picture55.Append(blipFill55);
            picture55.Append(shapeProperties57);
            Xdr.ClientData clientData55 = new Xdr.ClientData();

            twoCellAnchor55.Append(fromMarker55);
            twoCellAnchor55.Append(toMarker55);
            twoCellAnchor55.Append(picture55);
            twoCellAnchor55.Append(clientData55);

            Xdr.TwoCellAnchor twoCellAnchor56 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker56 = new Xdr.FromMarker();
            Xdr.ColumnId columnId111 = new Xdr.ColumnId();
            columnId111.Text = "1";
            Xdr.ColumnOffset columnOffset111 = new Xdr.ColumnOffset();
            columnOffset111.Text = "0";
            Xdr.RowId rowId111 = new Xdr.RowId();
            rowId111.Text = "13";
            Xdr.RowOffset rowOffset111 = new Xdr.RowOffset();
            rowOffset111.Text = "0";

            fromMarker56.Append(columnId111);
            fromMarker56.Append(columnOffset111);
            fromMarker56.Append(rowId111);
            fromMarker56.Append(rowOffset111);

            Xdr.ToMarker toMarker56 = new Xdr.ToMarker();
            Xdr.ColumnId columnId112 = new Xdr.ColumnId();
            columnId112.Text = "3";
            Xdr.ColumnOffset columnOffset112 = new Xdr.ColumnOffset();
            columnOffset112.Text = "0";
            Xdr.RowId rowId112 = new Xdr.RowId();
            rowId112.Text = "13";
            Xdr.RowOffset rowOffset112 = new Xdr.RowOffset();
            rowOffset112.Text = "0";

            toMarker56.Append(columnId112);
            toMarker56.Append(columnOffset112);
            toMarker56.Append(rowId112);
            toMarker56.Append(rowOffset112);

            Xdr.Picture picture56 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties56 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties56 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2921U, Name = "Picture 304" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties56 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks56 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties56.Append(pictureLocks56);

            nonVisualPictureProperties56.Append(nonVisualDrawingProperties56);
            nonVisualPictureProperties56.Append(nonVisualPictureDrawingProperties56);

            Xdr.BlipFill blipFill56 = new Xdr.BlipFill();

            A.Blip blip56 = new A.Blip() { Embed = "rId1" };
            blip56.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle56 = new A.SourceRectangle();

            A.Stretch stretch56 = new A.Stretch();
            A.FillRectangle fillRectangle56 = new A.FillRectangle();

            stretch56.Append(fillRectangle56);

            blipFill56.Append(blip56);
            blipFill56.Append(sourceRectangle56);
            blipFill56.Append(stretch56);

            Xdr.ShapeProperties shapeProperties58 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D58 = new A.Transform2D();
            A.Offset offset58 = new A.Offset() { X = 581025L, Y = 2676525L };
            A.Extents extents58 = new A.Extents() { Cx = 2819400L, Cy = 0L };

            transform2D58.Append(offset58);
            transform2D58.Append(extents58);

            A.PresetGeometry presetGeometry56 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList58 = new A.AdjustValueList();

            presetGeometry56.Append(adjustValueList58);
            A.NoFill noFill111 = new A.NoFill();

            A.Outline outline61 = new A.Outline() { Width = 9525 };
            A.NoFill noFill112 = new A.NoFill();
            A.Miter miter56 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd58 = new A.HeadEnd();
            A.TailEnd tailEnd58 = new A.TailEnd();

            outline61.Append(noFill112);
            outline61.Append(miter56);
            outline61.Append(headEnd58);
            outline61.Append(tailEnd58);

            shapeProperties58.Append(transform2D58);
            shapeProperties58.Append(presetGeometry56);
            shapeProperties58.Append(noFill111);
            shapeProperties58.Append(outline61);

            picture56.Append(nonVisualPictureProperties56);
            picture56.Append(blipFill56);
            picture56.Append(shapeProperties58);
            Xdr.ClientData clientData56 = new Xdr.ClientData();

            twoCellAnchor56.Append(fromMarker56);
            twoCellAnchor56.Append(toMarker56);
            twoCellAnchor56.Append(picture56);
            twoCellAnchor56.Append(clientData56);

            Xdr.TwoCellAnchor twoCellAnchor57 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker57 = new Xdr.FromMarker();
            Xdr.ColumnId columnId113 = new Xdr.ColumnId();
            columnId113.Text = "1";
            Xdr.ColumnOffset columnOffset113 = new Xdr.ColumnOffset();
            columnOffset113.Text = "19050";
            Xdr.RowId rowId113 = new Xdr.RowId();
            rowId113.Text = "13";
            Xdr.RowOffset rowOffset113 = new Xdr.RowOffset();
            rowOffset113.Text = "0";

            fromMarker57.Append(columnId113);
            fromMarker57.Append(columnOffset113);
            fromMarker57.Append(rowId113);
            fromMarker57.Append(rowOffset113);

            Xdr.ToMarker toMarker57 = new Xdr.ToMarker();
            Xdr.ColumnId columnId114 = new Xdr.ColumnId();
            columnId114.Text = "3";
            Xdr.ColumnOffset columnOffset114 = new Xdr.ColumnOffset();
            columnOffset114.Text = "0";
            Xdr.RowId rowId114 = new Xdr.RowId();
            rowId114.Text = "13";
            Xdr.RowOffset rowOffset114 = new Xdr.RowOffset();
            rowOffset114.Text = "0";

            toMarker57.Append(columnId114);
            toMarker57.Append(columnOffset114);
            toMarker57.Append(rowId114);
            toMarker57.Append(rowOffset114);

            Xdr.Picture picture57 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties57 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties57 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2922U, Name = "Picture 305" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties57 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks57 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties57.Append(pictureLocks57);

            nonVisualPictureProperties57.Append(nonVisualDrawingProperties57);
            nonVisualPictureProperties57.Append(nonVisualPictureDrawingProperties57);

            Xdr.BlipFill blipFill57 = new Xdr.BlipFill();

            A.Blip blip57 = new A.Blip() { Embed = "rId1" };
            blip57.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle57 = new A.SourceRectangle();

            A.Stretch stretch57 = new A.Stretch();
            A.FillRectangle fillRectangle57 = new A.FillRectangle();

            stretch57.Append(fillRectangle57);

            blipFill57.Append(blip57);
            blipFill57.Append(sourceRectangle57);
            blipFill57.Append(stretch57);

            Xdr.ShapeProperties shapeProperties59 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D59 = new A.Transform2D();
            A.Offset offset59 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents59 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D59.Append(offset59);
            transform2D59.Append(extents59);

            A.PresetGeometry presetGeometry57 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList59 = new A.AdjustValueList();

            presetGeometry57.Append(adjustValueList59);
            A.NoFill noFill113 = new A.NoFill();

            A.Outline outline62 = new A.Outline() { Width = 9525 };
            A.NoFill noFill114 = new A.NoFill();
            A.Miter miter57 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd59 = new A.HeadEnd();
            A.TailEnd tailEnd59 = new A.TailEnd();

            outline62.Append(noFill114);
            outline62.Append(miter57);
            outline62.Append(headEnd59);
            outline62.Append(tailEnd59);

            shapeProperties59.Append(transform2D59);
            shapeProperties59.Append(presetGeometry57);
            shapeProperties59.Append(noFill113);
            shapeProperties59.Append(outline62);

            picture57.Append(nonVisualPictureProperties57);
            picture57.Append(blipFill57);
            picture57.Append(shapeProperties59);
            Xdr.ClientData clientData57 = new Xdr.ClientData();

            twoCellAnchor57.Append(fromMarker57);
            twoCellAnchor57.Append(toMarker57);
            twoCellAnchor57.Append(picture57);
            twoCellAnchor57.Append(clientData57);

            Xdr.TwoCellAnchor twoCellAnchor58 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker58 = new Xdr.FromMarker();
            Xdr.ColumnId columnId115 = new Xdr.ColumnId();
            columnId115.Text = "1";
            Xdr.ColumnOffset columnOffset115 = new Xdr.ColumnOffset();
            columnOffset115.Text = "19050";
            Xdr.RowId rowId115 = new Xdr.RowId();
            rowId115.Text = "13";
            Xdr.RowOffset rowOffset115 = new Xdr.RowOffset();
            rowOffset115.Text = "0";

            fromMarker58.Append(columnId115);
            fromMarker58.Append(columnOffset115);
            fromMarker58.Append(rowId115);
            fromMarker58.Append(rowOffset115);

            Xdr.ToMarker toMarker58 = new Xdr.ToMarker();
            Xdr.ColumnId columnId116 = new Xdr.ColumnId();
            columnId116.Text = "3";
            Xdr.ColumnOffset columnOffset116 = new Xdr.ColumnOffset();
            columnOffset116.Text = "0";
            Xdr.RowId rowId116 = new Xdr.RowId();
            rowId116.Text = "13";
            Xdr.RowOffset rowOffset116 = new Xdr.RowOffset();
            rowOffset116.Text = "0";

            toMarker58.Append(columnId116);
            toMarker58.Append(columnOffset116);
            toMarker58.Append(rowId116);
            toMarker58.Append(rowOffset116);

            Xdr.Picture picture58 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties58 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties58 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2923U, Name = "Picture 306" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties58 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks58 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties58.Append(pictureLocks58);

            nonVisualPictureProperties58.Append(nonVisualDrawingProperties58);
            nonVisualPictureProperties58.Append(nonVisualPictureDrawingProperties58);

            Xdr.BlipFill blipFill58 = new Xdr.BlipFill();

            A.Blip blip58 = new A.Blip() { Embed = "rId1" };
            blip58.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle58 = new A.SourceRectangle();

            A.Stretch stretch58 = new A.Stretch();
            A.FillRectangle fillRectangle58 = new A.FillRectangle();

            stretch58.Append(fillRectangle58);

            blipFill58.Append(blip58);
            blipFill58.Append(sourceRectangle58);
            blipFill58.Append(stretch58);

            Xdr.ShapeProperties shapeProperties60 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D60 = new A.Transform2D();
            A.Offset offset60 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents60 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D60.Append(offset60);
            transform2D60.Append(extents60);

            A.PresetGeometry presetGeometry58 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList60 = new A.AdjustValueList();

            presetGeometry58.Append(adjustValueList60);
            A.NoFill noFill115 = new A.NoFill();

            A.Outline outline63 = new A.Outline() { Width = 9525 };
            A.NoFill noFill116 = new A.NoFill();
            A.Miter miter58 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd60 = new A.HeadEnd();
            A.TailEnd tailEnd60 = new A.TailEnd();

            outline63.Append(noFill116);
            outline63.Append(miter58);
            outline63.Append(headEnd60);
            outline63.Append(tailEnd60);

            shapeProperties60.Append(transform2D60);
            shapeProperties60.Append(presetGeometry58);
            shapeProperties60.Append(noFill115);
            shapeProperties60.Append(outline63);

            picture58.Append(nonVisualPictureProperties58);
            picture58.Append(blipFill58);
            picture58.Append(shapeProperties60);
            Xdr.ClientData clientData58 = new Xdr.ClientData();

            twoCellAnchor58.Append(fromMarker58);
            twoCellAnchor58.Append(toMarker58);
            twoCellAnchor58.Append(picture58);
            twoCellAnchor58.Append(clientData58);

            Xdr.TwoCellAnchor twoCellAnchor59 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker59 = new Xdr.FromMarker();
            Xdr.ColumnId columnId117 = new Xdr.ColumnId();
            columnId117.Text = "1";
            Xdr.ColumnOffset columnOffset117 = new Xdr.ColumnOffset();
            columnOffset117.Text = "19050";
            Xdr.RowId rowId117 = new Xdr.RowId();
            rowId117.Text = "13";
            Xdr.RowOffset rowOffset117 = new Xdr.RowOffset();
            rowOffset117.Text = "0";

            fromMarker59.Append(columnId117);
            fromMarker59.Append(columnOffset117);
            fromMarker59.Append(rowId117);
            fromMarker59.Append(rowOffset117);

            Xdr.ToMarker toMarker59 = new Xdr.ToMarker();
            Xdr.ColumnId columnId118 = new Xdr.ColumnId();
            columnId118.Text = "3";
            Xdr.ColumnOffset columnOffset118 = new Xdr.ColumnOffset();
            columnOffset118.Text = "0";
            Xdr.RowId rowId118 = new Xdr.RowId();
            rowId118.Text = "13";
            Xdr.RowOffset rowOffset118 = new Xdr.RowOffset();
            rowOffset118.Text = "0";

            toMarker59.Append(columnId118);
            toMarker59.Append(columnOffset118);
            toMarker59.Append(rowId118);
            toMarker59.Append(rowOffset118);

            Xdr.Picture picture59 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties59 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties59 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2924U, Name = "Picture 307" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties59 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks59 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties59.Append(pictureLocks59);

            nonVisualPictureProperties59.Append(nonVisualDrawingProperties59);
            nonVisualPictureProperties59.Append(nonVisualPictureDrawingProperties59);

            Xdr.BlipFill blipFill59 = new Xdr.BlipFill();

            A.Blip blip59 = new A.Blip() { Embed = "rId1" };
            blip59.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle59 = new A.SourceRectangle();

            A.Stretch stretch59 = new A.Stretch();
            A.FillRectangle fillRectangle59 = new A.FillRectangle();

            stretch59.Append(fillRectangle59);

            blipFill59.Append(blip59);
            blipFill59.Append(sourceRectangle59);
            blipFill59.Append(stretch59);

            Xdr.ShapeProperties shapeProperties61 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D61 = new A.Transform2D();
            A.Offset offset61 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents61 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D61.Append(offset61);
            transform2D61.Append(extents61);

            A.PresetGeometry presetGeometry59 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList61 = new A.AdjustValueList();

            presetGeometry59.Append(adjustValueList61);
            A.NoFill noFill117 = new A.NoFill();

            A.Outline outline64 = new A.Outline() { Width = 9525 };
            A.NoFill noFill118 = new A.NoFill();
            A.Miter miter59 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd61 = new A.HeadEnd();
            A.TailEnd tailEnd61 = new A.TailEnd();

            outline64.Append(noFill118);
            outline64.Append(miter59);
            outline64.Append(headEnd61);
            outline64.Append(tailEnd61);

            shapeProperties61.Append(transform2D61);
            shapeProperties61.Append(presetGeometry59);
            shapeProperties61.Append(noFill117);
            shapeProperties61.Append(outline64);

            picture59.Append(nonVisualPictureProperties59);
            picture59.Append(blipFill59);
            picture59.Append(shapeProperties61);
            Xdr.ClientData clientData59 = new Xdr.ClientData();

            twoCellAnchor59.Append(fromMarker59);
            twoCellAnchor59.Append(toMarker59);
            twoCellAnchor59.Append(picture59);
            twoCellAnchor59.Append(clientData59);

            Xdr.TwoCellAnchor twoCellAnchor60 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker60 = new Xdr.FromMarker();
            Xdr.ColumnId columnId119 = new Xdr.ColumnId();
            columnId119.Text = "1";
            Xdr.ColumnOffset columnOffset119 = new Xdr.ColumnOffset();
            columnOffset119.Text = "19050";
            Xdr.RowId rowId119 = new Xdr.RowId();
            rowId119.Text = "13";
            Xdr.RowOffset rowOffset119 = new Xdr.RowOffset();
            rowOffset119.Text = "0";

            fromMarker60.Append(columnId119);
            fromMarker60.Append(columnOffset119);
            fromMarker60.Append(rowId119);
            fromMarker60.Append(rowOffset119);

            Xdr.ToMarker toMarker60 = new Xdr.ToMarker();
            Xdr.ColumnId columnId120 = new Xdr.ColumnId();
            columnId120.Text = "3";
            Xdr.ColumnOffset columnOffset120 = new Xdr.ColumnOffset();
            columnOffset120.Text = "0";
            Xdr.RowId rowId120 = new Xdr.RowId();
            rowId120.Text = "13";
            Xdr.RowOffset rowOffset120 = new Xdr.RowOffset();
            rowOffset120.Text = "0";

            toMarker60.Append(columnId120);
            toMarker60.Append(columnOffset120);
            toMarker60.Append(rowId120);
            toMarker60.Append(rowOffset120);

            Xdr.Picture picture60 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties60 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties60 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2925U, Name = "Picture 308" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties60 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks60 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties60.Append(pictureLocks60);

            nonVisualPictureProperties60.Append(nonVisualDrawingProperties60);
            nonVisualPictureProperties60.Append(nonVisualPictureDrawingProperties60);

            Xdr.BlipFill blipFill60 = new Xdr.BlipFill();

            A.Blip blip60 = new A.Blip() { Embed = "rId1" };
            blip60.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle60 = new A.SourceRectangle();

            A.Stretch stretch60 = new A.Stretch();
            A.FillRectangle fillRectangle60 = new A.FillRectangle();

            stretch60.Append(fillRectangle60);

            blipFill60.Append(blip60);
            blipFill60.Append(sourceRectangle60);
            blipFill60.Append(stretch60);

            Xdr.ShapeProperties shapeProperties62 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D62 = new A.Transform2D();
            A.Offset offset62 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents62 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D62.Append(offset62);
            transform2D62.Append(extents62);

            A.PresetGeometry presetGeometry60 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList62 = new A.AdjustValueList();

            presetGeometry60.Append(adjustValueList62);
            A.NoFill noFill119 = new A.NoFill();

            A.Outline outline65 = new A.Outline() { Width = 9525 };
            A.NoFill noFill120 = new A.NoFill();
            A.Miter miter60 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd62 = new A.HeadEnd();
            A.TailEnd tailEnd62 = new A.TailEnd();

            outline65.Append(noFill120);
            outline65.Append(miter60);
            outline65.Append(headEnd62);
            outline65.Append(tailEnd62);

            shapeProperties62.Append(transform2D62);
            shapeProperties62.Append(presetGeometry60);
            shapeProperties62.Append(noFill119);
            shapeProperties62.Append(outline65);

            picture60.Append(nonVisualPictureProperties60);
            picture60.Append(blipFill60);
            picture60.Append(shapeProperties62);
            Xdr.ClientData clientData60 = new Xdr.ClientData();

            twoCellAnchor60.Append(fromMarker60);
            twoCellAnchor60.Append(toMarker60);
            twoCellAnchor60.Append(picture60);
            twoCellAnchor60.Append(clientData60);

            Xdr.TwoCellAnchor twoCellAnchor61 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker61 = new Xdr.FromMarker();
            Xdr.ColumnId columnId121 = new Xdr.ColumnId();
            columnId121.Text = "1";
            Xdr.ColumnOffset columnOffset121 = new Xdr.ColumnOffset();
            columnOffset121.Text = "19050";
            Xdr.RowId rowId121 = new Xdr.RowId();
            rowId121.Text = "13";
            Xdr.RowOffset rowOffset121 = new Xdr.RowOffset();
            rowOffset121.Text = "0";

            fromMarker61.Append(columnId121);
            fromMarker61.Append(columnOffset121);
            fromMarker61.Append(rowId121);
            fromMarker61.Append(rowOffset121);

            Xdr.ToMarker toMarker61 = new Xdr.ToMarker();
            Xdr.ColumnId columnId122 = new Xdr.ColumnId();
            columnId122.Text = "3";
            Xdr.ColumnOffset columnOffset122 = new Xdr.ColumnOffset();
            columnOffset122.Text = "0";
            Xdr.RowId rowId122 = new Xdr.RowId();
            rowId122.Text = "13";
            Xdr.RowOffset rowOffset122 = new Xdr.RowOffset();
            rowOffset122.Text = "0";

            toMarker61.Append(columnId122);
            toMarker61.Append(columnOffset122);
            toMarker61.Append(rowId122);
            toMarker61.Append(rowOffset122);

            Xdr.Picture picture61 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties61 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties61 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2926U, Name = "Picture 309" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties61 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks61 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties61.Append(pictureLocks61);

            nonVisualPictureProperties61.Append(nonVisualDrawingProperties61);
            nonVisualPictureProperties61.Append(nonVisualPictureDrawingProperties61);

            Xdr.BlipFill blipFill61 = new Xdr.BlipFill();

            A.Blip blip61 = new A.Blip() { Embed = "rId1" };
            blip61.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle61 = new A.SourceRectangle();

            A.Stretch stretch61 = new A.Stretch();
            A.FillRectangle fillRectangle61 = new A.FillRectangle();

            stretch61.Append(fillRectangle61);

            blipFill61.Append(blip61);
            blipFill61.Append(sourceRectangle61);
            blipFill61.Append(stretch61);

            Xdr.ShapeProperties shapeProperties63 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D63 = new A.Transform2D();
            A.Offset offset63 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents63 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D63.Append(offset63);
            transform2D63.Append(extents63);

            A.PresetGeometry presetGeometry61 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList63 = new A.AdjustValueList();

            presetGeometry61.Append(adjustValueList63);
            A.NoFill noFill121 = new A.NoFill();

            A.Outline outline66 = new A.Outline() { Width = 9525 };
            A.NoFill noFill122 = new A.NoFill();
            A.Miter miter61 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd63 = new A.HeadEnd();
            A.TailEnd tailEnd63 = new A.TailEnd();

            outline66.Append(noFill122);
            outline66.Append(miter61);
            outline66.Append(headEnd63);
            outline66.Append(tailEnd63);

            shapeProperties63.Append(transform2D63);
            shapeProperties63.Append(presetGeometry61);
            shapeProperties63.Append(noFill121);
            shapeProperties63.Append(outline66);

            picture61.Append(nonVisualPictureProperties61);
            picture61.Append(blipFill61);
            picture61.Append(shapeProperties63);
            Xdr.ClientData clientData61 = new Xdr.ClientData();

            twoCellAnchor61.Append(fromMarker61);
            twoCellAnchor61.Append(toMarker61);
            twoCellAnchor61.Append(picture61);
            twoCellAnchor61.Append(clientData61);

            Xdr.TwoCellAnchor twoCellAnchor62 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker62 = new Xdr.FromMarker();
            Xdr.ColumnId columnId123 = new Xdr.ColumnId();
            columnId123.Text = "1";
            Xdr.ColumnOffset columnOffset123 = new Xdr.ColumnOffset();
            columnOffset123.Text = "19050";
            Xdr.RowId rowId123 = new Xdr.RowId();
            rowId123.Text = "13";
            Xdr.RowOffset rowOffset123 = new Xdr.RowOffset();
            rowOffset123.Text = "0";

            fromMarker62.Append(columnId123);
            fromMarker62.Append(columnOffset123);
            fromMarker62.Append(rowId123);
            fromMarker62.Append(rowOffset123);

            Xdr.ToMarker toMarker62 = new Xdr.ToMarker();
            Xdr.ColumnId columnId124 = new Xdr.ColumnId();
            columnId124.Text = "3";
            Xdr.ColumnOffset columnOffset124 = new Xdr.ColumnOffset();
            columnOffset124.Text = "0";
            Xdr.RowId rowId124 = new Xdr.RowId();
            rowId124.Text = "13";
            Xdr.RowOffset rowOffset124 = new Xdr.RowOffset();
            rowOffset124.Text = "0";

            toMarker62.Append(columnId124);
            toMarker62.Append(columnOffset124);
            toMarker62.Append(rowId124);
            toMarker62.Append(rowOffset124);

            Xdr.Picture picture62 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties62 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties62 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2927U, Name = "Picture 310" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties62 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks62 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties62.Append(pictureLocks62);

            nonVisualPictureProperties62.Append(nonVisualDrawingProperties62);
            nonVisualPictureProperties62.Append(nonVisualPictureDrawingProperties62);

            Xdr.BlipFill blipFill62 = new Xdr.BlipFill();

            A.Blip blip62 = new A.Blip() { Embed = "rId1" };
            blip62.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle62 = new A.SourceRectangle();

            A.Stretch stretch62 = new A.Stretch();
            A.FillRectangle fillRectangle62 = new A.FillRectangle();

            stretch62.Append(fillRectangle62);

            blipFill62.Append(blip62);
            blipFill62.Append(sourceRectangle62);
            blipFill62.Append(stretch62);

            Xdr.ShapeProperties shapeProperties64 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D64 = new A.Transform2D();
            A.Offset offset64 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents64 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D64.Append(offset64);
            transform2D64.Append(extents64);

            A.PresetGeometry presetGeometry62 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList64 = new A.AdjustValueList();

            presetGeometry62.Append(adjustValueList64);
            A.NoFill noFill123 = new A.NoFill();

            A.Outline outline67 = new A.Outline() { Width = 9525 };
            A.NoFill noFill124 = new A.NoFill();
            A.Miter miter62 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd64 = new A.HeadEnd();
            A.TailEnd tailEnd64 = new A.TailEnd();

            outline67.Append(noFill124);
            outline67.Append(miter62);
            outline67.Append(headEnd64);
            outline67.Append(tailEnd64);

            shapeProperties64.Append(transform2D64);
            shapeProperties64.Append(presetGeometry62);
            shapeProperties64.Append(noFill123);
            shapeProperties64.Append(outline67);

            picture62.Append(nonVisualPictureProperties62);
            picture62.Append(blipFill62);
            picture62.Append(shapeProperties64);
            Xdr.ClientData clientData62 = new Xdr.ClientData();

            twoCellAnchor62.Append(fromMarker62);
            twoCellAnchor62.Append(toMarker62);
            twoCellAnchor62.Append(picture62);
            twoCellAnchor62.Append(clientData62);

            Xdr.TwoCellAnchor twoCellAnchor63 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker63 = new Xdr.FromMarker();
            Xdr.ColumnId columnId125 = new Xdr.ColumnId();
            columnId125.Text = "1";
            Xdr.ColumnOffset columnOffset125 = new Xdr.ColumnOffset();
            columnOffset125.Text = "19050";
            Xdr.RowId rowId125 = new Xdr.RowId();
            rowId125.Text = "13";
            Xdr.RowOffset rowOffset125 = new Xdr.RowOffset();
            rowOffset125.Text = "0";

            fromMarker63.Append(columnId125);
            fromMarker63.Append(columnOffset125);
            fromMarker63.Append(rowId125);
            fromMarker63.Append(rowOffset125);

            Xdr.ToMarker toMarker63 = new Xdr.ToMarker();
            Xdr.ColumnId columnId126 = new Xdr.ColumnId();
            columnId126.Text = "3";
            Xdr.ColumnOffset columnOffset126 = new Xdr.ColumnOffset();
            columnOffset126.Text = "0";
            Xdr.RowId rowId126 = new Xdr.RowId();
            rowId126.Text = "13";
            Xdr.RowOffset rowOffset126 = new Xdr.RowOffset();
            rowOffset126.Text = "0";

            toMarker63.Append(columnId126);
            toMarker63.Append(columnOffset126);
            toMarker63.Append(rowId126);
            toMarker63.Append(rowOffset126);

            Xdr.Picture picture63 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties63 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties63 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2928U, Name = "Picture 311" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties63 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks63 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties63.Append(pictureLocks63);

            nonVisualPictureProperties63.Append(nonVisualDrawingProperties63);
            nonVisualPictureProperties63.Append(nonVisualPictureDrawingProperties63);

            Xdr.BlipFill blipFill63 = new Xdr.BlipFill();

            A.Blip blip63 = new A.Blip() { Embed = "rId1" };
            blip63.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle63 = new A.SourceRectangle();

            A.Stretch stretch63 = new A.Stretch();
            A.FillRectangle fillRectangle63 = new A.FillRectangle();

            stretch63.Append(fillRectangle63);

            blipFill63.Append(blip63);
            blipFill63.Append(sourceRectangle63);
            blipFill63.Append(stretch63);

            Xdr.ShapeProperties shapeProperties65 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D65 = new A.Transform2D();
            A.Offset offset65 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents65 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D65.Append(offset65);
            transform2D65.Append(extents65);

            A.PresetGeometry presetGeometry63 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList65 = new A.AdjustValueList();

            presetGeometry63.Append(adjustValueList65);
            A.NoFill noFill125 = new A.NoFill();

            A.Outline outline68 = new A.Outline() { Width = 9525 };
            A.NoFill noFill126 = new A.NoFill();
            A.Miter miter63 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd65 = new A.HeadEnd();
            A.TailEnd tailEnd65 = new A.TailEnd();

            outline68.Append(noFill126);
            outline68.Append(miter63);
            outline68.Append(headEnd65);
            outline68.Append(tailEnd65);

            shapeProperties65.Append(transform2D65);
            shapeProperties65.Append(presetGeometry63);
            shapeProperties65.Append(noFill125);
            shapeProperties65.Append(outline68);

            picture63.Append(nonVisualPictureProperties63);
            picture63.Append(blipFill63);
            picture63.Append(shapeProperties65);
            Xdr.ClientData clientData63 = new Xdr.ClientData();

            twoCellAnchor63.Append(fromMarker63);
            twoCellAnchor63.Append(toMarker63);
            twoCellAnchor63.Append(picture63);
            twoCellAnchor63.Append(clientData63);

            Xdr.TwoCellAnchor twoCellAnchor64 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker64 = new Xdr.FromMarker();
            Xdr.ColumnId columnId127 = new Xdr.ColumnId();
            columnId127.Text = "1";
            Xdr.ColumnOffset columnOffset127 = new Xdr.ColumnOffset();
            columnOffset127.Text = "19050";
            Xdr.RowId rowId127 = new Xdr.RowId();
            rowId127.Text = "13";
            Xdr.RowOffset rowOffset127 = new Xdr.RowOffset();
            rowOffset127.Text = "0";

            fromMarker64.Append(columnId127);
            fromMarker64.Append(columnOffset127);
            fromMarker64.Append(rowId127);
            fromMarker64.Append(rowOffset127);

            Xdr.ToMarker toMarker64 = new Xdr.ToMarker();
            Xdr.ColumnId columnId128 = new Xdr.ColumnId();
            columnId128.Text = "3";
            Xdr.ColumnOffset columnOffset128 = new Xdr.ColumnOffset();
            columnOffset128.Text = "0";
            Xdr.RowId rowId128 = new Xdr.RowId();
            rowId128.Text = "13";
            Xdr.RowOffset rowOffset128 = new Xdr.RowOffset();
            rowOffset128.Text = "0";

            toMarker64.Append(columnId128);
            toMarker64.Append(columnOffset128);
            toMarker64.Append(rowId128);
            toMarker64.Append(rowOffset128);

            Xdr.Picture picture64 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties64 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties64 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2929U, Name = "Picture 312" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties64 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks64 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties64.Append(pictureLocks64);

            nonVisualPictureProperties64.Append(nonVisualDrawingProperties64);
            nonVisualPictureProperties64.Append(nonVisualPictureDrawingProperties64);

            Xdr.BlipFill blipFill64 = new Xdr.BlipFill();

            A.Blip blip64 = new A.Blip() { Embed = "rId1" };
            blip64.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle64 = new A.SourceRectangle();

            A.Stretch stretch64 = new A.Stretch();
            A.FillRectangle fillRectangle64 = new A.FillRectangle();

            stretch64.Append(fillRectangle64);

            blipFill64.Append(blip64);
            blipFill64.Append(sourceRectangle64);
            blipFill64.Append(stretch64);

            Xdr.ShapeProperties shapeProperties66 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D66 = new A.Transform2D();
            A.Offset offset66 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents66 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D66.Append(offset66);
            transform2D66.Append(extents66);

            A.PresetGeometry presetGeometry64 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList66 = new A.AdjustValueList();

            presetGeometry64.Append(adjustValueList66);
            A.NoFill noFill127 = new A.NoFill();

            A.Outline outline69 = new A.Outline() { Width = 9525 };
            A.NoFill noFill128 = new A.NoFill();
            A.Miter miter64 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd66 = new A.HeadEnd();
            A.TailEnd tailEnd66 = new A.TailEnd();

            outline69.Append(noFill128);
            outline69.Append(miter64);
            outline69.Append(headEnd66);
            outline69.Append(tailEnd66);

            shapeProperties66.Append(transform2D66);
            shapeProperties66.Append(presetGeometry64);
            shapeProperties66.Append(noFill127);
            shapeProperties66.Append(outline69);

            picture64.Append(nonVisualPictureProperties64);
            picture64.Append(blipFill64);
            picture64.Append(shapeProperties66);
            Xdr.ClientData clientData64 = new Xdr.ClientData();

            twoCellAnchor64.Append(fromMarker64);
            twoCellAnchor64.Append(toMarker64);
            twoCellAnchor64.Append(picture64);
            twoCellAnchor64.Append(clientData64);

            Xdr.TwoCellAnchor twoCellAnchor65 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker65 = new Xdr.FromMarker();
            Xdr.ColumnId columnId129 = new Xdr.ColumnId();
            columnId129.Text = "1";
            Xdr.ColumnOffset columnOffset129 = new Xdr.ColumnOffset();
            columnOffset129.Text = "19050";
            Xdr.RowId rowId129 = new Xdr.RowId();
            rowId129.Text = "13";
            Xdr.RowOffset rowOffset129 = new Xdr.RowOffset();
            rowOffset129.Text = "0";

            fromMarker65.Append(columnId129);
            fromMarker65.Append(columnOffset129);
            fromMarker65.Append(rowId129);
            fromMarker65.Append(rowOffset129);

            Xdr.ToMarker toMarker65 = new Xdr.ToMarker();
            Xdr.ColumnId columnId130 = new Xdr.ColumnId();
            columnId130.Text = "3";
            Xdr.ColumnOffset columnOffset130 = new Xdr.ColumnOffset();
            columnOffset130.Text = "0";
            Xdr.RowId rowId130 = new Xdr.RowId();
            rowId130.Text = "13";
            Xdr.RowOffset rowOffset130 = new Xdr.RowOffset();
            rowOffset130.Text = "0";

            toMarker65.Append(columnId130);
            toMarker65.Append(columnOffset130);
            toMarker65.Append(rowId130);
            toMarker65.Append(rowOffset130);

            Xdr.Picture picture65 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties65 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties65 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2930U, Name = "Picture 313" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties65 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks65 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties65.Append(pictureLocks65);

            nonVisualPictureProperties65.Append(nonVisualDrawingProperties65);
            nonVisualPictureProperties65.Append(nonVisualPictureDrawingProperties65);

            Xdr.BlipFill blipFill65 = new Xdr.BlipFill();

            A.Blip blip65 = new A.Blip() { Embed = "rId1" };
            blip65.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle65 = new A.SourceRectangle();

            A.Stretch stretch65 = new A.Stretch();
            A.FillRectangle fillRectangle65 = new A.FillRectangle();

            stretch65.Append(fillRectangle65);

            blipFill65.Append(blip65);
            blipFill65.Append(sourceRectangle65);
            blipFill65.Append(stretch65);

            Xdr.ShapeProperties shapeProperties67 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D67 = new A.Transform2D();
            A.Offset offset67 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents67 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D67.Append(offset67);
            transform2D67.Append(extents67);

            A.PresetGeometry presetGeometry65 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList67 = new A.AdjustValueList();

            presetGeometry65.Append(adjustValueList67);
            A.NoFill noFill129 = new A.NoFill();

            A.Outline outline70 = new A.Outline() { Width = 9525 };
            A.NoFill noFill130 = new A.NoFill();
            A.Miter miter65 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd67 = new A.HeadEnd();
            A.TailEnd tailEnd67 = new A.TailEnd();

            outline70.Append(noFill130);
            outline70.Append(miter65);
            outline70.Append(headEnd67);
            outline70.Append(tailEnd67);

            shapeProperties67.Append(transform2D67);
            shapeProperties67.Append(presetGeometry65);
            shapeProperties67.Append(noFill129);
            shapeProperties67.Append(outline70);

            picture65.Append(nonVisualPictureProperties65);
            picture65.Append(blipFill65);
            picture65.Append(shapeProperties67);
            Xdr.ClientData clientData65 = new Xdr.ClientData();

            twoCellAnchor65.Append(fromMarker65);
            twoCellAnchor65.Append(toMarker65);
            twoCellAnchor65.Append(picture65);
            twoCellAnchor65.Append(clientData65);

            Xdr.TwoCellAnchor twoCellAnchor66 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker66 = new Xdr.FromMarker();
            Xdr.ColumnId columnId131 = new Xdr.ColumnId();
            columnId131.Text = "1";
            Xdr.ColumnOffset columnOffset131 = new Xdr.ColumnOffset();
            columnOffset131.Text = "0";
            Xdr.RowId rowId131 = new Xdr.RowId();
            rowId131.Text = "13";
            Xdr.RowOffset rowOffset131 = new Xdr.RowOffset();
            rowOffset131.Text = "0";

            fromMarker66.Append(columnId131);
            fromMarker66.Append(columnOffset131);
            fromMarker66.Append(rowId131);
            fromMarker66.Append(rowOffset131);

            Xdr.ToMarker toMarker66 = new Xdr.ToMarker();
            Xdr.ColumnId columnId132 = new Xdr.ColumnId();
            columnId132.Text = "3";
            Xdr.ColumnOffset columnOffset132 = new Xdr.ColumnOffset();
            columnOffset132.Text = "0";
            Xdr.RowId rowId132 = new Xdr.RowId();
            rowId132.Text = "13";
            Xdr.RowOffset rowOffset132 = new Xdr.RowOffset();
            rowOffset132.Text = "0";

            toMarker66.Append(columnId132);
            toMarker66.Append(columnOffset132);
            toMarker66.Append(rowId132);
            toMarker66.Append(rowOffset132);

            Xdr.Picture picture66 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties66 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties66 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2931U, Name = "Picture 314" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties66 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks66 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties66.Append(pictureLocks66);

            nonVisualPictureProperties66.Append(nonVisualDrawingProperties66);
            nonVisualPictureProperties66.Append(nonVisualPictureDrawingProperties66);

            Xdr.BlipFill blipFill66 = new Xdr.BlipFill();

            A.Blip blip66 = new A.Blip() { Embed = "rId1" };
            blip66.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle66 = new A.SourceRectangle();

            A.Stretch stretch66 = new A.Stretch();
            A.FillRectangle fillRectangle66 = new A.FillRectangle();

            stretch66.Append(fillRectangle66);

            blipFill66.Append(blip66);
            blipFill66.Append(sourceRectangle66);
            blipFill66.Append(stretch66);

            Xdr.ShapeProperties shapeProperties68 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D68 = new A.Transform2D();
            A.Offset offset68 = new A.Offset() { X = 581025L, Y = 2676525L };
            A.Extents extents68 = new A.Extents() { Cx = 2819400L, Cy = 0L };

            transform2D68.Append(offset68);
            transform2D68.Append(extents68);

            A.PresetGeometry presetGeometry66 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList68 = new A.AdjustValueList();

            presetGeometry66.Append(adjustValueList68);
            A.NoFill noFill131 = new A.NoFill();

            A.Outline outline71 = new A.Outline() { Width = 9525 };
            A.NoFill noFill132 = new A.NoFill();
            A.Miter miter66 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd68 = new A.HeadEnd();
            A.TailEnd tailEnd68 = new A.TailEnd();

            outline71.Append(noFill132);
            outline71.Append(miter66);
            outline71.Append(headEnd68);
            outline71.Append(tailEnd68);

            shapeProperties68.Append(transform2D68);
            shapeProperties68.Append(presetGeometry66);
            shapeProperties68.Append(noFill131);
            shapeProperties68.Append(outline71);

            picture66.Append(nonVisualPictureProperties66);
            picture66.Append(blipFill66);
            picture66.Append(shapeProperties68);
            Xdr.ClientData clientData66 = new Xdr.ClientData();

            twoCellAnchor66.Append(fromMarker66);
            twoCellAnchor66.Append(toMarker66);
            twoCellAnchor66.Append(picture66);
            twoCellAnchor66.Append(clientData66);

            Xdr.TwoCellAnchor twoCellAnchor67 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker67 = new Xdr.FromMarker();
            Xdr.ColumnId columnId133 = new Xdr.ColumnId();
            columnId133.Text = "1";
            Xdr.ColumnOffset columnOffset133 = new Xdr.ColumnOffset();
            columnOffset133.Text = "19050";
            Xdr.RowId rowId133 = new Xdr.RowId();
            rowId133.Text = "13";
            Xdr.RowOffset rowOffset133 = new Xdr.RowOffset();
            rowOffset133.Text = "0";

            fromMarker67.Append(columnId133);
            fromMarker67.Append(columnOffset133);
            fromMarker67.Append(rowId133);
            fromMarker67.Append(rowOffset133);

            Xdr.ToMarker toMarker67 = new Xdr.ToMarker();
            Xdr.ColumnId columnId134 = new Xdr.ColumnId();
            columnId134.Text = "2";
            Xdr.ColumnOffset columnOffset134 = new Xdr.ColumnOffset();
            columnOffset134.Text = "0";
            Xdr.RowId rowId134 = new Xdr.RowId();
            rowId134.Text = "13";
            Xdr.RowOffset rowOffset134 = new Xdr.RowOffset();
            rowOffset134.Text = "0";

            toMarker67.Append(columnId134);
            toMarker67.Append(columnOffset134);
            toMarker67.Append(rowId134);
            toMarker67.Append(rowOffset134);

            Xdr.Picture picture67 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties67 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties67 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2932U, Name = "Picture 315" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties67 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks67 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties67.Append(pictureLocks67);

            nonVisualPictureProperties67.Append(nonVisualDrawingProperties67);
            nonVisualPictureProperties67.Append(nonVisualPictureDrawingProperties67);

            Xdr.BlipFill blipFill67 = new Xdr.BlipFill();

            A.Blip blip67 = new A.Blip() { Embed = "rId1" };
            blip67.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle67 = new A.SourceRectangle();

            A.Stretch stretch67 = new A.Stretch();
            A.FillRectangle fillRectangle67 = new A.FillRectangle();

            stretch67.Append(fillRectangle67);

            blipFill67.Append(blip67);
            blipFill67.Append(sourceRectangle67);
            blipFill67.Append(stretch67);

            Xdr.ShapeProperties shapeProperties69 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D69 = new A.Transform2D();
            A.Offset offset69 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents69 = new A.Extents() { Cx = 1085850L, Cy = 0L };

            transform2D69.Append(offset69);
            transform2D69.Append(extents69);

            A.PresetGeometry presetGeometry67 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList69 = new A.AdjustValueList();

            presetGeometry67.Append(adjustValueList69);
            A.NoFill noFill133 = new A.NoFill();

            A.Outline outline72 = new A.Outline() { Width = 9525 };
            A.NoFill noFill134 = new A.NoFill();
            A.Miter miter67 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd69 = new A.HeadEnd();
            A.TailEnd tailEnd69 = new A.TailEnd();

            outline72.Append(noFill134);
            outline72.Append(miter67);
            outline72.Append(headEnd69);
            outline72.Append(tailEnd69);

            shapeProperties69.Append(transform2D69);
            shapeProperties69.Append(presetGeometry67);
            shapeProperties69.Append(noFill133);
            shapeProperties69.Append(outline72);

            picture67.Append(nonVisualPictureProperties67);
            picture67.Append(blipFill67);
            picture67.Append(shapeProperties69);
            Xdr.ClientData clientData67 = new Xdr.ClientData();

            twoCellAnchor67.Append(fromMarker67);
            twoCellAnchor67.Append(toMarker67);
            twoCellAnchor67.Append(picture67);
            twoCellAnchor67.Append(clientData67);

            Xdr.TwoCellAnchor twoCellAnchor68 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker68 = new Xdr.FromMarker();
            Xdr.ColumnId columnId135 = new Xdr.ColumnId();
            columnId135.Text = "1";
            Xdr.ColumnOffset columnOffset135 = new Xdr.ColumnOffset();
            columnOffset135.Text = "0";
            Xdr.RowId rowId135 = new Xdr.RowId();
            rowId135.Text = "13";
            Xdr.RowOffset rowOffset135 = new Xdr.RowOffset();
            rowOffset135.Text = "0";

            fromMarker68.Append(columnId135);
            fromMarker68.Append(columnOffset135);
            fromMarker68.Append(rowId135);
            fromMarker68.Append(rowOffset135);

            Xdr.ToMarker toMarker68 = new Xdr.ToMarker();
            Xdr.ColumnId columnId136 = new Xdr.ColumnId();
            columnId136.Text = "3";
            Xdr.ColumnOffset columnOffset136 = new Xdr.ColumnOffset();
            columnOffset136.Text = "0";
            Xdr.RowId rowId136 = new Xdr.RowId();
            rowId136.Text = "13";
            Xdr.RowOffset rowOffset136 = new Xdr.RowOffset();
            rowOffset136.Text = "0";

            toMarker68.Append(columnId136);
            toMarker68.Append(columnOffset136);
            toMarker68.Append(rowId136);
            toMarker68.Append(rowOffset136);

            Xdr.Picture picture68 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties68 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties68 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2933U, Name = "Picture 316" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties68 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks68 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties68.Append(pictureLocks68);

            nonVisualPictureProperties68.Append(nonVisualDrawingProperties68);
            nonVisualPictureProperties68.Append(nonVisualPictureDrawingProperties68);

            Xdr.BlipFill blipFill68 = new Xdr.BlipFill();

            A.Blip blip68 = new A.Blip() { Embed = "rId1" };
            blip68.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle68 = new A.SourceRectangle();

            A.Stretch stretch68 = new A.Stretch();
            A.FillRectangle fillRectangle68 = new A.FillRectangle();

            stretch68.Append(fillRectangle68);

            blipFill68.Append(blip68);
            blipFill68.Append(sourceRectangle68);
            blipFill68.Append(stretch68);

            Xdr.ShapeProperties shapeProperties70 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D70 = new A.Transform2D();
            A.Offset offset70 = new A.Offset() { X = 581025L, Y = 2676525L };
            A.Extents extents70 = new A.Extents() { Cx = 2819400L, Cy = 0L };

            transform2D70.Append(offset70);
            transform2D70.Append(extents70);

            A.PresetGeometry presetGeometry68 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList70 = new A.AdjustValueList();

            presetGeometry68.Append(adjustValueList70);
            A.NoFill noFill135 = new A.NoFill();

            A.Outline outline73 = new A.Outline() { Width = 9525 };
            A.NoFill noFill136 = new A.NoFill();
            A.Miter miter68 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd70 = new A.HeadEnd();
            A.TailEnd tailEnd70 = new A.TailEnd();

            outline73.Append(noFill136);
            outline73.Append(miter68);
            outline73.Append(headEnd70);
            outline73.Append(tailEnd70);

            shapeProperties70.Append(transform2D70);
            shapeProperties70.Append(presetGeometry68);
            shapeProperties70.Append(noFill135);
            shapeProperties70.Append(outline73);

            picture68.Append(nonVisualPictureProperties68);
            picture68.Append(blipFill68);
            picture68.Append(shapeProperties70);
            Xdr.ClientData clientData68 = new Xdr.ClientData();

            twoCellAnchor68.Append(fromMarker68);
            twoCellAnchor68.Append(toMarker68);
            twoCellAnchor68.Append(picture68);
            twoCellAnchor68.Append(clientData68);

            Xdr.TwoCellAnchor twoCellAnchor69 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker69 = new Xdr.FromMarker();
            Xdr.ColumnId columnId137 = new Xdr.ColumnId();
            columnId137.Text = "1";
            Xdr.ColumnOffset columnOffset137 = new Xdr.ColumnOffset();
            columnOffset137.Text = "0";
            Xdr.RowId rowId137 = new Xdr.RowId();
            rowId137.Text = "13";
            Xdr.RowOffset rowOffset137 = new Xdr.RowOffset();
            rowOffset137.Text = "0";

            fromMarker69.Append(columnId137);
            fromMarker69.Append(columnOffset137);
            fromMarker69.Append(rowId137);
            fromMarker69.Append(rowOffset137);

            Xdr.ToMarker toMarker69 = new Xdr.ToMarker();
            Xdr.ColumnId columnId138 = new Xdr.ColumnId();
            columnId138.Text = "3";
            Xdr.ColumnOffset columnOffset138 = new Xdr.ColumnOffset();
            columnOffset138.Text = "0";
            Xdr.RowId rowId138 = new Xdr.RowId();
            rowId138.Text = "13";
            Xdr.RowOffset rowOffset138 = new Xdr.RowOffset();
            rowOffset138.Text = "0";

            toMarker69.Append(columnId138);
            toMarker69.Append(columnOffset138);
            toMarker69.Append(rowId138);
            toMarker69.Append(rowOffset138);

            Xdr.Picture picture69 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties69 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties69 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2934U, Name = "Picture 317" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties69 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks69 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties69.Append(pictureLocks69);

            nonVisualPictureProperties69.Append(nonVisualDrawingProperties69);
            nonVisualPictureProperties69.Append(nonVisualPictureDrawingProperties69);

            Xdr.BlipFill blipFill69 = new Xdr.BlipFill();

            A.Blip blip69 = new A.Blip() { Embed = "rId1" };
            blip69.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle69 = new A.SourceRectangle();

            A.Stretch stretch69 = new A.Stretch();
            A.FillRectangle fillRectangle69 = new A.FillRectangle();

            stretch69.Append(fillRectangle69);

            blipFill69.Append(blip69);
            blipFill69.Append(sourceRectangle69);
            blipFill69.Append(stretch69);

            Xdr.ShapeProperties shapeProperties71 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D71 = new A.Transform2D();
            A.Offset offset71 = new A.Offset() { X = 581025L, Y = 2676525L };
            A.Extents extents71 = new A.Extents() { Cx = 2819400L, Cy = 0L };

            transform2D71.Append(offset71);
            transform2D71.Append(extents71);

            A.PresetGeometry presetGeometry69 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList71 = new A.AdjustValueList();

            presetGeometry69.Append(adjustValueList71);
            A.NoFill noFill137 = new A.NoFill();

            A.Outline outline74 = new A.Outline() { Width = 9525 };
            A.NoFill noFill138 = new A.NoFill();
            A.Miter miter69 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd71 = new A.HeadEnd();
            A.TailEnd tailEnd71 = new A.TailEnd();

            outline74.Append(noFill138);
            outline74.Append(miter69);
            outline74.Append(headEnd71);
            outline74.Append(tailEnd71);

            shapeProperties71.Append(transform2D71);
            shapeProperties71.Append(presetGeometry69);
            shapeProperties71.Append(noFill137);
            shapeProperties71.Append(outline74);

            picture69.Append(nonVisualPictureProperties69);
            picture69.Append(blipFill69);
            picture69.Append(shapeProperties71);
            Xdr.ClientData clientData69 = new Xdr.ClientData();

            twoCellAnchor69.Append(fromMarker69);
            twoCellAnchor69.Append(toMarker69);
            twoCellAnchor69.Append(picture69);
            twoCellAnchor69.Append(clientData69);

            Xdr.TwoCellAnchor twoCellAnchor70 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker70 = new Xdr.FromMarker();
            Xdr.ColumnId columnId139 = new Xdr.ColumnId();
            columnId139.Text = "1";
            Xdr.ColumnOffset columnOffset139 = new Xdr.ColumnOffset();
            columnOffset139.Text = "19050";
            Xdr.RowId rowId139 = new Xdr.RowId();
            rowId139.Text = "13";
            Xdr.RowOffset rowOffset139 = new Xdr.RowOffset();
            rowOffset139.Text = "0";

            fromMarker70.Append(columnId139);
            fromMarker70.Append(columnOffset139);
            fromMarker70.Append(rowId139);
            fromMarker70.Append(rowOffset139);

            Xdr.ToMarker toMarker70 = new Xdr.ToMarker();
            Xdr.ColumnId columnId140 = new Xdr.ColumnId();
            columnId140.Text = "3";
            Xdr.ColumnOffset columnOffset140 = new Xdr.ColumnOffset();
            columnOffset140.Text = "0";
            Xdr.RowId rowId140 = new Xdr.RowId();
            rowId140.Text = "13";
            Xdr.RowOffset rowOffset140 = new Xdr.RowOffset();
            rowOffset140.Text = "0";

            toMarker70.Append(columnId140);
            toMarker70.Append(columnOffset140);
            toMarker70.Append(rowId140);
            toMarker70.Append(rowOffset140);

            Xdr.Picture picture70 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties70 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties70 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2935U, Name = "Picture 318" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties70 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks70 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties70.Append(pictureLocks70);

            nonVisualPictureProperties70.Append(nonVisualDrawingProperties70);
            nonVisualPictureProperties70.Append(nonVisualPictureDrawingProperties70);

            Xdr.BlipFill blipFill70 = new Xdr.BlipFill();

            A.Blip blip70 = new A.Blip() { Embed = "rId1" };
            blip70.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle70 = new A.SourceRectangle();

            A.Stretch stretch70 = new A.Stretch();
            A.FillRectangle fillRectangle70 = new A.FillRectangle();

            stretch70.Append(fillRectangle70);

            blipFill70.Append(blip70);
            blipFill70.Append(sourceRectangle70);
            blipFill70.Append(stretch70);

            Xdr.ShapeProperties shapeProperties72 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D72 = new A.Transform2D();
            A.Offset offset72 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents72 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D72.Append(offset72);
            transform2D72.Append(extents72);

            A.PresetGeometry presetGeometry70 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList72 = new A.AdjustValueList();

            presetGeometry70.Append(adjustValueList72);
            A.NoFill noFill139 = new A.NoFill();

            A.Outline outline75 = new A.Outline() { Width = 9525 };
            A.NoFill noFill140 = new A.NoFill();
            A.Miter miter70 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd72 = new A.HeadEnd();
            A.TailEnd tailEnd72 = new A.TailEnd();

            outline75.Append(noFill140);
            outline75.Append(miter70);
            outline75.Append(headEnd72);
            outline75.Append(tailEnd72);

            shapeProperties72.Append(transform2D72);
            shapeProperties72.Append(presetGeometry70);
            shapeProperties72.Append(noFill139);
            shapeProperties72.Append(outline75);

            picture70.Append(nonVisualPictureProperties70);
            picture70.Append(blipFill70);
            picture70.Append(shapeProperties72);
            Xdr.ClientData clientData70 = new Xdr.ClientData();

            twoCellAnchor70.Append(fromMarker70);
            twoCellAnchor70.Append(toMarker70);
            twoCellAnchor70.Append(picture70);
            twoCellAnchor70.Append(clientData70);

            Xdr.TwoCellAnchor twoCellAnchor71 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker71 = new Xdr.FromMarker();
            Xdr.ColumnId columnId141 = new Xdr.ColumnId();
            columnId141.Text = "1";
            Xdr.ColumnOffset columnOffset141 = new Xdr.ColumnOffset();
            columnOffset141.Text = "19050";
            Xdr.RowId rowId141 = new Xdr.RowId();
            rowId141.Text = "13";
            Xdr.RowOffset rowOffset141 = new Xdr.RowOffset();
            rowOffset141.Text = "0";

            fromMarker71.Append(columnId141);
            fromMarker71.Append(columnOffset141);
            fromMarker71.Append(rowId141);
            fromMarker71.Append(rowOffset141);

            Xdr.ToMarker toMarker71 = new Xdr.ToMarker();
            Xdr.ColumnId columnId142 = new Xdr.ColumnId();
            columnId142.Text = "3";
            Xdr.ColumnOffset columnOffset142 = new Xdr.ColumnOffset();
            columnOffset142.Text = "0";
            Xdr.RowId rowId142 = new Xdr.RowId();
            rowId142.Text = "13";
            Xdr.RowOffset rowOffset142 = new Xdr.RowOffset();
            rowOffset142.Text = "0";

            toMarker71.Append(columnId142);
            toMarker71.Append(columnOffset142);
            toMarker71.Append(rowId142);
            toMarker71.Append(rowOffset142);

            Xdr.Picture picture71 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties71 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties71 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2936U, Name = "Picture 319" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties71 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks71 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties71.Append(pictureLocks71);

            nonVisualPictureProperties71.Append(nonVisualDrawingProperties71);
            nonVisualPictureProperties71.Append(nonVisualPictureDrawingProperties71);

            Xdr.BlipFill blipFill71 = new Xdr.BlipFill();

            A.Blip blip71 = new A.Blip() { Embed = "rId1" };
            blip71.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle71 = new A.SourceRectangle();

            A.Stretch stretch71 = new A.Stretch();
            A.FillRectangle fillRectangle71 = new A.FillRectangle();

            stretch71.Append(fillRectangle71);

            blipFill71.Append(blip71);
            blipFill71.Append(sourceRectangle71);
            blipFill71.Append(stretch71);

            Xdr.ShapeProperties shapeProperties73 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D73 = new A.Transform2D();
            A.Offset offset73 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents73 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D73.Append(offset73);
            transform2D73.Append(extents73);

            A.PresetGeometry presetGeometry71 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList73 = new A.AdjustValueList();

            presetGeometry71.Append(adjustValueList73);
            A.NoFill noFill141 = new A.NoFill();

            A.Outline outline76 = new A.Outline() { Width = 9525 };
            A.NoFill noFill142 = new A.NoFill();
            A.Miter miter71 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd73 = new A.HeadEnd();
            A.TailEnd tailEnd73 = new A.TailEnd();

            outline76.Append(noFill142);
            outline76.Append(miter71);
            outline76.Append(headEnd73);
            outline76.Append(tailEnd73);

            shapeProperties73.Append(transform2D73);
            shapeProperties73.Append(presetGeometry71);
            shapeProperties73.Append(noFill141);
            shapeProperties73.Append(outline76);

            picture71.Append(nonVisualPictureProperties71);
            picture71.Append(blipFill71);
            picture71.Append(shapeProperties73);
            Xdr.ClientData clientData71 = new Xdr.ClientData();

            twoCellAnchor71.Append(fromMarker71);
            twoCellAnchor71.Append(toMarker71);
            twoCellAnchor71.Append(picture71);
            twoCellAnchor71.Append(clientData71);

            Xdr.TwoCellAnchor twoCellAnchor72 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker72 = new Xdr.FromMarker();
            Xdr.ColumnId columnId143 = new Xdr.ColumnId();
            columnId143.Text = "1";
            Xdr.ColumnOffset columnOffset143 = new Xdr.ColumnOffset();
            columnOffset143.Text = "19050";
            Xdr.RowId rowId143 = new Xdr.RowId();
            rowId143.Text = "13";
            Xdr.RowOffset rowOffset143 = new Xdr.RowOffset();
            rowOffset143.Text = "0";

            fromMarker72.Append(columnId143);
            fromMarker72.Append(columnOffset143);
            fromMarker72.Append(rowId143);
            fromMarker72.Append(rowOffset143);

            Xdr.ToMarker toMarker72 = new Xdr.ToMarker();
            Xdr.ColumnId columnId144 = new Xdr.ColumnId();
            columnId144.Text = "3";
            Xdr.ColumnOffset columnOffset144 = new Xdr.ColumnOffset();
            columnOffset144.Text = "0";
            Xdr.RowId rowId144 = new Xdr.RowId();
            rowId144.Text = "13";
            Xdr.RowOffset rowOffset144 = new Xdr.RowOffset();
            rowOffset144.Text = "0";

            toMarker72.Append(columnId144);
            toMarker72.Append(columnOffset144);
            toMarker72.Append(rowId144);
            toMarker72.Append(rowOffset144);

            Xdr.Picture picture72 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties72 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties72 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2937U, Name = "Picture 320" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties72 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks72 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties72.Append(pictureLocks72);

            nonVisualPictureProperties72.Append(nonVisualDrawingProperties72);
            nonVisualPictureProperties72.Append(nonVisualPictureDrawingProperties72);

            Xdr.BlipFill blipFill72 = new Xdr.BlipFill();

            A.Blip blip72 = new A.Blip() { Embed = "rId1" };
            blip72.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle72 = new A.SourceRectangle();

            A.Stretch stretch72 = new A.Stretch();
            A.FillRectangle fillRectangle72 = new A.FillRectangle();

            stretch72.Append(fillRectangle72);

            blipFill72.Append(blip72);
            blipFill72.Append(sourceRectangle72);
            blipFill72.Append(stretch72);

            Xdr.ShapeProperties shapeProperties74 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D74 = new A.Transform2D();
            A.Offset offset74 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents74 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D74.Append(offset74);
            transform2D74.Append(extents74);

            A.PresetGeometry presetGeometry72 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList74 = new A.AdjustValueList();

            presetGeometry72.Append(adjustValueList74);
            A.NoFill noFill143 = new A.NoFill();

            A.Outline outline77 = new A.Outline() { Width = 9525 };
            A.NoFill noFill144 = new A.NoFill();
            A.Miter miter72 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd74 = new A.HeadEnd();
            A.TailEnd tailEnd74 = new A.TailEnd();

            outline77.Append(noFill144);
            outline77.Append(miter72);
            outline77.Append(headEnd74);
            outline77.Append(tailEnd74);

            shapeProperties74.Append(transform2D74);
            shapeProperties74.Append(presetGeometry72);
            shapeProperties74.Append(noFill143);
            shapeProperties74.Append(outline77);

            picture72.Append(nonVisualPictureProperties72);
            picture72.Append(blipFill72);
            picture72.Append(shapeProperties74);
            Xdr.ClientData clientData72 = new Xdr.ClientData();

            twoCellAnchor72.Append(fromMarker72);
            twoCellAnchor72.Append(toMarker72);
            twoCellAnchor72.Append(picture72);
            twoCellAnchor72.Append(clientData72);

            Xdr.TwoCellAnchor twoCellAnchor73 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker73 = new Xdr.FromMarker();
            Xdr.ColumnId columnId145 = new Xdr.ColumnId();
            columnId145.Text = "1";
            Xdr.ColumnOffset columnOffset145 = new Xdr.ColumnOffset();
            columnOffset145.Text = "19050";
            Xdr.RowId rowId145 = new Xdr.RowId();
            rowId145.Text = "13";
            Xdr.RowOffset rowOffset145 = new Xdr.RowOffset();
            rowOffset145.Text = "0";

            fromMarker73.Append(columnId145);
            fromMarker73.Append(columnOffset145);
            fromMarker73.Append(rowId145);
            fromMarker73.Append(rowOffset145);

            Xdr.ToMarker toMarker73 = new Xdr.ToMarker();
            Xdr.ColumnId columnId146 = new Xdr.ColumnId();
            columnId146.Text = "3";
            Xdr.ColumnOffset columnOffset146 = new Xdr.ColumnOffset();
            columnOffset146.Text = "0";
            Xdr.RowId rowId146 = new Xdr.RowId();
            rowId146.Text = "13";
            Xdr.RowOffset rowOffset146 = new Xdr.RowOffset();
            rowOffset146.Text = "0";

            toMarker73.Append(columnId146);
            toMarker73.Append(columnOffset146);
            toMarker73.Append(rowId146);
            toMarker73.Append(rowOffset146);

            Xdr.Picture picture73 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties73 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties73 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2938U, Name = "Picture 321" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties73 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks73 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties73.Append(pictureLocks73);

            nonVisualPictureProperties73.Append(nonVisualDrawingProperties73);
            nonVisualPictureProperties73.Append(nonVisualPictureDrawingProperties73);

            Xdr.BlipFill blipFill73 = new Xdr.BlipFill();

            A.Blip blip73 = new A.Blip() { Embed = "rId1" };
            blip73.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle73 = new A.SourceRectangle();

            A.Stretch stretch73 = new A.Stretch();
            A.FillRectangle fillRectangle73 = new A.FillRectangle();

            stretch73.Append(fillRectangle73);

            blipFill73.Append(blip73);
            blipFill73.Append(sourceRectangle73);
            blipFill73.Append(stretch73);

            Xdr.ShapeProperties shapeProperties75 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D75 = new A.Transform2D();
            A.Offset offset75 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents75 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D75.Append(offset75);
            transform2D75.Append(extents75);

            A.PresetGeometry presetGeometry73 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList75 = new A.AdjustValueList();

            presetGeometry73.Append(adjustValueList75);
            A.NoFill noFill145 = new A.NoFill();

            A.Outline outline78 = new A.Outline() { Width = 9525 };
            A.NoFill noFill146 = new A.NoFill();
            A.Miter miter73 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd75 = new A.HeadEnd();
            A.TailEnd tailEnd75 = new A.TailEnd();

            outline78.Append(noFill146);
            outline78.Append(miter73);
            outline78.Append(headEnd75);
            outline78.Append(tailEnd75);

            shapeProperties75.Append(transform2D75);
            shapeProperties75.Append(presetGeometry73);
            shapeProperties75.Append(noFill145);
            shapeProperties75.Append(outline78);

            picture73.Append(nonVisualPictureProperties73);
            picture73.Append(blipFill73);
            picture73.Append(shapeProperties75);
            Xdr.ClientData clientData73 = new Xdr.ClientData();

            twoCellAnchor73.Append(fromMarker73);
            twoCellAnchor73.Append(toMarker73);
            twoCellAnchor73.Append(picture73);
            twoCellAnchor73.Append(clientData73);

            Xdr.TwoCellAnchor twoCellAnchor74 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker74 = new Xdr.FromMarker();
            Xdr.ColumnId columnId147 = new Xdr.ColumnId();
            columnId147.Text = "1";
            Xdr.ColumnOffset columnOffset147 = new Xdr.ColumnOffset();
            columnOffset147.Text = "19050";
            Xdr.RowId rowId147 = new Xdr.RowId();
            rowId147.Text = "13";
            Xdr.RowOffset rowOffset147 = new Xdr.RowOffset();
            rowOffset147.Text = "0";

            fromMarker74.Append(columnId147);
            fromMarker74.Append(columnOffset147);
            fromMarker74.Append(rowId147);
            fromMarker74.Append(rowOffset147);

            Xdr.ToMarker toMarker74 = new Xdr.ToMarker();
            Xdr.ColumnId columnId148 = new Xdr.ColumnId();
            columnId148.Text = "3";
            Xdr.ColumnOffset columnOffset148 = new Xdr.ColumnOffset();
            columnOffset148.Text = "0";
            Xdr.RowId rowId148 = new Xdr.RowId();
            rowId148.Text = "13";
            Xdr.RowOffset rowOffset148 = new Xdr.RowOffset();
            rowOffset148.Text = "0";

            toMarker74.Append(columnId148);
            toMarker74.Append(columnOffset148);
            toMarker74.Append(rowId148);
            toMarker74.Append(rowOffset148);

            Xdr.Picture picture74 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties74 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties74 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2939U, Name = "Picture 322" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties74 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks74 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties74.Append(pictureLocks74);

            nonVisualPictureProperties74.Append(nonVisualDrawingProperties74);
            nonVisualPictureProperties74.Append(nonVisualPictureDrawingProperties74);

            Xdr.BlipFill blipFill74 = new Xdr.BlipFill();

            A.Blip blip74 = new A.Blip() { Embed = "rId1" };
            blip74.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle74 = new A.SourceRectangle();

            A.Stretch stretch74 = new A.Stretch();
            A.FillRectangle fillRectangle74 = new A.FillRectangle();

            stretch74.Append(fillRectangle74);

            blipFill74.Append(blip74);
            blipFill74.Append(sourceRectangle74);
            blipFill74.Append(stretch74);

            Xdr.ShapeProperties shapeProperties76 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D76 = new A.Transform2D();
            A.Offset offset76 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents76 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D76.Append(offset76);
            transform2D76.Append(extents76);

            A.PresetGeometry presetGeometry74 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList76 = new A.AdjustValueList();

            presetGeometry74.Append(adjustValueList76);
            A.NoFill noFill147 = new A.NoFill();

            A.Outline outline79 = new A.Outline() { Width = 9525 };
            A.NoFill noFill148 = new A.NoFill();
            A.Miter miter74 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd76 = new A.HeadEnd();
            A.TailEnd tailEnd76 = new A.TailEnd();

            outline79.Append(noFill148);
            outline79.Append(miter74);
            outline79.Append(headEnd76);
            outline79.Append(tailEnd76);

            shapeProperties76.Append(transform2D76);
            shapeProperties76.Append(presetGeometry74);
            shapeProperties76.Append(noFill147);
            shapeProperties76.Append(outline79);

            picture74.Append(nonVisualPictureProperties74);
            picture74.Append(blipFill74);
            picture74.Append(shapeProperties76);
            Xdr.ClientData clientData74 = new Xdr.ClientData();

            twoCellAnchor74.Append(fromMarker74);
            twoCellAnchor74.Append(toMarker74);
            twoCellAnchor74.Append(picture74);
            twoCellAnchor74.Append(clientData74);

            Xdr.TwoCellAnchor twoCellAnchor75 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker75 = new Xdr.FromMarker();
            Xdr.ColumnId columnId149 = new Xdr.ColumnId();
            columnId149.Text = "1";
            Xdr.ColumnOffset columnOffset149 = new Xdr.ColumnOffset();
            columnOffset149.Text = "19050";
            Xdr.RowId rowId149 = new Xdr.RowId();
            rowId149.Text = "13";
            Xdr.RowOffset rowOffset149 = new Xdr.RowOffset();
            rowOffset149.Text = "0";

            fromMarker75.Append(columnId149);
            fromMarker75.Append(columnOffset149);
            fromMarker75.Append(rowId149);
            fromMarker75.Append(rowOffset149);

            Xdr.ToMarker toMarker75 = new Xdr.ToMarker();
            Xdr.ColumnId columnId150 = new Xdr.ColumnId();
            columnId150.Text = "3";
            Xdr.ColumnOffset columnOffset150 = new Xdr.ColumnOffset();
            columnOffset150.Text = "0";
            Xdr.RowId rowId150 = new Xdr.RowId();
            rowId150.Text = "13";
            Xdr.RowOffset rowOffset150 = new Xdr.RowOffset();
            rowOffset150.Text = "0";

            toMarker75.Append(columnId150);
            toMarker75.Append(columnOffset150);
            toMarker75.Append(rowId150);
            toMarker75.Append(rowOffset150);

            Xdr.Picture picture75 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties75 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties75 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2940U, Name = "Picture 323" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties75 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks75 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties75.Append(pictureLocks75);

            nonVisualPictureProperties75.Append(nonVisualDrawingProperties75);
            nonVisualPictureProperties75.Append(nonVisualPictureDrawingProperties75);

            Xdr.BlipFill blipFill75 = new Xdr.BlipFill();

            A.Blip blip75 = new A.Blip() { Embed = "rId1" };
            blip75.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle75 = new A.SourceRectangle();

            A.Stretch stretch75 = new A.Stretch();
            A.FillRectangle fillRectangle75 = new A.FillRectangle();

            stretch75.Append(fillRectangle75);

            blipFill75.Append(blip75);
            blipFill75.Append(sourceRectangle75);
            blipFill75.Append(stretch75);

            Xdr.ShapeProperties shapeProperties77 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D77 = new A.Transform2D();
            A.Offset offset77 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents77 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D77.Append(offset77);
            transform2D77.Append(extents77);

            A.PresetGeometry presetGeometry75 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList77 = new A.AdjustValueList();

            presetGeometry75.Append(adjustValueList77);
            A.NoFill noFill149 = new A.NoFill();

            A.Outline outline80 = new A.Outline() { Width = 9525 };
            A.NoFill noFill150 = new A.NoFill();
            A.Miter miter75 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd77 = new A.HeadEnd();
            A.TailEnd tailEnd77 = new A.TailEnd();

            outline80.Append(noFill150);
            outline80.Append(miter75);
            outline80.Append(headEnd77);
            outline80.Append(tailEnd77);

            shapeProperties77.Append(transform2D77);
            shapeProperties77.Append(presetGeometry75);
            shapeProperties77.Append(noFill149);
            shapeProperties77.Append(outline80);

            picture75.Append(nonVisualPictureProperties75);
            picture75.Append(blipFill75);
            picture75.Append(shapeProperties77);
            Xdr.ClientData clientData75 = new Xdr.ClientData();

            twoCellAnchor75.Append(fromMarker75);
            twoCellAnchor75.Append(toMarker75);
            twoCellAnchor75.Append(picture75);
            twoCellAnchor75.Append(clientData75);

            Xdr.TwoCellAnchor twoCellAnchor76 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker76 = new Xdr.FromMarker();
            Xdr.ColumnId columnId151 = new Xdr.ColumnId();
            columnId151.Text = "1";
            Xdr.ColumnOffset columnOffset151 = new Xdr.ColumnOffset();
            columnOffset151.Text = "19050";
            Xdr.RowId rowId151 = new Xdr.RowId();
            rowId151.Text = "13";
            Xdr.RowOffset rowOffset151 = new Xdr.RowOffset();
            rowOffset151.Text = "0";

            fromMarker76.Append(columnId151);
            fromMarker76.Append(columnOffset151);
            fromMarker76.Append(rowId151);
            fromMarker76.Append(rowOffset151);

            Xdr.ToMarker toMarker76 = new Xdr.ToMarker();
            Xdr.ColumnId columnId152 = new Xdr.ColumnId();
            columnId152.Text = "3";
            Xdr.ColumnOffset columnOffset152 = new Xdr.ColumnOffset();
            columnOffset152.Text = "0";
            Xdr.RowId rowId152 = new Xdr.RowId();
            rowId152.Text = "13";
            Xdr.RowOffset rowOffset152 = new Xdr.RowOffset();
            rowOffset152.Text = "0";

            toMarker76.Append(columnId152);
            toMarker76.Append(columnOffset152);
            toMarker76.Append(rowId152);
            toMarker76.Append(rowOffset152);

            Xdr.Picture picture76 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties76 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties76 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2941U, Name = "Picture 324" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties76 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks76 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties76.Append(pictureLocks76);

            nonVisualPictureProperties76.Append(nonVisualDrawingProperties76);
            nonVisualPictureProperties76.Append(nonVisualPictureDrawingProperties76);

            Xdr.BlipFill blipFill76 = new Xdr.BlipFill();

            A.Blip blip76 = new A.Blip() { Embed = "rId1" };
            blip76.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle76 = new A.SourceRectangle();

            A.Stretch stretch76 = new A.Stretch();
            A.FillRectangle fillRectangle76 = new A.FillRectangle();

            stretch76.Append(fillRectangle76);

            blipFill76.Append(blip76);
            blipFill76.Append(sourceRectangle76);
            blipFill76.Append(stretch76);

            Xdr.ShapeProperties shapeProperties78 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D78 = new A.Transform2D();
            A.Offset offset78 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents78 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D78.Append(offset78);
            transform2D78.Append(extents78);

            A.PresetGeometry presetGeometry76 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList78 = new A.AdjustValueList();

            presetGeometry76.Append(adjustValueList78);
            A.NoFill noFill151 = new A.NoFill();

            A.Outline outline81 = new A.Outline() { Width = 9525 };
            A.NoFill noFill152 = new A.NoFill();
            A.Miter miter76 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd78 = new A.HeadEnd();
            A.TailEnd tailEnd78 = new A.TailEnd();

            outline81.Append(noFill152);
            outline81.Append(miter76);
            outline81.Append(headEnd78);
            outline81.Append(tailEnd78);

            shapeProperties78.Append(transform2D78);
            shapeProperties78.Append(presetGeometry76);
            shapeProperties78.Append(noFill151);
            shapeProperties78.Append(outline81);

            picture76.Append(nonVisualPictureProperties76);
            picture76.Append(blipFill76);
            picture76.Append(shapeProperties78);
            Xdr.ClientData clientData76 = new Xdr.ClientData();

            twoCellAnchor76.Append(fromMarker76);
            twoCellAnchor76.Append(toMarker76);
            twoCellAnchor76.Append(picture76);
            twoCellAnchor76.Append(clientData76);

            Xdr.TwoCellAnchor twoCellAnchor77 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker77 = new Xdr.FromMarker();
            Xdr.ColumnId columnId153 = new Xdr.ColumnId();
            columnId153.Text = "1";
            Xdr.ColumnOffset columnOffset153 = new Xdr.ColumnOffset();
            columnOffset153.Text = "19050";
            Xdr.RowId rowId153 = new Xdr.RowId();
            rowId153.Text = "13";
            Xdr.RowOffset rowOffset153 = new Xdr.RowOffset();
            rowOffset153.Text = "0";

            fromMarker77.Append(columnId153);
            fromMarker77.Append(columnOffset153);
            fromMarker77.Append(rowId153);
            fromMarker77.Append(rowOffset153);

            Xdr.ToMarker toMarker77 = new Xdr.ToMarker();
            Xdr.ColumnId columnId154 = new Xdr.ColumnId();
            columnId154.Text = "3";
            Xdr.ColumnOffset columnOffset154 = new Xdr.ColumnOffset();
            columnOffset154.Text = "0";
            Xdr.RowId rowId154 = new Xdr.RowId();
            rowId154.Text = "13";
            Xdr.RowOffset rowOffset154 = new Xdr.RowOffset();
            rowOffset154.Text = "0";

            toMarker77.Append(columnId154);
            toMarker77.Append(columnOffset154);
            toMarker77.Append(rowId154);
            toMarker77.Append(rowOffset154);

            Xdr.Picture picture77 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties77 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties77 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2942U, Name = "Picture 325" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties77 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks77 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties77.Append(pictureLocks77);

            nonVisualPictureProperties77.Append(nonVisualDrawingProperties77);
            nonVisualPictureProperties77.Append(nonVisualPictureDrawingProperties77);

            Xdr.BlipFill blipFill77 = new Xdr.BlipFill();

            A.Blip blip77 = new A.Blip() { Embed = "rId1" };
            blip77.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle77 = new A.SourceRectangle();

            A.Stretch stretch77 = new A.Stretch();
            A.FillRectangle fillRectangle77 = new A.FillRectangle();

            stretch77.Append(fillRectangle77);

            blipFill77.Append(blip77);
            blipFill77.Append(sourceRectangle77);
            blipFill77.Append(stretch77);

            Xdr.ShapeProperties shapeProperties79 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D79 = new A.Transform2D();
            A.Offset offset79 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents79 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D79.Append(offset79);
            transform2D79.Append(extents79);

            A.PresetGeometry presetGeometry77 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList79 = new A.AdjustValueList();

            presetGeometry77.Append(adjustValueList79);
            A.NoFill noFill153 = new A.NoFill();

            A.Outline outline82 = new A.Outline() { Width = 9525 };
            A.NoFill noFill154 = new A.NoFill();
            A.Miter miter77 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd79 = new A.HeadEnd();
            A.TailEnd tailEnd79 = new A.TailEnd();

            outline82.Append(noFill154);
            outline82.Append(miter77);
            outline82.Append(headEnd79);
            outline82.Append(tailEnd79);

            shapeProperties79.Append(transform2D79);
            shapeProperties79.Append(presetGeometry77);
            shapeProperties79.Append(noFill153);
            shapeProperties79.Append(outline82);

            picture77.Append(nonVisualPictureProperties77);
            picture77.Append(blipFill77);
            picture77.Append(shapeProperties79);
            Xdr.ClientData clientData77 = new Xdr.ClientData();

            twoCellAnchor77.Append(fromMarker77);
            twoCellAnchor77.Append(toMarker77);
            twoCellAnchor77.Append(picture77);
            twoCellAnchor77.Append(clientData77);

            Xdr.TwoCellAnchor twoCellAnchor78 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker78 = new Xdr.FromMarker();
            Xdr.ColumnId columnId155 = new Xdr.ColumnId();
            columnId155.Text = "1";
            Xdr.ColumnOffset columnOffset155 = new Xdr.ColumnOffset();
            columnOffset155.Text = "19050";
            Xdr.RowId rowId155 = new Xdr.RowId();
            rowId155.Text = "13";
            Xdr.RowOffset rowOffset155 = new Xdr.RowOffset();
            rowOffset155.Text = "0";

            fromMarker78.Append(columnId155);
            fromMarker78.Append(columnOffset155);
            fromMarker78.Append(rowId155);
            fromMarker78.Append(rowOffset155);

            Xdr.ToMarker toMarker78 = new Xdr.ToMarker();
            Xdr.ColumnId columnId156 = new Xdr.ColumnId();
            columnId156.Text = "3";
            Xdr.ColumnOffset columnOffset156 = new Xdr.ColumnOffset();
            columnOffset156.Text = "0";
            Xdr.RowId rowId156 = new Xdr.RowId();
            rowId156.Text = "13";
            Xdr.RowOffset rowOffset156 = new Xdr.RowOffset();
            rowOffset156.Text = "0";

            toMarker78.Append(columnId156);
            toMarker78.Append(columnOffset156);
            toMarker78.Append(rowId156);
            toMarker78.Append(rowOffset156);

            Xdr.Picture picture78 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties78 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties78 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2943U, Name = "Picture 326" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties78 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks78 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties78.Append(pictureLocks78);

            nonVisualPictureProperties78.Append(nonVisualDrawingProperties78);
            nonVisualPictureProperties78.Append(nonVisualPictureDrawingProperties78);

            Xdr.BlipFill blipFill78 = new Xdr.BlipFill();

            A.Blip blip78 = new A.Blip() { Embed = "rId1" };
            blip78.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle78 = new A.SourceRectangle();

            A.Stretch stretch78 = new A.Stretch();
            A.FillRectangle fillRectangle78 = new A.FillRectangle();

            stretch78.Append(fillRectangle78);

            blipFill78.Append(blip78);
            blipFill78.Append(sourceRectangle78);
            blipFill78.Append(stretch78);

            Xdr.ShapeProperties shapeProperties80 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D80 = new A.Transform2D();
            A.Offset offset80 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents80 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D80.Append(offset80);
            transform2D80.Append(extents80);

            A.PresetGeometry presetGeometry78 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList80 = new A.AdjustValueList();

            presetGeometry78.Append(adjustValueList80);
            A.NoFill noFill155 = new A.NoFill();

            A.Outline outline83 = new A.Outline() { Width = 9525 };
            A.NoFill noFill156 = new A.NoFill();
            A.Miter miter78 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd80 = new A.HeadEnd();
            A.TailEnd tailEnd80 = new A.TailEnd();

            outline83.Append(noFill156);
            outline83.Append(miter78);
            outline83.Append(headEnd80);
            outline83.Append(tailEnd80);

            shapeProperties80.Append(transform2D80);
            shapeProperties80.Append(presetGeometry78);
            shapeProperties80.Append(noFill155);
            shapeProperties80.Append(outline83);

            picture78.Append(nonVisualPictureProperties78);
            picture78.Append(blipFill78);
            picture78.Append(shapeProperties80);
            Xdr.ClientData clientData78 = new Xdr.ClientData();

            twoCellAnchor78.Append(fromMarker78);
            twoCellAnchor78.Append(toMarker78);
            twoCellAnchor78.Append(picture78);
            twoCellAnchor78.Append(clientData78);

            Xdr.TwoCellAnchor twoCellAnchor79 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker79 = new Xdr.FromMarker();
            Xdr.ColumnId columnId157 = new Xdr.ColumnId();
            columnId157.Text = "1";
            Xdr.ColumnOffset columnOffset157 = new Xdr.ColumnOffset();
            columnOffset157.Text = "0";
            Xdr.RowId rowId157 = new Xdr.RowId();
            rowId157.Text = "13";
            Xdr.RowOffset rowOffset157 = new Xdr.RowOffset();
            rowOffset157.Text = "0";

            fromMarker79.Append(columnId157);
            fromMarker79.Append(columnOffset157);
            fromMarker79.Append(rowId157);
            fromMarker79.Append(rowOffset157);

            Xdr.ToMarker toMarker79 = new Xdr.ToMarker();
            Xdr.ColumnId columnId158 = new Xdr.ColumnId();
            columnId158.Text = "3";
            Xdr.ColumnOffset columnOffset158 = new Xdr.ColumnOffset();
            columnOffset158.Text = "0";
            Xdr.RowId rowId158 = new Xdr.RowId();
            rowId158.Text = "13";
            Xdr.RowOffset rowOffset158 = new Xdr.RowOffset();
            rowOffset158.Text = "0";

            toMarker79.Append(columnId158);
            toMarker79.Append(columnOffset158);
            toMarker79.Append(rowId158);
            toMarker79.Append(rowOffset158);

            Xdr.Picture picture79 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties79 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties79 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2944U, Name = "Picture 327" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties79 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks79 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties79.Append(pictureLocks79);

            nonVisualPictureProperties79.Append(nonVisualDrawingProperties79);
            nonVisualPictureProperties79.Append(nonVisualPictureDrawingProperties79);

            Xdr.BlipFill blipFill79 = new Xdr.BlipFill();

            A.Blip blip79 = new A.Blip() { Embed = "rId1" };
            blip79.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle79 = new A.SourceRectangle();

            A.Stretch stretch79 = new A.Stretch();
            A.FillRectangle fillRectangle79 = new A.FillRectangle();

            stretch79.Append(fillRectangle79);

            blipFill79.Append(blip79);
            blipFill79.Append(sourceRectangle79);
            blipFill79.Append(stretch79);

            Xdr.ShapeProperties shapeProperties81 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D81 = new A.Transform2D();
            A.Offset offset81 = new A.Offset() { X = 581025L, Y = 2676525L };
            A.Extents extents81 = new A.Extents() { Cx = 2819400L, Cy = 0L };

            transform2D81.Append(offset81);
            transform2D81.Append(extents81);

            A.PresetGeometry presetGeometry79 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList81 = new A.AdjustValueList();

            presetGeometry79.Append(adjustValueList81);
            A.NoFill noFill157 = new A.NoFill();

            A.Outline outline84 = new A.Outline() { Width = 9525 };
            A.NoFill noFill158 = new A.NoFill();
            A.Miter miter79 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd81 = new A.HeadEnd();
            A.TailEnd tailEnd81 = new A.TailEnd();

            outline84.Append(noFill158);
            outline84.Append(miter79);
            outline84.Append(headEnd81);
            outline84.Append(tailEnd81);

            shapeProperties81.Append(transform2D81);
            shapeProperties81.Append(presetGeometry79);
            shapeProperties81.Append(noFill157);
            shapeProperties81.Append(outline84);

            picture79.Append(nonVisualPictureProperties79);
            picture79.Append(blipFill79);
            picture79.Append(shapeProperties81);
            Xdr.ClientData clientData79 = new Xdr.ClientData();

            twoCellAnchor79.Append(fromMarker79);
            twoCellAnchor79.Append(toMarker79);
            twoCellAnchor79.Append(picture79);
            twoCellAnchor79.Append(clientData79);

            Xdr.TwoCellAnchor twoCellAnchor80 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker80 = new Xdr.FromMarker();
            Xdr.ColumnId columnId159 = new Xdr.ColumnId();
            columnId159.Text = "1";
            Xdr.ColumnOffset columnOffset159 = new Xdr.ColumnOffset();
            columnOffset159.Text = "19050";
            Xdr.RowId rowId159 = new Xdr.RowId();
            rowId159.Text = "13";
            Xdr.RowOffset rowOffset159 = new Xdr.RowOffset();
            rowOffset159.Text = "0";

            fromMarker80.Append(columnId159);
            fromMarker80.Append(columnOffset159);
            fromMarker80.Append(rowId159);
            fromMarker80.Append(rowOffset159);

            Xdr.ToMarker toMarker80 = new Xdr.ToMarker();
            Xdr.ColumnId columnId160 = new Xdr.ColumnId();
            columnId160.Text = "2";
            Xdr.ColumnOffset columnOffset160 = new Xdr.ColumnOffset();
            columnOffset160.Text = "0";
            Xdr.RowId rowId160 = new Xdr.RowId();
            rowId160.Text = "13";
            Xdr.RowOffset rowOffset160 = new Xdr.RowOffset();
            rowOffset160.Text = "0";

            toMarker80.Append(columnId160);
            toMarker80.Append(columnOffset160);
            toMarker80.Append(rowId160);
            toMarker80.Append(rowOffset160);

            Xdr.Picture picture80 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties80 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties80 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2945U, Name = "Picture 328" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties80 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks80 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties80.Append(pictureLocks80);

            nonVisualPictureProperties80.Append(nonVisualDrawingProperties80);
            nonVisualPictureProperties80.Append(nonVisualPictureDrawingProperties80);

            Xdr.BlipFill blipFill80 = new Xdr.BlipFill();

            A.Blip blip80 = new A.Blip() { Embed = "rId1" };
            blip80.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle80 = new A.SourceRectangle();

            A.Stretch stretch80 = new A.Stretch();
            A.FillRectangle fillRectangle80 = new A.FillRectangle();

            stretch80.Append(fillRectangle80);

            blipFill80.Append(blip80);
            blipFill80.Append(sourceRectangle80);
            blipFill80.Append(stretch80);

            Xdr.ShapeProperties shapeProperties82 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D82 = new A.Transform2D();
            A.Offset offset82 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents82 = new A.Extents() { Cx = 1085850L, Cy = 0L };

            transform2D82.Append(offset82);
            transform2D82.Append(extents82);

            A.PresetGeometry presetGeometry80 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList82 = new A.AdjustValueList();

            presetGeometry80.Append(adjustValueList82);
            A.NoFill noFill159 = new A.NoFill();

            A.Outline outline85 = new A.Outline() { Width = 9525 };
            A.NoFill noFill160 = new A.NoFill();
            A.Miter miter80 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd82 = new A.HeadEnd();
            A.TailEnd tailEnd82 = new A.TailEnd();

            outline85.Append(noFill160);
            outline85.Append(miter80);
            outline85.Append(headEnd82);
            outline85.Append(tailEnd82);

            shapeProperties82.Append(transform2D82);
            shapeProperties82.Append(presetGeometry80);
            shapeProperties82.Append(noFill159);
            shapeProperties82.Append(outline85);

            picture80.Append(nonVisualPictureProperties80);
            picture80.Append(blipFill80);
            picture80.Append(shapeProperties82);
            Xdr.ClientData clientData80 = new Xdr.ClientData();

            twoCellAnchor80.Append(fromMarker80);
            twoCellAnchor80.Append(toMarker80);
            twoCellAnchor80.Append(picture80);
            twoCellAnchor80.Append(clientData80);

            Xdr.TwoCellAnchor twoCellAnchor81 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker81 = new Xdr.FromMarker();
            Xdr.ColumnId columnId161 = new Xdr.ColumnId();
            columnId161.Text = "1";
            Xdr.ColumnOffset columnOffset161 = new Xdr.ColumnOffset();
            columnOffset161.Text = "0";
            Xdr.RowId rowId161 = new Xdr.RowId();
            rowId161.Text = "13";
            Xdr.RowOffset rowOffset161 = new Xdr.RowOffset();
            rowOffset161.Text = "0";

            fromMarker81.Append(columnId161);
            fromMarker81.Append(columnOffset161);
            fromMarker81.Append(rowId161);
            fromMarker81.Append(rowOffset161);

            Xdr.ToMarker toMarker81 = new Xdr.ToMarker();
            Xdr.ColumnId columnId162 = new Xdr.ColumnId();
            columnId162.Text = "3";
            Xdr.ColumnOffset columnOffset162 = new Xdr.ColumnOffset();
            columnOffset162.Text = "0";
            Xdr.RowId rowId162 = new Xdr.RowId();
            rowId162.Text = "13";
            Xdr.RowOffset rowOffset162 = new Xdr.RowOffset();
            rowOffset162.Text = "0";

            toMarker81.Append(columnId162);
            toMarker81.Append(columnOffset162);
            toMarker81.Append(rowId162);
            toMarker81.Append(rowOffset162);

            Xdr.Picture picture81 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties81 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties81 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2946U, Name = "Picture 329" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties81 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks81 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties81.Append(pictureLocks81);

            nonVisualPictureProperties81.Append(nonVisualDrawingProperties81);
            nonVisualPictureProperties81.Append(nonVisualPictureDrawingProperties81);

            Xdr.BlipFill blipFill81 = new Xdr.BlipFill();

            A.Blip blip81 = new A.Blip() { Embed = "rId1" };
            blip81.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle81 = new A.SourceRectangle();

            A.Stretch stretch81 = new A.Stretch();
            A.FillRectangle fillRectangle81 = new A.FillRectangle();

            stretch81.Append(fillRectangle81);

            blipFill81.Append(blip81);
            blipFill81.Append(sourceRectangle81);
            blipFill81.Append(stretch81);

            Xdr.ShapeProperties shapeProperties83 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D83 = new A.Transform2D();
            A.Offset offset83 = new A.Offset() { X = 581025L, Y = 2676525L };
            A.Extents extents83 = new A.Extents() { Cx = 2819400L, Cy = 0L };

            transform2D83.Append(offset83);
            transform2D83.Append(extents83);

            A.PresetGeometry presetGeometry81 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList83 = new A.AdjustValueList();

            presetGeometry81.Append(adjustValueList83);
            A.NoFill noFill161 = new A.NoFill();

            A.Outline outline86 = new A.Outline() { Width = 9525 };
            A.NoFill noFill162 = new A.NoFill();
            A.Miter miter81 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd83 = new A.HeadEnd();
            A.TailEnd tailEnd83 = new A.TailEnd();

            outline86.Append(noFill162);
            outline86.Append(miter81);
            outline86.Append(headEnd83);
            outline86.Append(tailEnd83);

            shapeProperties83.Append(transform2D83);
            shapeProperties83.Append(presetGeometry81);
            shapeProperties83.Append(noFill161);
            shapeProperties83.Append(outline86);

            picture81.Append(nonVisualPictureProperties81);
            picture81.Append(blipFill81);
            picture81.Append(shapeProperties83);
            Xdr.ClientData clientData81 = new Xdr.ClientData();

            twoCellAnchor81.Append(fromMarker81);
            twoCellAnchor81.Append(toMarker81);
            twoCellAnchor81.Append(picture81);
            twoCellAnchor81.Append(clientData81);

            Xdr.TwoCellAnchor twoCellAnchor82 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker82 = new Xdr.FromMarker();
            Xdr.ColumnId columnId163 = new Xdr.ColumnId();
            columnId163.Text = "1";
            Xdr.ColumnOffset columnOffset163 = new Xdr.ColumnOffset();
            columnOffset163.Text = "0";
            Xdr.RowId rowId163 = new Xdr.RowId();
            rowId163.Text = "13";
            Xdr.RowOffset rowOffset163 = new Xdr.RowOffset();
            rowOffset163.Text = "0";

            fromMarker82.Append(columnId163);
            fromMarker82.Append(columnOffset163);
            fromMarker82.Append(rowId163);
            fromMarker82.Append(rowOffset163);

            Xdr.ToMarker toMarker82 = new Xdr.ToMarker();
            Xdr.ColumnId columnId164 = new Xdr.ColumnId();
            columnId164.Text = "3";
            Xdr.ColumnOffset columnOffset164 = new Xdr.ColumnOffset();
            columnOffset164.Text = "0";
            Xdr.RowId rowId164 = new Xdr.RowId();
            rowId164.Text = "13";
            Xdr.RowOffset rowOffset164 = new Xdr.RowOffset();
            rowOffset164.Text = "0";

            toMarker82.Append(columnId164);
            toMarker82.Append(columnOffset164);
            toMarker82.Append(rowId164);
            toMarker82.Append(rowOffset164);

            Xdr.Picture picture82 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties82 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties82 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2947U, Name = "Picture 330" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties82 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks82 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties82.Append(pictureLocks82);

            nonVisualPictureProperties82.Append(nonVisualDrawingProperties82);
            nonVisualPictureProperties82.Append(nonVisualPictureDrawingProperties82);

            Xdr.BlipFill blipFill82 = new Xdr.BlipFill();

            A.Blip blip82 = new A.Blip() { Embed = "rId1" };
            blip82.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle82 = new A.SourceRectangle();

            A.Stretch stretch82 = new A.Stretch();
            A.FillRectangle fillRectangle82 = new A.FillRectangle();

            stretch82.Append(fillRectangle82);

            blipFill82.Append(blip82);
            blipFill82.Append(sourceRectangle82);
            blipFill82.Append(stretch82);

            Xdr.ShapeProperties shapeProperties84 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D84 = new A.Transform2D();
            A.Offset offset84 = new A.Offset() { X = 581025L, Y = 2676525L };
            A.Extents extents84 = new A.Extents() { Cx = 2819400L, Cy = 0L };

            transform2D84.Append(offset84);
            transform2D84.Append(extents84);

            A.PresetGeometry presetGeometry82 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList84 = new A.AdjustValueList();

            presetGeometry82.Append(adjustValueList84);
            A.NoFill noFill163 = new A.NoFill();

            A.Outline outline87 = new A.Outline() { Width = 9525 };
            A.NoFill noFill164 = new A.NoFill();
            A.Miter miter82 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd84 = new A.HeadEnd();
            A.TailEnd tailEnd84 = new A.TailEnd();

            outline87.Append(noFill164);
            outline87.Append(miter82);
            outline87.Append(headEnd84);
            outline87.Append(tailEnd84);

            shapeProperties84.Append(transform2D84);
            shapeProperties84.Append(presetGeometry82);
            shapeProperties84.Append(noFill163);
            shapeProperties84.Append(outline87);

            picture82.Append(nonVisualPictureProperties82);
            picture82.Append(blipFill82);
            picture82.Append(shapeProperties84);
            Xdr.ClientData clientData82 = new Xdr.ClientData();

            twoCellAnchor82.Append(fromMarker82);
            twoCellAnchor82.Append(toMarker82);
            twoCellAnchor82.Append(picture82);
            twoCellAnchor82.Append(clientData82);

            Xdr.TwoCellAnchor twoCellAnchor83 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker83 = new Xdr.FromMarker();
            Xdr.ColumnId columnId165 = new Xdr.ColumnId();
            columnId165.Text = "1";
            Xdr.ColumnOffset columnOffset165 = new Xdr.ColumnOffset();
            columnOffset165.Text = "19050";
            Xdr.RowId rowId165 = new Xdr.RowId();
            rowId165.Text = "13";
            Xdr.RowOffset rowOffset165 = new Xdr.RowOffset();
            rowOffset165.Text = "0";

            fromMarker83.Append(columnId165);
            fromMarker83.Append(columnOffset165);
            fromMarker83.Append(rowId165);
            fromMarker83.Append(rowOffset165);

            Xdr.ToMarker toMarker83 = new Xdr.ToMarker();
            Xdr.ColumnId columnId166 = new Xdr.ColumnId();
            columnId166.Text = "3";
            Xdr.ColumnOffset columnOffset166 = new Xdr.ColumnOffset();
            columnOffset166.Text = "0";
            Xdr.RowId rowId166 = new Xdr.RowId();
            rowId166.Text = "13";
            Xdr.RowOffset rowOffset166 = new Xdr.RowOffset();
            rowOffset166.Text = "0";

            toMarker83.Append(columnId166);
            toMarker83.Append(columnOffset166);
            toMarker83.Append(rowId166);
            toMarker83.Append(rowOffset166);

            Xdr.Picture picture83 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties83 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties83 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2948U, Name = "Picture 331" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties83 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks83 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties83.Append(pictureLocks83);

            nonVisualPictureProperties83.Append(nonVisualDrawingProperties83);
            nonVisualPictureProperties83.Append(nonVisualPictureDrawingProperties83);

            Xdr.BlipFill blipFill83 = new Xdr.BlipFill();

            A.Blip blip83 = new A.Blip() { Embed = "rId1" };
            blip83.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle83 = new A.SourceRectangle();

            A.Stretch stretch83 = new A.Stretch();
            A.FillRectangle fillRectangle83 = new A.FillRectangle();

            stretch83.Append(fillRectangle83);

            blipFill83.Append(blip83);
            blipFill83.Append(sourceRectangle83);
            blipFill83.Append(stretch83);

            Xdr.ShapeProperties shapeProperties85 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D85 = new A.Transform2D();
            A.Offset offset85 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents85 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D85.Append(offset85);
            transform2D85.Append(extents85);

            A.PresetGeometry presetGeometry83 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList85 = new A.AdjustValueList();

            presetGeometry83.Append(adjustValueList85);
            A.NoFill noFill165 = new A.NoFill();

            A.Outline outline88 = new A.Outline() { Width = 9525 };
            A.NoFill noFill166 = new A.NoFill();
            A.Miter miter83 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd85 = new A.HeadEnd();
            A.TailEnd tailEnd85 = new A.TailEnd();

            outline88.Append(noFill166);
            outline88.Append(miter83);
            outline88.Append(headEnd85);
            outline88.Append(tailEnd85);

            shapeProperties85.Append(transform2D85);
            shapeProperties85.Append(presetGeometry83);
            shapeProperties85.Append(noFill165);
            shapeProperties85.Append(outline88);

            picture83.Append(nonVisualPictureProperties83);
            picture83.Append(blipFill83);
            picture83.Append(shapeProperties85);
            Xdr.ClientData clientData83 = new Xdr.ClientData();

            twoCellAnchor83.Append(fromMarker83);
            twoCellAnchor83.Append(toMarker83);
            twoCellAnchor83.Append(picture83);
            twoCellAnchor83.Append(clientData83);

            Xdr.TwoCellAnchor twoCellAnchor84 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker84 = new Xdr.FromMarker();
            Xdr.ColumnId columnId167 = new Xdr.ColumnId();
            columnId167.Text = "1";
            Xdr.ColumnOffset columnOffset167 = new Xdr.ColumnOffset();
            columnOffset167.Text = "19050";
            Xdr.RowId rowId167 = new Xdr.RowId();
            rowId167.Text = "13";
            Xdr.RowOffset rowOffset167 = new Xdr.RowOffset();
            rowOffset167.Text = "0";

            fromMarker84.Append(columnId167);
            fromMarker84.Append(columnOffset167);
            fromMarker84.Append(rowId167);
            fromMarker84.Append(rowOffset167);

            Xdr.ToMarker toMarker84 = new Xdr.ToMarker();
            Xdr.ColumnId columnId168 = new Xdr.ColumnId();
            columnId168.Text = "3";
            Xdr.ColumnOffset columnOffset168 = new Xdr.ColumnOffset();
            columnOffset168.Text = "0";
            Xdr.RowId rowId168 = new Xdr.RowId();
            rowId168.Text = "13";
            Xdr.RowOffset rowOffset168 = new Xdr.RowOffset();
            rowOffset168.Text = "0";

            toMarker84.Append(columnId168);
            toMarker84.Append(columnOffset168);
            toMarker84.Append(rowId168);
            toMarker84.Append(rowOffset168);

            Xdr.Picture picture84 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties84 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties84 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2949U, Name = "Picture 332" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties84 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks84 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties84.Append(pictureLocks84);

            nonVisualPictureProperties84.Append(nonVisualDrawingProperties84);
            nonVisualPictureProperties84.Append(nonVisualPictureDrawingProperties84);

            Xdr.BlipFill blipFill84 = new Xdr.BlipFill();

            A.Blip blip84 = new A.Blip() { Embed = "rId1" };
            blip84.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle84 = new A.SourceRectangle();

            A.Stretch stretch84 = new A.Stretch();
            A.FillRectangle fillRectangle84 = new A.FillRectangle();

            stretch84.Append(fillRectangle84);

            blipFill84.Append(blip84);
            blipFill84.Append(sourceRectangle84);
            blipFill84.Append(stretch84);

            Xdr.ShapeProperties shapeProperties86 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D86 = new A.Transform2D();
            A.Offset offset86 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents86 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D86.Append(offset86);
            transform2D86.Append(extents86);

            A.PresetGeometry presetGeometry84 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList86 = new A.AdjustValueList();

            presetGeometry84.Append(adjustValueList86);
            A.NoFill noFill167 = new A.NoFill();

            A.Outline outline89 = new A.Outline() { Width = 9525 };
            A.NoFill noFill168 = new A.NoFill();
            A.Miter miter84 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd86 = new A.HeadEnd();
            A.TailEnd tailEnd86 = new A.TailEnd();

            outline89.Append(noFill168);
            outline89.Append(miter84);
            outline89.Append(headEnd86);
            outline89.Append(tailEnd86);

            shapeProperties86.Append(transform2D86);
            shapeProperties86.Append(presetGeometry84);
            shapeProperties86.Append(noFill167);
            shapeProperties86.Append(outline89);

            picture84.Append(nonVisualPictureProperties84);
            picture84.Append(blipFill84);
            picture84.Append(shapeProperties86);
            Xdr.ClientData clientData84 = new Xdr.ClientData();

            twoCellAnchor84.Append(fromMarker84);
            twoCellAnchor84.Append(toMarker84);
            twoCellAnchor84.Append(picture84);
            twoCellAnchor84.Append(clientData84);

            Xdr.TwoCellAnchor twoCellAnchor85 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker85 = new Xdr.FromMarker();
            Xdr.ColumnId columnId169 = new Xdr.ColumnId();
            columnId169.Text = "1";
            Xdr.ColumnOffset columnOffset169 = new Xdr.ColumnOffset();
            columnOffset169.Text = "19050";
            Xdr.RowId rowId169 = new Xdr.RowId();
            rowId169.Text = "13";
            Xdr.RowOffset rowOffset169 = new Xdr.RowOffset();
            rowOffset169.Text = "0";

            fromMarker85.Append(columnId169);
            fromMarker85.Append(columnOffset169);
            fromMarker85.Append(rowId169);
            fromMarker85.Append(rowOffset169);

            Xdr.ToMarker toMarker85 = new Xdr.ToMarker();
            Xdr.ColumnId columnId170 = new Xdr.ColumnId();
            columnId170.Text = "3";
            Xdr.ColumnOffset columnOffset170 = new Xdr.ColumnOffset();
            columnOffset170.Text = "0";
            Xdr.RowId rowId170 = new Xdr.RowId();
            rowId170.Text = "13";
            Xdr.RowOffset rowOffset170 = new Xdr.RowOffset();
            rowOffset170.Text = "0";

            toMarker85.Append(columnId170);
            toMarker85.Append(columnOffset170);
            toMarker85.Append(rowId170);
            toMarker85.Append(rowOffset170);

            Xdr.Picture picture85 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties85 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties85 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2950U, Name = "Picture 333" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties85 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks85 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties85.Append(pictureLocks85);

            nonVisualPictureProperties85.Append(nonVisualDrawingProperties85);
            nonVisualPictureProperties85.Append(nonVisualPictureDrawingProperties85);

            Xdr.BlipFill blipFill85 = new Xdr.BlipFill();

            A.Blip blip85 = new A.Blip() { Embed = "rId1" };
            blip85.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle85 = new A.SourceRectangle();

            A.Stretch stretch85 = new A.Stretch();
            A.FillRectangle fillRectangle85 = new A.FillRectangle();

            stretch85.Append(fillRectangle85);

            blipFill85.Append(blip85);
            blipFill85.Append(sourceRectangle85);
            blipFill85.Append(stretch85);

            Xdr.ShapeProperties shapeProperties87 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D87 = new A.Transform2D();
            A.Offset offset87 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents87 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D87.Append(offset87);
            transform2D87.Append(extents87);

            A.PresetGeometry presetGeometry85 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList87 = new A.AdjustValueList();

            presetGeometry85.Append(adjustValueList87);
            A.NoFill noFill169 = new A.NoFill();

            A.Outline outline90 = new A.Outline() { Width = 9525 };
            A.NoFill noFill170 = new A.NoFill();
            A.Miter miter85 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd87 = new A.HeadEnd();
            A.TailEnd tailEnd87 = new A.TailEnd();

            outline90.Append(noFill170);
            outline90.Append(miter85);
            outline90.Append(headEnd87);
            outline90.Append(tailEnd87);

            shapeProperties87.Append(transform2D87);
            shapeProperties87.Append(presetGeometry85);
            shapeProperties87.Append(noFill169);
            shapeProperties87.Append(outline90);

            picture85.Append(nonVisualPictureProperties85);
            picture85.Append(blipFill85);
            picture85.Append(shapeProperties87);
            Xdr.ClientData clientData85 = new Xdr.ClientData();

            twoCellAnchor85.Append(fromMarker85);
            twoCellAnchor85.Append(toMarker85);
            twoCellAnchor85.Append(picture85);
            twoCellAnchor85.Append(clientData85);

            Xdr.TwoCellAnchor twoCellAnchor86 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker86 = new Xdr.FromMarker();
            Xdr.ColumnId columnId171 = new Xdr.ColumnId();
            columnId171.Text = "1";
            Xdr.ColumnOffset columnOffset171 = new Xdr.ColumnOffset();
            columnOffset171.Text = "19050";
            Xdr.RowId rowId171 = new Xdr.RowId();
            rowId171.Text = "13";
            Xdr.RowOffset rowOffset171 = new Xdr.RowOffset();
            rowOffset171.Text = "0";

            fromMarker86.Append(columnId171);
            fromMarker86.Append(columnOffset171);
            fromMarker86.Append(rowId171);
            fromMarker86.Append(rowOffset171);

            Xdr.ToMarker toMarker86 = new Xdr.ToMarker();
            Xdr.ColumnId columnId172 = new Xdr.ColumnId();
            columnId172.Text = "3";
            Xdr.ColumnOffset columnOffset172 = new Xdr.ColumnOffset();
            columnOffset172.Text = "0";
            Xdr.RowId rowId172 = new Xdr.RowId();
            rowId172.Text = "13";
            Xdr.RowOffset rowOffset172 = new Xdr.RowOffset();
            rowOffset172.Text = "0";

            toMarker86.Append(columnId172);
            toMarker86.Append(columnOffset172);
            toMarker86.Append(rowId172);
            toMarker86.Append(rowOffset172);

            Xdr.Picture picture86 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties86 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties86 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2951U, Name = "Picture 334" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties86 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks86 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties86.Append(pictureLocks86);

            nonVisualPictureProperties86.Append(nonVisualDrawingProperties86);
            nonVisualPictureProperties86.Append(nonVisualPictureDrawingProperties86);

            Xdr.BlipFill blipFill86 = new Xdr.BlipFill();

            A.Blip blip86 = new A.Blip() { Embed = "rId1" };
            blip86.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle86 = new A.SourceRectangle();

            A.Stretch stretch86 = new A.Stretch();
            A.FillRectangle fillRectangle86 = new A.FillRectangle();

            stretch86.Append(fillRectangle86);

            blipFill86.Append(blip86);
            blipFill86.Append(sourceRectangle86);
            blipFill86.Append(stretch86);

            Xdr.ShapeProperties shapeProperties88 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D88 = new A.Transform2D();
            A.Offset offset88 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents88 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D88.Append(offset88);
            transform2D88.Append(extents88);

            A.PresetGeometry presetGeometry86 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList88 = new A.AdjustValueList();

            presetGeometry86.Append(adjustValueList88);
            A.NoFill noFill171 = new A.NoFill();

            A.Outline outline91 = new A.Outline() { Width = 9525 };
            A.NoFill noFill172 = new A.NoFill();
            A.Miter miter86 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd88 = new A.HeadEnd();
            A.TailEnd tailEnd88 = new A.TailEnd();

            outline91.Append(noFill172);
            outline91.Append(miter86);
            outline91.Append(headEnd88);
            outline91.Append(tailEnd88);

            shapeProperties88.Append(transform2D88);
            shapeProperties88.Append(presetGeometry86);
            shapeProperties88.Append(noFill171);
            shapeProperties88.Append(outline91);

            picture86.Append(nonVisualPictureProperties86);
            picture86.Append(blipFill86);
            picture86.Append(shapeProperties88);
            Xdr.ClientData clientData86 = new Xdr.ClientData();

            twoCellAnchor86.Append(fromMarker86);
            twoCellAnchor86.Append(toMarker86);
            twoCellAnchor86.Append(picture86);
            twoCellAnchor86.Append(clientData86);

            Xdr.TwoCellAnchor twoCellAnchor87 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker87 = new Xdr.FromMarker();
            Xdr.ColumnId columnId173 = new Xdr.ColumnId();
            columnId173.Text = "1";
            Xdr.ColumnOffset columnOffset173 = new Xdr.ColumnOffset();
            columnOffset173.Text = "19050";
            Xdr.RowId rowId173 = new Xdr.RowId();
            rowId173.Text = "13";
            Xdr.RowOffset rowOffset173 = new Xdr.RowOffset();
            rowOffset173.Text = "0";

            fromMarker87.Append(columnId173);
            fromMarker87.Append(columnOffset173);
            fromMarker87.Append(rowId173);
            fromMarker87.Append(rowOffset173);

            Xdr.ToMarker toMarker87 = new Xdr.ToMarker();
            Xdr.ColumnId columnId174 = new Xdr.ColumnId();
            columnId174.Text = "3";
            Xdr.ColumnOffset columnOffset174 = new Xdr.ColumnOffset();
            columnOffset174.Text = "0";
            Xdr.RowId rowId174 = new Xdr.RowId();
            rowId174.Text = "13";
            Xdr.RowOffset rowOffset174 = new Xdr.RowOffset();
            rowOffset174.Text = "0";

            toMarker87.Append(columnId174);
            toMarker87.Append(columnOffset174);
            toMarker87.Append(rowId174);
            toMarker87.Append(rowOffset174);

            Xdr.Picture picture87 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties87 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties87 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2952U, Name = "Picture 335" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties87 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks87 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties87.Append(pictureLocks87);

            nonVisualPictureProperties87.Append(nonVisualDrawingProperties87);
            nonVisualPictureProperties87.Append(nonVisualPictureDrawingProperties87);

            Xdr.BlipFill blipFill87 = new Xdr.BlipFill();

            A.Blip blip87 = new A.Blip() { Embed = "rId1" };
            blip87.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle87 = new A.SourceRectangle();

            A.Stretch stretch87 = new A.Stretch();
            A.FillRectangle fillRectangle87 = new A.FillRectangle();

            stretch87.Append(fillRectangle87);

            blipFill87.Append(blip87);
            blipFill87.Append(sourceRectangle87);
            blipFill87.Append(stretch87);

            Xdr.ShapeProperties shapeProperties89 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D89 = new A.Transform2D();
            A.Offset offset89 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents89 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D89.Append(offset89);
            transform2D89.Append(extents89);

            A.PresetGeometry presetGeometry87 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList89 = new A.AdjustValueList();

            presetGeometry87.Append(adjustValueList89);
            A.NoFill noFill173 = new A.NoFill();

            A.Outline outline92 = new A.Outline() { Width = 9525 };
            A.NoFill noFill174 = new A.NoFill();
            A.Miter miter87 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd89 = new A.HeadEnd();
            A.TailEnd tailEnd89 = new A.TailEnd();

            outline92.Append(noFill174);
            outline92.Append(miter87);
            outline92.Append(headEnd89);
            outline92.Append(tailEnd89);

            shapeProperties89.Append(transform2D89);
            shapeProperties89.Append(presetGeometry87);
            shapeProperties89.Append(noFill173);
            shapeProperties89.Append(outline92);

            picture87.Append(nonVisualPictureProperties87);
            picture87.Append(blipFill87);
            picture87.Append(shapeProperties89);
            Xdr.ClientData clientData87 = new Xdr.ClientData();

            twoCellAnchor87.Append(fromMarker87);
            twoCellAnchor87.Append(toMarker87);
            twoCellAnchor87.Append(picture87);
            twoCellAnchor87.Append(clientData87);

            Xdr.TwoCellAnchor twoCellAnchor88 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker88 = new Xdr.FromMarker();
            Xdr.ColumnId columnId175 = new Xdr.ColumnId();
            columnId175.Text = "1";
            Xdr.ColumnOffset columnOffset175 = new Xdr.ColumnOffset();
            columnOffset175.Text = "19050";
            Xdr.RowId rowId175 = new Xdr.RowId();
            rowId175.Text = "13";
            Xdr.RowOffset rowOffset175 = new Xdr.RowOffset();
            rowOffset175.Text = "0";

            fromMarker88.Append(columnId175);
            fromMarker88.Append(columnOffset175);
            fromMarker88.Append(rowId175);
            fromMarker88.Append(rowOffset175);

            Xdr.ToMarker toMarker88 = new Xdr.ToMarker();
            Xdr.ColumnId columnId176 = new Xdr.ColumnId();
            columnId176.Text = "3";
            Xdr.ColumnOffset columnOffset176 = new Xdr.ColumnOffset();
            columnOffset176.Text = "0";
            Xdr.RowId rowId176 = new Xdr.RowId();
            rowId176.Text = "13";
            Xdr.RowOffset rowOffset176 = new Xdr.RowOffset();
            rowOffset176.Text = "0";

            toMarker88.Append(columnId176);
            toMarker88.Append(columnOffset176);
            toMarker88.Append(rowId176);
            toMarker88.Append(rowOffset176);

            Xdr.Picture picture88 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties88 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties88 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2953U, Name = "Picture 336" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties88 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks88 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties88.Append(pictureLocks88);

            nonVisualPictureProperties88.Append(nonVisualDrawingProperties88);
            nonVisualPictureProperties88.Append(nonVisualPictureDrawingProperties88);

            Xdr.BlipFill blipFill88 = new Xdr.BlipFill();

            A.Blip blip88 = new A.Blip() { Embed = "rId1" };
            blip88.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle88 = new A.SourceRectangle();

            A.Stretch stretch88 = new A.Stretch();
            A.FillRectangle fillRectangle88 = new A.FillRectangle();

            stretch88.Append(fillRectangle88);

            blipFill88.Append(blip88);
            blipFill88.Append(sourceRectangle88);
            blipFill88.Append(stretch88);

            Xdr.ShapeProperties shapeProperties90 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D90 = new A.Transform2D();
            A.Offset offset90 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents90 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D90.Append(offset90);
            transform2D90.Append(extents90);

            A.PresetGeometry presetGeometry88 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList90 = new A.AdjustValueList();

            presetGeometry88.Append(adjustValueList90);
            A.NoFill noFill175 = new A.NoFill();

            A.Outline outline93 = new A.Outline() { Width = 9525 };
            A.NoFill noFill176 = new A.NoFill();
            A.Miter miter88 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd90 = new A.HeadEnd();
            A.TailEnd tailEnd90 = new A.TailEnd();

            outline93.Append(noFill176);
            outline93.Append(miter88);
            outline93.Append(headEnd90);
            outline93.Append(tailEnd90);

            shapeProperties90.Append(transform2D90);
            shapeProperties90.Append(presetGeometry88);
            shapeProperties90.Append(noFill175);
            shapeProperties90.Append(outline93);

            picture88.Append(nonVisualPictureProperties88);
            picture88.Append(blipFill88);
            picture88.Append(shapeProperties90);
            Xdr.ClientData clientData88 = new Xdr.ClientData();

            twoCellAnchor88.Append(fromMarker88);
            twoCellAnchor88.Append(toMarker88);
            twoCellAnchor88.Append(picture88);
            twoCellAnchor88.Append(clientData88);

            Xdr.TwoCellAnchor twoCellAnchor89 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker89 = new Xdr.FromMarker();
            Xdr.ColumnId columnId177 = new Xdr.ColumnId();
            columnId177.Text = "1";
            Xdr.ColumnOffset columnOffset177 = new Xdr.ColumnOffset();
            columnOffset177.Text = "19050";
            Xdr.RowId rowId177 = new Xdr.RowId();
            rowId177.Text = "13";
            Xdr.RowOffset rowOffset177 = new Xdr.RowOffset();
            rowOffset177.Text = "0";

            fromMarker89.Append(columnId177);
            fromMarker89.Append(columnOffset177);
            fromMarker89.Append(rowId177);
            fromMarker89.Append(rowOffset177);

            Xdr.ToMarker toMarker89 = new Xdr.ToMarker();
            Xdr.ColumnId columnId178 = new Xdr.ColumnId();
            columnId178.Text = "3";
            Xdr.ColumnOffset columnOffset178 = new Xdr.ColumnOffset();
            columnOffset178.Text = "0";
            Xdr.RowId rowId178 = new Xdr.RowId();
            rowId178.Text = "13";
            Xdr.RowOffset rowOffset178 = new Xdr.RowOffset();
            rowOffset178.Text = "0";

            toMarker89.Append(columnId178);
            toMarker89.Append(columnOffset178);
            toMarker89.Append(rowId178);
            toMarker89.Append(rowOffset178);

            Xdr.Picture picture89 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties89 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties89 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2954U, Name = "Picture 337" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties89 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks89 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties89.Append(pictureLocks89);

            nonVisualPictureProperties89.Append(nonVisualDrawingProperties89);
            nonVisualPictureProperties89.Append(nonVisualPictureDrawingProperties89);

            Xdr.BlipFill blipFill89 = new Xdr.BlipFill();

            A.Blip blip89 = new A.Blip() { Embed = "rId1" };
            blip89.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle89 = new A.SourceRectangle();

            A.Stretch stretch89 = new A.Stretch();
            A.FillRectangle fillRectangle89 = new A.FillRectangle();

            stretch89.Append(fillRectangle89);

            blipFill89.Append(blip89);
            blipFill89.Append(sourceRectangle89);
            blipFill89.Append(stretch89);

            Xdr.ShapeProperties shapeProperties91 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D91 = new A.Transform2D();
            A.Offset offset91 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents91 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D91.Append(offset91);
            transform2D91.Append(extents91);

            A.PresetGeometry presetGeometry89 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList91 = new A.AdjustValueList();

            presetGeometry89.Append(adjustValueList91);
            A.NoFill noFill177 = new A.NoFill();

            A.Outline outline94 = new A.Outline() { Width = 9525 };
            A.NoFill noFill178 = new A.NoFill();
            A.Miter miter89 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd91 = new A.HeadEnd();
            A.TailEnd tailEnd91 = new A.TailEnd();

            outline94.Append(noFill178);
            outline94.Append(miter89);
            outline94.Append(headEnd91);
            outline94.Append(tailEnd91);

            shapeProperties91.Append(transform2D91);
            shapeProperties91.Append(presetGeometry89);
            shapeProperties91.Append(noFill177);
            shapeProperties91.Append(outline94);

            picture89.Append(nonVisualPictureProperties89);
            picture89.Append(blipFill89);
            picture89.Append(shapeProperties91);
            Xdr.ClientData clientData89 = new Xdr.ClientData();

            twoCellAnchor89.Append(fromMarker89);
            twoCellAnchor89.Append(toMarker89);
            twoCellAnchor89.Append(picture89);
            twoCellAnchor89.Append(clientData89);

            Xdr.TwoCellAnchor twoCellAnchor90 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker90 = new Xdr.FromMarker();
            Xdr.ColumnId columnId179 = new Xdr.ColumnId();
            columnId179.Text = "1";
            Xdr.ColumnOffset columnOffset179 = new Xdr.ColumnOffset();
            columnOffset179.Text = "19050";
            Xdr.RowId rowId179 = new Xdr.RowId();
            rowId179.Text = "13";
            Xdr.RowOffset rowOffset179 = new Xdr.RowOffset();
            rowOffset179.Text = "0";

            fromMarker90.Append(columnId179);
            fromMarker90.Append(columnOffset179);
            fromMarker90.Append(rowId179);
            fromMarker90.Append(rowOffset179);

            Xdr.ToMarker toMarker90 = new Xdr.ToMarker();
            Xdr.ColumnId columnId180 = new Xdr.ColumnId();
            columnId180.Text = "3";
            Xdr.ColumnOffset columnOffset180 = new Xdr.ColumnOffset();
            columnOffset180.Text = "0";
            Xdr.RowId rowId180 = new Xdr.RowId();
            rowId180.Text = "13";
            Xdr.RowOffset rowOffset180 = new Xdr.RowOffset();
            rowOffset180.Text = "0";

            toMarker90.Append(columnId180);
            toMarker90.Append(columnOffset180);
            toMarker90.Append(rowId180);
            toMarker90.Append(rowOffset180);

            Xdr.Picture picture90 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties90 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties90 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2955U, Name = "Picture 338" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties90 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks90 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties90.Append(pictureLocks90);

            nonVisualPictureProperties90.Append(nonVisualDrawingProperties90);
            nonVisualPictureProperties90.Append(nonVisualPictureDrawingProperties90);

            Xdr.BlipFill blipFill90 = new Xdr.BlipFill();

            A.Blip blip90 = new A.Blip() { Embed = "rId1" };
            blip90.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle90 = new A.SourceRectangle();

            A.Stretch stretch90 = new A.Stretch();
            A.FillRectangle fillRectangle90 = new A.FillRectangle();

            stretch90.Append(fillRectangle90);

            blipFill90.Append(blip90);
            blipFill90.Append(sourceRectangle90);
            blipFill90.Append(stretch90);

            Xdr.ShapeProperties shapeProperties92 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D92 = new A.Transform2D();
            A.Offset offset92 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents92 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D92.Append(offset92);
            transform2D92.Append(extents92);

            A.PresetGeometry presetGeometry90 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList92 = new A.AdjustValueList();

            presetGeometry90.Append(adjustValueList92);
            A.NoFill noFill179 = new A.NoFill();

            A.Outline outline95 = new A.Outline() { Width = 9525 };
            A.NoFill noFill180 = new A.NoFill();
            A.Miter miter90 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd92 = new A.HeadEnd();
            A.TailEnd tailEnd92 = new A.TailEnd();

            outline95.Append(noFill180);
            outline95.Append(miter90);
            outline95.Append(headEnd92);
            outline95.Append(tailEnd92);

            shapeProperties92.Append(transform2D92);
            shapeProperties92.Append(presetGeometry90);
            shapeProperties92.Append(noFill179);
            shapeProperties92.Append(outline95);

            picture90.Append(nonVisualPictureProperties90);
            picture90.Append(blipFill90);
            picture90.Append(shapeProperties92);
            Xdr.ClientData clientData90 = new Xdr.ClientData();

            twoCellAnchor90.Append(fromMarker90);
            twoCellAnchor90.Append(toMarker90);
            twoCellAnchor90.Append(picture90);
            twoCellAnchor90.Append(clientData90);

            Xdr.TwoCellAnchor twoCellAnchor91 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker91 = new Xdr.FromMarker();
            Xdr.ColumnId columnId181 = new Xdr.ColumnId();
            columnId181.Text = "1";
            Xdr.ColumnOffset columnOffset181 = new Xdr.ColumnOffset();
            columnOffset181.Text = "19050";
            Xdr.RowId rowId181 = new Xdr.RowId();
            rowId181.Text = "13";
            Xdr.RowOffset rowOffset181 = new Xdr.RowOffset();
            rowOffset181.Text = "0";

            fromMarker91.Append(columnId181);
            fromMarker91.Append(columnOffset181);
            fromMarker91.Append(rowId181);
            fromMarker91.Append(rowOffset181);

            Xdr.ToMarker toMarker91 = new Xdr.ToMarker();
            Xdr.ColumnId columnId182 = new Xdr.ColumnId();
            columnId182.Text = "3";
            Xdr.ColumnOffset columnOffset182 = new Xdr.ColumnOffset();
            columnOffset182.Text = "0";
            Xdr.RowId rowId182 = new Xdr.RowId();
            rowId182.Text = "13";
            Xdr.RowOffset rowOffset182 = new Xdr.RowOffset();
            rowOffset182.Text = "0";

            toMarker91.Append(columnId182);
            toMarker91.Append(columnOffset182);
            toMarker91.Append(rowId182);
            toMarker91.Append(rowOffset182);

            Xdr.Picture picture91 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties91 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties91 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2956U, Name = "Picture 339" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties91 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks91 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties91.Append(pictureLocks91);

            nonVisualPictureProperties91.Append(nonVisualDrawingProperties91);
            nonVisualPictureProperties91.Append(nonVisualPictureDrawingProperties91);

            Xdr.BlipFill blipFill91 = new Xdr.BlipFill();

            A.Blip blip91 = new A.Blip() { Embed = "rId1" };
            blip91.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle91 = new A.SourceRectangle();

            A.Stretch stretch91 = new A.Stretch();
            A.FillRectangle fillRectangle91 = new A.FillRectangle();

            stretch91.Append(fillRectangle91);

            blipFill91.Append(blip91);
            blipFill91.Append(sourceRectangle91);
            blipFill91.Append(stretch91);

            Xdr.ShapeProperties shapeProperties93 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D93 = new A.Transform2D();
            A.Offset offset93 = new A.Offset() { X = 600075L, Y = 2676525L };
            A.Extents extents93 = new A.Extents() { Cx = 2800350L, Cy = 0L };

            transform2D93.Append(offset93);
            transform2D93.Append(extents93);

            A.PresetGeometry presetGeometry91 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList93 = new A.AdjustValueList();

            presetGeometry91.Append(adjustValueList93);
            A.NoFill noFill181 = new A.NoFill();

            A.Outline outline96 = new A.Outline() { Width = 9525 };
            A.NoFill noFill182 = new A.NoFill();
            A.Miter miter91 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd93 = new A.HeadEnd();
            A.TailEnd tailEnd93 = new A.TailEnd();

            outline96.Append(noFill182);
            outline96.Append(miter91);
            outline96.Append(headEnd93);
            outline96.Append(tailEnd93);

            shapeProperties93.Append(transform2D93);
            shapeProperties93.Append(presetGeometry91);
            shapeProperties93.Append(noFill181);
            shapeProperties93.Append(outline96);

            picture91.Append(nonVisualPictureProperties91);
            picture91.Append(blipFill91);
            picture91.Append(shapeProperties93);
            Xdr.ClientData clientData91 = new Xdr.ClientData();

            twoCellAnchor91.Append(fromMarker91);
            twoCellAnchor91.Append(toMarker91);
            twoCellAnchor91.Append(picture91);
            twoCellAnchor91.Append(clientData91);

            Xdr.TwoCellAnchor twoCellAnchor92 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker92 = new Xdr.FromMarker();
            Xdr.ColumnId columnId183 = new Xdr.ColumnId();
            columnId183.Text = "1";
            Xdr.ColumnOffset columnOffset183 = new Xdr.ColumnOffset();
            columnOffset183.Text = "0";
            Xdr.RowId rowId183 = new Xdr.RowId();
            rowId183.Text = "13";
            Xdr.RowOffset rowOffset183 = new Xdr.RowOffset();
            rowOffset183.Text = "0";

            fromMarker92.Append(columnId183);
            fromMarker92.Append(columnOffset183);
            fromMarker92.Append(rowId183);
            fromMarker92.Append(rowOffset183);

            Xdr.ToMarker toMarker92 = new Xdr.ToMarker();
            Xdr.ColumnId columnId184 = new Xdr.ColumnId();
            columnId184.Text = "3";
            Xdr.ColumnOffset columnOffset184 = new Xdr.ColumnOffset();
            columnOffset184.Text = "0";
            Xdr.RowId rowId184 = new Xdr.RowId();
            rowId184.Text = "13";
            Xdr.RowOffset rowOffset184 = new Xdr.RowOffset();
            rowOffset184.Text = "0";

            toMarker92.Append(columnId184);
            toMarker92.Append(columnOffset184);
            toMarker92.Append(rowId184);
            toMarker92.Append(rowOffset184);

            Xdr.Picture picture92 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties92 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties92 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2957U, Name = "Picture 340" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties92 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks92 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties92.Append(pictureLocks92);

            nonVisualPictureProperties92.Append(nonVisualDrawingProperties92);
            nonVisualPictureProperties92.Append(nonVisualPictureDrawingProperties92);

            Xdr.BlipFill blipFill92 = new Xdr.BlipFill();

            A.Blip blip92 = new A.Blip() { Embed = "rId1" };
            blip92.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle92 = new A.SourceRectangle();

            A.Stretch stretch92 = new A.Stretch();
            A.FillRectangle fillRectangle92 = new A.FillRectangle();

            stretch92.Append(fillRectangle92);

            blipFill92.Append(blip92);
            blipFill92.Append(sourceRectangle92);
            blipFill92.Append(stretch92);

            Xdr.ShapeProperties shapeProperties94 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D94 = new A.Transform2D();
            A.Offset offset94 = new A.Offset() { X = 581025L, Y = 2676525L };
            A.Extents extents94 = new A.Extents() { Cx = 2819400L, Cy = 0L };

            transform2D94.Append(offset94);
            transform2D94.Append(extents94);

            A.PresetGeometry presetGeometry92 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList94 = new A.AdjustValueList();

            presetGeometry92.Append(adjustValueList94);
            A.NoFill noFill183 = new A.NoFill();

            A.Outline outline97 = new A.Outline() { Width = 9525 };
            A.NoFill noFill184 = new A.NoFill();
            A.Miter miter92 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd94 = new A.HeadEnd();
            A.TailEnd tailEnd94 = new A.TailEnd();

            outline97.Append(noFill184);
            outline97.Append(miter92);
            outline97.Append(headEnd94);
            outline97.Append(tailEnd94);

            shapeProperties94.Append(transform2D94);
            shapeProperties94.Append(presetGeometry92);
            shapeProperties94.Append(noFill183);
            shapeProperties94.Append(outline97);

            picture92.Append(nonVisualPictureProperties92);
            picture92.Append(blipFill92);
            picture92.Append(shapeProperties94);
            Xdr.ClientData clientData92 = new Xdr.ClientData();

            twoCellAnchor92.Append(fromMarker92);
            twoCellAnchor92.Append(toMarker92);
            twoCellAnchor92.Append(picture92);
            twoCellAnchor92.Append(clientData92);

            Xdr.TwoCellAnchor twoCellAnchor93 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker93 = new Xdr.FromMarker();
            Xdr.ColumnId columnId185 = new Xdr.ColumnId();
            columnId185.Text = "2";
            Xdr.ColumnOffset columnOffset185 = new Xdr.ColumnOffset();
            columnOffset185.Text = "0";
            Xdr.RowId rowId185 = new Xdr.RowId();
            rowId185.Text = "13";
            Xdr.RowOffset rowOffset185 = new Xdr.RowOffset();
            rowOffset185.Text = "0";

            fromMarker93.Append(columnId185);
            fromMarker93.Append(columnOffset185);
            fromMarker93.Append(rowId185);
            fromMarker93.Append(rowOffset185);

            Xdr.ToMarker toMarker93 = new Xdr.ToMarker();
            Xdr.ColumnId columnId186 = new Xdr.ColumnId();
            columnId186.Text = "4";
            Xdr.ColumnOffset columnOffset186 = new Xdr.ColumnOffset();
            columnOffset186.Text = "0";
            Xdr.RowId rowId186 = new Xdr.RowId();
            rowId186.Text = "13";
            Xdr.RowOffset rowOffset186 = new Xdr.RowOffset();
            rowOffset186.Text = "0";

            toMarker93.Append(columnId186);
            toMarker93.Append(columnOffset186);
            toMarker93.Append(rowId186);
            toMarker93.Append(rowOffset186);

            Xdr.Picture picture93 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties93 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties93 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2958U, Name = "Picture 341" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties93 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks93 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties93.Append(pictureLocks93);

            nonVisualPictureProperties93.Append(nonVisualDrawingProperties93);
            nonVisualPictureProperties93.Append(nonVisualPictureDrawingProperties93);

            Xdr.BlipFill blipFill93 = new Xdr.BlipFill();

            A.Blip blip93 = new A.Blip() { Embed = "rId1" };
            blip93.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle93 = new A.SourceRectangle();

            A.Stretch stretch93 = new A.Stretch();
            A.FillRectangle fillRectangle93 = new A.FillRectangle();

            stretch93.Append(fillRectangle93);

            blipFill93.Append(blip93);
            blipFill93.Append(sourceRectangle93);
            blipFill93.Append(stretch93);

            Xdr.ShapeProperties shapeProperties95 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D95 = new A.Transform2D();
            A.Offset offset95 = new A.Offset() { X = 1685925L, Y = 2676525L };
            A.Extents extents95 = new A.Extents() { Cx = 3924300L, Cy = 0L };

            transform2D95.Append(offset95);
            transform2D95.Append(extents95);

            A.PresetGeometry presetGeometry93 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList95 = new A.AdjustValueList();

            presetGeometry93.Append(adjustValueList95);
            A.NoFill noFill185 = new A.NoFill();

            A.Outline outline98 = new A.Outline() { Width = 9525 };
            A.NoFill noFill186 = new A.NoFill();
            A.Miter miter93 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd95 = new A.HeadEnd();
            A.TailEnd tailEnd95 = new A.TailEnd();

            outline98.Append(noFill186);
            outline98.Append(miter93);
            outline98.Append(headEnd95);
            outline98.Append(tailEnd95);

            shapeProperties95.Append(transform2D95);
            shapeProperties95.Append(presetGeometry93);
            shapeProperties95.Append(noFill185);
            shapeProperties95.Append(outline98);

            picture93.Append(nonVisualPictureProperties93);
            picture93.Append(blipFill93);
            picture93.Append(shapeProperties95);
            Xdr.ClientData clientData93 = new Xdr.ClientData();

            twoCellAnchor93.Append(fromMarker93);
            twoCellAnchor93.Append(toMarker93);
            twoCellAnchor93.Append(picture93);
            twoCellAnchor93.Append(clientData93);

            Xdr.TwoCellAnchor twoCellAnchor94 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker94 = new Xdr.FromMarker();
            Xdr.ColumnId columnId187 = new Xdr.ColumnId();
            columnId187.Text = "2";
            Xdr.ColumnOffset columnOffset187 = new Xdr.ColumnOffset();
            columnOffset187.Text = "0";
            Xdr.RowId rowId187 = new Xdr.RowId();
            rowId187.Text = "13";
            Xdr.RowOffset rowOffset187 = new Xdr.RowOffset();
            rowOffset187.Text = "0";

            fromMarker94.Append(columnId187);
            fromMarker94.Append(columnOffset187);
            fromMarker94.Append(rowId187);
            fromMarker94.Append(rowOffset187);

            Xdr.ToMarker toMarker94 = new Xdr.ToMarker();
            Xdr.ColumnId columnId188 = new Xdr.ColumnId();
            columnId188.Text = "4";
            Xdr.ColumnOffset columnOffset188 = new Xdr.ColumnOffset();
            columnOffset188.Text = "0";
            Xdr.RowId rowId188 = new Xdr.RowId();
            rowId188.Text = "13";
            Xdr.RowOffset rowOffset188 = new Xdr.RowOffset();
            rowOffset188.Text = "0";

            toMarker94.Append(columnId188);
            toMarker94.Append(columnOffset188);
            toMarker94.Append(rowId188);
            toMarker94.Append(rowOffset188);

            Xdr.Picture picture94 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties94 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties94 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2959U, Name = "Picture 342" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties94 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks94 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties94.Append(pictureLocks94);

            nonVisualPictureProperties94.Append(nonVisualDrawingProperties94);
            nonVisualPictureProperties94.Append(nonVisualPictureDrawingProperties94);

            Xdr.BlipFill blipFill94 = new Xdr.BlipFill();

            A.Blip blip94 = new A.Blip() { Embed = "rId1" };
            blip94.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle94 = new A.SourceRectangle();

            A.Stretch stretch94 = new A.Stretch();
            A.FillRectangle fillRectangle94 = new A.FillRectangle();

            stretch94.Append(fillRectangle94);

            blipFill94.Append(blip94);
            blipFill94.Append(sourceRectangle94);
            blipFill94.Append(stretch94);

            Xdr.ShapeProperties shapeProperties96 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D96 = new A.Transform2D();
            A.Offset offset96 = new A.Offset() { X = 1685925L, Y = 2676525L };
            A.Extents extents96 = new A.Extents() { Cx = 3924300L, Cy = 0L };

            transform2D96.Append(offset96);
            transform2D96.Append(extents96);

            A.PresetGeometry presetGeometry94 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList96 = new A.AdjustValueList();

            presetGeometry94.Append(adjustValueList96);
            A.NoFill noFill187 = new A.NoFill();

            A.Outline outline99 = new A.Outline() { Width = 9525 };
            A.NoFill noFill188 = new A.NoFill();
            A.Miter miter94 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd96 = new A.HeadEnd();
            A.TailEnd tailEnd96 = new A.TailEnd();

            outline99.Append(noFill188);
            outline99.Append(miter94);
            outline99.Append(headEnd96);
            outline99.Append(tailEnd96);

            shapeProperties96.Append(transform2D96);
            shapeProperties96.Append(presetGeometry94);
            shapeProperties96.Append(noFill187);
            shapeProperties96.Append(outline99);

            picture94.Append(nonVisualPictureProperties94);
            picture94.Append(blipFill94);
            picture94.Append(shapeProperties96);
            Xdr.ClientData clientData94 = new Xdr.ClientData();

            twoCellAnchor94.Append(fromMarker94);
            twoCellAnchor94.Append(toMarker94);
            twoCellAnchor94.Append(picture94);
            twoCellAnchor94.Append(clientData94);

            Xdr.TwoCellAnchor twoCellAnchor95 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker95 = new Xdr.FromMarker();
            Xdr.ColumnId columnId189 = new Xdr.ColumnId();
            columnId189.Text = "2";
            Xdr.ColumnOffset columnOffset189 = new Xdr.ColumnOffset();
            columnOffset189.Text = "19050";
            Xdr.RowId rowId189 = new Xdr.RowId();
            rowId189.Text = "13";
            Xdr.RowOffset rowOffset189 = new Xdr.RowOffset();
            rowOffset189.Text = "0";

            fromMarker95.Append(columnId189);
            fromMarker95.Append(columnOffset189);
            fromMarker95.Append(rowId189);
            fromMarker95.Append(rowOffset189);

            Xdr.ToMarker toMarker95 = new Xdr.ToMarker();
            Xdr.ColumnId columnId190 = new Xdr.ColumnId();
            columnId190.Text = "4";
            Xdr.ColumnOffset columnOffset190 = new Xdr.ColumnOffset();
            columnOffset190.Text = "0";
            Xdr.RowId rowId190 = new Xdr.RowId();
            rowId190.Text = "13";
            Xdr.RowOffset rowOffset190 = new Xdr.RowOffset();
            rowOffset190.Text = "0";

            toMarker95.Append(columnId190);
            toMarker95.Append(columnOffset190);
            toMarker95.Append(rowId190);
            toMarker95.Append(rowOffset190);

            Xdr.Picture picture95 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties95 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties95 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2960U, Name = "Picture 343" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties95 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks95 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties95.Append(pictureLocks95);

            nonVisualPictureProperties95.Append(nonVisualDrawingProperties95);
            nonVisualPictureProperties95.Append(nonVisualPictureDrawingProperties95);

            Xdr.BlipFill blipFill95 = new Xdr.BlipFill();

            A.Blip blip95 = new A.Blip() { Embed = "rId1" };
            blip95.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle95 = new A.SourceRectangle();

            A.Stretch stretch95 = new A.Stretch();
            A.FillRectangle fillRectangle95 = new A.FillRectangle();

            stretch95.Append(fillRectangle95);

            blipFill95.Append(blip95);
            blipFill95.Append(sourceRectangle95);
            blipFill95.Append(stretch95);

            Xdr.ShapeProperties shapeProperties97 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D97 = new A.Transform2D();
            A.Offset offset97 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents97 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D97.Append(offset97);
            transform2D97.Append(extents97);

            A.PresetGeometry presetGeometry95 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList97 = new A.AdjustValueList();

            presetGeometry95.Append(adjustValueList97);
            A.NoFill noFill189 = new A.NoFill();

            A.Outline outline100 = new A.Outline() { Width = 9525 };
            A.NoFill noFill190 = new A.NoFill();
            A.Miter miter95 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd97 = new A.HeadEnd();
            A.TailEnd tailEnd97 = new A.TailEnd();

            outline100.Append(noFill190);
            outline100.Append(miter95);
            outline100.Append(headEnd97);
            outline100.Append(tailEnd97);

            shapeProperties97.Append(transform2D97);
            shapeProperties97.Append(presetGeometry95);
            shapeProperties97.Append(noFill189);
            shapeProperties97.Append(outline100);

            picture95.Append(nonVisualPictureProperties95);
            picture95.Append(blipFill95);
            picture95.Append(shapeProperties97);
            Xdr.ClientData clientData95 = new Xdr.ClientData();

            twoCellAnchor95.Append(fromMarker95);
            twoCellAnchor95.Append(toMarker95);
            twoCellAnchor95.Append(picture95);
            twoCellAnchor95.Append(clientData95);

            Xdr.TwoCellAnchor twoCellAnchor96 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker96 = new Xdr.FromMarker();
            Xdr.ColumnId columnId191 = new Xdr.ColumnId();
            columnId191.Text = "2";
            Xdr.ColumnOffset columnOffset191 = new Xdr.ColumnOffset();
            columnOffset191.Text = "19050";
            Xdr.RowId rowId191 = new Xdr.RowId();
            rowId191.Text = "13";
            Xdr.RowOffset rowOffset191 = new Xdr.RowOffset();
            rowOffset191.Text = "0";

            fromMarker96.Append(columnId191);
            fromMarker96.Append(columnOffset191);
            fromMarker96.Append(rowId191);
            fromMarker96.Append(rowOffset191);

            Xdr.ToMarker toMarker96 = new Xdr.ToMarker();
            Xdr.ColumnId columnId192 = new Xdr.ColumnId();
            columnId192.Text = "4";
            Xdr.ColumnOffset columnOffset192 = new Xdr.ColumnOffset();
            columnOffset192.Text = "0";
            Xdr.RowId rowId192 = new Xdr.RowId();
            rowId192.Text = "13";
            Xdr.RowOffset rowOffset192 = new Xdr.RowOffset();
            rowOffset192.Text = "0";

            toMarker96.Append(columnId192);
            toMarker96.Append(columnOffset192);
            toMarker96.Append(rowId192);
            toMarker96.Append(rowOffset192);

            Xdr.Picture picture96 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties96 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties96 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2961U, Name = "Picture 344" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties96 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks96 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties96.Append(pictureLocks96);

            nonVisualPictureProperties96.Append(nonVisualDrawingProperties96);
            nonVisualPictureProperties96.Append(nonVisualPictureDrawingProperties96);

            Xdr.BlipFill blipFill96 = new Xdr.BlipFill();

            A.Blip blip96 = new A.Blip() { Embed = "rId1" };
            blip96.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle96 = new A.SourceRectangle();

            A.Stretch stretch96 = new A.Stretch();
            A.FillRectangle fillRectangle96 = new A.FillRectangle();

            stretch96.Append(fillRectangle96);

            blipFill96.Append(blip96);
            blipFill96.Append(sourceRectangle96);
            blipFill96.Append(stretch96);

            Xdr.ShapeProperties shapeProperties98 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D98 = new A.Transform2D();
            A.Offset offset98 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents98 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D98.Append(offset98);
            transform2D98.Append(extents98);

            A.PresetGeometry presetGeometry96 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList98 = new A.AdjustValueList();

            presetGeometry96.Append(adjustValueList98);
            A.NoFill noFill191 = new A.NoFill();

            A.Outline outline101 = new A.Outline() { Width = 9525 };
            A.NoFill noFill192 = new A.NoFill();
            A.Miter miter96 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd98 = new A.HeadEnd();
            A.TailEnd tailEnd98 = new A.TailEnd();

            outline101.Append(noFill192);
            outline101.Append(miter96);
            outline101.Append(headEnd98);
            outline101.Append(tailEnd98);

            shapeProperties98.Append(transform2D98);
            shapeProperties98.Append(presetGeometry96);
            shapeProperties98.Append(noFill191);
            shapeProperties98.Append(outline101);

            picture96.Append(nonVisualPictureProperties96);
            picture96.Append(blipFill96);
            picture96.Append(shapeProperties98);
            Xdr.ClientData clientData96 = new Xdr.ClientData();

            twoCellAnchor96.Append(fromMarker96);
            twoCellAnchor96.Append(toMarker96);
            twoCellAnchor96.Append(picture96);
            twoCellAnchor96.Append(clientData96);

            Xdr.TwoCellAnchor twoCellAnchor97 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker97 = new Xdr.FromMarker();
            Xdr.ColumnId columnId193 = new Xdr.ColumnId();
            columnId193.Text = "2";
            Xdr.ColumnOffset columnOffset193 = new Xdr.ColumnOffset();
            columnOffset193.Text = "19050";
            Xdr.RowId rowId193 = new Xdr.RowId();
            rowId193.Text = "13";
            Xdr.RowOffset rowOffset193 = new Xdr.RowOffset();
            rowOffset193.Text = "0";

            fromMarker97.Append(columnId193);
            fromMarker97.Append(columnOffset193);
            fromMarker97.Append(rowId193);
            fromMarker97.Append(rowOffset193);

            Xdr.ToMarker toMarker97 = new Xdr.ToMarker();
            Xdr.ColumnId columnId194 = new Xdr.ColumnId();
            columnId194.Text = "4";
            Xdr.ColumnOffset columnOffset194 = new Xdr.ColumnOffset();
            columnOffset194.Text = "0";
            Xdr.RowId rowId194 = new Xdr.RowId();
            rowId194.Text = "13";
            Xdr.RowOffset rowOffset194 = new Xdr.RowOffset();
            rowOffset194.Text = "0";

            toMarker97.Append(columnId194);
            toMarker97.Append(columnOffset194);
            toMarker97.Append(rowId194);
            toMarker97.Append(rowOffset194);

            Xdr.Picture picture97 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties97 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties97 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2962U, Name = "Picture 345" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties97 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks97 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties97.Append(pictureLocks97);

            nonVisualPictureProperties97.Append(nonVisualDrawingProperties97);
            nonVisualPictureProperties97.Append(nonVisualPictureDrawingProperties97);

            Xdr.BlipFill blipFill97 = new Xdr.BlipFill();

            A.Blip blip97 = new A.Blip() { Embed = "rId1" };
            blip97.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle97 = new A.SourceRectangle();

            A.Stretch stretch97 = new A.Stretch();
            A.FillRectangle fillRectangle97 = new A.FillRectangle();

            stretch97.Append(fillRectangle97);

            blipFill97.Append(blip97);
            blipFill97.Append(sourceRectangle97);
            blipFill97.Append(stretch97);

            Xdr.ShapeProperties shapeProperties99 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D99 = new A.Transform2D();
            A.Offset offset99 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents99 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D99.Append(offset99);
            transform2D99.Append(extents99);

            A.PresetGeometry presetGeometry97 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList99 = new A.AdjustValueList();

            presetGeometry97.Append(adjustValueList99);
            A.NoFill noFill193 = new A.NoFill();

            A.Outline outline102 = new A.Outline() { Width = 9525 };
            A.NoFill noFill194 = new A.NoFill();
            A.Miter miter97 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd99 = new A.HeadEnd();
            A.TailEnd tailEnd99 = new A.TailEnd();

            outline102.Append(noFill194);
            outline102.Append(miter97);
            outline102.Append(headEnd99);
            outline102.Append(tailEnd99);

            shapeProperties99.Append(transform2D99);
            shapeProperties99.Append(presetGeometry97);
            shapeProperties99.Append(noFill193);
            shapeProperties99.Append(outline102);

            picture97.Append(nonVisualPictureProperties97);
            picture97.Append(blipFill97);
            picture97.Append(shapeProperties99);
            Xdr.ClientData clientData97 = new Xdr.ClientData();

            twoCellAnchor97.Append(fromMarker97);
            twoCellAnchor97.Append(toMarker97);
            twoCellAnchor97.Append(picture97);
            twoCellAnchor97.Append(clientData97);

            Xdr.TwoCellAnchor twoCellAnchor98 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker98 = new Xdr.FromMarker();
            Xdr.ColumnId columnId195 = new Xdr.ColumnId();
            columnId195.Text = "2";
            Xdr.ColumnOffset columnOffset195 = new Xdr.ColumnOffset();
            columnOffset195.Text = "19050";
            Xdr.RowId rowId195 = new Xdr.RowId();
            rowId195.Text = "13";
            Xdr.RowOffset rowOffset195 = new Xdr.RowOffset();
            rowOffset195.Text = "0";

            fromMarker98.Append(columnId195);
            fromMarker98.Append(columnOffset195);
            fromMarker98.Append(rowId195);
            fromMarker98.Append(rowOffset195);

            Xdr.ToMarker toMarker98 = new Xdr.ToMarker();
            Xdr.ColumnId columnId196 = new Xdr.ColumnId();
            columnId196.Text = "4";
            Xdr.ColumnOffset columnOffset196 = new Xdr.ColumnOffset();
            columnOffset196.Text = "0";
            Xdr.RowId rowId196 = new Xdr.RowId();
            rowId196.Text = "13";
            Xdr.RowOffset rowOffset196 = new Xdr.RowOffset();
            rowOffset196.Text = "0";

            toMarker98.Append(columnId196);
            toMarker98.Append(columnOffset196);
            toMarker98.Append(rowId196);
            toMarker98.Append(rowOffset196);

            Xdr.Picture picture98 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties98 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties98 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2963U, Name = "Picture 346" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties98 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks98 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties98.Append(pictureLocks98);

            nonVisualPictureProperties98.Append(nonVisualDrawingProperties98);
            nonVisualPictureProperties98.Append(nonVisualPictureDrawingProperties98);

            Xdr.BlipFill blipFill98 = new Xdr.BlipFill();

            A.Blip blip98 = new A.Blip() { Embed = "rId1" };
            blip98.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle98 = new A.SourceRectangle();

            A.Stretch stretch98 = new A.Stretch();
            A.FillRectangle fillRectangle98 = new A.FillRectangle();

            stretch98.Append(fillRectangle98);

            blipFill98.Append(blip98);
            blipFill98.Append(sourceRectangle98);
            blipFill98.Append(stretch98);

            Xdr.ShapeProperties shapeProperties100 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D100 = new A.Transform2D();
            A.Offset offset100 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents100 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D100.Append(offset100);
            transform2D100.Append(extents100);

            A.PresetGeometry presetGeometry98 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList100 = new A.AdjustValueList();

            presetGeometry98.Append(adjustValueList100);
            A.NoFill noFill195 = new A.NoFill();

            A.Outline outline103 = new A.Outline() { Width = 9525 };
            A.NoFill noFill196 = new A.NoFill();
            A.Miter miter98 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd100 = new A.HeadEnd();
            A.TailEnd tailEnd100 = new A.TailEnd();

            outline103.Append(noFill196);
            outline103.Append(miter98);
            outline103.Append(headEnd100);
            outline103.Append(tailEnd100);

            shapeProperties100.Append(transform2D100);
            shapeProperties100.Append(presetGeometry98);
            shapeProperties100.Append(noFill195);
            shapeProperties100.Append(outline103);

            picture98.Append(nonVisualPictureProperties98);
            picture98.Append(blipFill98);
            picture98.Append(shapeProperties100);
            Xdr.ClientData clientData98 = new Xdr.ClientData();

            twoCellAnchor98.Append(fromMarker98);
            twoCellAnchor98.Append(toMarker98);
            twoCellAnchor98.Append(picture98);
            twoCellAnchor98.Append(clientData98);

            Xdr.TwoCellAnchor twoCellAnchor99 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker99 = new Xdr.FromMarker();
            Xdr.ColumnId columnId197 = new Xdr.ColumnId();
            columnId197.Text = "2";
            Xdr.ColumnOffset columnOffset197 = new Xdr.ColumnOffset();
            columnOffset197.Text = "19050";
            Xdr.RowId rowId197 = new Xdr.RowId();
            rowId197.Text = "13";
            Xdr.RowOffset rowOffset197 = new Xdr.RowOffset();
            rowOffset197.Text = "0";

            fromMarker99.Append(columnId197);
            fromMarker99.Append(columnOffset197);
            fromMarker99.Append(rowId197);
            fromMarker99.Append(rowOffset197);

            Xdr.ToMarker toMarker99 = new Xdr.ToMarker();
            Xdr.ColumnId columnId198 = new Xdr.ColumnId();
            columnId198.Text = "4";
            Xdr.ColumnOffset columnOffset198 = new Xdr.ColumnOffset();
            columnOffset198.Text = "0";
            Xdr.RowId rowId198 = new Xdr.RowId();
            rowId198.Text = "13";
            Xdr.RowOffset rowOffset198 = new Xdr.RowOffset();
            rowOffset198.Text = "0";

            toMarker99.Append(columnId198);
            toMarker99.Append(columnOffset198);
            toMarker99.Append(rowId198);
            toMarker99.Append(rowOffset198);

            Xdr.Picture picture99 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties99 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties99 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2964U, Name = "Picture 347" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties99 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks99 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties99.Append(pictureLocks99);

            nonVisualPictureProperties99.Append(nonVisualDrawingProperties99);
            nonVisualPictureProperties99.Append(nonVisualPictureDrawingProperties99);

            Xdr.BlipFill blipFill99 = new Xdr.BlipFill();

            A.Blip blip99 = new A.Blip() { Embed = "rId1" };
            blip99.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle99 = new A.SourceRectangle();

            A.Stretch stretch99 = new A.Stretch();
            A.FillRectangle fillRectangle99 = new A.FillRectangle();

            stretch99.Append(fillRectangle99);

            blipFill99.Append(blip99);
            blipFill99.Append(sourceRectangle99);
            blipFill99.Append(stretch99);

            Xdr.ShapeProperties shapeProperties101 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D101 = new A.Transform2D();
            A.Offset offset101 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents101 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D101.Append(offset101);
            transform2D101.Append(extents101);

            A.PresetGeometry presetGeometry99 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList101 = new A.AdjustValueList();

            presetGeometry99.Append(adjustValueList101);
            A.NoFill noFill197 = new A.NoFill();

            A.Outline outline104 = new A.Outline() { Width = 9525 };
            A.NoFill noFill198 = new A.NoFill();
            A.Miter miter99 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd101 = new A.HeadEnd();
            A.TailEnd tailEnd101 = new A.TailEnd();

            outline104.Append(noFill198);
            outline104.Append(miter99);
            outline104.Append(headEnd101);
            outline104.Append(tailEnd101);

            shapeProperties101.Append(transform2D101);
            shapeProperties101.Append(presetGeometry99);
            shapeProperties101.Append(noFill197);
            shapeProperties101.Append(outline104);

            picture99.Append(nonVisualPictureProperties99);
            picture99.Append(blipFill99);
            picture99.Append(shapeProperties101);
            Xdr.ClientData clientData99 = new Xdr.ClientData();

            twoCellAnchor99.Append(fromMarker99);
            twoCellAnchor99.Append(toMarker99);
            twoCellAnchor99.Append(picture99);
            twoCellAnchor99.Append(clientData99);

            Xdr.TwoCellAnchor twoCellAnchor100 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker100 = new Xdr.FromMarker();
            Xdr.ColumnId columnId199 = new Xdr.ColumnId();
            columnId199.Text = "2";
            Xdr.ColumnOffset columnOffset199 = new Xdr.ColumnOffset();
            columnOffset199.Text = "19050";
            Xdr.RowId rowId199 = new Xdr.RowId();
            rowId199.Text = "13";
            Xdr.RowOffset rowOffset199 = new Xdr.RowOffset();
            rowOffset199.Text = "0";

            fromMarker100.Append(columnId199);
            fromMarker100.Append(columnOffset199);
            fromMarker100.Append(rowId199);
            fromMarker100.Append(rowOffset199);

            Xdr.ToMarker toMarker100 = new Xdr.ToMarker();
            Xdr.ColumnId columnId200 = new Xdr.ColumnId();
            columnId200.Text = "4";
            Xdr.ColumnOffset columnOffset200 = new Xdr.ColumnOffset();
            columnOffset200.Text = "0";
            Xdr.RowId rowId200 = new Xdr.RowId();
            rowId200.Text = "13";
            Xdr.RowOffset rowOffset200 = new Xdr.RowOffset();
            rowOffset200.Text = "0";

            toMarker100.Append(columnId200);
            toMarker100.Append(columnOffset200);
            toMarker100.Append(rowId200);
            toMarker100.Append(rowOffset200);

            Xdr.Picture picture100 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties100 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties100 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2965U, Name = "Picture 348" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties100 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks100 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties100.Append(pictureLocks100);

            nonVisualPictureProperties100.Append(nonVisualDrawingProperties100);
            nonVisualPictureProperties100.Append(nonVisualPictureDrawingProperties100);

            Xdr.BlipFill blipFill100 = new Xdr.BlipFill();

            A.Blip blip100 = new A.Blip() { Embed = "rId1" };
            blip100.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle100 = new A.SourceRectangle();

            A.Stretch stretch100 = new A.Stretch();
            A.FillRectangle fillRectangle100 = new A.FillRectangle();

            stretch100.Append(fillRectangle100);

            blipFill100.Append(blip100);
            blipFill100.Append(sourceRectangle100);
            blipFill100.Append(stretch100);

            Xdr.ShapeProperties shapeProperties102 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D102 = new A.Transform2D();
            A.Offset offset102 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents102 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D102.Append(offset102);
            transform2D102.Append(extents102);

            A.PresetGeometry presetGeometry100 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList102 = new A.AdjustValueList();

            presetGeometry100.Append(adjustValueList102);
            A.NoFill noFill199 = new A.NoFill();

            A.Outline outline105 = new A.Outline() { Width = 9525 };
            A.NoFill noFill200 = new A.NoFill();
            A.Miter miter100 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd102 = new A.HeadEnd();
            A.TailEnd tailEnd102 = new A.TailEnd();

            outline105.Append(noFill200);
            outline105.Append(miter100);
            outline105.Append(headEnd102);
            outline105.Append(tailEnd102);

            shapeProperties102.Append(transform2D102);
            shapeProperties102.Append(presetGeometry100);
            shapeProperties102.Append(noFill199);
            shapeProperties102.Append(outline105);

            picture100.Append(nonVisualPictureProperties100);
            picture100.Append(blipFill100);
            picture100.Append(shapeProperties102);
            Xdr.ClientData clientData100 = new Xdr.ClientData();

            twoCellAnchor100.Append(fromMarker100);
            twoCellAnchor100.Append(toMarker100);
            twoCellAnchor100.Append(picture100);
            twoCellAnchor100.Append(clientData100);

            Xdr.TwoCellAnchor twoCellAnchor101 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker101 = new Xdr.FromMarker();
            Xdr.ColumnId columnId201 = new Xdr.ColumnId();
            columnId201.Text = "2";
            Xdr.ColumnOffset columnOffset201 = new Xdr.ColumnOffset();
            columnOffset201.Text = "19050";
            Xdr.RowId rowId201 = new Xdr.RowId();
            rowId201.Text = "13";
            Xdr.RowOffset rowOffset201 = new Xdr.RowOffset();
            rowOffset201.Text = "0";

            fromMarker101.Append(columnId201);
            fromMarker101.Append(columnOffset201);
            fromMarker101.Append(rowId201);
            fromMarker101.Append(rowOffset201);

            Xdr.ToMarker toMarker101 = new Xdr.ToMarker();
            Xdr.ColumnId columnId202 = new Xdr.ColumnId();
            columnId202.Text = "4";
            Xdr.ColumnOffset columnOffset202 = new Xdr.ColumnOffset();
            columnOffset202.Text = "0";
            Xdr.RowId rowId202 = new Xdr.RowId();
            rowId202.Text = "13";
            Xdr.RowOffset rowOffset202 = new Xdr.RowOffset();
            rowOffset202.Text = "0";

            toMarker101.Append(columnId202);
            toMarker101.Append(columnOffset202);
            toMarker101.Append(rowId202);
            toMarker101.Append(rowOffset202);

            Xdr.Picture picture101 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties101 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties101 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2966U, Name = "Picture 349" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties101 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks101 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties101.Append(pictureLocks101);

            nonVisualPictureProperties101.Append(nonVisualDrawingProperties101);
            nonVisualPictureProperties101.Append(nonVisualPictureDrawingProperties101);

            Xdr.BlipFill blipFill101 = new Xdr.BlipFill();

            A.Blip blip101 = new A.Blip() { Embed = "rId1" };
            blip101.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle101 = new A.SourceRectangle();

            A.Stretch stretch101 = new A.Stretch();
            A.FillRectangle fillRectangle101 = new A.FillRectangle();

            stretch101.Append(fillRectangle101);

            blipFill101.Append(blip101);
            blipFill101.Append(sourceRectangle101);
            blipFill101.Append(stretch101);

            Xdr.ShapeProperties shapeProperties103 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D103 = new A.Transform2D();
            A.Offset offset103 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents103 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D103.Append(offset103);
            transform2D103.Append(extents103);

            A.PresetGeometry presetGeometry101 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList103 = new A.AdjustValueList();

            presetGeometry101.Append(adjustValueList103);
            A.NoFill noFill201 = new A.NoFill();

            A.Outline outline106 = new A.Outline() { Width = 9525 };
            A.NoFill noFill202 = new A.NoFill();
            A.Miter miter101 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd103 = new A.HeadEnd();
            A.TailEnd tailEnd103 = new A.TailEnd();

            outline106.Append(noFill202);
            outline106.Append(miter101);
            outline106.Append(headEnd103);
            outline106.Append(tailEnd103);

            shapeProperties103.Append(transform2D103);
            shapeProperties103.Append(presetGeometry101);
            shapeProperties103.Append(noFill201);
            shapeProperties103.Append(outline106);

            picture101.Append(nonVisualPictureProperties101);
            picture101.Append(blipFill101);
            picture101.Append(shapeProperties103);
            Xdr.ClientData clientData101 = new Xdr.ClientData();

            twoCellAnchor101.Append(fromMarker101);
            twoCellAnchor101.Append(toMarker101);
            twoCellAnchor101.Append(picture101);
            twoCellAnchor101.Append(clientData101);

            Xdr.TwoCellAnchor twoCellAnchor102 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker102 = new Xdr.FromMarker();
            Xdr.ColumnId columnId203 = new Xdr.ColumnId();
            columnId203.Text = "2";
            Xdr.ColumnOffset columnOffset203 = new Xdr.ColumnOffset();
            columnOffset203.Text = "19050";
            Xdr.RowId rowId203 = new Xdr.RowId();
            rowId203.Text = "13";
            Xdr.RowOffset rowOffset203 = new Xdr.RowOffset();
            rowOffset203.Text = "0";

            fromMarker102.Append(columnId203);
            fromMarker102.Append(columnOffset203);
            fromMarker102.Append(rowId203);
            fromMarker102.Append(rowOffset203);

            Xdr.ToMarker toMarker102 = new Xdr.ToMarker();
            Xdr.ColumnId columnId204 = new Xdr.ColumnId();
            columnId204.Text = "4";
            Xdr.ColumnOffset columnOffset204 = new Xdr.ColumnOffset();
            columnOffset204.Text = "0";
            Xdr.RowId rowId204 = new Xdr.RowId();
            rowId204.Text = "13";
            Xdr.RowOffset rowOffset204 = new Xdr.RowOffset();
            rowOffset204.Text = "0";

            toMarker102.Append(columnId204);
            toMarker102.Append(columnOffset204);
            toMarker102.Append(rowId204);
            toMarker102.Append(rowOffset204);

            Xdr.Picture picture102 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties102 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties102 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2967U, Name = "Picture 350" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties102 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks102 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties102.Append(pictureLocks102);

            nonVisualPictureProperties102.Append(nonVisualDrawingProperties102);
            nonVisualPictureProperties102.Append(nonVisualPictureDrawingProperties102);

            Xdr.BlipFill blipFill102 = new Xdr.BlipFill();

            A.Blip blip102 = new A.Blip() { Embed = "rId1" };
            blip102.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle102 = new A.SourceRectangle();

            A.Stretch stretch102 = new A.Stretch();
            A.FillRectangle fillRectangle102 = new A.FillRectangle();

            stretch102.Append(fillRectangle102);

            blipFill102.Append(blip102);
            blipFill102.Append(sourceRectangle102);
            blipFill102.Append(stretch102);

            Xdr.ShapeProperties shapeProperties104 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D104 = new A.Transform2D();
            A.Offset offset104 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents104 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D104.Append(offset104);
            transform2D104.Append(extents104);

            A.PresetGeometry presetGeometry102 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList104 = new A.AdjustValueList();

            presetGeometry102.Append(adjustValueList104);
            A.NoFill noFill203 = new A.NoFill();

            A.Outline outline107 = new A.Outline() { Width = 9525 };
            A.NoFill noFill204 = new A.NoFill();
            A.Miter miter102 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd104 = new A.HeadEnd();
            A.TailEnd tailEnd104 = new A.TailEnd();

            outline107.Append(noFill204);
            outline107.Append(miter102);
            outline107.Append(headEnd104);
            outline107.Append(tailEnd104);

            shapeProperties104.Append(transform2D104);
            shapeProperties104.Append(presetGeometry102);
            shapeProperties104.Append(noFill203);
            shapeProperties104.Append(outline107);

            picture102.Append(nonVisualPictureProperties102);
            picture102.Append(blipFill102);
            picture102.Append(shapeProperties104);
            Xdr.ClientData clientData102 = new Xdr.ClientData();

            twoCellAnchor102.Append(fromMarker102);
            twoCellAnchor102.Append(toMarker102);
            twoCellAnchor102.Append(picture102);
            twoCellAnchor102.Append(clientData102);

            Xdr.TwoCellAnchor twoCellAnchor103 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker103 = new Xdr.FromMarker();
            Xdr.ColumnId columnId205 = new Xdr.ColumnId();
            columnId205.Text = "2";
            Xdr.ColumnOffset columnOffset205 = new Xdr.ColumnOffset();
            columnOffset205.Text = "19050";
            Xdr.RowId rowId205 = new Xdr.RowId();
            rowId205.Text = "13";
            Xdr.RowOffset rowOffset205 = new Xdr.RowOffset();
            rowOffset205.Text = "0";

            fromMarker103.Append(columnId205);
            fromMarker103.Append(columnOffset205);
            fromMarker103.Append(rowId205);
            fromMarker103.Append(rowOffset205);

            Xdr.ToMarker toMarker103 = new Xdr.ToMarker();
            Xdr.ColumnId columnId206 = new Xdr.ColumnId();
            columnId206.Text = "4";
            Xdr.ColumnOffset columnOffset206 = new Xdr.ColumnOffset();
            columnOffset206.Text = "0";
            Xdr.RowId rowId206 = new Xdr.RowId();
            rowId206.Text = "13";
            Xdr.RowOffset rowOffset206 = new Xdr.RowOffset();
            rowOffset206.Text = "0";

            toMarker103.Append(columnId206);
            toMarker103.Append(columnOffset206);
            toMarker103.Append(rowId206);
            toMarker103.Append(rowOffset206);

            Xdr.Picture picture103 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties103 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties103 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2968U, Name = "Picture 351" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties103 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks103 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties103.Append(pictureLocks103);

            nonVisualPictureProperties103.Append(nonVisualDrawingProperties103);
            nonVisualPictureProperties103.Append(nonVisualPictureDrawingProperties103);

            Xdr.BlipFill blipFill103 = new Xdr.BlipFill();

            A.Blip blip103 = new A.Blip() { Embed = "rId1" };
            blip103.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle103 = new A.SourceRectangle();

            A.Stretch stretch103 = new A.Stretch();
            A.FillRectangle fillRectangle103 = new A.FillRectangle();

            stretch103.Append(fillRectangle103);

            blipFill103.Append(blip103);
            blipFill103.Append(sourceRectangle103);
            blipFill103.Append(stretch103);

            Xdr.ShapeProperties shapeProperties105 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D105 = new A.Transform2D();
            A.Offset offset105 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents105 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D105.Append(offset105);
            transform2D105.Append(extents105);

            A.PresetGeometry presetGeometry103 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList105 = new A.AdjustValueList();

            presetGeometry103.Append(adjustValueList105);
            A.NoFill noFill205 = new A.NoFill();

            A.Outline outline108 = new A.Outline() { Width = 9525 };
            A.NoFill noFill206 = new A.NoFill();
            A.Miter miter103 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd105 = new A.HeadEnd();
            A.TailEnd tailEnd105 = new A.TailEnd();

            outline108.Append(noFill206);
            outline108.Append(miter103);
            outline108.Append(headEnd105);
            outline108.Append(tailEnd105);

            shapeProperties105.Append(transform2D105);
            shapeProperties105.Append(presetGeometry103);
            shapeProperties105.Append(noFill205);
            shapeProperties105.Append(outline108);

            picture103.Append(nonVisualPictureProperties103);
            picture103.Append(blipFill103);
            picture103.Append(shapeProperties105);
            Xdr.ClientData clientData103 = new Xdr.ClientData();

            twoCellAnchor103.Append(fromMarker103);
            twoCellAnchor103.Append(toMarker103);
            twoCellAnchor103.Append(picture103);
            twoCellAnchor103.Append(clientData103);

            Xdr.TwoCellAnchor twoCellAnchor104 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker104 = new Xdr.FromMarker();
            Xdr.ColumnId columnId207 = new Xdr.ColumnId();
            columnId207.Text = "2";
            Xdr.ColumnOffset columnOffset207 = new Xdr.ColumnOffset();
            columnOffset207.Text = "0";
            Xdr.RowId rowId207 = new Xdr.RowId();
            rowId207.Text = "13";
            Xdr.RowOffset rowOffset207 = new Xdr.RowOffset();
            rowOffset207.Text = "0";

            fromMarker104.Append(columnId207);
            fromMarker104.Append(columnOffset207);
            fromMarker104.Append(rowId207);
            fromMarker104.Append(rowOffset207);

            Xdr.ToMarker toMarker104 = new Xdr.ToMarker();
            Xdr.ColumnId columnId208 = new Xdr.ColumnId();
            columnId208.Text = "4";
            Xdr.ColumnOffset columnOffset208 = new Xdr.ColumnOffset();
            columnOffset208.Text = "0";
            Xdr.RowId rowId208 = new Xdr.RowId();
            rowId208.Text = "13";
            Xdr.RowOffset rowOffset208 = new Xdr.RowOffset();
            rowOffset208.Text = "0";

            toMarker104.Append(columnId208);
            toMarker104.Append(columnOffset208);
            toMarker104.Append(rowId208);
            toMarker104.Append(rowOffset208);

            Xdr.Picture picture104 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties104 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties104 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2969U, Name = "Picture 352" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties104 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks104 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties104.Append(pictureLocks104);

            nonVisualPictureProperties104.Append(nonVisualDrawingProperties104);
            nonVisualPictureProperties104.Append(nonVisualPictureDrawingProperties104);

            Xdr.BlipFill blipFill104 = new Xdr.BlipFill();

            A.Blip blip104 = new A.Blip() { Embed = "rId1" };
            blip104.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle104 = new A.SourceRectangle();

            A.Stretch stretch104 = new A.Stretch();
            A.FillRectangle fillRectangle104 = new A.FillRectangle();

            stretch104.Append(fillRectangle104);

            blipFill104.Append(blip104);
            blipFill104.Append(sourceRectangle104);
            blipFill104.Append(stretch104);

            Xdr.ShapeProperties shapeProperties106 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D106 = new A.Transform2D();
            A.Offset offset106 = new A.Offset() { X = 1685925L, Y = 2676525L };
            A.Extents extents106 = new A.Extents() { Cx = 3924300L, Cy = 0L };

            transform2D106.Append(offset106);
            transform2D106.Append(extents106);

            A.PresetGeometry presetGeometry104 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList106 = new A.AdjustValueList();

            presetGeometry104.Append(adjustValueList106);
            A.NoFill noFill207 = new A.NoFill();

            A.Outline outline109 = new A.Outline() { Width = 9525 };
            A.NoFill noFill208 = new A.NoFill();
            A.Miter miter104 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd106 = new A.HeadEnd();
            A.TailEnd tailEnd106 = new A.TailEnd();

            outline109.Append(noFill208);
            outline109.Append(miter104);
            outline109.Append(headEnd106);
            outline109.Append(tailEnd106);

            shapeProperties106.Append(transform2D106);
            shapeProperties106.Append(presetGeometry104);
            shapeProperties106.Append(noFill207);
            shapeProperties106.Append(outline109);

            picture104.Append(nonVisualPictureProperties104);
            picture104.Append(blipFill104);
            picture104.Append(shapeProperties106);
            Xdr.ClientData clientData104 = new Xdr.ClientData();

            twoCellAnchor104.Append(fromMarker104);
            twoCellAnchor104.Append(toMarker104);
            twoCellAnchor104.Append(picture104);
            twoCellAnchor104.Append(clientData104);

            Xdr.TwoCellAnchor twoCellAnchor105 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker105 = new Xdr.FromMarker();
            Xdr.ColumnId columnId209 = new Xdr.ColumnId();
            columnId209.Text = "2";
            Xdr.ColumnOffset columnOffset209 = new Xdr.ColumnOffset();
            columnOffset209.Text = "0";
            Xdr.RowId rowId209 = new Xdr.RowId();
            rowId209.Text = "13";
            Xdr.RowOffset rowOffset209 = new Xdr.RowOffset();
            rowOffset209.Text = "0";

            fromMarker105.Append(columnId209);
            fromMarker105.Append(columnOffset209);
            fromMarker105.Append(rowId209);
            fromMarker105.Append(rowOffset209);

            Xdr.ToMarker toMarker105 = new Xdr.ToMarker();
            Xdr.ColumnId columnId210 = new Xdr.ColumnId();
            columnId210.Text = "4";
            Xdr.ColumnOffset columnOffset210 = new Xdr.ColumnOffset();
            columnOffset210.Text = "0";
            Xdr.RowId rowId210 = new Xdr.RowId();
            rowId210.Text = "13";
            Xdr.RowOffset rowOffset210 = new Xdr.RowOffset();
            rowOffset210.Text = "0";

            toMarker105.Append(columnId210);
            toMarker105.Append(columnOffset210);
            toMarker105.Append(rowId210);
            toMarker105.Append(rowOffset210);

            Xdr.Picture picture105 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties105 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties105 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2970U, Name = "Picture 353" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties105 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks105 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties105.Append(pictureLocks105);

            nonVisualPictureProperties105.Append(nonVisualDrawingProperties105);
            nonVisualPictureProperties105.Append(nonVisualPictureDrawingProperties105);

            Xdr.BlipFill blipFill105 = new Xdr.BlipFill();

            A.Blip blip105 = new A.Blip() { Embed = "rId1" };
            blip105.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle105 = new A.SourceRectangle();

            A.Stretch stretch105 = new A.Stretch();
            A.FillRectangle fillRectangle105 = new A.FillRectangle();

            stretch105.Append(fillRectangle105);

            blipFill105.Append(blip105);
            blipFill105.Append(sourceRectangle105);
            blipFill105.Append(stretch105);

            Xdr.ShapeProperties shapeProperties107 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D107 = new A.Transform2D();
            A.Offset offset107 = new A.Offset() { X = 1685925L, Y = 2676525L };
            A.Extents extents107 = new A.Extents() { Cx = 3924300L, Cy = 0L };

            transform2D107.Append(offset107);
            transform2D107.Append(extents107);

            A.PresetGeometry presetGeometry105 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList107 = new A.AdjustValueList();

            presetGeometry105.Append(adjustValueList107);
            A.NoFill noFill209 = new A.NoFill();

            A.Outline outline110 = new A.Outline() { Width = 9525 };
            A.NoFill noFill210 = new A.NoFill();
            A.Miter miter105 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd107 = new A.HeadEnd();
            A.TailEnd tailEnd107 = new A.TailEnd();

            outline110.Append(noFill210);
            outline110.Append(miter105);
            outline110.Append(headEnd107);
            outline110.Append(tailEnd107);

            shapeProperties107.Append(transform2D107);
            shapeProperties107.Append(presetGeometry105);
            shapeProperties107.Append(noFill209);
            shapeProperties107.Append(outline110);

            picture105.Append(nonVisualPictureProperties105);
            picture105.Append(blipFill105);
            picture105.Append(shapeProperties107);
            Xdr.ClientData clientData105 = new Xdr.ClientData();

            twoCellAnchor105.Append(fromMarker105);
            twoCellAnchor105.Append(toMarker105);
            twoCellAnchor105.Append(picture105);
            twoCellAnchor105.Append(clientData105);

            Xdr.TwoCellAnchor twoCellAnchor106 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker106 = new Xdr.FromMarker();
            Xdr.ColumnId columnId211 = new Xdr.ColumnId();
            columnId211.Text = "2";
            Xdr.ColumnOffset columnOffset211 = new Xdr.ColumnOffset();
            columnOffset211.Text = "0";
            Xdr.RowId rowId211 = new Xdr.RowId();
            rowId211.Text = "13";
            Xdr.RowOffset rowOffset211 = new Xdr.RowOffset();
            rowOffset211.Text = "0";

            fromMarker106.Append(columnId211);
            fromMarker106.Append(columnOffset211);
            fromMarker106.Append(rowId211);
            fromMarker106.Append(rowOffset211);

            Xdr.ToMarker toMarker106 = new Xdr.ToMarker();
            Xdr.ColumnId columnId212 = new Xdr.ColumnId();
            columnId212.Text = "4";
            Xdr.ColumnOffset columnOffset212 = new Xdr.ColumnOffset();
            columnOffset212.Text = "0";
            Xdr.RowId rowId212 = new Xdr.RowId();
            rowId212.Text = "13";
            Xdr.RowOffset rowOffset212 = new Xdr.RowOffset();
            rowOffset212.Text = "0";

            toMarker106.Append(columnId212);
            toMarker106.Append(columnOffset212);
            toMarker106.Append(rowId212);
            toMarker106.Append(rowOffset212);

            Xdr.Picture picture106 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties106 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties106 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2971U, Name = "Picture 354" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties106 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks106 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties106.Append(pictureLocks106);

            nonVisualPictureProperties106.Append(nonVisualDrawingProperties106);
            nonVisualPictureProperties106.Append(nonVisualPictureDrawingProperties106);

            Xdr.BlipFill blipFill106 = new Xdr.BlipFill();

            A.Blip blip106 = new A.Blip() { Embed = "rId1" };
            blip106.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle106 = new A.SourceRectangle();

            A.Stretch stretch106 = new A.Stretch();
            A.FillRectangle fillRectangle106 = new A.FillRectangle();

            stretch106.Append(fillRectangle106);

            blipFill106.Append(blip106);
            blipFill106.Append(sourceRectangle106);
            blipFill106.Append(stretch106);

            Xdr.ShapeProperties shapeProperties108 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D108 = new A.Transform2D();
            A.Offset offset108 = new A.Offset() { X = 1685925L, Y = 2676525L };
            A.Extents extents108 = new A.Extents() { Cx = 3924300L, Cy = 0L };

            transform2D108.Append(offset108);
            transform2D108.Append(extents108);

            A.PresetGeometry presetGeometry106 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList108 = new A.AdjustValueList();

            presetGeometry106.Append(adjustValueList108);
            A.NoFill noFill211 = new A.NoFill();

            A.Outline outline111 = new A.Outline() { Width = 9525 };
            A.NoFill noFill212 = new A.NoFill();
            A.Miter miter106 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd108 = new A.HeadEnd();
            A.TailEnd tailEnd108 = new A.TailEnd();

            outline111.Append(noFill212);
            outline111.Append(miter106);
            outline111.Append(headEnd108);
            outline111.Append(tailEnd108);

            shapeProperties108.Append(transform2D108);
            shapeProperties108.Append(presetGeometry106);
            shapeProperties108.Append(noFill211);
            shapeProperties108.Append(outline111);

            picture106.Append(nonVisualPictureProperties106);
            picture106.Append(blipFill106);
            picture106.Append(shapeProperties108);
            Xdr.ClientData clientData106 = new Xdr.ClientData();

            twoCellAnchor106.Append(fromMarker106);
            twoCellAnchor106.Append(toMarker106);
            twoCellAnchor106.Append(picture106);
            twoCellAnchor106.Append(clientData106);

            Xdr.TwoCellAnchor twoCellAnchor107 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker107 = new Xdr.FromMarker();
            Xdr.ColumnId columnId213 = new Xdr.ColumnId();
            columnId213.Text = "2";
            Xdr.ColumnOffset columnOffset213 = new Xdr.ColumnOffset();
            columnOffset213.Text = "19050";
            Xdr.RowId rowId213 = new Xdr.RowId();
            rowId213.Text = "13";
            Xdr.RowOffset rowOffset213 = new Xdr.RowOffset();
            rowOffset213.Text = "0";

            fromMarker107.Append(columnId213);
            fromMarker107.Append(columnOffset213);
            fromMarker107.Append(rowId213);
            fromMarker107.Append(rowOffset213);

            Xdr.ToMarker toMarker107 = new Xdr.ToMarker();
            Xdr.ColumnId columnId214 = new Xdr.ColumnId();
            columnId214.Text = "4";
            Xdr.ColumnOffset columnOffset214 = new Xdr.ColumnOffset();
            columnOffset214.Text = "0";
            Xdr.RowId rowId214 = new Xdr.RowId();
            rowId214.Text = "13";
            Xdr.RowOffset rowOffset214 = new Xdr.RowOffset();
            rowOffset214.Text = "0";

            toMarker107.Append(columnId214);
            toMarker107.Append(columnOffset214);
            toMarker107.Append(rowId214);
            toMarker107.Append(rowOffset214);

            Xdr.Picture picture107 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties107 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties107 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2972U, Name = "Picture 355" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties107 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks107 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties107.Append(pictureLocks107);

            nonVisualPictureProperties107.Append(nonVisualDrawingProperties107);
            nonVisualPictureProperties107.Append(nonVisualPictureDrawingProperties107);

            Xdr.BlipFill blipFill107 = new Xdr.BlipFill();

            A.Blip blip107 = new A.Blip() { Embed = "rId1" };
            blip107.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle107 = new A.SourceRectangle();

            A.Stretch stretch107 = new A.Stretch();
            A.FillRectangle fillRectangle107 = new A.FillRectangle();

            stretch107.Append(fillRectangle107);

            blipFill107.Append(blip107);
            blipFill107.Append(sourceRectangle107);
            blipFill107.Append(stretch107);

            Xdr.ShapeProperties shapeProperties109 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D109 = new A.Transform2D();
            A.Offset offset109 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents109 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D109.Append(offset109);
            transform2D109.Append(extents109);

            A.PresetGeometry presetGeometry107 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList109 = new A.AdjustValueList();

            presetGeometry107.Append(adjustValueList109);
            A.NoFill noFill213 = new A.NoFill();

            A.Outline outline112 = new A.Outline() { Width = 9525 };
            A.NoFill noFill214 = new A.NoFill();
            A.Miter miter107 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd109 = new A.HeadEnd();
            A.TailEnd tailEnd109 = new A.TailEnd();

            outline112.Append(noFill214);
            outline112.Append(miter107);
            outline112.Append(headEnd109);
            outline112.Append(tailEnd109);

            shapeProperties109.Append(transform2D109);
            shapeProperties109.Append(presetGeometry107);
            shapeProperties109.Append(noFill213);
            shapeProperties109.Append(outline112);

            picture107.Append(nonVisualPictureProperties107);
            picture107.Append(blipFill107);
            picture107.Append(shapeProperties109);
            Xdr.ClientData clientData107 = new Xdr.ClientData();

            twoCellAnchor107.Append(fromMarker107);
            twoCellAnchor107.Append(toMarker107);
            twoCellAnchor107.Append(picture107);
            twoCellAnchor107.Append(clientData107);

            Xdr.TwoCellAnchor twoCellAnchor108 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker108 = new Xdr.FromMarker();
            Xdr.ColumnId columnId215 = new Xdr.ColumnId();
            columnId215.Text = "2";
            Xdr.ColumnOffset columnOffset215 = new Xdr.ColumnOffset();
            columnOffset215.Text = "19050";
            Xdr.RowId rowId215 = new Xdr.RowId();
            rowId215.Text = "13";
            Xdr.RowOffset rowOffset215 = new Xdr.RowOffset();
            rowOffset215.Text = "0";

            fromMarker108.Append(columnId215);
            fromMarker108.Append(columnOffset215);
            fromMarker108.Append(rowId215);
            fromMarker108.Append(rowOffset215);

            Xdr.ToMarker toMarker108 = new Xdr.ToMarker();
            Xdr.ColumnId columnId216 = new Xdr.ColumnId();
            columnId216.Text = "4";
            Xdr.ColumnOffset columnOffset216 = new Xdr.ColumnOffset();
            columnOffset216.Text = "0";
            Xdr.RowId rowId216 = new Xdr.RowId();
            rowId216.Text = "13";
            Xdr.RowOffset rowOffset216 = new Xdr.RowOffset();
            rowOffset216.Text = "0";

            toMarker108.Append(columnId216);
            toMarker108.Append(columnOffset216);
            toMarker108.Append(rowId216);
            toMarker108.Append(rowOffset216);

            Xdr.Picture picture108 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties108 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties108 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2973U, Name = "Picture 356" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties108 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks108 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties108.Append(pictureLocks108);

            nonVisualPictureProperties108.Append(nonVisualDrawingProperties108);
            nonVisualPictureProperties108.Append(nonVisualPictureDrawingProperties108);

            Xdr.BlipFill blipFill108 = new Xdr.BlipFill();

            A.Blip blip108 = new A.Blip() { Embed = "rId1" };
            blip108.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle108 = new A.SourceRectangle();

            A.Stretch stretch108 = new A.Stretch();
            A.FillRectangle fillRectangle108 = new A.FillRectangle();

            stretch108.Append(fillRectangle108);

            blipFill108.Append(blip108);
            blipFill108.Append(sourceRectangle108);
            blipFill108.Append(stretch108);

            Xdr.ShapeProperties shapeProperties110 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D110 = new A.Transform2D();
            A.Offset offset110 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents110 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D110.Append(offset110);
            transform2D110.Append(extents110);

            A.PresetGeometry presetGeometry108 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList110 = new A.AdjustValueList();

            presetGeometry108.Append(adjustValueList110);
            A.NoFill noFill215 = new A.NoFill();

            A.Outline outline113 = new A.Outline() { Width = 9525 };
            A.NoFill noFill216 = new A.NoFill();
            A.Miter miter108 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd110 = new A.HeadEnd();
            A.TailEnd tailEnd110 = new A.TailEnd();

            outline113.Append(noFill216);
            outline113.Append(miter108);
            outline113.Append(headEnd110);
            outline113.Append(tailEnd110);

            shapeProperties110.Append(transform2D110);
            shapeProperties110.Append(presetGeometry108);
            shapeProperties110.Append(noFill215);
            shapeProperties110.Append(outline113);

            picture108.Append(nonVisualPictureProperties108);
            picture108.Append(blipFill108);
            picture108.Append(shapeProperties110);
            Xdr.ClientData clientData108 = new Xdr.ClientData();

            twoCellAnchor108.Append(fromMarker108);
            twoCellAnchor108.Append(toMarker108);
            twoCellAnchor108.Append(picture108);
            twoCellAnchor108.Append(clientData108);

            Xdr.TwoCellAnchor twoCellAnchor109 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker109 = new Xdr.FromMarker();
            Xdr.ColumnId columnId217 = new Xdr.ColumnId();
            columnId217.Text = "2";
            Xdr.ColumnOffset columnOffset217 = new Xdr.ColumnOffset();
            columnOffset217.Text = "19050";
            Xdr.RowId rowId217 = new Xdr.RowId();
            rowId217.Text = "13";
            Xdr.RowOffset rowOffset217 = new Xdr.RowOffset();
            rowOffset217.Text = "0";

            fromMarker109.Append(columnId217);
            fromMarker109.Append(columnOffset217);
            fromMarker109.Append(rowId217);
            fromMarker109.Append(rowOffset217);

            Xdr.ToMarker toMarker109 = new Xdr.ToMarker();
            Xdr.ColumnId columnId218 = new Xdr.ColumnId();
            columnId218.Text = "4";
            Xdr.ColumnOffset columnOffset218 = new Xdr.ColumnOffset();
            columnOffset218.Text = "0";
            Xdr.RowId rowId218 = new Xdr.RowId();
            rowId218.Text = "13";
            Xdr.RowOffset rowOffset218 = new Xdr.RowOffset();
            rowOffset218.Text = "0";

            toMarker109.Append(columnId218);
            toMarker109.Append(columnOffset218);
            toMarker109.Append(rowId218);
            toMarker109.Append(rowOffset218);

            Xdr.Picture picture109 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties109 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties109 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2974U, Name = "Picture 357" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties109 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks109 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties109.Append(pictureLocks109);

            nonVisualPictureProperties109.Append(nonVisualDrawingProperties109);
            nonVisualPictureProperties109.Append(nonVisualPictureDrawingProperties109);

            Xdr.BlipFill blipFill109 = new Xdr.BlipFill();

            A.Blip blip109 = new A.Blip() { Embed = "rId1" };
            blip109.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle109 = new A.SourceRectangle();

            A.Stretch stretch109 = new A.Stretch();
            A.FillRectangle fillRectangle109 = new A.FillRectangle();

            stretch109.Append(fillRectangle109);

            blipFill109.Append(blip109);
            blipFill109.Append(sourceRectangle109);
            blipFill109.Append(stretch109);

            Xdr.ShapeProperties shapeProperties111 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D111 = new A.Transform2D();
            A.Offset offset111 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents111 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D111.Append(offset111);
            transform2D111.Append(extents111);

            A.PresetGeometry presetGeometry109 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList111 = new A.AdjustValueList();

            presetGeometry109.Append(adjustValueList111);
            A.NoFill noFill217 = new A.NoFill();

            A.Outline outline114 = new A.Outline() { Width = 9525 };
            A.NoFill noFill218 = new A.NoFill();
            A.Miter miter109 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd111 = new A.HeadEnd();
            A.TailEnd tailEnd111 = new A.TailEnd();

            outline114.Append(noFill218);
            outline114.Append(miter109);
            outline114.Append(headEnd111);
            outline114.Append(tailEnd111);

            shapeProperties111.Append(transform2D111);
            shapeProperties111.Append(presetGeometry109);
            shapeProperties111.Append(noFill217);
            shapeProperties111.Append(outline114);

            picture109.Append(nonVisualPictureProperties109);
            picture109.Append(blipFill109);
            picture109.Append(shapeProperties111);
            Xdr.ClientData clientData109 = new Xdr.ClientData();

            twoCellAnchor109.Append(fromMarker109);
            twoCellAnchor109.Append(toMarker109);
            twoCellAnchor109.Append(picture109);
            twoCellAnchor109.Append(clientData109);

            Xdr.TwoCellAnchor twoCellAnchor110 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker110 = new Xdr.FromMarker();
            Xdr.ColumnId columnId219 = new Xdr.ColumnId();
            columnId219.Text = "2";
            Xdr.ColumnOffset columnOffset219 = new Xdr.ColumnOffset();
            columnOffset219.Text = "19050";
            Xdr.RowId rowId219 = new Xdr.RowId();
            rowId219.Text = "13";
            Xdr.RowOffset rowOffset219 = new Xdr.RowOffset();
            rowOffset219.Text = "0";

            fromMarker110.Append(columnId219);
            fromMarker110.Append(columnOffset219);
            fromMarker110.Append(rowId219);
            fromMarker110.Append(rowOffset219);

            Xdr.ToMarker toMarker110 = new Xdr.ToMarker();
            Xdr.ColumnId columnId220 = new Xdr.ColumnId();
            columnId220.Text = "4";
            Xdr.ColumnOffset columnOffset220 = new Xdr.ColumnOffset();
            columnOffset220.Text = "0";
            Xdr.RowId rowId220 = new Xdr.RowId();
            rowId220.Text = "13";
            Xdr.RowOffset rowOffset220 = new Xdr.RowOffset();
            rowOffset220.Text = "0";

            toMarker110.Append(columnId220);
            toMarker110.Append(columnOffset220);
            toMarker110.Append(rowId220);
            toMarker110.Append(rowOffset220);

            Xdr.Picture picture110 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties110 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties110 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2975U, Name = "Picture 358" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties110 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks110 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties110.Append(pictureLocks110);

            nonVisualPictureProperties110.Append(nonVisualDrawingProperties110);
            nonVisualPictureProperties110.Append(nonVisualPictureDrawingProperties110);

            Xdr.BlipFill blipFill110 = new Xdr.BlipFill();

            A.Blip blip110 = new A.Blip() { Embed = "rId1" };
            blip110.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle110 = new A.SourceRectangle();

            A.Stretch stretch110 = new A.Stretch();
            A.FillRectangle fillRectangle110 = new A.FillRectangle();

            stretch110.Append(fillRectangle110);

            blipFill110.Append(blip110);
            blipFill110.Append(sourceRectangle110);
            blipFill110.Append(stretch110);

            Xdr.ShapeProperties shapeProperties112 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D112 = new A.Transform2D();
            A.Offset offset112 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents112 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D112.Append(offset112);
            transform2D112.Append(extents112);

            A.PresetGeometry presetGeometry110 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList112 = new A.AdjustValueList();

            presetGeometry110.Append(adjustValueList112);
            A.NoFill noFill219 = new A.NoFill();

            A.Outline outline115 = new A.Outline() { Width = 9525 };
            A.NoFill noFill220 = new A.NoFill();
            A.Miter miter110 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd112 = new A.HeadEnd();
            A.TailEnd tailEnd112 = new A.TailEnd();

            outline115.Append(noFill220);
            outline115.Append(miter110);
            outline115.Append(headEnd112);
            outline115.Append(tailEnd112);

            shapeProperties112.Append(transform2D112);
            shapeProperties112.Append(presetGeometry110);
            shapeProperties112.Append(noFill219);
            shapeProperties112.Append(outline115);

            picture110.Append(nonVisualPictureProperties110);
            picture110.Append(blipFill110);
            picture110.Append(shapeProperties112);
            Xdr.ClientData clientData110 = new Xdr.ClientData();

            twoCellAnchor110.Append(fromMarker110);
            twoCellAnchor110.Append(toMarker110);
            twoCellAnchor110.Append(picture110);
            twoCellAnchor110.Append(clientData110);

            Xdr.TwoCellAnchor twoCellAnchor111 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker111 = new Xdr.FromMarker();
            Xdr.ColumnId columnId221 = new Xdr.ColumnId();
            columnId221.Text = "2";
            Xdr.ColumnOffset columnOffset221 = new Xdr.ColumnOffset();
            columnOffset221.Text = "19050";
            Xdr.RowId rowId221 = new Xdr.RowId();
            rowId221.Text = "13";
            Xdr.RowOffset rowOffset221 = new Xdr.RowOffset();
            rowOffset221.Text = "0";

            fromMarker111.Append(columnId221);
            fromMarker111.Append(columnOffset221);
            fromMarker111.Append(rowId221);
            fromMarker111.Append(rowOffset221);

            Xdr.ToMarker toMarker111 = new Xdr.ToMarker();
            Xdr.ColumnId columnId222 = new Xdr.ColumnId();
            columnId222.Text = "4";
            Xdr.ColumnOffset columnOffset222 = new Xdr.ColumnOffset();
            columnOffset222.Text = "0";
            Xdr.RowId rowId222 = new Xdr.RowId();
            rowId222.Text = "13";
            Xdr.RowOffset rowOffset222 = new Xdr.RowOffset();
            rowOffset222.Text = "0";

            toMarker111.Append(columnId222);
            toMarker111.Append(columnOffset222);
            toMarker111.Append(rowId222);
            toMarker111.Append(rowOffset222);

            Xdr.Picture picture111 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties111 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties111 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2976U, Name = "Picture 359" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties111 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks111 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties111.Append(pictureLocks111);

            nonVisualPictureProperties111.Append(nonVisualDrawingProperties111);
            nonVisualPictureProperties111.Append(nonVisualPictureDrawingProperties111);

            Xdr.BlipFill blipFill111 = new Xdr.BlipFill();

            A.Blip blip111 = new A.Blip() { Embed = "rId1" };
            blip111.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle111 = new A.SourceRectangle();

            A.Stretch stretch111 = new A.Stretch();
            A.FillRectangle fillRectangle111 = new A.FillRectangle();

            stretch111.Append(fillRectangle111);

            blipFill111.Append(blip111);
            blipFill111.Append(sourceRectangle111);
            blipFill111.Append(stretch111);

            Xdr.ShapeProperties shapeProperties113 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D113 = new A.Transform2D();
            A.Offset offset113 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents113 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D113.Append(offset113);
            transform2D113.Append(extents113);

            A.PresetGeometry presetGeometry111 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList113 = new A.AdjustValueList();

            presetGeometry111.Append(adjustValueList113);
            A.NoFill noFill221 = new A.NoFill();

            A.Outline outline116 = new A.Outline() { Width = 9525 };
            A.NoFill noFill222 = new A.NoFill();
            A.Miter miter111 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd113 = new A.HeadEnd();
            A.TailEnd tailEnd113 = new A.TailEnd();

            outline116.Append(noFill222);
            outline116.Append(miter111);
            outline116.Append(headEnd113);
            outline116.Append(tailEnd113);

            shapeProperties113.Append(transform2D113);
            shapeProperties113.Append(presetGeometry111);
            shapeProperties113.Append(noFill221);
            shapeProperties113.Append(outline116);

            picture111.Append(nonVisualPictureProperties111);
            picture111.Append(blipFill111);
            picture111.Append(shapeProperties113);
            Xdr.ClientData clientData111 = new Xdr.ClientData();

            twoCellAnchor111.Append(fromMarker111);
            twoCellAnchor111.Append(toMarker111);
            twoCellAnchor111.Append(picture111);
            twoCellAnchor111.Append(clientData111);

            Xdr.TwoCellAnchor twoCellAnchor112 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker112 = new Xdr.FromMarker();
            Xdr.ColumnId columnId223 = new Xdr.ColumnId();
            columnId223.Text = "2";
            Xdr.ColumnOffset columnOffset223 = new Xdr.ColumnOffset();
            columnOffset223.Text = "19050";
            Xdr.RowId rowId223 = new Xdr.RowId();
            rowId223.Text = "13";
            Xdr.RowOffset rowOffset223 = new Xdr.RowOffset();
            rowOffset223.Text = "0";

            fromMarker112.Append(columnId223);
            fromMarker112.Append(columnOffset223);
            fromMarker112.Append(rowId223);
            fromMarker112.Append(rowOffset223);

            Xdr.ToMarker toMarker112 = new Xdr.ToMarker();
            Xdr.ColumnId columnId224 = new Xdr.ColumnId();
            columnId224.Text = "4";
            Xdr.ColumnOffset columnOffset224 = new Xdr.ColumnOffset();
            columnOffset224.Text = "0";
            Xdr.RowId rowId224 = new Xdr.RowId();
            rowId224.Text = "13";
            Xdr.RowOffset rowOffset224 = new Xdr.RowOffset();
            rowOffset224.Text = "0";

            toMarker112.Append(columnId224);
            toMarker112.Append(columnOffset224);
            toMarker112.Append(rowId224);
            toMarker112.Append(rowOffset224);

            Xdr.Picture picture112 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties112 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties112 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2977U, Name = "Picture 360" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties112 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks112 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties112.Append(pictureLocks112);

            nonVisualPictureProperties112.Append(nonVisualDrawingProperties112);
            nonVisualPictureProperties112.Append(nonVisualPictureDrawingProperties112);

            Xdr.BlipFill blipFill112 = new Xdr.BlipFill();

            A.Blip blip112 = new A.Blip() { Embed = "rId1" };
            blip112.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle112 = new A.SourceRectangle();

            A.Stretch stretch112 = new A.Stretch();
            A.FillRectangle fillRectangle112 = new A.FillRectangle();

            stretch112.Append(fillRectangle112);

            blipFill112.Append(blip112);
            blipFill112.Append(sourceRectangle112);
            blipFill112.Append(stretch112);

            Xdr.ShapeProperties shapeProperties114 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D114 = new A.Transform2D();
            A.Offset offset114 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents114 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D114.Append(offset114);
            transform2D114.Append(extents114);

            A.PresetGeometry presetGeometry112 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList114 = new A.AdjustValueList();

            presetGeometry112.Append(adjustValueList114);
            A.NoFill noFill223 = new A.NoFill();

            A.Outline outline117 = new A.Outline() { Width = 9525 };
            A.NoFill noFill224 = new A.NoFill();
            A.Miter miter112 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd114 = new A.HeadEnd();
            A.TailEnd tailEnd114 = new A.TailEnd();

            outline117.Append(noFill224);
            outline117.Append(miter112);
            outline117.Append(headEnd114);
            outline117.Append(tailEnd114);

            shapeProperties114.Append(transform2D114);
            shapeProperties114.Append(presetGeometry112);
            shapeProperties114.Append(noFill223);
            shapeProperties114.Append(outline117);

            picture112.Append(nonVisualPictureProperties112);
            picture112.Append(blipFill112);
            picture112.Append(shapeProperties114);
            Xdr.ClientData clientData112 = new Xdr.ClientData();

            twoCellAnchor112.Append(fromMarker112);
            twoCellAnchor112.Append(toMarker112);
            twoCellAnchor112.Append(picture112);
            twoCellAnchor112.Append(clientData112);

            Xdr.TwoCellAnchor twoCellAnchor113 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker113 = new Xdr.FromMarker();
            Xdr.ColumnId columnId225 = new Xdr.ColumnId();
            columnId225.Text = "2";
            Xdr.ColumnOffset columnOffset225 = new Xdr.ColumnOffset();
            columnOffset225.Text = "19050";
            Xdr.RowId rowId225 = new Xdr.RowId();
            rowId225.Text = "13";
            Xdr.RowOffset rowOffset225 = new Xdr.RowOffset();
            rowOffset225.Text = "0";

            fromMarker113.Append(columnId225);
            fromMarker113.Append(columnOffset225);
            fromMarker113.Append(rowId225);
            fromMarker113.Append(rowOffset225);

            Xdr.ToMarker toMarker113 = new Xdr.ToMarker();
            Xdr.ColumnId columnId226 = new Xdr.ColumnId();
            columnId226.Text = "4";
            Xdr.ColumnOffset columnOffset226 = new Xdr.ColumnOffset();
            columnOffset226.Text = "0";
            Xdr.RowId rowId226 = new Xdr.RowId();
            rowId226.Text = "13";
            Xdr.RowOffset rowOffset226 = new Xdr.RowOffset();
            rowOffset226.Text = "0";

            toMarker113.Append(columnId226);
            toMarker113.Append(columnOffset226);
            toMarker113.Append(rowId226);
            toMarker113.Append(rowOffset226);

            Xdr.Picture picture113 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties113 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties113 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2978U, Name = "Picture 361" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties113 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks113 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties113.Append(pictureLocks113);

            nonVisualPictureProperties113.Append(nonVisualDrawingProperties113);
            nonVisualPictureProperties113.Append(nonVisualPictureDrawingProperties113);

            Xdr.BlipFill blipFill113 = new Xdr.BlipFill();

            A.Blip blip113 = new A.Blip() { Embed = "rId1" };
            blip113.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle113 = new A.SourceRectangle();

            A.Stretch stretch113 = new A.Stretch();
            A.FillRectangle fillRectangle113 = new A.FillRectangle();

            stretch113.Append(fillRectangle113);

            blipFill113.Append(blip113);
            blipFill113.Append(sourceRectangle113);
            blipFill113.Append(stretch113);

            Xdr.ShapeProperties shapeProperties115 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D115 = new A.Transform2D();
            A.Offset offset115 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents115 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D115.Append(offset115);
            transform2D115.Append(extents115);

            A.PresetGeometry presetGeometry113 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList115 = new A.AdjustValueList();

            presetGeometry113.Append(adjustValueList115);
            A.NoFill noFill225 = new A.NoFill();

            A.Outline outline118 = new A.Outline() { Width = 9525 };
            A.NoFill noFill226 = new A.NoFill();
            A.Miter miter113 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd115 = new A.HeadEnd();
            A.TailEnd tailEnd115 = new A.TailEnd();

            outline118.Append(noFill226);
            outline118.Append(miter113);
            outline118.Append(headEnd115);
            outline118.Append(tailEnd115);

            shapeProperties115.Append(transform2D115);
            shapeProperties115.Append(presetGeometry113);
            shapeProperties115.Append(noFill225);
            shapeProperties115.Append(outline118);

            picture113.Append(nonVisualPictureProperties113);
            picture113.Append(blipFill113);
            picture113.Append(shapeProperties115);
            Xdr.ClientData clientData113 = new Xdr.ClientData();

            twoCellAnchor113.Append(fromMarker113);
            twoCellAnchor113.Append(toMarker113);
            twoCellAnchor113.Append(picture113);
            twoCellAnchor113.Append(clientData113);

            Xdr.TwoCellAnchor twoCellAnchor114 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker114 = new Xdr.FromMarker();
            Xdr.ColumnId columnId227 = new Xdr.ColumnId();
            columnId227.Text = "2";
            Xdr.ColumnOffset columnOffset227 = new Xdr.ColumnOffset();
            columnOffset227.Text = "19050";
            Xdr.RowId rowId227 = new Xdr.RowId();
            rowId227.Text = "13";
            Xdr.RowOffset rowOffset227 = new Xdr.RowOffset();
            rowOffset227.Text = "0";

            fromMarker114.Append(columnId227);
            fromMarker114.Append(columnOffset227);
            fromMarker114.Append(rowId227);
            fromMarker114.Append(rowOffset227);

            Xdr.ToMarker toMarker114 = new Xdr.ToMarker();
            Xdr.ColumnId columnId228 = new Xdr.ColumnId();
            columnId228.Text = "4";
            Xdr.ColumnOffset columnOffset228 = new Xdr.ColumnOffset();
            columnOffset228.Text = "0";
            Xdr.RowId rowId228 = new Xdr.RowId();
            rowId228.Text = "13";
            Xdr.RowOffset rowOffset228 = new Xdr.RowOffset();
            rowOffset228.Text = "0";

            toMarker114.Append(columnId228);
            toMarker114.Append(columnOffset228);
            toMarker114.Append(rowId228);
            toMarker114.Append(rowOffset228);

            Xdr.Picture picture114 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties114 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties114 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2979U, Name = "Picture 362" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties114 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks114 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties114.Append(pictureLocks114);

            nonVisualPictureProperties114.Append(nonVisualDrawingProperties114);
            nonVisualPictureProperties114.Append(nonVisualPictureDrawingProperties114);

            Xdr.BlipFill blipFill114 = new Xdr.BlipFill();

            A.Blip blip114 = new A.Blip() { Embed = "rId1" };
            blip114.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle114 = new A.SourceRectangle();

            A.Stretch stretch114 = new A.Stretch();
            A.FillRectangle fillRectangle114 = new A.FillRectangle();

            stretch114.Append(fillRectangle114);

            blipFill114.Append(blip114);
            blipFill114.Append(sourceRectangle114);
            blipFill114.Append(stretch114);

            Xdr.ShapeProperties shapeProperties116 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D116 = new A.Transform2D();
            A.Offset offset116 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents116 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D116.Append(offset116);
            transform2D116.Append(extents116);

            A.PresetGeometry presetGeometry114 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList116 = new A.AdjustValueList();

            presetGeometry114.Append(adjustValueList116);
            A.NoFill noFill227 = new A.NoFill();

            A.Outline outline119 = new A.Outline() { Width = 9525 };
            A.NoFill noFill228 = new A.NoFill();
            A.Miter miter114 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd116 = new A.HeadEnd();
            A.TailEnd tailEnd116 = new A.TailEnd();

            outline119.Append(noFill228);
            outline119.Append(miter114);
            outline119.Append(headEnd116);
            outline119.Append(tailEnd116);

            shapeProperties116.Append(transform2D116);
            shapeProperties116.Append(presetGeometry114);
            shapeProperties116.Append(noFill227);
            shapeProperties116.Append(outline119);

            picture114.Append(nonVisualPictureProperties114);
            picture114.Append(blipFill114);
            picture114.Append(shapeProperties116);
            Xdr.ClientData clientData114 = new Xdr.ClientData();

            twoCellAnchor114.Append(fromMarker114);
            twoCellAnchor114.Append(toMarker114);
            twoCellAnchor114.Append(picture114);
            twoCellAnchor114.Append(clientData114);

            Xdr.TwoCellAnchor twoCellAnchor115 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker115 = new Xdr.FromMarker();
            Xdr.ColumnId columnId229 = new Xdr.ColumnId();
            columnId229.Text = "2";
            Xdr.ColumnOffset columnOffset229 = new Xdr.ColumnOffset();
            columnOffset229.Text = "19050";
            Xdr.RowId rowId229 = new Xdr.RowId();
            rowId229.Text = "13";
            Xdr.RowOffset rowOffset229 = new Xdr.RowOffset();
            rowOffset229.Text = "0";

            fromMarker115.Append(columnId229);
            fromMarker115.Append(columnOffset229);
            fromMarker115.Append(rowId229);
            fromMarker115.Append(rowOffset229);

            Xdr.ToMarker toMarker115 = new Xdr.ToMarker();
            Xdr.ColumnId columnId230 = new Xdr.ColumnId();
            columnId230.Text = "4";
            Xdr.ColumnOffset columnOffset230 = new Xdr.ColumnOffset();
            columnOffset230.Text = "0";
            Xdr.RowId rowId230 = new Xdr.RowId();
            rowId230.Text = "13";
            Xdr.RowOffset rowOffset230 = new Xdr.RowOffset();
            rowOffset230.Text = "0";

            toMarker115.Append(columnId230);
            toMarker115.Append(columnOffset230);
            toMarker115.Append(rowId230);
            toMarker115.Append(rowOffset230);

            Xdr.Picture picture115 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties115 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties115 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2980U, Name = "Picture 363" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties115 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks115 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties115.Append(pictureLocks115);

            nonVisualPictureProperties115.Append(nonVisualDrawingProperties115);
            nonVisualPictureProperties115.Append(nonVisualPictureDrawingProperties115);

            Xdr.BlipFill blipFill115 = new Xdr.BlipFill();

            A.Blip blip115 = new A.Blip() { Embed = "rId1" };
            blip115.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle115 = new A.SourceRectangle();

            A.Stretch stretch115 = new A.Stretch();
            A.FillRectangle fillRectangle115 = new A.FillRectangle();

            stretch115.Append(fillRectangle115);

            blipFill115.Append(blip115);
            blipFill115.Append(sourceRectangle115);
            blipFill115.Append(stretch115);

            Xdr.ShapeProperties shapeProperties117 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D117 = new A.Transform2D();
            A.Offset offset117 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents117 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D117.Append(offset117);
            transform2D117.Append(extents117);

            A.PresetGeometry presetGeometry115 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList117 = new A.AdjustValueList();

            presetGeometry115.Append(adjustValueList117);
            A.NoFill noFill229 = new A.NoFill();

            A.Outline outline120 = new A.Outline() { Width = 9525 };
            A.NoFill noFill230 = new A.NoFill();
            A.Miter miter115 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd117 = new A.HeadEnd();
            A.TailEnd tailEnd117 = new A.TailEnd();

            outline120.Append(noFill230);
            outline120.Append(miter115);
            outline120.Append(headEnd117);
            outline120.Append(tailEnd117);

            shapeProperties117.Append(transform2D117);
            shapeProperties117.Append(presetGeometry115);
            shapeProperties117.Append(noFill229);
            shapeProperties117.Append(outline120);

            picture115.Append(nonVisualPictureProperties115);
            picture115.Append(blipFill115);
            picture115.Append(shapeProperties117);
            Xdr.ClientData clientData115 = new Xdr.ClientData();

            twoCellAnchor115.Append(fromMarker115);
            twoCellAnchor115.Append(toMarker115);
            twoCellAnchor115.Append(picture115);
            twoCellAnchor115.Append(clientData115);

            Xdr.TwoCellAnchor twoCellAnchor116 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker116 = new Xdr.FromMarker();
            Xdr.ColumnId columnId231 = new Xdr.ColumnId();
            columnId231.Text = "2";
            Xdr.ColumnOffset columnOffset231 = new Xdr.ColumnOffset();
            columnOffset231.Text = "0";
            Xdr.RowId rowId231 = new Xdr.RowId();
            rowId231.Text = "13";
            Xdr.RowOffset rowOffset231 = new Xdr.RowOffset();
            rowOffset231.Text = "0";

            fromMarker116.Append(columnId231);
            fromMarker116.Append(columnOffset231);
            fromMarker116.Append(rowId231);
            fromMarker116.Append(rowOffset231);

            Xdr.ToMarker toMarker116 = new Xdr.ToMarker();
            Xdr.ColumnId columnId232 = new Xdr.ColumnId();
            columnId232.Text = "4";
            Xdr.ColumnOffset columnOffset232 = new Xdr.ColumnOffset();
            columnOffset232.Text = "0";
            Xdr.RowId rowId232 = new Xdr.RowId();
            rowId232.Text = "13";
            Xdr.RowOffset rowOffset232 = new Xdr.RowOffset();
            rowOffset232.Text = "0";

            toMarker116.Append(columnId232);
            toMarker116.Append(columnOffset232);
            toMarker116.Append(rowId232);
            toMarker116.Append(rowOffset232);

            Xdr.Picture picture116 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties116 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties116 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2981U, Name = "Picture 364" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties116 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks116 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties116.Append(pictureLocks116);

            nonVisualPictureProperties116.Append(nonVisualDrawingProperties116);
            nonVisualPictureProperties116.Append(nonVisualPictureDrawingProperties116);

            Xdr.BlipFill blipFill116 = new Xdr.BlipFill();

            A.Blip blip116 = new A.Blip() { Embed = "rId1" };
            blip116.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle116 = new A.SourceRectangle();

            A.Stretch stretch116 = new A.Stretch();
            A.FillRectangle fillRectangle116 = new A.FillRectangle();

            stretch116.Append(fillRectangle116);

            blipFill116.Append(blip116);
            blipFill116.Append(sourceRectangle116);
            blipFill116.Append(stretch116);

            Xdr.ShapeProperties shapeProperties118 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D118 = new A.Transform2D();
            A.Offset offset118 = new A.Offset() { X = 1685925L, Y = 2676525L };
            A.Extents extents118 = new A.Extents() { Cx = 3924300L, Cy = 0L };

            transform2D118.Append(offset118);
            transform2D118.Append(extents118);

            A.PresetGeometry presetGeometry116 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList118 = new A.AdjustValueList();

            presetGeometry116.Append(adjustValueList118);
            A.NoFill noFill231 = new A.NoFill();

            A.Outline outline121 = new A.Outline() { Width = 9525 };
            A.NoFill noFill232 = new A.NoFill();
            A.Miter miter116 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd118 = new A.HeadEnd();
            A.TailEnd tailEnd118 = new A.TailEnd();

            outline121.Append(noFill232);
            outline121.Append(miter116);
            outline121.Append(headEnd118);
            outline121.Append(tailEnd118);

            shapeProperties118.Append(transform2D118);
            shapeProperties118.Append(presetGeometry116);
            shapeProperties118.Append(noFill231);
            shapeProperties118.Append(outline121);

            picture116.Append(nonVisualPictureProperties116);
            picture116.Append(blipFill116);
            picture116.Append(shapeProperties118);
            Xdr.ClientData clientData116 = new Xdr.ClientData();

            twoCellAnchor116.Append(fromMarker116);
            twoCellAnchor116.Append(toMarker116);
            twoCellAnchor116.Append(picture116);
            twoCellAnchor116.Append(clientData116);

            Xdr.TwoCellAnchor twoCellAnchor117 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker117 = new Xdr.FromMarker();
            Xdr.ColumnId columnId233 = new Xdr.ColumnId();
            columnId233.Text = "2";
            Xdr.ColumnOffset columnOffset233 = new Xdr.ColumnOffset();
            columnOffset233.Text = "0";
            Xdr.RowId rowId233 = new Xdr.RowId();
            rowId233.Text = "13";
            Xdr.RowOffset rowOffset233 = new Xdr.RowOffset();
            rowOffset233.Text = "0";

            fromMarker117.Append(columnId233);
            fromMarker117.Append(columnOffset233);
            fromMarker117.Append(rowId233);
            fromMarker117.Append(rowOffset233);

            Xdr.ToMarker toMarker117 = new Xdr.ToMarker();
            Xdr.ColumnId columnId234 = new Xdr.ColumnId();
            columnId234.Text = "4";
            Xdr.ColumnOffset columnOffset234 = new Xdr.ColumnOffset();
            columnOffset234.Text = "0";
            Xdr.RowId rowId234 = new Xdr.RowId();
            rowId234.Text = "13";
            Xdr.RowOffset rowOffset234 = new Xdr.RowOffset();
            rowOffset234.Text = "0";

            toMarker117.Append(columnId234);
            toMarker117.Append(columnOffset234);
            toMarker117.Append(rowId234);
            toMarker117.Append(rowOffset234);

            Xdr.Picture picture117 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties117 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties117 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2982U, Name = "Picture 365" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties117 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks117 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties117.Append(pictureLocks117);

            nonVisualPictureProperties117.Append(nonVisualDrawingProperties117);
            nonVisualPictureProperties117.Append(nonVisualPictureDrawingProperties117);

            Xdr.BlipFill blipFill117 = new Xdr.BlipFill();

            A.Blip blip117 = new A.Blip() { Embed = "rId1" };
            blip117.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle117 = new A.SourceRectangle();

            A.Stretch stretch117 = new A.Stretch();
            A.FillRectangle fillRectangle117 = new A.FillRectangle();

            stretch117.Append(fillRectangle117);

            blipFill117.Append(blip117);
            blipFill117.Append(sourceRectangle117);
            blipFill117.Append(stretch117);

            Xdr.ShapeProperties shapeProperties119 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D119 = new A.Transform2D();
            A.Offset offset119 = new A.Offset() { X = 1685925L, Y = 2676525L };
            A.Extents extents119 = new A.Extents() { Cx = 3924300L, Cy = 0L };

            transform2D119.Append(offset119);
            transform2D119.Append(extents119);

            A.PresetGeometry presetGeometry117 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList119 = new A.AdjustValueList();

            presetGeometry117.Append(adjustValueList119);
            A.NoFill noFill233 = new A.NoFill();

            A.Outline outline122 = new A.Outline() { Width = 9525 };
            A.NoFill noFill234 = new A.NoFill();
            A.Miter miter117 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd119 = new A.HeadEnd();
            A.TailEnd tailEnd119 = new A.TailEnd();

            outline122.Append(noFill234);
            outline122.Append(miter117);
            outline122.Append(headEnd119);
            outline122.Append(tailEnd119);

            shapeProperties119.Append(transform2D119);
            shapeProperties119.Append(presetGeometry117);
            shapeProperties119.Append(noFill233);
            shapeProperties119.Append(outline122);

            picture117.Append(nonVisualPictureProperties117);
            picture117.Append(blipFill117);
            picture117.Append(shapeProperties119);
            Xdr.ClientData clientData117 = new Xdr.ClientData();

            twoCellAnchor117.Append(fromMarker117);
            twoCellAnchor117.Append(toMarker117);
            twoCellAnchor117.Append(picture117);
            twoCellAnchor117.Append(clientData117);

            Xdr.TwoCellAnchor twoCellAnchor118 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker118 = new Xdr.FromMarker();
            Xdr.ColumnId columnId235 = new Xdr.ColumnId();
            columnId235.Text = "2";
            Xdr.ColumnOffset columnOffset235 = new Xdr.ColumnOffset();
            columnOffset235.Text = "0";
            Xdr.RowId rowId235 = new Xdr.RowId();
            rowId235.Text = "13";
            Xdr.RowOffset rowOffset235 = new Xdr.RowOffset();
            rowOffset235.Text = "0";

            fromMarker118.Append(columnId235);
            fromMarker118.Append(columnOffset235);
            fromMarker118.Append(rowId235);
            fromMarker118.Append(rowOffset235);

            Xdr.ToMarker toMarker118 = new Xdr.ToMarker();
            Xdr.ColumnId columnId236 = new Xdr.ColumnId();
            columnId236.Text = "4";
            Xdr.ColumnOffset columnOffset236 = new Xdr.ColumnOffset();
            columnOffset236.Text = "0";
            Xdr.RowId rowId236 = new Xdr.RowId();
            rowId236.Text = "13";
            Xdr.RowOffset rowOffset236 = new Xdr.RowOffset();
            rowOffset236.Text = "0";

            toMarker118.Append(columnId236);
            toMarker118.Append(columnOffset236);
            toMarker118.Append(rowId236);
            toMarker118.Append(rowOffset236);

            Xdr.Picture picture118 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties118 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties118 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2983U, Name = "Picture 366" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties118 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks118 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties118.Append(pictureLocks118);

            nonVisualPictureProperties118.Append(nonVisualDrawingProperties118);
            nonVisualPictureProperties118.Append(nonVisualPictureDrawingProperties118);

            Xdr.BlipFill blipFill118 = new Xdr.BlipFill();

            A.Blip blip118 = new A.Blip() { Embed = "rId1" };
            blip118.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle118 = new A.SourceRectangle();

            A.Stretch stretch118 = new A.Stretch();
            A.FillRectangle fillRectangle118 = new A.FillRectangle();

            stretch118.Append(fillRectangle118);

            blipFill118.Append(blip118);
            blipFill118.Append(sourceRectangle118);
            blipFill118.Append(stretch118);

            Xdr.ShapeProperties shapeProperties120 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D120 = new A.Transform2D();
            A.Offset offset120 = new A.Offset() { X = 1685925L, Y = 2676525L };
            A.Extents extents120 = new A.Extents() { Cx = 3924300L, Cy = 0L };

            transform2D120.Append(offset120);
            transform2D120.Append(extents120);

            A.PresetGeometry presetGeometry118 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList120 = new A.AdjustValueList();

            presetGeometry118.Append(adjustValueList120);
            A.NoFill noFill235 = new A.NoFill();

            A.Outline outline123 = new A.Outline() { Width = 9525 };
            A.NoFill noFill236 = new A.NoFill();
            A.Miter miter118 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd120 = new A.HeadEnd();
            A.TailEnd tailEnd120 = new A.TailEnd();

            outline123.Append(noFill236);
            outline123.Append(miter118);
            outline123.Append(headEnd120);
            outline123.Append(tailEnd120);

            shapeProperties120.Append(transform2D120);
            shapeProperties120.Append(presetGeometry118);
            shapeProperties120.Append(noFill235);
            shapeProperties120.Append(outline123);

            picture118.Append(nonVisualPictureProperties118);
            picture118.Append(blipFill118);
            picture118.Append(shapeProperties120);
            Xdr.ClientData clientData118 = new Xdr.ClientData();

            twoCellAnchor118.Append(fromMarker118);
            twoCellAnchor118.Append(toMarker118);
            twoCellAnchor118.Append(picture118);
            twoCellAnchor118.Append(clientData118);

            Xdr.TwoCellAnchor twoCellAnchor119 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker119 = new Xdr.FromMarker();
            Xdr.ColumnId columnId237 = new Xdr.ColumnId();
            columnId237.Text = "2";
            Xdr.ColumnOffset columnOffset237 = new Xdr.ColumnOffset();
            columnOffset237.Text = "19050";
            Xdr.RowId rowId237 = new Xdr.RowId();
            rowId237.Text = "13";
            Xdr.RowOffset rowOffset237 = new Xdr.RowOffset();
            rowOffset237.Text = "0";

            fromMarker119.Append(columnId237);
            fromMarker119.Append(columnOffset237);
            fromMarker119.Append(rowId237);
            fromMarker119.Append(rowOffset237);

            Xdr.ToMarker toMarker119 = new Xdr.ToMarker();
            Xdr.ColumnId columnId238 = new Xdr.ColumnId();
            columnId238.Text = "4";
            Xdr.ColumnOffset columnOffset238 = new Xdr.ColumnOffset();
            columnOffset238.Text = "0";
            Xdr.RowId rowId238 = new Xdr.RowId();
            rowId238.Text = "13";
            Xdr.RowOffset rowOffset238 = new Xdr.RowOffset();
            rowOffset238.Text = "0";

            toMarker119.Append(columnId238);
            toMarker119.Append(columnOffset238);
            toMarker119.Append(rowId238);
            toMarker119.Append(rowOffset238);

            Xdr.Picture picture119 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties119 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties119 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2984U, Name = "Picture 367" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties119 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks119 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties119.Append(pictureLocks119);

            nonVisualPictureProperties119.Append(nonVisualDrawingProperties119);
            nonVisualPictureProperties119.Append(nonVisualPictureDrawingProperties119);

            Xdr.BlipFill blipFill119 = new Xdr.BlipFill();

            A.Blip blip119 = new A.Blip() { Embed = "rId1" };
            blip119.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle119 = new A.SourceRectangle();

            A.Stretch stretch119 = new A.Stretch();
            A.FillRectangle fillRectangle119 = new A.FillRectangle();

            stretch119.Append(fillRectangle119);

            blipFill119.Append(blip119);
            blipFill119.Append(sourceRectangle119);
            blipFill119.Append(stretch119);

            Xdr.ShapeProperties shapeProperties121 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D121 = new A.Transform2D();
            A.Offset offset121 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents121 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D121.Append(offset121);
            transform2D121.Append(extents121);

            A.PresetGeometry presetGeometry119 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList121 = new A.AdjustValueList();

            presetGeometry119.Append(adjustValueList121);
            A.NoFill noFill237 = new A.NoFill();

            A.Outline outline124 = new A.Outline() { Width = 9525 };
            A.NoFill noFill238 = new A.NoFill();
            A.Miter miter119 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd121 = new A.HeadEnd();
            A.TailEnd tailEnd121 = new A.TailEnd();

            outline124.Append(noFill238);
            outline124.Append(miter119);
            outline124.Append(headEnd121);
            outline124.Append(tailEnd121);

            shapeProperties121.Append(transform2D121);
            shapeProperties121.Append(presetGeometry119);
            shapeProperties121.Append(noFill237);
            shapeProperties121.Append(outline124);

            picture119.Append(nonVisualPictureProperties119);
            picture119.Append(blipFill119);
            picture119.Append(shapeProperties121);
            Xdr.ClientData clientData119 = new Xdr.ClientData();

            twoCellAnchor119.Append(fromMarker119);
            twoCellAnchor119.Append(toMarker119);
            twoCellAnchor119.Append(picture119);
            twoCellAnchor119.Append(clientData119);

            Xdr.TwoCellAnchor twoCellAnchor120 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker120 = new Xdr.FromMarker();
            Xdr.ColumnId columnId239 = new Xdr.ColumnId();
            columnId239.Text = "2";
            Xdr.ColumnOffset columnOffset239 = new Xdr.ColumnOffset();
            columnOffset239.Text = "19050";
            Xdr.RowId rowId239 = new Xdr.RowId();
            rowId239.Text = "13";
            Xdr.RowOffset rowOffset239 = new Xdr.RowOffset();
            rowOffset239.Text = "0";

            fromMarker120.Append(columnId239);
            fromMarker120.Append(columnOffset239);
            fromMarker120.Append(rowId239);
            fromMarker120.Append(rowOffset239);

            Xdr.ToMarker toMarker120 = new Xdr.ToMarker();
            Xdr.ColumnId columnId240 = new Xdr.ColumnId();
            columnId240.Text = "4";
            Xdr.ColumnOffset columnOffset240 = new Xdr.ColumnOffset();
            columnOffset240.Text = "0";
            Xdr.RowId rowId240 = new Xdr.RowId();
            rowId240.Text = "13";
            Xdr.RowOffset rowOffset240 = new Xdr.RowOffset();
            rowOffset240.Text = "0";

            toMarker120.Append(columnId240);
            toMarker120.Append(columnOffset240);
            toMarker120.Append(rowId240);
            toMarker120.Append(rowOffset240);

            Xdr.Picture picture120 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties120 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties120 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2985U, Name = "Picture 368" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties120 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks120 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties120.Append(pictureLocks120);

            nonVisualPictureProperties120.Append(nonVisualDrawingProperties120);
            nonVisualPictureProperties120.Append(nonVisualPictureDrawingProperties120);

            Xdr.BlipFill blipFill120 = new Xdr.BlipFill();

            A.Blip blip120 = new A.Blip() { Embed = "rId1" };
            blip120.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle120 = new A.SourceRectangle();

            A.Stretch stretch120 = new A.Stretch();
            A.FillRectangle fillRectangle120 = new A.FillRectangle();

            stretch120.Append(fillRectangle120);

            blipFill120.Append(blip120);
            blipFill120.Append(sourceRectangle120);
            blipFill120.Append(stretch120);

            Xdr.ShapeProperties shapeProperties122 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D122 = new A.Transform2D();
            A.Offset offset122 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents122 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D122.Append(offset122);
            transform2D122.Append(extents122);

            A.PresetGeometry presetGeometry120 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList122 = new A.AdjustValueList();

            presetGeometry120.Append(adjustValueList122);
            A.NoFill noFill239 = new A.NoFill();

            A.Outline outline125 = new A.Outline() { Width = 9525 };
            A.NoFill noFill240 = new A.NoFill();
            A.Miter miter120 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd122 = new A.HeadEnd();
            A.TailEnd tailEnd122 = new A.TailEnd();

            outline125.Append(noFill240);
            outline125.Append(miter120);
            outline125.Append(headEnd122);
            outline125.Append(tailEnd122);

            shapeProperties122.Append(transform2D122);
            shapeProperties122.Append(presetGeometry120);
            shapeProperties122.Append(noFill239);
            shapeProperties122.Append(outline125);

            picture120.Append(nonVisualPictureProperties120);
            picture120.Append(blipFill120);
            picture120.Append(shapeProperties122);
            Xdr.ClientData clientData120 = new Xdr.ClientData();

            twoCellAnchor120.Append(fromMarker120);
            twoCellAnchor120.Append(toMarker120);
            twoCellAnchor120.Append(picture120);
            twoCellAnchor120.Append(clientData120);

            Xdr.TwoCellAnchor twoCellAnchor121 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker121 = new Xdr.FromMarker();
            Xdr.ColumnId columnId241 = new Xdr.ColumnId();
            columnId241.Text = "2";
            Xdr.ColumnOffset columnOffset241 = new Xdr.ColumnOffset();
            columnOffset241.Text = "19050";
            Xdr.RowId rowId241 = new Xdr.RowId();
            rowId241.Text = "13";
            Xdr.RowOffset rowOffset241 = new Xdr.RowOffset();
            rowOffset241.Text = "0";

            fromMarker121.Append(columnId241);
            fromMarker121.Append(columnOffset241);
            fromMarker121.Append(rowId241);
            fromMarker121.Append(rowOffset241);

            Xdr.ToMarker toMarker121 = new Xdr.ToMarker();
            Xdr.ColumnId columnId242 = new Xdr.ColumnId();
            columnId242.Text = "4";
            Xdr.ColumnOffset columnOffset242 = new Xdr.ColumnOffset();
            columnOffset242.Text = "0";
            Xdr.RowId rowId242 = new Xdr.RowId();
            rowId242.Text = "13";
            Xdr.RowOffset rowOffset242 = new Xdr.RowOffset();
            rowOffset242.Text = "0";

            toMarker121.Append(columnId242);
            toMarker121.Append(columnOffset242);
            toMarker121.Append(rowId242);
            toMarker121.Append(rowOffset242);

            Xdr.Picture picture121 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties121 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties121 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2986U, Name = "Picture 369" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties121 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks121 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties121.Append(pictureLocks121);

            nonVisualPictureProperties121.Append(nonVisualDrawingProperties121);
            nonVisualPictureProperties121.Append(nonVisualPictureDrawingProperties121);

            Xdr.BlipFill blipFill121 = new Xdr.BlipFill();

            A.Blip blip121 = new A.Blip() { Embed = "rId1" };
            blip121.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle121 = new A.SourceRectangle();

            A.Stretch stretch121 = new A.Stretch();
            A.FillRectangle fillRectangle121 = new A.FillRectangle();

            stretch121.Append(fillRectangle121);

            blipFill121.Append(blip121);
            blipFill121.Append(sourceRectangle121);
            blipFill121.Append(stretch121);

            Xdr.ShapeProperties shapeProperties123 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D123 = new A.Transform2D();
            A.Offset offset123 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents123 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D123.Append(offset123);
            transform2D123.Append(extents123);

            A.PresetGeometry presetGeometry121 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList123 = new A.AdjustValueList();

            presetGeometry121.Append(adjustValueList123);
            A.NoFill noFill241 = new A.NoFill();

            A.Outline outline126 = new A.Outline() { Width = 9525 };
            A.NoFill noFill242 = new A.NoFill();
            A.Miter miter121 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd123 = new A.HeadEnd();
            A.TailEnd tailEnd123 = new A.TailEnd();

            outline126.Append(noFill242);
            outline126.Append(miter121);
            outline126.Append(headEnd123);
            outline126.Append(tailEnd123);

            shapeProperties123.Append(transform2D123);
            shapeProperties123.Append(presetGeometry121);
            shapeProperties123.Append(noFill241);
            shapeProperties123.Append(outline126);

            picture121.Append(nonVisualPictureProperties121);
            picture121.Append(blipFill121);
            picture121.Append(shapeProperties123);
            Xdr.ClientData clientData121 = new Xdr.ClientData();

            twoCellAnchor121.Append(fromMarker121);
            twoCellAnchor121.Append(toMarker121);
            twoCellAnchor121.Append(picture121);
            twoCellAnchor121.Append(clientData121);

            Xdr.TwoCellAnchor twoCellAnchor122 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker122 = new Xdr.FromMarker();
            Xdr.ColumnId columnId243 = new Xdr.ColumnId();
            columnId243.Text = "2";
            Xdr.ColumnOffset columnOffset243 = new Xdr.ColumnOffset();
            columnOffset243.Text = "19050";
            Xdr.RowId rowId243 = new Xdr.RowId();
            rowId243.Text = "13";
            Xdr.RowOffset rowOffset243 = new Xdr.RowOffset();
            rowOffset243.Text = "0";

            fromMarker122.Append(columnId243);
            fromMarker122.Append(columnOffset243);
            fromMarker122.Append(rowId243);
            fromMarker122.Append(rowOffset243);

            Xdr.ToMarker toMarker122 = new Xdr.ToMarker();
            Xdr.ColumnId columnId244 = new Xdr.ColumnId();
            columnId244.Text = "4";
            Xdr.ColumnOffset columnOffset244 = new Xdr.ColumnOffset();
            columnOffset244.Text = "0";
            Xdr.RowId rowId244 = new Xdr.RowId();
            rowId244.Text = "13";
            Xdr.RowOffset rowOffset244 = new Xdr.RowOffset();
            rowOffset244.Text = "0";

            toMarker122.Append(columnId244);
            toMarker122.Append(columnOffset244);
            toMarker122.Append(rowId244);
            toMarker122.Append(rowOffset244);

            Xdr.Picture picture122 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties122 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties122 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2987U, Name = "Picture 370" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties122 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks122 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties122.Append(pictureLocks122);

            nonVisualPictureProperties122.Append(nonVisualDrawingProperties122);
            nonVisualPictureProperties122.Append(nonVisualPictureDrawingProperties122);

            Xdr.BlipFill blipFill122 = new Xdr.BlipFill();

            A.Blip blip122 = new A.Blip() { Embed = "rId1" };
            blip122.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle122 = new A.SourceRectangle();

            A.Stretch stretch122 = new A.Stretch();
            A.FillRectangle fillRectangle122 = new A.FillRectangle();

            stretch122.Append(fillRectangle122);

            blipFill122.Append(blip122);
            blipFill122.Append(sourceRectangle122);
            blipFill122.Append(stretch122);

            Xdr.ShapeProperties shapeProperties124 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D124 = new A.Transform2D();
            A.Offset offset124 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents124 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D124.Append(offset124);
            transform2D124.Append(extents124);

            A.PresetGeometry presetGeometry122 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList124 = new A.AdjustValueList();

            presetGeometry122.Append(adjustValueList124);
            A.NoFill noFill243 = new A.NoFill();

            A.Outline outline127 = new A.Outline() { Width = 9525 };
            A.NoFill noFill244 = new A.NoFill();
            A.Miter miter122 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd124 = new A.HeadEnd();
            A.TailEnd tailEnd124 = new A.TailEnd();

            outline127.Append(noFill244);
            outline127.Append(miter122);
            outline127.Append(headEnd124);
            outline127.Append(tailEnd124);

            shapeProperties124.Append(transform2D124);
            shapeProperties124.Append(presetGeometry122);
            shapeProperties124.Append(noFill243);
            shapeProperties124.Append(outline127);

            picture122.Append(nonVisualPictureProperties122);
            picture122.Append(blipFill122);
            picture122.Append(shapeProperties124);
            Xdr.ClientData clientData122 = new Xdr.ClientData();

            twoCellAnchor122.Append(fromMarker122);
            twoCellAnchor122.Append(toMarker122);
            twoCellAnchor122.Append(picture122);
            twoCellAnchor122.Append(clientData122);

            Xdr.TwoCellAnchor twoCellAnchor123 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker123 = new Xdr.FromMarker();
            Xdr.ColumnId columnId245 = new Xdr.ColumnId();
            columnId245.Text = "2";
            Xdr.ColumnOffset columnOffset245 = new Xdr.ColumnOffset();
            columnOffset245.Text = "19050";
            Xdr.RowId rowId245 = new Xdr.RowId();
            rowId245.Text = "13";
            Xdr.RowOffset rowOffset245 = new Xdr.RowOffset();
            rowOffset245.Text = "0";

            fromMarker123.Append(columnId245);
            fromMarker123.Append(columnOffset245);
            fromMarker123.Append(rowId245);
            fromMarker123.Append(rowOffset245);

            Xdr.ToMarker toMarker123 = new Xdr.ToMarker();
            Xdr.ColumnId columnId246 = new Xdr.ColumnId();
            columnId246.Text = "4";
            Xdr.ColumnOffset columnOffset246 = new Xdr.ColumnOffset();
            columnOffset246.Text = "0";
            Xdr.RowId rowId246 = new Xdr.RowId();
            rowId246.Text = "13";
            Xdr.RowOffset rowOffset246 = new Xdr.RowOffset();
            rowOffset246.Text = "0";

            toMarker123.Append(columnId246);
            toMarker123.Append(columnOffset246);
            toMarker123.Append(rowId246);
            toMarker123.Append(rowOffset246);

            Xdr.Picture picture123 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties123 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties123 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2988U, Name = "Picture 371" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties123 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks123 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties123.Append(pictureLocks123);

            nonVisualPictureProperties123.Append(nonVisualDrawingProperties123);
            nonVisualPictureProperties123.Append(nonVisualPictureDrawingProperties123);

            Xdr.BlipFill blipFill123 = new Xdr.BlipFill();

            A.Blip blip123 = new A.Blip() { Embed = "rId1" };
            blip123.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle123 = new A.SourceRectangle();

            A.Stretch stretch123 = new A.Stretch();
            A.FillRectangle fillRectangle123 = new A.FillRectangle();

            stretch123.Append(fillRectangle123);

            blipFill123.Append(blip123);
            blipFill123.Append(sourceRectangle123);
            blipFill123.Append(stretch123);

            Xdr.ShapeProperties shapeProperties125 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D125 = new A.Transform2D();
            A.Offset offset125 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents125 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D125.Append(offset125);
            transform2D125.Append(extents125);

            A.PresetGeometry presetGeometry123 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList125 = new A.AdjustValueList();

            presetGeometry123.Append(adjustValueList125);
            A.NoFill noFill245 = new A.NoFill();

            A.Outline outline128 = new A.Outline() { Width = 9525 };
            A.NoFill noFill246 = new A.NoFill();
            A.Miter miter123 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd125 = new A.HeadEnd();
            A.TailEnd tailEnd125 = new A.TailEnd();

            outline128.Append(noFill246);
            outline128.Append(miter123);
            outline128.Append(headEnd125);
            outline128.Append(tailEnd125);

            shapeProperties125.Append(transform2D125);
            shapeProperties125.Append(presetGeometry123);
            shapeProperties125.Append(noFill245);
            shapeProperties125.Append(outline128);

            picture123.Append(nonVisualPictureProperties123);
            picture123.Append(blipFill123);
            picture123.Append(shapeProperties125);
            Xdr.ClientData clientData123 = new Xdr.ClientData();

            twoCellAnchor123.Append(fromMarker123);
            twoCellAnchor123.Append(toMarker123);
            twoCellAnchor123.Append(picture123);
            twoCellAnchor123.Append(clientData123);

            Xdr.TwoCellAnchor twoCellAnchor124 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker124 = new Xdr.FromMarker();
            Xdr.ColumnId columnId247 = new Xdr.ColumnId();
            columnId247.Text = "2";
            Xdr.ColumnOffset columnOffset247 = new Xdr.ColumnOffset();
            columnOffset247.Text = "19050";
            Xdr.RowId rowId247 = new Xdr.RowId();
            rowId247.Text = "13";
            Xdr.RowOffset rowOffset247 = new Xdr.RowOffset();
            rowOffset247.Text = "0";

            fromMarker124.Append(columnId247);
            fromMarker124.Append(columnOffset247);
            fromMarker124.Append(rowId247);
            fromMarker124.Append(rowOffset247);

            Xdr.ToMarker toMarker124 = new Xdr.ToMarker();
            Xdr.ColumnId columnId248 = new Xdr.ColumnId();
            columnId248.Text = "4";
            Xdr.ColumnOffset columnOffset248 = new Xdr.ColumnOffset();
            columnOffset248.Text = "0";
            Xdr.RowId rowId248 = new Xdr.RowId();
            rowId248.Text = "13";
            Xdr.RowOffset rowOffset248 = new Xdr.RowOffset();
            rowOffset248.Text = "0";

            toMarker124.Append(columnId248);
            toMarker124.Append(columnOffset248);
            toMarker124.Append(rowId248);
            toMarker124.Append(rowOffset248);

            Xdr.Picture picture124 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties124 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties124 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2989U, Name = "Picture 372" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties124 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks124 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties124.Append(pictureLocks124);

            nonVisualPictureProperties124.Append(nonVisualDrawingProperties124);
            nonVisualPictureProperties124.Append(nonVisualPictureDrawingProperties124);

            Xdr.BlipFill blipFill124 = new Xdr.BlipFill();

            A.Blip blip124 = new A.Blip() { Embed = "rId1" };
            blip124.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle124 = new A.SourceRectangle();

            A.Stretch stretch124 = new A.Stretch();
            A.FillRectangle fillRectangle124 = new A.FillRectangle();

            stretch124.Append(fillRectangle124);

            blipFill124.Append(blip124);
            blipFill124.Append(sourceRectangle124);
            blipFill124.Append(stretch124);

            Xdr.ShapeProperties shapeProperties126 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D126 = new A.Transform2D();
            A.Offset offset126 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents126 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D126.Append(offset126);
            transform2D126.Append(extents126);

            A.PresetGeometry presetGeometry124 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList126 = new A.AdjustValueList();

            presetGeometry124.Append(adjustValueList126);
            A.NoFill noFill247 = new A.NoFill();

            A.Outline outline129 = new A.Outline() { Width = 9525 };
            A.NoFill noFill248 = new A.NoFill();
            A.Miter miter124 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd126 = new A.HeadEnd();
            A.TailEnd tailEnd126 = new A.TailEnd();

            outline129.Append(noFill248);
            outline129.Append(miter124);
            outline129.Append(headEnd126);
            outline129.Append(tailEnd126);

            shapeProperties126.Append(transform2D126);
            shapeProperties126.Append(presetGeometry124);
            shapeProperties126.Append(noFill247);
            shapeProperties126.Append(outline129);

            picture124.Append(nonVisualPictureProperties124);
            picture124.Append(blipFill124);
            picture124.Append(shapeProperties126);
            Xdr.ClientData clientData124 = new Xdr.ClientData();

            twoCellAnchor124.Append(fromMarker124);
            twoCellAnchor124.Append(toMarker124);
            twoCellAnchor124.Append(picture124);
            twoCellAnchor124.Append(clientData124);

            Xdr.TwoCellAnchor twoCellAnchor125 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker125 = new Xdr.FromMarker();
            Xdr.ColumnId columnId249 = new Xdr.ColumnId();
            columnId249.Text = "2";
            Xdr.ColumnOffset columnOffset249 = new Xdr.ColumnOffset();
            columnOffset249.Text = "19050";
            Xdr.RowId rowId249 = new Xdr.RowId();
            rowId249.Text = "13";
            Xdr.RowOffset rowOffset249 = new Xdr.RowOffset();
            rowOffset249.Text = "0";

            fromMarker125.Append(columnId249);
            fromMarker125.Append(columnOffset249);
            fromMarker125.Append(rowId249);
            fromMarker125.Append(rowOffset249);

            Xdr.ToMarker toMarker125 = new Xdr.ToMarker();
            Xdr.ColumnId columnId250 = new Xdr.ColumnId();
            columnId250.Text = "4";
            Xdr.ColumnOffset columnOffset250 = new Xdr.ColumnOffset();
            columnOffset250.Text = "0";
            Xdr.RowId rowId250 = new Xdr.RowId();
            rowId250.Text = "13";
            Xdr.RowOffset rowOffset250 = new Xdr.RowOffset();
            rowOffset250.Text = "0";

            toMarker125.Append(columnId250);
            toMarker125.Append(columnOffset250);
            toMarker125.Append(rowId250);
            toMarker125.Append(rowOffset250);

            Xdr.Picture picture125 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties125 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties125 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2990U, Name = "Picture 373" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties125 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks125 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties125.Append(pictureLocks125);

            nonVisualPictureProperties125.Append(nonVisualDrawingProperties125);
            nonVisualPictureProperties125.Append(nonVisualPictureDrawingProperties125);

            Xdr.BlipFill blipFill125 = new Xdr.BlipFill();

            A.Blip blip125 = new A.Blip() { Embed = "rId1" };
            blip125.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle125 = new A.SourceRectangle();

            A.Stretch stretch125 = new A.Stretch();
            A.FillRectangle fillRectangle125 = new A.FillRectangle();

            stretch125.Append(fillRectangle125);

            blipFill125.Append(blip125);
            blipFill125.Append(sourceRectangle125);
            blipFill125.Append(stretch125);

            Xdr.ShapeProperties shapeProperties127 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D127 = new A.Transform2D();
            A.Offset offset127 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents127 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D127.Append(offset127);
            transform2D127.Append(extents127);

            A.PresetGeometry presetGeometry125 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList127 = new A.AdjustValueList();

            presetGeometry125.Append(adjustValueList127);
            A.NoFill noFill249 = new A.NoFill();

            A.Outline outline130 = new A.Outline() { Width = 9525 };
            A.NoFill noFill250 = new A.NoFill();
            A.Miter miter125 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd127 = new A.HeadEnd();
            A.TailEnd tailEnd127 = new A.TailEnd();

            outline130.Append(noFill250);
            outline130.Append(miter125);
            outline130.Append(headEnd127);
            outline130.Append(tailEnd127);

            shapeProperties127.Append(transform2D127);
            shapeProperties127.Append(presetGeometry125);
            shapeProperties127.Append(noFill249);
            shapeProperties127.Append(outline130);

            picture125.Append(nonVisualPictureProperties125);
            picture125.Append(blipFill125);
            picture125.Append(shapeProperties127);
            Xdr.ClientData clientData125 = new Xdr.ClientData();

            twoCellAnchor125.Append(fromMarker125);
            twoCellAnchor125.Append(toMarker125);
            twoCellAnchor125.Append(picture125);
            twoCellAnchor125.Append(clientData125);

            Xdr.TwoCellAnchor twoCellAnchor126 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker126 = new Xdr.FromMarker();
            Xdr.ColumnId columnId251 = new Xdr.ColumnId();
            columnId251.Text = "2";
            Xdr.ColumnOffset columnOffset251 = new Xdr.ColumnOffset();
            columnOffset251.Text = "19050";
            Xdr.RowId rowId251 = new Xdr.RowId();
            rowId251.Text = "13";
            Xdr.RowOffset rowOffset251 = new Xdr.RowOffset();
            rowOffset251.Text = "0";

            fromMarker126.Append(columnId251);
            fromMarker126.Append(columnOffset251);
            fromMarker126.Append(rowId251);
            fromMarker126.Append(rowOffset251);

            Xdr.ToMarker toMarker126 = new Xdr.ToMarker();
            Xdr.ColumnId columnId252 = new Xdr.ColumnId();
            columnId252.Text = "4";
            Xdr.ColumnOffset columnOffset252 = new Xdr.ColumnOffset();
            columnOffset252.Text = "0";
            Xdr.RowId rowId252 = new Xdr.RowId();
            rowId252.Text = "13";
            Xdr.RowOffset rowOffset252 = new Xdr.RowOffset();
            rowOffset252.Text = "0";

            toMarker126.Append(columnId252);
            toMarker126.Append(columnOffset252);
            toMarker126.Append(rowId252);
            toMarker126.Append(rowOffset252);

            Xdr.Picture picture126 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties126 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties126 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2991U, Name = "Picture 374" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties126 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks126 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties126.Append(pictureLocks126);

            nonVisualPictureProperties126.Append(nonVisualDrawingProperties126);
            nonVisualPictureProperties126.Append(nonVisualPictureDrawingProperties126);

            Xdr.BlipFill blipFill126 = new Xdr.BlipFill();

            A.Blip blip126 = new A.Blip() { Embed = "rId1" };
            blip126.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle126 = new A.SourceRectangle();

            A.Stretch stretch126 = new A.Stretch();
            A.FillRectangle fillRectangle126 = new A.FillRectangle();

            stretch126.Append(fillRectangle126);

            blipFill126.Append(blip126);
            blipFill126.Append(sourceRectangle126);
            blipFill126.Append(stretch126);

            Xdr.ShapeProperties shapeProperties128 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D128 = new A.Transform2D();
            A.Offset offset128 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents128 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D128.Append(offset128);
            transform2D128.Append(extents128);

            A.PresetGeometry presetGeometry126 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList128 = new A.AdjustValueList();

            presetGeometry126.Append(adjustValueList128);
            A.NoFill noFill251 = new A.NoFill();

            A.Outline outline131 = new A.Outline() { Width = 9525 };
            A.NoFill noFill252 = new A.NoFill();
            A.Miter miter126 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd128 = new A.HeadEnd();
            A.TailEnd tailEnd128 = new A.TailEnd();

            outline131.Append(noFill252);
            outline131.Append(miter126);
            outline131.Append(headEnd128);
            outline131.Append(tailEnd128);

            shapeProperties128.Append(transform2D128);
            shapeProperties128.Append(presetGeometry126);
            shapeProperties128.Append(noFill251);
            shapeProperties128.Append(outline131);

            picture126.Append(nonVisualPictureProperties126);
            picture126.Append(blipFill126);
            picture126.Append(shapeProperties128);
            Xdr.ClientData clientData126 = new Xdr.ClientData();

            twoCellAnchor126.Append(fromMarker126);
            twoCellAnchor126.Append(toMarker126);
            twoCellAnchor126.Append(picture126);
            twoCellAnchor126.Append(clientData126);

            Xdr.TwoCellAnchor twoCellAnchor127 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker127 = new Xdr.FromMarker();
            Xdr.ColumnId columnId253 = new Xdr.ColumnId();
            columnId253.Text = "2";
            Xdr.ColumnOffset columnOffset253 = new Xdr.ColumnOffset();
            columnOffset253.Text = "19050";
            Xdr.RowId rowId253 = new Xdr.RowId();
            rowId253.Text = "13";
            Xdr.RowOffset rowOffset253 = new Xdr.RowOffset();
            rowOffset253.Text = "0";

            fromMarker127.Append(columnId253);
            fromMarker127.Append(columnOffset253);
            fromMarker127.Append(rowId253);
            fromMarker127.Append(rowOffset253);

            Xdr.ToMarker toMarker127 = new Xdr.ToMarker();
            Xdr.ColumnId columnId254 = new Xdr.ColumnId();
            columnId254.Text = "4";
            Xdr.ColumnOffset columnOffset254 = new Xdr.ColumnOffset();
            columnOffset254.Text = "0";
            Xdr.RowId rowId254 = new Xdr.RowId();
            rowId254.Text = "13";
            Xdr.RowOffset rowOffset254 = new Xdr.RowOffset();
            rowOffset254.Text = "0";

            toMarker127.Append(columnId254);
            toMarker127.Append(columnOffset254);
            toMarker127.Append(rowId254);
            toMarker127.Append(rowOffset254);

            Xdr.Picture picture127 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties127 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties127 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2992U, Name = "Picture 375" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties127 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks127 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties127.Append(pictureLocks127);

            nonVisualPictureProperties127.Append(nonVisualDrawingProperties127);
            nonVisualPictureProperties127.Append(nonVisualPictureDrawingProperties127);

            Xdr.BlipFill blipFill127 = new Xdr.BlipFill();

            A.Blip blip127 = new A.Blip() { Embed = "rId1" };
            blip127.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle127 = new A.SourceRectangle();

            A.Stretch stretch127 = new A.Stretch();
            A.FillRectangle fillRectangle127 = new A.FillRectangle();

            stretch127.Append(fillRectangle127);

            blipFill127.Append(blip127);
            blipFill127.Append(sourceRectangle127);
            blipFill127.Append(stretch127);

            Xdr.ShapeProperties shapeProperties129 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D129 = new A.Transform2D();
            A.Offset offset129 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents129 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D129.Append(offset129);
            transform2D129.Append(extents129);

            A.PresetGeometry presetGeometry127 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList129 = new A.AdjustValueList();

            presetGeometry127.Append(adjustValueList129);
            A.NoFill noFill253 = new A.NoFill();

            A.Outline outline132 = new A.Outline() { Width = 9525 };
            A.NoFill noFill254 = new A.NoFill();
            A.Miter miter127 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd129 = new A.HeadEnd();
            A.TailEnd tailEnd129 = new A.TailEnd();

            outline132.Append(noFill254);
            outline132.Append(miter127);
            outline132.Append(headEnd129);
            outline132.Append(tailEnd129);

            shapeProperties129.Append(transform2D129);
            shapeProperties129.Append(presetGeometry127);
            shapeProperties129.Append(noFill253);
            shapeProperties129.Append(outline132);

            picture127.Append(nonVisualPictureProperties127);
            picture127.Append(blipFill127);
            picture127.Append(shapeProperties129);
            Xdr.ClientData clientData127 = new Xdr.ClientData();

            twoCellAnchor127.Append(fromMarker127);
            twoCellAnchor127.Append(toMarker127);
            twoCellAnchor127.Append(picture127);
            twoCellAnchor127.Append(clientData127);

            Xdr.TwoCellAnchor twoCellAnchor128 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker128 = new Xdr.FromMarker();
            Xdr.ColumnId columnId255 = new Xdr.ColumnId();
            columnId255.Text = "2";
            Xdr.ColumnOffset columnOffset255 = new Xdr.ColumnOffset();
            columnOffset255.Text = "0";
            Xdr.RowId rowId255 = new Xdr.RowId();
            rowId255.Text = "13";
            Xdr.RowOffset rowOffset255 = new Xdr.RowOffset();
            rowOffset255.Text = "0";

            fromMarker128.Append(columnId255);
            fromMarker128.Append(columnOffset255);
            fromMarker128.Append(rowId255);
            fromMarker128.Append(rowOffset255);

            Xdr.ToMarker toMarker128 = new Xdr.ToMarker();
            Xdr.ColumnId columnId256 = new Xdr.ColumnId();
            columnId256.Text = "4";
            Xdr.ColumnOffset columnOffset256 = new Xdr.ColumnOffset();
            columnOffset256.Text = "0";
            Xdr.RowId rowId256 = new Xdr.RowId();
            rowId256.Text = "13";
            Xdr.RowOffset rowOffset256 = new Xdr.RowOffset();
            rowOffset256.Text = "0";

            toMarker128.Append(columnId256);
            toMarker128.Append(columnOffset256);
            toMarker128.Append(rowId256);
            toMarker128.Append(rowOffset256);

            Xdr.Picture picture128 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties128 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties128 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2993U, Name = "Picture 376" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties128 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks128 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties128.Append(pictureLocks128);

            nonVisualPictureProperties128.Append(nonVisualDrawingProperties128);
            nonVisualPictureProperties128.Append(nonVisualPictureDrawingProperties128);

            Xdr.BlipFill blipFill128 = new Xdr.BlipFill();

            A.Blip blip128 = new A.Blip() { Embed = "rId1" };
            blip128.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle128 = new A.SourceRectangle();

            A.Stretch stretch128 = new A.Stretch();
            A.FillRectangle fillRectangle128 = new A.FillRectangle();

            stretch128.Append(fillRectangle128);

            blipFill128.Append(blip128);
            blipFill128.Append(sourceRectangle128);
            blipFill128.Append(stretch128);

            Xdr.ShapeProperties shapeProperties130 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D130 = new A.Transform2D();
            A.Offset offset130 = new A.Offset() { X = 1685925L, Y = 2676525L };
            A.Extents extents130 = new A.Extents() { Cx = 3924300L, Cy = 0L };

            transform2D130.Append(offset130);
            transform2D130.Append(extents130);

            A.PresetGeometry presetGeometry128 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList130 = new A.AdjustValueList();

            presetGeometry128.Append(adjustValueList130);
            A.NoFill noFill255 = new A.NoFill();

            A.Outline outline133 = new A.Outline() { Width = 9525 };
            A.NoFill noFill256 = new A.NoFill();
            A.Miter miter128 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd130 = new A.HeadEnd();
            A.TailEnd tailEnd130 = new A.TailEnd();

            outline133.Append(noFill256);
            outline133.Append(miter128);
            outline133.Append(headEnd130);
            outline133.Append(tailEnd130);

            shapeProperties130.Append(transform2D130);
            shapeProperties130.Append(presetGeometry128);
            shapeProperties130.Append(noFill255);
            shapeProperties130.Append(outline133);

            picture128.Append(nonVisualPictureProperties128);
            picture128.Append(blipFill128);
            picture128.Append(shapeProperties130);
            Xdr.ClientData clientData128 = new Xdr.ClientData();

            twoCellAnchor128.Append(fromMarker128);
            twoCellAnchor128.Append(toMarker128);
            twoCellAnchor128.Append(picture128);
            twoCellAnchor128.Append(clientData128);

            Xdr.TwoCellAnchor twoCellAnchor129 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker129 = new Xdr.FromMarker();
            Xdr.ColumnId columnId257 = new Xdr.ColumnId();
            columnId257.Text = "2";
            Xdr.ColumnOffset columnOffset257 = new Xdr.ColumnOffset();
            columnOffset257.Text = "0";
            Xdr.RowId rowId257 = new Xdr.RowId();
            rowId257.Text = "13";
            Xdr.RowOffset rowOffset257 = new Xdr.RowOffset();
            rowOffset257.Text = "0";

            fromMarker129.Append(columnId257);
            fromMarker129.Append(columnOffset257);
            fromMarker129.Append(rowId257);
            fromMarker129.Append(rowOffset257);

            Xdr.ToMarker toMarker129 = new Xdr.ToMarker();
            Xdr.ColumnId columnId258 = new Xdr.ColumnId();
            columnId258.Text = "4";
            Xdr.ColumnOffset columnOffset258 = new Xdr.ColumnOffset();
            columnOffset258.Text = "0";
            Xdr.RowId rowId258 = new Xdr.RowId();
            rowId258.Text = "13";
            Xdr.RowOffset rowOffset258 = new Xdr.RowOffset();
            rowOffset258.Text = "0";

            toMarker129.Append(columnId258);
            toMarker129.Append(columnOffset258);
            toMarker129.Append(rowId258);
            toMarker129.Append(rowOffset258);

            Xdr.Picture picture129 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties129 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties129 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2994U, Name = "Picture 377" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties129 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks129 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties129.Append(pictureLocks129);

            nonVisualPictureProperties129.Append(nonVisualDrawingProperties129);
            nonVisualPictureProperties129.Append(nonVisualPictureDrawingProperties129);

            Xdr.BlipFill blipFill129 = new Xdr.BlipFill();

            A.Blip blip129 = new A.Blip() { Embed = "rId1" };
            blip129.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle129 = new A.SourceRectangle();

            A.Stretch stretch129 = new A.Stretch();
            A.FillRectangle fillRectangle129 = new A.FillRectangle();

            stretch129.Append(fillRectangle129);

            blipFill129.Append(blip129);
            blipFill129.Append(sourceRectangle129);
            blipFill129.Append(stretch129);

            Xdr.ShapeProperties shapeProperties131 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D131 = new A.Transform2D();
            A.Offset offset131 = new A.Offset() { X = 1685925L, Y = 2676525L };
            A.Extents extents131 = new A.Extents() { Cx = 3924300L, Cy = 0L };

            transform2D131.Append(offset131);
            transform2D131.Append(extents131);

            A.PresetGeometry presetGeometry129 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList131 = new A.AdjustValueList();

            presetGeometry129.Append(adjustValueList131);
            A.NoFill noFill257 = new A.NoFill();

            A.Outline outline134 = new A.Outline() { Width = 9525 };
            A.NoFill noFill258 = new A.NoFill();
            A.Miter miter129 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd131 = new A.HeadEnd();
            A.TailEnd tailEnd131 = new A.TailEnd();

            outline134.Append(noFill258);
            outline134.Append(miter129);
            outline134.Append(headEnd131);
            outline134.Append(tailEnd131);

            shapeProperties131.Append(transform2D131);
            shapeProperties131.Append(presetGeometry129);
            shapeProperties131.Append(noFill257);
            shapeProperties131.Append(outline134);

            picture129.Append(nonVisualPictureProperties129);
            picture129.Append(blipFill129);
            picture129.Append(shapeProperties131);
            Xdr.ClientData clientData129 = new Xdr.ClientData();

            twoCellAnchor129.Append(fromMarker129);
            twoCellAnchor129.Append(toMarker129);
            twoCellAnchor129.Append(picture129);
            twoCellAnchor129.Append(clientData129);

            Xdr.TwoCellAnchor twoCellAnchor130 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker130 = new Xdr.FromMarker();
            Xdr.ColumnId columnId259 = new Xdr.ColumnId();
            columnId259.Text = "2";
            Xdr.ColumnOffset columnOffset259 = new Xdr.ColumnOffset();
            columnOffset259.Text = "0";
            Xdr.RowId rowId259 = new Xdr.RowId();
            rowId259.Text = "13";
            Xdr.RowOffset rowOffset259 = new Xdr.RowOffset();
            rowOffset259.Text = "0";

            fromMarker130.Append(columnId259);
            fromMarker130.Append(columnOffset259);
            fromMarker130.Append(rowId259);
            fromMarker130.Append(rowOffset259);

            Xdr.ToMarker toMarker130 = new Xdr.ToMarker();
            Xdr.ColumnId columnId260 = new Xdr.ColumnId();
            columnId260.Text = "4";
            Xdr.ColumnOffset columnOffset260 = new Xdr.ColumnOffset();
            columnOffset260.Text = "0";
            Xdr.RowId rowId260 = new Xdr.RowId();
            rowId260.Text = "13";
            Xdr.RowOffset rowOffset260 = new Xdr.RowOffset();
            rowOffset260.Text = "0";

            toMarker130.Append(columnId260);
            toMarker130.Append(columnOffset260);
            toMarker130.Append(rowId260);
            toMarker130.Append(rowOffset260);

            Xdr.Picture picture130 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties130 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties130 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2995U, Name = "Picture 378" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties130 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks130 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties130.Append(pictureLocks130);

            nonVisualPictureProperties130.Append(nonVisualDrawingProperties130);
            nonVisualPictureProperties130.Append(nonVisualPictureDrawingProperties130);

            Xdr.BlipFill blipFill130 = new Xdr.BlipFill();

            A.Blip blip130 = new A.Blip() { Embed = "rId1" };
            blip130.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle130 = new A.SourceRectangle();

            A.Stretch stretch130 = new A.Stretch();
            A.FillRectangle fillRectangle130 = new A.FillRectangle();

            stretch130.Append(fillRectangle130);

            blipFill130.Append(blip130);
            blipFill130.Append(sourceRectangle130);
            blipFill130.Append(stretch130);

            Xdr.ShapeProperties shapeProperties132 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D132 = new A.Transform2D();
            A.Offset offset132 = new A.Offset() { X = 1685925L, Y = 2676525L };
            A.Extents extents132 = new A.Extents() { Cx = 3924300L, Cy = 0L };

            transform2D132.Append(offset132);
            transform2D132.Append(extents132);

            A.PresetGeometry presetGeometry130 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList132 = new A.AdjustValueList();

            presetGeometry130.Append(adjustValueList132);
            A.NoFill noFill259 = new A.NoFill();

            A.Outline outline135 = new A.Outline() { Width = 9525 };
            A.NoFill noFill260 = new A.NoFill();
            A.Miter miter130 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd132 = new A.HeadEnd();
            A.TailEnd tailEnd132 = new A.TailEnd();

            outline135.Append(noFill260);
            outline135.Append(miter130);
            outline135.Append(headEnd132);
            outline135.Append(tailEnd132);

            shapeProperties132.Append(transform2D132);
            shapeProperties132.Append(presetGeometry130);
            shapeProperties132.Append(noFill259);
            shapeProperties132.Append(outline135);

            picture130.Append(nonVisualPictureProperties130);
            picture130.Append(blipFill130);
            picture130.Append(shapeProperties132);
            Xdr.ClientData clientData130 = new Xdr.ClientData();

            twoCellAnchor130.Append(fromMarker130);
            twoCellAnchor130.Append(toMarker130);
            twoCellAnchor130.Append(picture130);
            twoCellAnchor130.Append(clientData130);

            Xdr.TwoCellAnchor twoCellAnchor131 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker131 = new Xdr.FromMarker();
            Xdr.ColumnId columnId261 = new Xdr.ColumnId();
            columnId261.Text = "2";
            Xdr.ColumnOffset columnOffset261 = new Xdr.ColumnOffset();
            columnOffset261.Text = "19050";
            Xdr.RowId rowId261 = new Xdr.RowId();
            rowId261.Text = "13";
            Xdr.RowOffset rowOffset261 = new Xdr.RowOffset();
            rowOffset261.Text = "0";

            fromMarker131.Append(columnId261);
            fromMarker131.Append(columnOffset261);
            fromMarker131.Append(rowId261);
            fromMarker131.Append(rowOffset261);

            Xdr.ToMarker toMarker131 = new Xdr.ToMarker();
            Xdr.ColumnId columnId262 = new Xdr.ColumnId();
            columnId262.Text = "4";
            Xdr.ColumnOffset columnOffset262 = new Xdr.ColumnOffset();
            columnOffset262.Text = "0";
            Xdr.RowId rowId262 = new Xdr.RowId();
            rowId262.Text = "13";
            Xdr.RowOffset rowOffset262 = new Xdr.RowOffset();
            rowOffset262.Text = "0";

            toMarker131.Append(columnId262);
            toMarker131.Append(columnOffset262);
            toMarker131.Append(rowId262);
            toMarker131.Append(rowOffset262);

            Xdr.Picture picture131 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties131 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties131 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2996U, Name = "Picture 379" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties131 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks131 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties131.Append(pictureLocks131);

            nonVisualPictureProperties131.Append(nonVisualDrawingProperties131);
            nonVisualPictureProperties131.Append(nonVisualPictureDrawingProperties131);

            Xdr.BlipFill blipFill131 = new Xdr.BlipFill();

            A.Blip blip131 = new A.Blip() { Embed = "rId1" };
            blip131.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle131 = new A.SourceRectangle();

            A.Stretch stretch131 = new A.Stretch();
            A.FillRectangle fillRectangle131 = new A.FillRectangle();

            stretch131.Append(fillRectangle131);

            blipFill131.Append(blip131);
            blipFill131.Append(sourceRectangle131);
            blipFill131.Append(stretch131);

            Xdr.ShapeProperties shapeProperties133 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D133 = new A.Transform2D();
            A.Offset offset133 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents133 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D133.Append(offset133);
            transform2D133.Append(extents133);

            A.PresetGeometry presetGeometry131 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList133 = new A.AdjustValueList();

            presetGeometry131.Append(adjustValueList133);
            A.NoFill noFill261 = new A.NoFill();

            A.Outline outline136 = new A.Outline() { Width = 9525 };
            A.NoFill noFill262 = new A.NoFill();
            A.Miter miter131 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd133 = new A.HeadEnd();
            A.TailEnd tailEnd133 = new A.TailEnd();

            outline136.Append(noFill262);
            outline136.Append(miter131);
            outline136.Append(headEnd133);
            outline136.Append(tailEnd133);

            shapeProperties133.Append(transform2D133);
            shapeProperties133.Append(presetGeometry131);
            shapeProperties133.Append(noFill261);
            shapeProperties133.Append(outline136);

            picture131.Append(nonVisualPictureProperties131);
            picture131.Append(blipFill131);
            picture131.Append(shapeProperties133);
            Xdr.ClientData clientData131 = new Xdr.ClientData();

            twoCellAnchor131.Append(fromMarker131);
            twoCellAnchor131.Append(toMarker131);
            twoCellAnchor131.Append(picture131);
            twoCellAnchor131.Append(clientData131);

            Xdr.TwoCellAnchor twoCellAnchor132 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker132 = new Xdr.FromMarker();
            Xdr.ColumnId columnId263 = new Xdr.ColumnId();
            columnId263.Text = "2";
            Xdr.ColumnOffset columnOffset263 = new Xdr.ColumnOffset();
            columnOffset263.Text = "19050";
            Xdr.RowId rowId263 = new Xdr.RowId();
            rowId263.Text = "13";
            Xdr.RowOffset rowOffset263 = new Xdr.RowOffset();
            rowOffset263.Text = "0";

            fromMarker132.Append(columnId263);
            fromMarker132.Append(columnOffset263);
            fromMarker132.Append(rowId263);
            fromMarker132.Append(rowOffset263);

            Xdr.ToMarker toMarker132 = new Xdr.ToMarker();
            Xdr.ColumnId columnId264 = new Xdr.ColumnId();
            columnId264.Text = "4";
            Xdr.ColumnOffset columnOffset264 = new Xdr.ColumnOffset();
            columnOffset264.Text = "0";
            Xdr.RowId rowId264 = new Xdr.RowId();
            rowId264.Text = "13";
            Xdr.RowOffset rowOffset264 = new Xdr.RowOffset();
            rowOffset264.Text = "0";

            toMarker132.Append(columnId264);
            toMarker132.Append(columnOffset264);
            toMarker132.Append(rowId264);
            toMarker132.Append(rowOffset264);

            Xdr.Picture picture132 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties132 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties132 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2997U, Name = "Picture 380" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties132 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks132 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties132.Append(pictureLocks132);

            nonVisualPictureProperties132.Append(nonVisualDrawingProperties132);
            nonVisualPictureProperties132.Append(nonVisualPictureDrawingProperties132);

            Xdr.BlipFill blipFill132 = new Xdr.BlipFill();

            A.Blip blip132 = new A.Blip() { Embed = "rId1" };
            blip132.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle132 = new A.SourceRectangle();

            A.Stretch stretch132 = new A.Stretch();
            A.FillRectangle fillRectangle132 = new A.FillRectangle();

            stretch132.Append(fillRectangle132);

            blipFill132.Append(blip132);
            blipFill132.Append(sourceRectangle132);
            blipFill132.Append(stretch132);

            Xdr.ShapeProperties shapeProperties134 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D134 = new A.Transform2D();
            A.Offset offset134 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents134 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D134.Append(offset134);
            transform2D134.Append(extents134);

            A.PresetGeometry presetGeometry132 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList134 = new A.AdjustValueList();

            presetGeometry132.Append(adjustValueList134);
            A.NoFill noFill263 = new A.NoFill();

            A.Outline outline137 = new A.Outline() { Width = 9525 };
            A.NoFill noFill264 = new A.NoFill();
            A.Miter miter132 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd134 = new A.HeadEnd();
            A.TailEnd tailEnd134 = new A.TailEnd();

            outline137.Append(noFill264);
            outline137.Append(miter132);
            outline137.Append(headEnd134);
            outline137.Append(tailEnd134);

            shapeProperties134.Append(transform2D134);
            shapeProperties134.Append(presetGeometry132);
            shapeProperties134.Append(noFill263);
            shapeProperties134.Append(outline137);

            picture132.Append(nonVisualPictureProperties132);
            picture132.Append(blipFill132);
            picture132.Append(shapeProperties134);
            Xdr.ClientData clientData132 = new Xdr.ClientData();

            twoCellAnchor132.Append(fromMarker132);
            twoCellAnchor132.Append(toMarker132);
            twoCellAnchor132.Append(picture132);
            twoCellAnchor132.Append(clientData132);

            Xdr.TwoCellAnchor twoCellAnchor133 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker133 = new Xdr.FromMarker();
            Xdr.ColumnId columnId265 = new Xdr.ColumnId();
            columnId265.Text = "2";
            Xdr.ColumnOffset columnOffset265 = new Xdr.ColumnOffset();
            columnOffset265.Text = "19050";
            Xdr.RowId rowId265 = new Xdr.RowId();
            rowId265.Text = "13";
            Xdr.RowOffset rowOffset265 = new Xdr.RowOffset();
            rowOffset265.Text = "0";

            fromMarker133.Append(columnId265);
            fromMarker133.Append(columnOffset265);
            fromMarker133.Append(rowId265);
            fromMarker133.Append(rowOffset265);

            Xdr.ToMarker toMarker133 = new Xdr.ToMarker();
            Xdr.ColumnId columnId266 = new Xdr.ColumnId();
            columnId266.Text = "4";
            Xdr.ColumnOffset columnOffset266 = new Xdr.ColumnOffset();
            columnOffset266.Text = "0";
            Xdr.RowId rowId266 = new Xdr.RowId();
            rowId266.Text = "13";
            Xdr.RowOffset rowOffset266 = new Xdr.RowOffset();
            rowOffset266.Text = "0";

            toMarker133.Append(columnId266);
            toMarker133.Append(columnOffset266);
            toMarker133.Append(rowId266);
            toMarker133.Append(rowOffset266);

            Xdr.Picture picture133 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties133 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties133 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2998U, Name = "Picture 381" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties133 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks133 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties133.Append(pictureLocks133);

            nonVisualPictureProperties133.Append(nonVisualDrawingProperties133);
            nonVisualPictureProperties133.Append(nonVisualPictureDrawingProperties133);

            Xdr.BlipFill blipFill133 = new Xdr.BlipFill();

            A.Blip blip133 = new A.Blip() { Embed = "rId1" };
            blip133.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle133 = new A.SourceRectangle();

            A.Stretch stretch133 = new A.Stretch();
            A.FillRectangle fillRectangle133 = new A.FillRectangle();

            stretch133.Append(fillRectangle133);

            blipFill133.Append(blip133);
            blipFill133.Append(sourceRectangle133);
            blipFill133.Append(stretch133);

            Xdr.ShapeProperties shapeProperties135 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D135 = new A.Transform2D();
            A.Offset offset135 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents135 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D135.Append(offset135);
            transform2D135.Append(extents135);

            A.PresetGeometry presetGeometry133 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList135 = new A.AdjustValueList();

            presetGeometry133.Append(adjustValueList135);
            A.NoFill noFill265 = new A.NoFill();

            A.Outline outline138 = new A.Outline() { Width = 9525 };
            A.NoFill noFill266 = new A.NoFill();
            A.Miter miter133 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd135 = new A.HeadEnd();
            A.TailEnd tailEnd135 = new A.TailEnd();

            outline138.Append(noFill266);
            outline138.Append(miter133);
            outline138.Append(headEnd135);
            outline138.Append(tailEnd135);

            shapeProperties135.Append(transform2D135);
            shapeProperties135.Append(presetGeometry133);
            shapeProperties135.Append(noFill265);
            shapeProperties135.Append(outline138);

            picture133.Append(nonVisualPictureProperties133);
            picture133.Append(blipFill133);
            picture133.Append(shapeProperties135);
            Xdr.ClientData clientData133 = new Xdr.ClientData();

            twoCellAnchor133.Append(fromMarker133);
            twoCellAnchor133.Append(toMarker133);
            twoCellAnchor133.Append(picture133);
            twoCellAnchor133.Append(clientData133);

            Xdr.TwoCellAnchor twoCellAnchor134 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker134 = new Xdr.FromMarker();
            Xdr.ColumnId columnId267 = new Xdr.ColumnId();
            columnId267.Text = "2";
            Xdr.ColumnOffset columnOffset267 = new Xdr.ColumnOffset();
            columnOffset267.Text = "19050";
            Xdr.RowId rowId267 = new Xdr.RowId();
            rowId267.Text = "13";
            Xdr.RowOffset rowOffset267 = new Xdr.RowOffset();
            rowOffset267.Text = "0";

            fromMarker134.Append(columnId267);
            fromMarker134.Append(columnOffset267);
            fromMarker134.Append(rowId267);
            fromMarker134.Append(rowOffset267);

            Xdr.ToMarker toMarker134 = new Xdr.ToMarker();
            Xdr.ColumnId columnId268 = new Xdr.ColumnId();
            columnId268.Text = "4";
            Xdr.ColumnOffset columnOffset268 = new Xdr.ColumnOffset();
            columnOffset268.Text = "0";
            Xdr.RowId rowId268 = new Xdr.RowId();
            rowId268.Text = "13";
            Xdr.RowOffset rowOffset268 = new Xdr.RowOffset();
            rowOffset268.Text = "0";

            toMarker134.Append(columnId268);
            toMarker134.Append(columnOffset268);
            toMarker134.Append(rowId268);
            toMarker134.Append(rowOffset268);

            Xdr.Picture picture134 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties134 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties134 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2999U, Name = "Picture 382" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties134 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks134 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties134.Append(pictureLocks134);

            nonVisualPictureProperties134.Append(nonVisualDrawingProperties134);
            nonVisualPictureProperties134.Append(nonVisualPictureDrawingProperties134);

            Xdr.BlipFill blipFill134 = new Xdr.BlipFill();

            A.Blip blip134 = new A.Blip() { Embed = "rId1" };
            blip134.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle134 = new A.SourceRectangle();

            A.Stretch stretch134 = new A.Stretch();
            A.FillRectangle fillRectangle134 = new A.FillRectangle();

            stretch134.Append(fillRectangle134);

            blipFill134.Append(blip134);
            blipFill134.Append(sourceRectangle134);
            blipFill134.Append(stretch134);

            Xdr.ShapeProperties shapeProperties136 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D136 = new A.Transform2D();
            A.Offset offset136 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents136 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D136.Append(offset136);
            transform2D136.Append(extents136);

            A.PresetGeometry presetGeometry134 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList136 = new A.AdjustValueList();

            presetGeometry134.Append(adjustValueList136);
            A.NoFill noFill267 = new A.NoFill();

            A.Outline outline139 = new A.Outline() { Width = 9525 };
            A.NoFill noFill268 = new A.NoFill();
            A.Miter miter134 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd136 = new A.HeadEnd();
            A.TailEnd tailEnd136 = new A.TailEnd();

            outline139.Append(noFill268);
            outline139.Append(miter134);
            outline139.Append(headEnd136);
            outline139.Append(tailEnd136);

            shapeProperties136.Append(transform2D136);
            shapeProperties136.Append(presetGeometry134);
            shapeProperties136.Append(noFill267);
            shapeProperties136.Append(outline139);

            picture134.Append(nonVisualPictureProperties134);
            picture134.Append(blipFill134);
            picture134.Append(shapeProperties136);
            Xdr.ClientData clientData134 = new Xdr.ClientData();

            twoCellAnchor134.Append(fromMarker134);
            twoCellAnchor134.Append(toMarker134);
            twoCellAnchor134.Append(picture134);
            twoCellAnchor134.Append(clientData134);

            Xdr.TwoCellAnchor twoCellAnchor135 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker135 = new Xdr.FromMarker();
            Xdr.ColumnId columnId269 = new Xdr.ColumnId();
            columnId269.Text = "2";
            Xdr.ColumnOffset columnOffset269 = new Xdr.ColumnOffset();
            columnOffset269.Text = "19050";
            Xdr.RowId rowId269 = new Xdr.RowId();
            rowId269.Text = "13";
            Xdr.RowOffset rowOffset269 = new Xdr.RowOffset();
            rowOffset269.Text = "0";

            fromMarker135.Append(columnId269);
            fromMarker135.Append(columnOffset269);
            fromMarker135.Append(rowId269);
            fromMarker135.Append(rowOffset269);

            Xdr.ToMarker toMarker135 = new Xdr.ToMarker();
            Xdr.ColumnId columnId270 = new Xdr.ColumnId();
            columnId270.Text = "4";
            Xdr.ColumnOffset columnOffset270 = new Xdr.ColumnOffset();
            columnOffset270.Text = "0";
            Xdr.RowId rowId270 = new Xdr.RowId();
            rowId270.Text = "13";
            Xdr.RowOffset rowOffset270 = new Xdr.RowOffset();
            rowOffset270.Text = "0";

            toMarker135.Append(columnId270);
            toMarker135.Append(columnOffset270);
            toMarker135.Append(rowId270);
            toMarker135.Append(rowOffset270);

            Xdr.Picture picture135 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties135 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties135 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)3000U, Name = "Picture 383" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties135 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks135 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties135.Append(pictureLocks135);

            nonVisualPictureProperties135.Append(nonVisualDrawingProperties135);
            nonVisualPictureProperties135.Append(nonVisualPictureDrawingProperties135);

            Xdr.BlipFill blipFill135 = new Xdr.BlipFill();

            A.Blip blip135 = new A.Blip() { Embed = "rId1" };
            blip135.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle135 = new A.SourceRectangle();

            A.Stretch stretch135 = new A.Stretch();
            A.FillRectangle fillRectangle135 = new A.FillRectangle();

            stretch135.Append(fillRectangle135);

            blipFill135.Append(blip135);
            blipFill135.Append(sourceRectangle135);
            blipFill135.Append(stretch135);

            Xdr.ShapeProperties shapeProperties137 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D137 = new A.Transform2D();
            A.Offset offset137 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents137 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D137.Append(offset137);
            transform2D137.Append(extents137);

            A.PresetGeometry presetGeometry135 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList137 = new A.AdjustValueList();

            presetGeometry135.Append(adjustValueList137);
            A.NoFill noFill269 = new A.NoFill();

            A.Outline outline140 = new A.Outline() { Width = 9525 };
            A.NoFill noFill270 = new A.NoFill();
            A.Miter miter135 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd137 = new A.HeadEnd();
            A.TailEnd tailEnd137 = new A.TailEnd();

            outline140.Append(noFill270);
            outline140.Append(miter135);
            outline140.Append(headEnd137);
            outline140.Append(tailEnd137);

            shapeProperties137.Append(transform2D137);
            shapeProperties137.Append(presetGeometry135);
            shapeProperties137.Append(noFill269);
            shapeProperties137.Append(outline140);

            picture135.Append(nonVisualPictureProperties135);
            picture135.Append(blipFill135);
            picture135.Append(shapeProperties137);
            Xdr.ClientData clientData135 = new Xdr.ClientData();

            twoCellAnchor135.Append(fromMarker135);
            twoCellAnchor135.Append(toMarker135);
            twoCellAnchor135.Append(picture135);
            twoCellAnchor135.Append(clientData135);

            Xdr.TwoCellAnchor twoCellAnchor136 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker136 = new Xdr.FromMarker();
            Xdr.ColumnId columnId271 = new Xdr.ColumnId();
            columnId271.Text = "2";
            Xdr.ColumnOffset columnOffset271 = new Xdr.ColumnOffset();
            columnOffset271.Text = "19050";
            Xdr.RowId rowId271 = new Xdr.RowId();
            rowId271.Text = "13";
            Xdr.RowOffset rowOffset271 = new Xdr.RowOffset();
            rowOffset271.Text = "0";

            fromMarker136.Append(columnId271);
            fromMarker136.Append(columnOffset271);
            fromMarker136.Append(rowId271);
            fromMarker136.Append(rowOffset271);

            Xdr.ToMarker toMarker136 = new Xdr.ToMarker();
            Xdr.ColumnId columnId272 = new Xdr.ColumnId();
            columnId272.Text = "4";
            Xdr.ColumnOffset columnOffset272 = new Xdr.ColumnOffset();
            columnOffset272.Text = "0";
            Xdr.RowId rowId272 = new Xdr.RowId();
            rowId272.Text = "13";
            Xdr.RowOffset rowOffset272 = new Xdr.RowOffset();
            rowOffset272.Text = "0";

            toMarker136.Append(columnId272);
            toMarker136.Append(columnOffset272);
            toMarker136.Append(rowId272);
            toMarker136.Append(rowOffset272);

            Xdr.Picture picture136 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties136 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties136 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)3001U, Name = "Picture 384" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties136 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks136 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties136.Append(pictureLocks136);

            nonVisualPictureProperties136.Append(nonVisualDrawingProperties136);
            nonVisualPictureProperties136.Append(nonVisualPictureDrawingProperties136);

            Xdr.BlipFill blipFill136 = new Xdr.BlipFill();

            A.Blip blip136 = new A.Blip() { Embed = "rId1" };
            blip136.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle136 = new A.SourceRectangle();

            A.Stretch stretch136 = new A.Stretch();
            A.FillRectangle fillRectangle136 = new A.FillRectangle();

            stretch136.Append(fillRectangle136);

            blipFill136.Append(blip136);
            blipFill136.Append(sourceRectangle136);
            blipFill136.Append(stretch136);

            Xdr.ShapeProperties shapeProperties138 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D138 = new A.Transform2D();
            A.Offset offset138 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents138 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D138.Append(offset138);
            transform2D138.Append(extents138);

            A.PresetGeometry presetGeometry136 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList138 = new A.AdjustValueList();

            presetGeometry136.Append(adjustValueList138);
            A.NoFill noFill271 = new A.NoFill();

            A.Outline outline141 = new A.Outline() { Width = 9525 };
            A.NoFill noFill272 = new A.NoFill();
            A.Miter miter136 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd138 = new A.HeadEnd();
            A.TailEnd tailEnd138 = new A.TailEnd();

            outline141.Append(noFill272);
            outline141.Append(miter136);
            outline141.Append(headEnd138);
            outline141.Append(tailEnd138);

            shapeProperties138.Append(transform2D138);
            shapeProperties138.Append(presetGeometry136);
            shapeProperties138.Append(noFill271);
            shapeProperties138.Append(outline141);

            picture136.Append(nonVisualPictureProperties136);
            picture136.Append(blipFill136);
            picture136.Append(shapeProperties138);
            Xdr.ClientData clientData136 = new Xdr.ClientData();

            twoCellAnchor136.Append(fromMarker136);
            twoCellAnchor136.Append(toMarker136);
            twoCellAnchor136.Append(picture136);
            twoCellAnchor136.Append(clientData136);

            Xdr.TwoCellAnchor twoCellAnchor137 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker137 = new Xdr.FromMarker();
            Xdr.ColumnId columnId273 = new Xdr.ColumnId();
            columnId273.Text = "2";
            Xdr.ColumnOffset columnOffset273 = new Xdr.ColumnOffset();
            columnOffset273.Text = "19050";
            Xdr.RowId rowId273 = new Xdr.RowId();
            rowId273.Text = "13";
            Xdr.RowOffset rowOffset273 = new Xdr.RowOffset();
            rowOffset273.Text = "0";

            fromMarker137.Append(columnId273);
            fromMarker137.Append(columnOffset273);
            fromMarker137.Append(rowId273);
            fromMarker137.Append(rowOffset273);

            Xdr.ToMarker toMarker137 = new Xdr.ToMarker();
            Xdr.ColumnId columnId274 = new Xdr.ColumnId();
            columnId274.Text = "4";
            Xdr.ColumnOffset columnOffset274 = new Xdr.ColumnOffset();
            columnOffset274.Text = "0";
            Xdr.RowId rowId274 = new Xdr.RowId();
            rowId274.Text = "13";
            Xdr.RowOffset rowOffset274 = new Xdr.RowOffset();
            rowOffset274.Text = "0";

            toMarker137.Append(columnId274);
            toMarker137.Append(columnOffset274);
            toMarker137.Append(rowId274);
            toMarker137.Append(rowOffset274);

            Xdr.Picture picture137 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties137 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties137 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)3002U, Name = "Picture 385" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties137 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks137 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties137.Append(pictureLocks137);

            nonVisualPictureProperties137.Append(nonVisualDrawingProperties137);
            nonVisualPictureProperties137.Append(nonVisualPictureDrawingProperties137);

            Xdr.BlipFill blipFill137 = new Xdr.BlipFill();

            A.Blip blip137 = new A.Blip() { Embed = "rId1" };
            blip137.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle137 = new A.SourceRectangle();

            A.Stretch stretch137 = new A.Stretch();
            A.FillRectangle fillRectangle137 = new A.FillRectangle();

            stretch137.Append(fillRectangle137);

            blipFill137.Append(blip137);
            blipFill137.Append(sourceRectangle137);
            blipFill137.Append(stretch137);

            Xdr.ShapeProperties shapeProperties139 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D139 = new A.Transform2D();
            A.Offset offset139 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents139 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D139.Append(offset139);
            transform2D139.Append(extents139);

            A.PresetGeometry presetGeometry137 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList139 = new A.AdjustValueList();

            presetGeometry137.Append(adjustValueList139);
            A.NoFill noFill273 = new A.NoFill();

            A.Outline outline142 = new A.Outline() { Width = 9525 };
            A.NoFill noFill274 = new A.NoFill();
            A.Miter miter137 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd139 = new A.HeadEnd();
            A.TailEnd tailEnd139 = new A.TailEnd();

            outline142.Append(noFill274);
            outline142.Append(miter137);
            outline142.Append(headEnd139);
            outline142.Append(tailEnd139);

            shapeProperties139.Append(transform2D139);
            shapeProperties139.Append(presetGeometry137);
            shapeProperties139.Append(noFill273);
            shapeProperties139.Append(outline142);

            picture137.Append(nonVisualPictureProperties137);
            picture137.Append(blipFill137);
            picture137.Append(shapeProperties139);
            Xdr.ClientData clientData137 = new Xdr.ClientData();

            twoCellAnchor137.Append(fromMarker137);
            twoCellAnchor137.Append(toMarker137);
            twoCellAnchor137.Append(picture137);
            twoCellAnchor137.Append(clientData137);

            Xdr.TwoCellAnchor twoCellAnchor138 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker138 = new Xdr.FromMarker();
            Xdr.ColumnId columnId275 = new Xdr.ColumnId();
            columnId275.Text = "2";
            Xdr.ColumnOffset columnOffset275 = new Xdr.ColumnOffset();
            columnOffset275.Text = "19050";
            Xdr.RowId rowId275 = new Xdr.RowId();
            rowId275.Text = "13";
            Xdr.RowOffset rowOffset275 = new Xdr.RowOffset();
            rowOffset275.Text = "0";

            fromMarker138.Append(columnId275);
            fromMarker138.Append(columnOffset275);
            fromMarker138.Append(rowId275);
            fromMarker138.Append(rowOffset275);

            Xdr.ToMarker toMarker138 = new Xdr.ToMarker();
            Xdr.ColumnId columnId276 = new Xdr.ColumnId();
            columnId276.Text = "4";
            Xdr.ColumnOffset columnOffset276 = new Xdr.ColumnOffset();
            columnOffset276.Text = "0";
            Xdr.RowId rowId276 = new Xdr.RowId();
            rowId276.Text = "13";
            Xdr.RowOffset rowOffset276 = new Xdr.RowOffset();
            rowOffset276.Text = "0";

            toMarker138.Append(columnId276);
            toMarker138.Append(columnOffset276);
            toMarker138.Append(rowId276);
            toMarker138.Append(rowOffset276);

            Xdr.Picture picture138 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties138 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties138 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)3003U, Name = "Picture 386" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties138 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks138 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties138.Append(pictureLocks138);

            nonVisualPictureProperties138.Append(nonVisualDrawingProperties138);
            nonVisualPictureProperties138.Append(nonVisualPictureDrawingProperties138);

            Xdr.BlipFill blipFill138 = new Xdr.BlipFill();

            A.Blip blip138 = new A.Blip() { Embed = "rId1" };
            blip138.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle138 = new A.SourceRectangle();

            A.Stretch stretch138 = new A.Stretch();
            A.FillRectangle fillRectangle138 = new A.FillRectangle();

            stretch138.Append(fillRectangle138);

            blipFill138.Append(blip138);
            blipFill138.Append(sourceRectangle138);
            blipFill138.Append(stretch138);

            Xdr.ShapeProperties shapeProperties140 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D140 = new A.Transform2D();
            A.Offset offset140 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents140 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D140.Append(offset140);
            transform2D140.Append(extents140);

            A.PresetGeometry presetGeometry138 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList140 = new A.AdjustValueList();

            presetGeometry138.Append(adjustValueList140);
            A.NoFill noFill275 = new A.NoFill();

            A.Outline outline143 = new A.Outline() { Width = 9525 };
            A.NoFill noFill276 = new A.NoFill();
            A.Miter miter138 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd140 = new A.HeadEnd();
            A.TailEnd tailEnd140 = new A.TailEnd();

            outline143.Append(noFill276);
            outline143.Append(miter138);
            outline143.Append(headEnd140);
            outline143.Append(tailEnd140);

            shapeProperties140.Append(transform2D140);
            shapeProperties140.Append(presetGeometry138);
            shapeProperties140.Append(noFill275);
            shapeProperties140.Append(outline143);

            picture138.Append(nonVisualPictureProperties138);
            picture138.Append(blipFill138);
            picture138.Append(shapeProperties140);
            Xdr.ClientData clientData138 = new Xdr.ClientData();

            twoCellAnchor138.Append(fromMarker138);
            twoCellAnchor138.Append(toMarker138);
            twoCellAnchor138.Append(picture138);
            twoCellAnchor138.Append(clientData138);

            Xdr.TwoCellAnchor twoCellAnchor139 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker139 = new Xdr.FromMarker();
            Xdr.ColumnId columnId277 = new Xdr.ColumnId();
            columnId277.Text = "2";
            Xdr.ColumnOffset columnOffset277 = new Xdr.ColumnOffset();
            columnOffset277.Text = "19050";
            Xdr.RowId rowId277 = new Xdr.RowId();
            rowId277.Text = "13";
            Xdr.RowOffset rowOffset277 = new Xdr.RowOffset();
            rowOffset277.Text = "0";

            fromMarker139.Append(columnId277);
            fromMarker139.Append(columnOffset277);
            fromMarker139.Append(rowId277);
            fromMarker139.Append(rowOffset277);

            Xdr.ToMarker toMarker139 = new Xdr.ToMarker();
            Xdr.ColumnId columnId278 = new Xdr.ColumnId();
            columnId278.Text = "4";
            Xdr.ColumnOffset columnOffset278 = new Xdr.ColumnOffset();
            columnOffset278.Text = "0";
            Xdr.RowId rowId278 = new Xdr.RowId();
            rowId278.Text = "13";
            Xdr.RowOffset rowOffset278 = new Xdr.RowOffset();
            rowOffset278.Text = "0";

            toMarker139.Append(columnId278);
            toMarker139.Append(columnOffset278);
            toMarker139.Append(rowId278);
            toMarker139.Append(rowOffset278);

            Xdr.Picture picture139 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties139 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties139 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)3004U, Name = "Picture 387" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties139 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks139 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties139.Append(pictureLocks139);

            nonVisualPictureProperties139.Append(nonVisualDrawingProperties139);
            nonVisualPictureProperties139.Append(nonVisualPictureDrawingProperties139);

            Xdr.BlipFill blipFill139 = new Xdr.BlipFill();

            A.Blip blip139 = new A.Blip() { Embed = "rId1" };
            blip139.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle139 = new A.SourceRectangle();

            A.Stretch stretch139 = new A.Stretch();
            A.FillRectangle fillRectangle139 = new A.FillRectangle();

            stretch139.Append(fillRectangle139);

            blipFill139.Append(blip139);
            blipFill139.Append(sourceRectangle139);
            blipFill139.Append(stretch139);

            Xdr.ShapeProperties shapeProperties141 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D141 = new A.Transform2D();
            A.Offset offset141 = new A.Offset() { X = 1704975L, Y = 2676525L };
            A.Extents extents141 = new A.Extents() { Cx = 3905250L, Cy = 0L };

            transform2D141.Append(offset141);
            transform2D141.Append(extents141);

            A.PresetGeometry presetGeometry139 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList141 = new A.AdjustValueList();

            presetGeometry139.Append(adjustValueList141);
            A.NoFill noFill277 = new A.NoFill();

            A.Outline outline144 = new A.Outline() { Width = 9525 };
            A.NoFill noFill278 = new A.NoFill();
            A.Miter miter139 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd141 = new A.HeadEnd();
            A.TailEnd tailEnd141 = new A.TailEnd();

            outline144.Append(noFill278);
            outline144.Append(miter139);
            outline144.Append(headEnd141);
            outline144.Append(tailEnd141);

            shapeProperties141.Append(transform2D141);
            shapeProperties141.Append(presetGeometry139);
            shapeProperties141.Append(noFill277);
            shapeProperties141.Append(outline144);

            picture139.Append(nonVisualPictureProperties139);
            picture139.Append(blipFill139);
            picture139.Append(shapeProperties141);
            Xdr.ClientData clientData139 = new Xdr.ClientData();

            twoCellAnchor139.Append(fromMarker139);
            twoCellAnchor139.Append(toMarker139);
            twoCellAnchor139.Append(picture139);
            twoCellAnchor139.Append(clientData139);

            Xdr.TwoCellAnchor twoCellAnchor140 = new Xdr.TwoCellAnchor();

            Xdr.FromMarker fromMarker140 = new Xdr.FromMarker();
            Xdr.ColumnId columnId279 = new Xdr.ColumnId();
            columnId279.Text = "2";
            Xdr.ColumnOffset columnOffset279 = new Xdr.ColumnOffset();
            columnOffset279.Text = "0";
            Xdr.RowId rowId279 = new Xdr.RowId();
            rowId279.Text = "13";
            Xdr.RowOffset rowOffset279 = new Xdr.RowOffset();
            rowOffset279.Text = "0";

            fromMarker140.Append(columnId279);
            fromMarker140.Append(columnOffset279);
            fromMarker140.Append(rowId279);
            fromMarker140.Append(rowOffset279);

            Xdr.ToMarker toMarker140 = new Xdr.ToMarker();
            Xdr.ColumnId columnId280 = new Xdr.ColumnId();
            columnId280.Text = "4";
            Xdr.ColumnOffset columnOffset280 = new Xdr.ColumnOffset();
            columnOffset280.Text = "0";
            Xdr.RowId rowId280 = new Xdr.RowId();
            rowId280.Text = "13";
            Xdr.RowOffset rowOffset280 = new Xdr.RowOffset();
            rowOffset280.Text = "0";

            toMarker140.Append(columnId280);
            toMarker140.Append(columnOffset280);
            toMarker140.Append(rowId280);
            toMarker140.Append(rowOffset280);

            Xdr.Picture picture140 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties140 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties140 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)3005U, Name = "Picture 388" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties140 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks140 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties140.Append(pictureLocks140);

            nonVisualPictureProperties140.Append(nonVisualDrawingProperties140);
            nonVisualPictureProperties140.Append(nonVisualPictureDrawingProperties140);

            Xdr.BlipFill blipFill140 = new Xdr.BlipFill();

            A.Blip blip140 = new A.Blip() { Embed = "rId1" };
            blip140.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle140 = new A.SourceRectangle();

            A.Stretch stretch140 = new A.Stretch();
            A.FillRectangle fillRectangle140 = new A.FillRectangle();

            stretch140.Append(fillRectangle140);

            blipFill140.Append(blip140);
            blipFill140.Append(sourceRectangle140);
            blipFill140.Append(stretch140);

            Xdr.ShapeProperties shapeProperties142 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D142 = new A.Transform2D();
            A.Offset offset142 = new A.Offset() { X = 1685925L, Y = 2676525L };
            A.Extents extents142 = new A.Extents() { Cx = 3924300L, Cy = 0L };

            transform2D142.Append(offset142);
            transform2D142.Append(extents142);

            A.PresetGeometry presetGeometry140 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList142 = new A.AdjustValueList();

            presetGeometry140.Append(adjustValueList142);
            A.NoFill noFill279 = new A.NoFill();

            A.Outline outline145 = new A.Outline() { Width = 9525 };
            A.NoFill noFill280 = new A.NoFill();
            A.Miter miter140 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd142 = new A.HeadEnd();
            A.TailEnd tailEnd142 = new A.TailEnd();

            outline145.Append(noFill280);
            outline145.Append(miter140);
            outline145.Append(headEnd142);
            outline145.Append(tailEnd142);

            shapeProperties142.Append(transform2D142);
            shapeProperties142.Append(presetGeometry140);
            shapeProperties142.Append(noFill279);
            shapeProperties142.Append(outline145);

            picture140.Append(nonVisualPictureProperties140);
            picture140.Append(blipFill140);
            picture140.Append(shapeProperties142);
            Xdr.ClientData clientData140 = new Xdr.ClientData();

            twoCellAnchor140.Append(fromMarker140);
            twoCellAnchor140.Append(toMarker140);
            twoCellAnchor140.Append(picture140);
            twoCellAnchor140.Append(clientData140);

            worksheetDrawing1.Append(twoCellAnchor1);
            worksheetDrawing1.Append(twoCellAnchor2);
            worksheetDrawing1.Append(twoCellAnchor3);
            worksheetDrawing1.Append(twoCellAnchor4);
            worksheetDrawing1.Append(twoCellAnchor5);
            worksheetDrawing1.Append(twoCellAnchor6);
            worksheetDrawing1.Append(twoCellAnchor7);
            worksheetDrawing1.Append(twoCellAnchor8);
            worksheetDrawing1.Append(twoCellAnchor9);
            worksheetDrawing1.Append(twoCellAnchor10);
            worksheetDrawing1.Append(twoCellAnchor11);
            worksheetDrawing1.Append(twoCellAnchor12);
            worksheetDrawing1.Append(twoCellAnchor13);
            worksheetDrawing1.Append(twoCellAnchor14);
            worksheetDrawing1.Append(twoCellAnchor15);
            worksheetDrawing1.Append(twoCellAnchor16);
            worksheetDrawing1.Append(twoCellAnchor17);
            worksheetDrawing1.Append(twoCellAnchor18);
            worksheetDrawing1.Append(twoCellAnchor19);
            worksheetDrawing1.Append(twoCellAnchor20);
            worksheetDrawing1.Append(twoCellAnchor21);
            worksheetDrawing1.Append(twoCellAnchor22);
            worksheetDrawing1.Append(twoCellAnchor23);
            worksheetDrawing1.Append(twoCellAnchor24);
            worksheetDrawing1.Append(twoCellAnchor25);
            worksheetDrawing1.Append(twoCellAnchor26);
            worksheetDrawing1.Append(twoCellAnchor27);
            worksheetDrawing1.Append(twoCellAnchor28);
            worksheetDrawing1.Append(twoCellAnchor29);
            worksheetDrawing1.Append(twoCellAnchor30);
            worksheetDrawing1.Append(twoCellAnchor31);
            worksheetDrawing1.Append(twoCellAnchor32);
            worksheetDrawing1.Append(twoCellAnchor33);
            worksheetDrawing1.Append(twoCellAnchor34);
            worksheetDrawing1.Append(twoCellAnchor35);
            worksheetDrawing1.Append(twoCellAnchor36);
            worksheetDrawing1.Append(twoCellAnchor37);
            worksheetDrawing1.Append(twoCellAnchor38);
            worksheetDrawing1.Append(twoCellAnchor39);
            worksheetDrawing1.Append(twoCellAnchor40);
            worksheetDrawing1.Append(twoCellAnchor41);
            worksheetDrawing1.Append(twoCellAnchor42);
            worksheetDrawing1.Append(twoCellAnchor43);
            worksheetDrawing1.Append(twoCellAnchor44);
            worksheetDrawing1.Append(twoCellAnchor45);
            worksheetDrawing1.Append(twoCellAnchor46);
            worksheetDrawing1.Append(twoCellAnchor47);
            worksheetDrawing1.Append(twoCellAnchor48);
            worksheetDrawing1.Append(twoCellAnchor49);
            worksheetDrawing1.Append(twoCellAnchor50);
            worksheetDrawing1.Append(twoCellAnchor51);
            worksheetDrawing1.Append(twoCellAnchor52);
            worksheetDrawing1.Append(twoCellAnchor53);
            worksheetDrawing1.Append(twoCellAnchor54);
            worksheetDrawing1.Append(twoCellAnchor55);
            worksheetDrawing1.Append(twoCellAnchor56);
            worksheetDrawing1.Append(twoCellAnchor57);
            worksheetDrawing1.Append(twoCellAnchor58);
            worksheetDrawing1.Append(twoCellAnchor59);
            worksheetDrawing1.Append(twoCellAnchor60);
            worksheetDrawing1.Append(twoCellAnchor61);
            worksheetDrawing1.Append(twoCellAnchor62);
            worksheetDrawing1.Append(twoCellAnchor63);
            worksheetDrawing1.Append(twoCellAnchor64);
            worksheetDrawing1.Append(twoCellAnchor65);
            worksheetDrawing1.Append(twoCellAnchor66);
            worksheetDrawing1.Append(twoCellAnchor67);
            worksheetDrawing1.Append(twoCellAnchor68);
            worksheetDrawing1.Append(twoCellAnchor69);
            worksheetDrawing1.Append(twoCellAnchor70);
            worksheetDrawing1.Append(twoCellAnchor71);
            worksheetDrawing1.Append(twoCellAnchor72);
            worksheetDrawing1.Append(twoCellAnchor73);
            worksheetDrawing1.Append(twoCellAnchor74);
            worksheetDrawing1.Append(twoCellAnchor75);
            worksheetDrawing1.Append(twoCellAnchor76);
            worksheetDrawing1.Append(twoCellAnchor77);
            worksheetDrawing1.Append(twoCellAnchor78);
            worksheetDrawing1.Append(twoCellAnchor79);
            worksheetDrawing1.Append(twoCellAnchor80);
            worksheetDrawing1.Append(twoCellAnchor81);
            worksheetDrawing1.Append(twoCellAnchor82);
            worksheetDrawing1.Append(twoCellAnchor83);
            worksheetDrawing1.Append(twoCellAnchor84);
            worksheetDrawing1.Append(twoCellAnchor85);
            worksheetDrawing1.Append(twoCellAnchor86);
            worksheetDrawing1.Append(twoCellAnchor87);
            worksheetDrawing1.Append(twoCellAnchor88);
            worksheetDrawing1.Append(twoCellAnchor89);
            worksheetDrawing1.Append(twoCellAnchor90);
            worksheetDrawing1.Append(twoCellAnchor91);
            worksheetDrawing1.Append(twoCellAnchor92);
            worksheetDrawing1.Append(twoCellAnchor93);
            worksheetDrawing1.Append(twoCellAnchor94);
            worksheetDrawing1.Append(twoCellAnchor95);
            worksheetDrawing1.Append(twoCellAnchor96);
            worksheetDrawing1.Append(twoCellAnchor97);
            worksheetDrawing1.Append(twoCellAnchor98);
            worksheetDrawing1.Append(twoCellAnchor99);
            worksheetDrawing1.Append(twoCellAnchor100);
            worksheetDrawing1.Append(twoCellAnchor101);
            worksheetDrawing1.Append(twoCellAnchor102);
            worksheetDrawing1.Append(twoCellAnchor103);
            worksheetDrawing1.Append(twoCellAnchor104);
            worksheetDrawing1.Append(twoCellAnchor105);
            worksheetDrawing1.Append(twoCellAnchor106);
            worksheetDrawing1.Append(twoCellAnchor107);
            worksheetDrawing1.Append(twoCellAnchor108);
            worksheetDrawing1.Append(twoCellAnchor109);
            worksheetDrawing1.Append(twoCellAnchor110);
            worksheetDrawing1.Append(twoCellAnchor111);
            worksheetDrawing1.Append(twoCellAnchor112);
            worksheetDrawing1.Append(twoCellAnchor113);
            worksheetDrawing1.Append(twoCellAnchor114);
            worksheetDrawing1.Append(twoCellAnchor115);
            worksheetDrawing1.Append(twoCellAnchor116);
            worksheetDrawing1.Append(twoCellAnchor117);
            worksheetDrawing1.Append(twoCellAnchor118);
            worksheetDrawing1.Append(twoCellAnchor119);
            worksheetDrawing1.Append(twoCellAnchor120);
            worksheetDrawing1.Append(twoCellAnchor121);
            worksheetDrawing1.Append(twoCellAnchor122);
            worksheetDrawing1.Append(twoCellAnchor123);
            worksheetDrawing1.Append(twoCellAnchor124);
            worksheetDrawing1.Append(twoCellAnchor125);
            worksheetDrawing1.Append(twoCellAnchor126);
            worksheetDrawing1.Append(twoCellAnchor127);
            worksheetDrawing1.Append(twoCellAnchor128);
            worksheetDrawing1.Append(twoCellAnchor129);
            worksheetDrawing1.Append(twoCellAnchor130);
            worksheetDrawing1.Append(twoCellAnchor131);
            worksheetDrawing1.Append(twoCellAnchor132);
            worksheetDrawing1.Append(twoCellAnchor133);
            worksheetDrawing1.Append(twoCellAnchor134);
            worksheetDrawing1.Append(twoCellAnchor135);
            worksheetDrawing1.Append(twoCellAnchor136);
            worksheetDrawing1.Append(twoCellAnchor137);
            worksheetDrawing1.Append(twoCellAnchor138);
            worksheetDrawing1.Append(twoCellAnchor139);
            worksheetDrawing1.Append(twoCellAnchor140);

            drawingsPart1.WorksheetDrawing = worksheetDrawing1;
        }
Exemplo n.º 21
0
        // Generates content of slideLayoutPart17.
        private void GenerateSlideLayoutPart17Content(SlideLayoutPart slideLayoutPart17)
        {
            SlideLayout slideLayout17 = new SlideLayout(){ Preserve = true };
            slideLayout17.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");
            slideLayout17.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            slideLayout17.AddNamespaceDeclaration("p", "http://schemas.openxmlformats.org/presentationml/2006/main");

            CommonSlideData commonSlideData19 = new CommonSlideData(){ Name = "Quote Name Card" };

            ShapeTree shapeTree19 = new ShapeTree();

            NonVisualGroupShapeProperties nonVisualGroupShapeProperties19 = new NonVisualGroupShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties194 = new NonVisualDrawingProperties(){ Id = (UInt32Value)1U, Name = "" };
            NonVisualGroupShapeDrawingProperties nonVisualGroupShapeDrawingProperties19 = new NonVisualGroupShapeDrawingProperties();
            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties194 = new ApplicationNonVisualDrawingProperties();

            nonVisualGroupShapeProperties19.Append(nonVisualDrawingProperties194);
            nonVisualGroupShapeProperties19.Append(nonVisualGroupShapeDrawingProperties19);
            nonVisualGroupShapeProperties19.Append(applicationNonVisualDrawingProperties194);

            GroupShapeProperties groupShapeProperties19 = new GroupShapeProperties();

            A.TransformGroup transformGroup19 = new A.TransformGroup();
            A.Offset offset136 = new A.Offset(){ X = 0L, Y = 0L };
            A.Extents extents136 = new A.Extents(){ Cx = 0L, Cy = 0L };
            A.ChildOffset childOffset19 = new A.ChildOffset(){ X = 0L, Y = 0L };
            A.ChildExtents childExtents19 = new A.ChildExtents(){ Cx = 0L, Cy = 0L };

            transformGroup19.Append(offset136);
            transformGroup19.Append(extents136);
            transformGroup19.Append(childOffset19);
            transformGroup19.Append(childExtents19);

            groupShapeProperties19.Append(transformGroup19);

            Shape shape96 = new Shape();

            NonVisualShapeProperties nonVisualShapeProperties96 = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties195 = new NonVisualDrawingProperties(){ Id = (UInt32Value)2U, Name = "Title 1" };

            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties96 = new NonVisualShapeDrawingProperties();
            A.ShapeLocks shapeLocks94 = new A.ShapeLocks(){ NoGrouping = true };

            nonVisualShapeDrawingProperties96.Append(shapeLocks94);

            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties195 = new ApplicationNonVisualDrawingProperties();
            PlaceholderShape placeholderShape94 = new PlaceholderShape(){ Type = PlaceholderValues.Title };

            applicationNonVisualDrawingProperties195.Append(placeholderShape94);

            nonVisualShapeProperties96.Append(nonVisualDrawingProperties195);
            nonVisualShapeProperties96.Append(nonVisualShapeDrawingProperties96);
            nonVisualShapeProperties96.Append(applicationNonVisualDrawingProperties195);

            ShapeProperties shapeProperties176 = new ShapeProperties();

            A.Transform2D transform2D118 = new A.Transform2D();
            A.Offset offset137 = new A.Offset(){ X = 1141710L, Y = 685800L };
            A.Extents extents137 = new A.Extents(){ Cx = 9146382L, Cy = 2743200L };

            transform2D118.Append(offset137);
            transform2D118.Append(extents137);

            shapeProperties176.Append(transform2D118);

            TextBody textBody96 = new TextBody();

            A.BodyProperties bodyProperties96 = new A.BodyProperties(){ Anchor = A.TextAnchoringTypeValues.Center };
            A.NormalAutoFit normalAutoFit28 = new A.NormalAutoFit();

            bodyProperties96.Append(normalAutoFit28);

            A.ListStyle listStyle96 = new A.ListStyle();

            A.Level1ParagraphProperties level1ParagraphProperties41 = new A.Level1ParagraphProperties(){ Alignment = A.TextAlignmentTypeValues.Left };

            A.DefaultRunProperties defaultRunProperties239 = new A.DefaultRunProperties(){ FontSize = 3200, Bold = false, Capital = A.TextCapsValues.All };

            A.SolidFill solidFill205 = new A.SolidFill();
            A.SchemeColor schemeColor541 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill205.Append(schemeColor541);

            defaultRunProperties239.Append(solidFill205);

            level1ParagraphProperties41.Append(defaultRunProperties239);

            listStyle96.Append(level1ParagraphProperties41);

            A.Paragraph paragraph132 = new A.Paragraph();

            A.Run run82 = new A.Run();

            A.RunProperties runProperties116 = new A.RunProperties(){ Language = "en-US", AlternativeLanguage = "ja-JP" };
            runProperties116.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text116 = new A.Text();
            text116.Text = "Click to edit Master title style";

            run82.Append(runProperties116);
            run82.Append(text116);
            A.EndParagraphRunProperties endParagraphRunProperties84 = new A.EndParagraphRunProperties(){ Language = "en-US", Dirty = false };

            paragraph132.Append(run82);
            paragraph132.Append(endParagraphRunProperties84);

            textBody96.Append(bodyProperties96);
            textBody96.Append(listStyle96);
            textBody96.Append(paragraph132);

            shape96.Append(nonVisualShapeProperties96);
            shape96.Append(shapeProperties176);
            shape96.Append(textBody96);

            Shape shape97 = new Shape();

            NonVisualShapeProperties nonVisualShapeProperties97 = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties196 = new NonVisualDrawingProperties(){ Id = (UInt32Value)3U, Name = "Text Placeholder 2" };

            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties97 = new NonVisualShapeDrawingProperties();
            A.ShapeLocks shapeLocks95 = new A.ShapeLocks(){ NoGrouping = true };

            nonVisualShapeDrawingProperties97.Append(shapeLocks95);

            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties196 = new ApplicationNonVisualDrawingProperties();
            PlaceholderShape placeholderShape95 = new PlaceholderShape(){ Type = PlaceholderValues.Body, Index = (UInt32Value)1U };

            applicationNonVisualDrawingProperties196.Append(placeholderShape95);

            nonVisualShapeProperties97.Append(nonVisualDrawingProperties196);
            nonVisualShapeProperties97.Append(nonVisualShapeDrawingProperties97);
            nonVisualShapeProperties97.Append(applicationNonVisualDrawingProperties196);

            ShapeProperties shapeProperties177 = new ShapeProperties();

            A.Transform2D transform2D119 = new A.Transform2D();
            A.Offset offset138 = new A.Offset(){ X = 684390L, Y = 4978400L };
            A.Extents extents138 = new A.Extents(){ Cx = 8536624L, Cy = 1016000L };

            transform2D119.Append(offset138);
            transform2D119.Append(extents138);

            shapeProperties177.Append(transform2D119);

            TextBody textBody97 = new TextBody();

            A.BodyProperties bodyProperties97 = new A.BodyProperties(){ Anchor = A.TextAnchoringTypeValues.Top };
            A.NormalAutoFit normalAutoFit29 = new A.NormalAutoFit();

            bodyProperties97.Append(normalAutoFit29);

            A.ListStyle listStyle97 = new A.ListStyle();

            A.Level1ParagraphProperties level1ParagraphProperties42 = new A.Level1ParagraphProperties(){ LeftMargin = 0, Indent = 0, Alignment = A.TextAlignmentTypeValues.Left };
            A.NoBullet noBullet123 = new A.NoBullet();

            A.DefaultRunProperties defaultRunProperties240 = new A.DefaultRunProperties(){ FontSize = 1800 };

            A.SolidFill solidFill206 = new A.SolidFill();

            A.SchemeColor schemeColor542 = new A.SchemeColor(){ Val = A.SchemeColorValues.Background2 };
            A.LuminanceModulation luminanceModulation24 = new A.LuminanceModulation(){ Val = 75000 };

            schemeColor542.Append(luminanceModulation24);

            solidFill206.Append(schemeColor542);

            defaultRunProperties240.Append(solidFill206);

            level1ParagraphProperties42.Append(noBullet123);
            level1ParagraphProperties42.Append(defaultRunProperties240);

            A.Level2ParagraphProperties level2ParagraphProperties27 = new A.Level2ParagraphProperties(){ LeftMargin = 457200, Indent = 0 };
            A.NoBullet noBullet124 = new A.NoBullet();

            A.DefaultRunProperties defaultRunProperties241 = new A.DefaultRunProperties(){ FontSize = 1800 };

            A.SolidFill solidFill207 = new A.SolidFill();

            A.SchemeColor schemeColor543 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.Tint tint55 = new A.Tint(){ Val = 75000 };

            schemeColor543.Append(tint55);

            solidFill207.Append(schemeColor543);

            defaultRunProperties241.Append(solidFill207);

            level2ParagraphProperties27.Append(noBullet124);
            level2ParagraphProperties27.Append(defaultRunProperties241);

            A.Level3ParagraphProperties level3ParagraphProperties27 = new A.Level3ParagraphProperties(){ LeftMargin = 914400, Indent = 0 };
            A.NoBullet noBullet125 = new A.NoBullet();

            A.DefaultRunProperties defaultRunProperties242 = new A.DefaultRunProperties(){ FontSize = 1600 };

            A.SolidFill solidFill208 = new A.SolidFill();

            A.SchemeColor schemeColor544 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.Tint tint56 = new A.Tint(){ Val = 75000 };

            schemeColor544.Append(tint56);

            solidFill208.Append(schemeColor544);

            defaultRunProperties242.Append(solidFill208);

            level3ParagraphProperties27.Append(noBullet125);
            level3ParagraphProperties27.Append(defaultRunProperties242);

            A.Level4ParagraphProperties level4ParagraphProperties27 = new A.Level4ParagraphProperties(){ LeftMargin = 1371600, Indent = 0 };
            A.NoBullet noBullet126 = new A.NoBullet();

            A.DefaultRunProperties defaultRunProperties243 = new A.DefaultRunProperties(){ FontSize = 1400 };

            A.SolidFill solidFill209 = new A.SolidFill();

            A.SchemeColor schemeColor545 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.Tint tint57 = new A.Tint(){ Val = 75000 };

            schemeColor545.Append(tint57);

            solidFill209.Append(schemeColor545);

            defaultRunProperties243.Append(solidFill209);

            level4ParagraphProperties27.Append(noBullet126);
            level4ParagraphProperties27.Append(defaultRunProperties243);

            A.Level5ParagraphProperties level5ParagraphProperties27 = new A.Level5ParagraphProperties(){ LeftMargin = 1828800, Indent = 0 };
            A.NoBullet noBullet127 = new A.NoBullet();

            A.DefaultRunProperties defaultRunProperties244 = new A.DefaultRunProperties(){ FontSize = 1400 };

            A.SolidFill solidFill210 = new A.SolidFill();

            A.SchemeColor schemeColor546 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.Tint tint58 = new A.Tint(){ Val = 75000 };

            schemeColor546.Append(tint58);

            solidFill210.Append(schemeColor546);

            defaultRunProperties244.Append(solidFill210);

            level5ParagraphProperties27.Append(noBullet127);
            level5ParagraphProperties27.Append(defaultRunProperties244);

            A.Level6ParagraphProperties level6ParagraphProperties24 = new A.Level6ParagraphProperties(){ LeftMargin = 2286000, Indent = 0 };
            A.NoBullet noBullet128 = new A.NoBullet();

            A.DefaultRunProperties defaultRunProperties245 = new A.DefaultRunProperties(){ FontSize = 1400 };

            A.SolidFill solidFill211 = new A.SolidFill();

            A.SchemeColor schemeColor547 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.Tint tint59 = new A.Tint(){ Val = 75000 };

            schemeColor547.Append(tint59);

            solidFill211.Append(schemeColor547);

            defaultRunProperties245.Append(solidFill211);

            level6ParagraphProperties24.Append(noBullet128);
            level6ParagraphProperties24.Append(defaultRunProperties245);

            A.Level7ParagraphProperties level7ParagraphProperties24 = new A.Level7ParagraphProperties(){ LeftMargin = 2743200, Indent = 0 };
            A.NoBullet noBullet129 = new A.NoBullet();

            A.DefaultRunProperties defaultRunProperties246 = new A.DefaultRunProperties(){ FontSize = 1400 };

            A.SolidFill solidFill212 = new A.SolidFill();

            A.SchemeColor schemeColor548 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.Tint tint60 = new A.Tint(){ Val = 75000 };

            schemeColor548.Append(tint60);

            solidFill212.Append(schemeColor548);

            defaultRunProperties246.Append(solidFill212);

            level7ParagraphProperties24.Append(noBullet129);
            level7ParagraphProperties24.Append(defaultRunProperties246);

            A.Level8ParagraphProperties level8ParagraphProperties24 = new A.Level8ParagraphProperties(){ LeftMargin = 3200400, Indent = 0 };
            A.NoBullet noBullet130 = new A.NoBullet();

            A.DefaultRunProperties defaultRunProperties247 = new A.DefaultRunProperties(){ FontSize = 1400 };

            A.SolidFill solidFill213 = new A.SolidFill();

            A.SchemeColor schemeColor549 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.Tint tint61 = new A.Tint(){ Val = 75000 };

            schemeColor549.Append(tint61);

            solidFill213.Append(schemeColor549);

            defaultRunProperties247.Append(solidFill213);

            level8ParagraphProperties24.Append(noBullet130);
            level8ParagraphProperties24.Append(defaultRunProperties247);

            A.Level9ParagraphProperties level9ParagraphProperties24 = new A.Level9ParagraphProperties(){ LeftMargin = 3657600, Indent = 0 };
            A.NoBullet noBullet131 = new A.NoBullet();

            A.DefaultRunProperties defaultRunProperties248 = new A.DefaultRunProperties(){ FontSize = 1400 };

            A.SolidFill solidFill214 = new A.SolidFill();

            A.SchemeColor schemeColor550 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.Tint tint62 = new A.Tint(){ Val = 75000 };

            schemeColor550.Append(tint62);

            solidFill214.Append(schemeColor550);

            defaultRunProperties248.Append(solidFill214);

            level9ParagraphProperties24.Append(noBullet131);
            level9ParagraphProperties24.Append(defaultRunProperties248);

            listStyle97.Append(level1ParagraphProperties42);
            listStyle97.Append(level2ParagraphProperties27);
            listStyle97.Append(level3ParagraphProperties27);
            listStyle97.Append(level4ParagraphProperties27);
            listStyle97.Append(level5ParagraphProperties27);
            listStyle97.Append(level6ParagraphProperties24);
            listStyle97.Append(level7ParagraphProperties24);
            listStyle97.Append(level8ParagraphProperties24);
            listStyle97.Append(level9ParagraphProperties24);

            A.Paragraph paragraph133 = new A.Paragraph();
            A.ParagraphProperties paragraphProperties61 = new A.ParagraphProperties(){ Level = 0 };

            A.Run run83 = new A.Run();

            A.RunProperties runProperties117 = new A.RunProperties(){ Language = "en-US", AlternativeLanguage = "ja-JP" };
            runProperties117.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text117 = new A.Text();
            text117.Text = "Click to edit Master text styles";

            run83.Append(runProperties117);
            run83.Append(text117);

            paragraph133.Append(paragraphProperties61);
            paragraph133.Append(run83);

            textBody97.Append(bodyProperties97);
            textBody97.Append(listStyle97);
            textBody97.Append(paragraph133);

            shape97.Append(nonVisualShapeProperties97);
            shape97.Append(shapeProperties177);
            shape97.Append(textBody97);

            Shape shape98 = new Shape();

            NonVisualShapeProperties nonVisualShapeProperties98 = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties197 = new NonVisualDrawingProperties(){ Id = (UInt32Value)4U, Name = "Date Placeholder 3" };

            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties98 = new NonVisualShapeDrawingProperties();
            A.ShapeLocks shapeLocks96 = new A.ShapeLocks(){ NoGrouping = true };

            nonVisualShapeDrawingProperties98.Append(shapeLocks96);

            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties197 = new ApplicationNonVisualDrawingProperties();
            PlaceholderShape placeholderShape96 = new PlaceholderShape(){ Type = PlaceholderValues.DateAndTime, Size = PlaceholderSizeValues.Half, Index = (UInt32Value)10U };

            applicationNonVisualDrawingProperties197.Append(placeholderShape96);

            nonVisualShapeProperties98.Append(nonVisualDrawingProperties197);
            nonVisualShapeProperties98.Append(nonVisualShapeDrawingProperties98);
            nonVisualShapeProperties98.Append(applicationNonVisualDrawingProperties197);
            ShapeProperties shapeProperties178 = new ShapeProperties();

            TextBody textBody98 = new TextBody();
            A.BodyProperties bodyProperties98 = new A.BodyProperties();
            A.ListStyle listStyle98 = new A.ListStyle();

            A.Paragraph paragraph134 = new A.Paragraph();

            A.Field field35 = new A.Field(){ Id = "{CE1A2D98-1BBD-4706-A118-AAC2A16BEAD3}", Type = "datetimeFigureOut" };

            A.RunProperties runProperties118 = new A.RunProperties(){ Kumimoji = true, Language = "ja-JP", AlternativeLanguage = "en-US" };
            runProperties118.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text118 = new A.Text();
            text118.Text = "2012/10/3";

            field35.Append(runProperties118);
            field35.Append(text118);
            A.EndParagraphRunProperties endParagraphRunProperties85 = new A.EndParagraphRunProperties(){ Kumimoji = true, Language = "ja-JP", AlternativeLanguage = "en-US" };

            paragraph134.Append(field35);
            paragraph134.Append(endParagraphRunProperties85);

            textBody98.Append(bodyProperties98);
            textBody98.Append(listStyle98);
            textBody98.Append(paragraph134);

            shape98.Append(nonVisualShapeProperties98);
            shape98.Append(shapeProperties178);
            shape98.Append(textBody98);

            Shape shape99 = new Shape();

            NonVisualShapeProperties nonVisualShapeProperties99 = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties198 = new NonVisualDrawingProperties(){ Id = (UInt32Value)5U, Name = "Footer Placeholder 4" };

            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties99 = new NonVisualShapeDrawingProperties();
            A.ShapeLocks shapeLocks97 = new A.ShapeLocks(){ NoGrouping = true };

            nonVisualShapeDrawingProperties99.Append(shapeLocks97);

            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties198 = new ApplicationNonVisualDrawingProperties();
            PlaceholderShape placeholderShape97 = new PlaceholderShape(){ Type = PlaceholderValues.Footer, Size = PlaceholderSizeValues.Quarter, Index = (UInt32Value)11U };

            applicationNonVisualDrawingProperties198.Append(placeholderShape97);

            nonVisualShapeProperties99.Append(nonVisualDrawingProperties198);
            nonVisualShapeProperties99.Append(nonVisualShapeDrawingProperties99);
            nonVisualShapeProperties99.Append(applicationNonVisualDrawingProperties198);
            ShapeProperties shapeProperties179 = new ShapeProperties();

            TextBody textBody99 = new TextBody();
            A.BodyProperties bodyProperties99 = new A.BodyProperties();
            A.ListStyle listStyle99 = new A.ListStyle();

            A.Paragraph paragraph135 = new A.Paragraph();
            A.EndParagraphRunProperties endParagraphRunProperties86 = new A.EndParagraphRunProperties(){ Kumimoji = true, Language = "ja-JP", AlternativeLanguage = "en-US" };

            paragraph135.Append(endParagraphRunProperties86);

            textBody99.Append(bodyProperties99);
            textBody99.Append(listStyle99);
            textBody99.Append(paragraph135);

            shape99.Append(nonVisualShapeProperties99);
            shape99.Append(shapeProperties179);
            shape99.Append(textBody99);

            Shape shape100 = new Shape();

            NonVisualShapeProperties nonVisualShapeProperties100 = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties199 = new NonVisualDrawingProperties(){ Id = (UInt32Value)6U, Name = "Slide Number Placeholder 5" };

            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties100 = new NonVisualShapeDrawingProperties();
            A.ShapeLocks shapeLocks98 = new A.ShapeLocks(){ NoGrouping = true };

            nonVisualShapeDrawingProperties100.Append(shapeLocks98);

            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties199 = new ApplicationNonVisualDrawingProperties();
            PlaceholderShape placeholderShape98 = new PlaceholderShape(){ Type = PlaceholderValues.SlideNumber, Size = PlaceholderSizeValues.Quarter, Index = (UInt32Value)12U };

            applicationNonVisualDrawingProperties199.Append(placeholderShape98);

            nonVisualShapeProperties100.Append(nonVisualDrawingProperties199);
            nonVisualShapeProperties100.Append(nonVisualShapeDrawingProperties100);
            nonVisualShapeProperties100.Append(applicationNonVisualDrawingProperties199);
            ShapeProperties shapeProperties180 = new ShapeProperties();

            TextBody textBody100 = new TextBody();
            A.BodyProperties bodyProperties100 = new A.BodyProperties();
            A.ListStyle listStyle100 = new A.ListStyle();

            A.Paragraph paragraph136 = new A.Paragraph();

            A.Field field36 = new A.Field(){ Id = "{D107CD50-7081-433F-A1F2-156B4E14F4F4}", Type = "slidenum" };

            A.RunProperties runProperties119 = new A.RunProperties(){ Kumimoji = true, Language = "ja-JP", AlternativeLanguage = "en-US" };
            runProperties119.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text119 = new A.Text();
            text119.Text = "‹#›";

            field36.Append(runProperties119);
            field36.Append(text119);
            A.EndParagraphRunProperties endParagraphRunProperties87 = new A.EndParagraphRunProperties(){ Kumimoji = true, Language = "ja-JP", AlternativeLanguage = "en-US" };

            paragraph136.Append(field36);
            paragraph136.Append(endParagraphRunProperties87);

            textBody100.Append(bodyProperties100);
            textBody100.Append(listStyle100);
            textBody100.Append(paragraph136);

            shape100.Append(nonVisualShapeProperties100);
            shape100.Append(shapeProperties180);
            shape100.Append(textBody100);

            Shape shape101 = new Shape();

            NonVisualShapeProperties nonVisualShapeProperties101 = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties200 = new NonVisualDrawingProperties(){ Id = (UInt32Value)10U, Name = "Text Placeholder 9" };

            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties101 = new NonVisualShapeDrawingProperties();
            A.ShapeLocks shapeLocks99 = new A.ShapeLocks(){ NoGrouping = true };

            nonVisualShapeDrawingProperties101.Append(shapeLocks99);

            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties200 = new ApplicationNonVisualDrawingProperties();
            PlaceholderShape placeholderShape99 = new PlaceholderShape(){ Type = PlaceholderValues.Body, Size = PlaceholderSizeValues.Quarter, Index = (UInt32Value)13U };

            applicationNonVisualDrawingProperties200.Append(placeholderShape99);

            nonVisualShapeProperties101.Append(nonVisualDrawingProperties200);
            nonVisualShapeProperties101.Append(nonVisualShapeDrawingProperties101);
            nonVisualShapeProperties101.Append(applicationNonVisualDrawingProperties200);

            ShapeProperties shapeProperties181 = new ShapeProperties();

            A.Transform2D transform2D120 = new A.Transform2D();
            A.Offset offset139 = new A.Offset(){ X = 684391L, Y = 3928534L };
            A.Extents extents139 = new A.Extents(){ Cx = 8536624L, Cy = 1049866L };

            transform2D120.Append(offset139);
            transform2D120.Append(extents139);

            shapeProperties181.Append(transform2D120);

            TextBody textBody101 = new TextBody();

            A.BodyProperties bodyProperties101 = new A.BodyProperties(){ Vertical = A.TextVerticalValues.Horizontal, LeftInset = 91440, TopInset = 45720, RightInset = 91440, BottomInset = 45720, RightToLeftColumns = false, Anchor = A.TextAnchoringTypeValues.Bottom };
            A.NormalAutoFit normalAutoFit30 = new A.NormalAutoFit();

            bodyProperties101.Append(normalAutoFit30);

            A.ListStyle listStyle101 = new A.ListStyle();

            A.Level1ParagraphProperties level1ParagraphProperties43 = new A.Level1ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties249 = new A.DefaultRunProperties(){ Language = "en-US", FontSize = 2400, Bold = false, Capital = A.TextCapsValues.All, Dirty = false };
            defaultRunProperties249.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));

            A.Outline outline90 = new A.Outline(){ Width = 3175, CompoundLineType = A.CompoundLineValues.Single };
            A.NoFill noFill5 = new A.NoFill();

            outline90.Append(noFill5);

            A.SolidFill solidFill215 = new A.SolidFill();
            A.SchemeColor schemeColor551 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill215.Append(schemeColor551);
            A.EffectList effectList24 = new A.EffectList();
            A.LatinFont latinFont37 = new A.LatinFont(){ Typeface = "+mj-lt" };
            A.EastAsianFont eastAsianFont34 = new A.EastAsianFont(){ Typeface = "+mj-ea" };
            A.ComplexScriptFont complexScriptFont34 = new A.ComplexScriptFont(){ Typeface = "Trebuchet MS" };

            defaultRunProperties249.Append(outline90);
            defaultRunProperties249.Append(solidFill215);
            defaultRunProperties249.Append(effectList24);
            defaultRunProperties249.Append(latinFont37);
            defaultRunProperties249.Append(eastAsianFont34);
            defaultRunProperties249.Append(complexScriptFont34);

            level1ParagraphProperties43.Append(defaultRunProperties249);

            listStyle101.Append(level1ParagraphProperties43);

            A.Paragraph paragraph137 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties62 = new A.ParagraphProperties(){ LeftMargin = 0, Level = 0 };

            A.SpaceBefore spaceBefore14 = new A.SpaceBefore();
            A.SpacingPercent spacingPercent14 = new A.SpacingPercent(){ Val = 0 };

            spaceBefore14.Append(spacingPercent14);
            A.NoBullet noBullet132 = new A.NoBullet();

            paragraphProperties62.Append(spaceBefore14);
            paragraphProperties62.Append(noBullet132);

            A.Run run84 = new A.Run();

            A.RunProperties runProperties120 = new A.RunProperties(){ Language = "en-US", AlternativeLanguage = "ja-JP" };
            runProperties120.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text120 = new A.Text();
            text120.Text = "Click to edit Master text styles";

            run84.Append(runProperties120);
            run84.Append(text120);

            paragraph137.Append(paragraphProperties62);
            paragraph137.Append(run84);

            textBody101.Append(bodyProperties101);
            textBody101.Append(listStyle101);
            textBody101.Append(paragraph137);

            shape101.Append(nonVisualShapeProperties101);
            shape101.Append(shapeProperties181);
            shape101.Append(textBody101);

            Shape shape102 = new Shape();

            NonVisualShapeProperties nonVisualShapeProperties102 = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties201 = new NonVisualDrawingProperties(){ Id = (UInt32Value)11U, Name = "TextBox 10" };
            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties102 = new NonVisualShapeDrawingProperties(){ TextBox = true };
            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties201 = new ApplicationNonVisualDrawingProperties();

            nonVisualShapeProperties102.Append(nonVisualDrawingProperties201);
            nonVisualShapeProperties102.Append(nonVisualShapeDrawingProperties102);
            nonVisualShapeProperties102.Append(applicationNonVisualDrawingProperties201);

            ShapeProperties shapeProperties182 = new ShapeProperties();

            A.Transform2D transform2D121 = new A.Transform2D();
            A.Offset offset140 = new A.Offset(){ X = 531950L, Y = 812222L };
            A.Extents extents140 = new A.Extents(){ Cx = 609759L, Cy = 584776L };

            transform2D121.Append(offset140);
            transform2D121.Append(extents140);

            A.PresetGeometry presetGeometry90 = new A.PresetGeometry(){ Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList90 = new A.AdjustValueList();

            presetGeometry90.Append(adjustValueList90);

            shapeProperties182.Append(transform2D121);
            shapeProperties182.Append(presetGeometry90);

            TextBody textBody102 = new TextBody();

            A.BodyProperties bodyProperties102 = new A.BodyProperties(){ Vertical = A.TextVerticalValues.Horizontal, LeftInset = 91440, TopInset = 45720, RightInset = 91440, BottomInset = 45720, RightToLeftColumns = false, Anchor = A.TextAnchoringTypeValues.Center };
            A.NoAutoFit noAutoFit5 = new A.NoAutoFit();

            bodyProperties102.Append(noAutoFit5);

            A.ListStyle listStyle102 = new A.ListStyle();

            A.Level1ParagraphProperties level1ParagraphProperties44 = new A.Level1ParagraphProperties();

            A.SpaceBefore spaceBefore15 = new A.SpaceBefore();
            A.SpacingPercent spacingPercent15 = new A.SpacingPercent(){ Val = 0 };

            spaceBefore15.Append(spacingPercent15);
            A.NoBullet noBullet133 = new A.NoBullet();

            A.DefaultRunProperties defaultRunProperties250 = new A.DefaultRunProperties(){ FontSize = 3200, Bold = false, Capital = A.TextCapsValues.All };

            A.Outline outline91 = new A.Outline(){ Width = 3175, CompoundLineType = A.CompoundLineValues.Single };
            A.NoFill noFill6 = new A.NoFill();

            outline91.Append(noFill6);

            A.EffectList effectList25 = new A.EffectList();

            A.Glow glow3 = new A.Glow(){ Radius = 38100L };

            A.SchemeColor schemeColor552 = new A.SchemeColor(){ Val = A.SchemeColorValues.Background1 };
            A.LuminanceModulation luminanceModulation25 = new A.LuminanceModulation(){ Val = 65000 };
            A.LuminanceOffset luminanceOffset3 = new A.LuminanceOffset(){ Val = 35000 };
            A.Alpha alpha12 = new A.Alpha(){ Val = 40000 };

            schemeColor552.Append(luminanceModulation25);
            schemeColor552.Append(luminanceOffset3);
            schemeColor552.Append(alpha12);

            glow3.Append(schemeColor552);

            A.OuterShadow outerShadow4 = new A.OuterShadow(){ BlurRadius = 28575L, Distance = 38100L, Direction = 14040000, Alignment = A.RectangleAlignmentValues.TopLeft, RotateWithShape = false };

            A.RgbColorModelHex rgbColorModelHex17 = new A.RgbColorModelHex(){ Val = "000000" };
            A.Alpha alpha13 = new A.Alpha(){ Val = 25000 };

            rgbColorModelHex17.Append(alpha13);

            outerShadow4.Append(rgbColorModelHex17);

            effectList25.Append(glow3);
            effectList25.Append(outerShadow4);
            A.LatinFont latinFont38 = new A.LatinFont(){ Typeface = "+mj-lt" };
            A.EastAsianFont eastAsianFont35 = new A.EastAsianFont(){ Typeface = "+mj-ea" };
            A.ComplexScriptFont complexScriptFont35 = new A.ComplexScriptFont(){ Typeface = "Trebuchet MS" };

            defaultRunProperties250.Append(outline91);
            defaultRunProperties250.Append(effectList25);
            defaultRunProperties250.Append(latinFont38);
            defaultRunProperties250.Append(eastAsianFont35);
            defaultRunProperties250.Append(complexScriptFont35);

            level1ParagraphProperties44.Append(spaceBefore15);
            level1ParagraphProperties44.Append(noBullet133);
            level1ParagraphProperties44.Append(defaultRunProperties250);

            A.Level2ParagraphProperties level2ParagraphProperties28 = new A.Level2ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties251 = new A.DefaultRunProperties();

            A.SolidFill solidFill216 = new A.SolidFill();
            A.SchemeColor schemeColor553 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill216.Append(schemeColor553);

            defaultRunProperties251.Append(solidFill216);

            level2ParagraphProperties28.Append(defaultRunProperties251);

            A.Level3ParagraphProperties level3ParagraphProperties28 = new A.Level3ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties252 = new A.DefaultRunProperties();

            A.SolidFill solidFill217 = new A.SolidFill();
            A.SchemeColor schemeColor554 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill217.Append(schemeColor554);

            defaultRunProperties252.Append(solidFill217);

            level3ParagraphProperties28.Append(defaultRunProperties252);

            A.Level4ParagraphProperties level4ParagraphProperties28 = new A.Level4ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties253 = new A.DefaultRunProperties();

            A.SolidFill solidFill218 = new A.SolidFill();
            A.SchemeColor schemeColor555 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill218.Append(schemeColor555);

            defaultRunProperties253.Append(solidFill218);

            level4ParagraphProperties28.Append(defaultRunProperties253);

            A.Level5ParagraphProperties level5ParagraphProperties28 = new A.Level5ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties254 = new A.DefaultRunProperties();

            A.SolidFill solidFill219 = new A.SolidFill();
            A.SchemeColor schemeColor556 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill219.Append(schemeColor556);

            defaultRunProperties254.Append(solidFill219);

            level5ParagraphProperties28.Append(defaultRunProperties254);

            A.Level6ParagraphProperties level6ParagraphProperties25 = new A.Level6ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties255 = new A.DefaultRunProperties();

            A.SolidFill solidFill220 = new A.SolidFill();
            A.SchemeColor schemeColor557 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill220.Append(schemeColor557);

            defaultRunProperties255.Append(solidFill220);

            level6ParagraphProperties25.Append(defaultRunProperties255);

            A.Level7ParagraphProperties level7ParagraphProperties25 = new A.Level7ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties256 = new A.DefaultRunProperties();

            A.SolidFill solidFill221 = new A.SolidFill();
            A.SchemeColor schemeColor558 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill221.Append(schemeColor558);

            defaultRunProperties256.Append(solidFill221);

            level7ParagraphProperties25.Append(defaultRunProperties256);

            A.Level8ParagraphProperties level8ParagraphProperties25 = new A.Level8ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties257 = new A.DefaultRunProperties();

            A.SolidFill solidFill222 = new A.SolidFill();
            A.SchemeColor schemeColor559 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill222.Append(schemeColor559);

            defaultRunProperties257.Append(solidFill222);

            level8ParagraphProperties25.Append(defaultRunProperties257);

            A.Level9ParagraphProperties level9ParagraphProperties25 = new A.Level9ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties258 = new A.DefaultRunProperties();

            A.SolidFill solidFill223 = new A.SolidFill();
            A.SchemeColor schemeColor560 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill223.Append(schemeColor560);

            defaultRunProperties258.Append(solidFill223);

            level9ParagraphProperties25.Append(defaultRunProperties258);

            listStyle102.Append(level1ParagraphProperties44);
            listStyle102.Append(level2ParagraphProperties28);
            listStyle102.Append(level3ParagraphProperties28);
            listStyle102.Append(level4ParagraphProperties28);
            listStyle102.Append(level5ParagraphProperties28);
            listStyle102.Append(level6ParagraphProperties25);
            listStyle102.Append(level7ParagraphProperties25);
            listStyle102.Append(level8ParagraphProperties25);
            listStyle102.Append(level9ParagraphProperties25);

            A.Paragraph paragraph138 = new A.Paragraph();
            A.ParagraphProperties paragraphProperties63 = new A.ParagraphProperties(){ Level = 0 };

            A.Run run85 = new A.Run();

            A.RunProperties runProperties121 = new A.RunProperties(){ Language = "en-US", FontSize = 8000, Dirty = false };
            runProperties121.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));

            A.SolidFill solidFill224 = new A.SolidFill();
            A.SchemeColor schemeColor561 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill224.Append(schemeColor561);
            A.EffectList effectList26 = new A.EffectList();

            runProperties121.Append(solidFill224);
            runProperties121.Append(effectList26);
            A.Text text121 = new A.Text();
            text121.Text = "“";

            run85.Append(runProperties121);
            run85.Append(text121);

            A.EndParagraphRunProperties endParagraphRunProperties88 = new A.EndParagraphRunProperties(){ Language = "en-US", FontSize = 8000, Dirty = false };

            A.SolidFill solidFill225 = new A.SolidFill();
            A.SchemeColor schemeColor562 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill225.Append(schemeColor562);
            A.EffectList effectList27 = new A.EffectList();

            endParagraphRunProperties88.Append(solidFill225);
            endParagraphRunProperties88.Append(effectList27);

            paragraph138.Append(paragraphProperties63);
            paragraph138.Append(run85);
            paragraph138.Append(endParagraphRunProperties88);

            textBody102.Append(bodyProperties102);
            textBody102.Append(listStyle102);
            textBody102.Append(paragraph138);

            shape102.Append(nonVisualShapeProperties102);
            shape102.Append(shapeProperties182);
            shape102.Append(textBody102);

            Shape shape103 = new Shape();

            NonVisualShapeProperties nonVisualShapeProperties103 = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties202 = new NonVisualDrawingProperties(){ Id = (UInt32Value)12U, Name = "TextBox 11" };
            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties103 = new NonVisualShapeDrawingProperties(){ TextBox = true };
            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties202 = new ApplicationNonVisualDrawingProperties();

            nonVisualShapeProperties103.Append(nonVisualDrawingProperties202);
            nonVisualShapeProperties103.Append(nonVisualShapeDrawingProperties103);
            nonVisualShapeProperties103.Append(applicationNonVisualDrawingProperties202);

            ShapeProperties shapeProperties183 = new ShapeProperties();

            A.Transform2D transform2D122 = new A.Transform2D();
            A.Offset offset141 = new A.Offset(){ X = 10288091L, Y = 2768601L };
            A.Extents extents141 = new A.Extents(){ Cx = 609759L, Cy = 584776L };

            transform2D122.Append(offset141);
            transform2D122.Append(extents141);

            A.PresetGeometry presetGeometry91 = new A.PresetGeometry(){ Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList91 = new A.AdjustValueList();

            presetGeometry91.Append(adjustValueList91);

            shapeProperties183.Append(transform2D122);
            shapeProperties183.Append(presetGeometry91);

            TextBody textBody103 = new TextBody();

            A.BodyProperties bodyProperties103 = new A.BodyProperties(){ Vertical = A.TextVerticalValues.Horizontal, LeftInset = 91440, TopInset = 45720, RightInset = 91440, BottomInset = 45720, RightToLeftColumns = false, Anchor = A.TextAnchoringTypeValues.Center };
            A.NoAutoFit noAutoFit6 = new A.NoAutoFit();

            bodyProperties103.Append(noAutoFit6);

            A.ListStyle listStyle103 = new A.ListStyle();

            A.Level1ParagraphProperties level1ParagraphProperties45 = new A.Level1ParagraphProperties();

            A.SpaceBefore spaceBefore16 = new A.SpaceBefore();
            A.SpacingPercent spacingPercent16 = new A.SpacingPercent(){ Val = 0 };

            spaceBefore16.Append(spacingPercent16);
            A.NoBullet noBullet134 = new A.NoBullet();

            A.DefaultRunProperties defaultRunProperties259 = new A.DefaultRunProperties(){ FontSize = 3200, Bold = false, Capital = A.TextCapsValues.All };

            A.Outline outline92 = new A.Outline(){ Width = 3175, CompoundLineType = A.CompoundLineValues.Single };
            A.NoFill noFill7 = new A.NoFill();

            outline92.Append(noFill7);

            A.EffectList effectList28 = new A.EffectList();

            A.Glow glow4 = new A.Glow(){ Radius = 38100L };

            A.SchemeColor schemeColor563 = new A.SchemeColor(){ Val = A.SchemeColorValues.Background1 };
            A.LuminanceModulation luminanceModulation26 = new A.LuminanceModulation(){ Val = 65000 };
            A.LuminanceOffset luminanceOffset4 = new A.LuminanceOffset(){ Val = 35000 };
            A.Alpha alpha14 = new A.Alpha(){ Val = 40000 };

            schemeColor563.Append(luminanceModulation26);
            schemeColor563.Append(luminanceOffset4);
            schemeColor563.Append(alpha14);

            glow4.Append(schemeColor563);

            A.OuterShadow outerShadow5 = new A.OuterShadow(){ BlurRadius = 28575L, Distance = 38100L, Direction = 14040000, Alignment = A.RectangleAlignmentValues.TopLeft, RotateWithShape = false };

            A.RgbColorModelHex rgbColorModelHex18 = new A.RgbColorModelHex(){ Val = "000000" };
            A.Alpha alpha15 = new A.Alpha(){ Val = 25000 };

            rgbColorModelHex18.Append(alpha15);

            outerShadow5.Append(rgbColorModelHex18);

            effectList28.Append(glow4);
            effectList28.Append(outerShadow5);
            A.LatinFont latinFont39 = new A.LatinFont(){ Typeface = "+mj-lt" };
            A.EastAsianFont eastAsianFont36 = new A.EastAsianFont(){ Typeface = "+mj-ea" };
            A.ComplexScriptFont complexScriptFont36 = new A.ComplexScriptFont(){ Typeface = "Trebuchet MS" };

            defaultRunProperties259.Append(outline92);
            defaultRunProperties259.Append(effectList28);
            defaultRunProperties259.Append(latinFont39);
            defaultRunProperties259.Append(eastAsianFont36);
            defaultRunProperties259.Append(complexScriptFont36);

            level1ParagraphProperties45.Append(spaceBefore16);
            level1ParagraphProperties45.Append(noBullet134);
            level1ParagraphProperties45.Append(defaultRunProperties259);

            A.Level2ParagraphProperties level2ParagraphProperties29 = new A.Level2ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties260 = new A.DefaultRunProperties();

            A.SolidFill solidFill226 = new A.SolidFill();
            A.SchemeColor schemeColor564 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill226.Append(schemeColor564);

            defaultRunProperties260.Append(solidFill226);

            level2ParagraphProperties29.Append(defaultRunProperties260);

            A.Level3ParagraphProperties level3ParagraphProperties29 = new A.Level3ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties261 = new A.DefaultRunProperties();

            A.SolidFill solidFill227 = new A.SolidFill();
            A.SchemeColor schemeColor565 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill227.Append(schemeColor565);

            defaultRunProperties261.Append(solidFill227);

            level3ParagraphProperties29.Append(defaultRunProperties261);

            A.Level4ParagraphProperties level4ParagraphProperties29 = new A.Level4ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties262 = new A.DefaultRunProperties();

            A.SolidFill solidFill228 = new A.SolidFill();
            A.SchemeColor schemeColor566 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill228.Append(schemeColor566);

            defaultRunProperties262.Append(solidFill228);

            level4ParagraphProperties29.Append(defaultRunProperties262);

            A.Level5ParagraphProperties level5ParagraphProperties29 = new A.Level5ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties263 = new A.DefaultRunProperties();

            A.SolidFill solidFill229 = new A.SolidFill();
            A.SchemeColor schemeColor567 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill229.Append(schemeColor567);

            defaultRunProperties263.Append(solidFill229);

            level5ParagraphProperties29.Append(defaultRunProperties263);

            A.Level6ParagraphProperties level6ParagraphProperties26 = new A.Level6ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties264 = new A.DefaultRunProperties();

            A.SolidFill solidFill230 = new A.SolidFill();
            A.SchemeColor schemeColor568 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill230.Append(schemeColor568);

            defaultRunProperties264.Append(solidFill230);

            level6ParagraphProperties26.Append(defaultRunProperties264);

            A.Level7ParagraphProperties level7ParagraphProperties26 = new A.Level7ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties265 = new A.DefaultRunProperties();

            A.SolidFill solidFill231 = new A.SolidFill();
            A.SchemeColor schemeColor569 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill231.Append(schemeColor569);

            defaultRunProperties265.Append(solidFill231);

            level7ParagraphProperties26.Append(defaultRunProperties265);

            A.Level8ParagraphProperties level8ParagraphProperties26 = new A.Level8ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties266 = new A.DefaultRunProperties();

            A.SolidFill solidFill232 = new A.SolidFill();
            A.SchemeColor schemeColor570 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill232.Append(schemeColor570);

            defaultRunProperties266.Append(solidFill232);

            level8ParagraphProperties26.Append(defaultRunProperties266);

            A.Level9ParagraphProperties level9ParagraphProperties26 = new A.Level9ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties267 = new A.DefaultRunProperties();

            A.SolidFill solidFill233 = new A.SolidFill();
            A.SchemeColor schemeColor571 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill233.Append(schemeColor571);

            defaultRunProperties267.Append(solidFill233);

            level9ParagraphProperties26.Append(defaultRunProperties267);

            listStyle103.Append(level1ParagraphProperties45);
            listStyle103.Append(level2ParagraphProperties29);
            listStyle103.Append(level3ParagraphProperties29);
            listStyle103.Append(level4ParagraphProperties29);
            listStyle103.Append(level5ParagraphProperties29);
            listStyle103.Append(level6ParagraphProperties26);
            listStyle103.Append(level7ParagraphProperties26);
            listStyle103.Append(level8ParagraphProperties26);
            listStyle103.Append(level9ParagraphProperties26);

            A.Paragraph paragraph139 = new A.Paragraph();
            A.ParagraphProperties paragraphProperties64 = new A.ParagraphProperties(){ Level = 0, Alignment = A.TextAlignmentTypeValues.Right };

            A.Run run86 = new A.Run();

            A.RunProperties runProperties122 = new A.RunProperties(){ Language = "en-US", FontSize = 8000, Dirty = false };
            runProperties122.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));

            A.SolidFill solidFill234 = new A.SolidFill();
            A.SchemeColor schemeColor572 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill234.Append(schemeColor572);
            A.EffectList effectList29 = new A.EffectList();

            runProperties122.Append(solidFill234);
            runProperties122.Append(effectList29);
            A.Text text122 = new A.Text();
            text122.Text = "”";

            run86.Append(runProperties122);
            run86.Append(text122);

            A.EndParagraphRunProperties endParagraphRunProperties89 = new A.EndParagraphRunProperties(){ Language = "en-US", FontSize = 8000, Dirty = false };

            A.SolidFill solidFill235 = new A.SolidFill();
            A.SchemeColor schemeColor573 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill235.Append(schemeColor573);
            A.EffectList effectList30 = new A.EffectList();

            endParagraphRunProperties89.Append(solidFill235);
            endParagraphRunProperties89.Append(effectList30);

            paragraph139.Append(paragraphProperties64);
            paragraph139.Append(run86);
            paragraph139.Append(endParagraphRunProperties89);

            textBody103.Append(bodyProperties103);
            textBody103.Append(listStyle103);
            textBody103.Append(paragraph139);

            shape103.Append(nonVisualShapeProperties103);
            shape103.Append(shapeProperties183);
            shape103.Append(textBody103);

            ConnectionShape connectionShape81 = new ConnectionShape();

            NonVisualConnectionShapeProperties nonVisualConnectionShapeProperties81 = new NonVisualConnectionShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties203 = new NonVisualDrawingProperties(){ Id = (UInt32Value)13U, Name = "Straight Connector 12" };
            NonVisualConnectorShapeDrawingProperties nonVisualConnectorShapeDrawingProperties81 = new NonVisualConnectorShapeDrawingProperties();
            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties203 = new ApplicationNonVisualDrawingProperties();

            nonVisualConnectionShapeProperties81.Append(nonVisualDrawingProperties203);
            nonVisualConnectionShapeProperties81.Append(nonVisualConnectorShapeDrawingProperties81);
            nonVisualConnectionShapeProperties81.Append(applicationNonVisualDrawingProperties203);

            ShapeProperties shapeProperties184 = new ShapeProperties();

            A.Transform2D transform2D123 = new A.Transform2D(){ HorizontalFlip = true };
            A.Offset offset142 = new A.Offset(){ X = 11278949L, Y = 2963333L };
            A.Extents extents142 = new A.Extents(){ Cx = 913052L, Cy = 912812L };

            transform2D123.Append(offset142);
            transform2D123.Append(extents142);

            A.PresetGeometry presetGeometry92 = new A.PresetGeometry(){ Preset = A.ShapeTypeValues.Line };
            A.AdjustValueList adjustValueList92 = new A.AdjustValueList();

            presetGeometry92.Append(adjustValueList92);

            A.Outline outline93 = new A.Outline(){ Width = 9525 };

            A.SolidFill solidFill236 = new A.SolidFill();
            A.SchemeColor schemeColor574 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill236.Append(schemeColor574);

            outline93.Append(solidFill236);

            shapeProperties184.Append(transform2D123);
            shapeProperties184.Append(presetGeometry92);
            shapeProperties184.Append(outline93);

            ShapeStyle shapeStyle81 = new ShapeStyle();

            A.LineReference lineReference81 = new A.LineReference(){ Index = (UInt32Value)2U };
            A.SchemeColor schemeColor575 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            lineReference81.Append(schemeColor575);

            A.FillReference fillReference81 = new A.FillReference(){ Index = (UInt32Value)0U };
            A.SchemeColor schemeColor576 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            fillReference81.Append(schemeColor576);

            A.EffectReference effectReference81 = new A.EffectReference(){ Index = (UInt32Value)1U };
            A.SchemeColor schemeColor577 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            effectReference81.Append(schemeColor577);

            A.FontReference fontReference81 = new A.FontReference(){ Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor578 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            fontReference81.Append(schemeColor578);

            shapeStyle81.Append(lineReference81);
            shapeStyle81.Append(fillReference81);
            shapeStyle81.Append(effectReference81);
            shapeStyle81.Append(fontReference81);

            connectionShape81.Append(nonVisualConnectionShapeProperties81);
            connectionShape81.Append(shapeProperties184);
            connectionShape81.Append(shapeStyle81);

            ConnectionShape connectionShape82 = new ConnectionShape();

            NonVisualConnectionShapeProperties nonVisualConnectionShapeProperties82 = new NonVisualConnectionShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties204 = new NonVisualDrawingProperties(){ Id = (UInt32Value)16U, Name = "Straight Connector 15" };
            NonVisualConnectorShapeDrawingProperties nonVisualConnectorShapeDrawingProperties82 = new NonVisualConnectorShapeDrawingProperties();
            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties204 = new ApplicationNonVisualDrawingProperties();

            nonVisualConnectionShapeProperties82.Append(nonVisualDrawingProperties204);
            nonVisualConnectionShapeProperties82.Append(nonVisualConnectorShapeDrawingProperties82);
            nonVisualConnectionShapeProperties82.Append(applicationNonVisualDrawingProperties204);

            ShapeProperties shapeProperties185 = new ShapeProperties();

            A.Transform2D transform2D124 = new A.Transform2D(){ HorizontalFlip = true };
            A.Offset offset143 = new A.Offset(){ X = 9209368L, Y = 3190344L };
            A.Extents extents143 = new A.Extents(){ Cx = 2982634L, Cy = 2981856L };

            transform2D124.Append(offset143);
            transform2D124.Append(extents143);

            A.PresetGeometry presetGeometry93 = new A.PresetGeometry(){ Preset = A.ShapeTypeValues.Line };
            A.AdjustValueList adjustValueList93 = new A.AdjustValueList();

            presetGeometry93.Append(adjustValueList93);

            A.Outline outline94 = new A.Outline(){ Width = 9525 };

            A.SolidFill solidFill237 = new A.SolidFill();
            A.SchemeColor schemeColor579 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill237.Append(schemeColor579);

            outline94.Append(solidFill237);

            shapeProperties185.Append(transform2D124);
            shapeProperties185.Append(presetGeometry93);
            shapeProperties185.Append(outline94);

            ShapeStyle shapeStyle82 = new ShapeStyle();

            A.LineReference lineReference82 = new A.LineReference(){ Index = (UInt32Value)2U };
            A.SchemeColor schemeColor580 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            lineReference82.Append(schemeColor580);

            A.FillReference fillReference82 = new A.FillReference(){ Index = (UInt32Value)0U };
            A.SchemeColor schemeColor581 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            fillReference82.Append(schemeColor581);

            A.EffectReference effectReference82 = new A.EffectReference(){ Index = (UInt32Value)1U };
            A.SchemeColor schemeColor582 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            effectReference82.Append(schemeColor582);

            A.FontReference fontReference82 = new A.FontReference(){ Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor583 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            fontReference82.Append(schemeColor583);

            shapeStyle82.Append(lineReference82);
            shapeStyle82.Append(fillReference82);
            shapeStyle82.Append(effectReference82);
            shapeStyle82.Append(fontReference82);

            connectionShape82.Append(nonVisualConnectionShapeProperties82);
            connectionShape82.Append(shapeProperties185);
            connectionShape82.Append(shapeStyle82);

            ConnectionShape connectionShape83 = new ConnectionShape();

            NonVisualConnectionShapeProperties nonVisualConnectionShapeProperties83 = new NonVisualConnectionShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties205 = new NonVisualDrawingProperties(){ Id = (UInt32Value)17U, Name = "Straight Connector 16" };
            NonVisualConnectorShapeDrawingProperties nonVisualConnectorShapeDrawingProperties83 = new NonVisualConnectorShapeDrawingProperties();
            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties205 = new ApplicationNonVisualDrawingProperties();

            nonVisualConnectionShapeProperties83.Append(nonVisualDrawingProperties205);
            nonVisualConnectionShapeProperties83.Append(nonVisualConnectorShapeDrawingProperties83);
            nonVisualConnectionShapeProperties83.Append(applicationNonVisualDrawingProperties205);

            ShapeProperties shapeProperties186 = new ShapeProperties();

            A.Transform2D transform2D125 = new A.Transform2D(){ HorizontalFlip = true };
            A.Offset offset144 = new A.Offset(){ X = 10294973L, Y = 3285068L };
            A.Extents extents144 = new A.Extents(){ Cx = 1897028L, Cy = 1896533L };

            transform2D125.Append(offset144);
            transform2D125.Append(extents144);

            A.PresetGeometry presetGeometry94 = new A.PresetGeometry(){ Preset = A.ShapeTypeValues.Line };
            A.AdjustValueList adjustValueList94 = new A.AdjustValueList();

            presetGeometry94.Append(adjustValueList94);

            A.Outline outline95 = new A.Outline(){ Width = 9525 };

            A.SolidFill solidFill238 = new A.SolidFill();
            A.SchemeColor schemeColor584 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill238.Append(schemeColor584);

            outline95.Append(solidFill238);

            shapeProperties186.Append(transform2D125);
            shapeProperties186.Append(presetGeometry94);
            shapeProperties186.Append(outline95);

            ShapeStyle shapeStyle83 = new ShapeStyle();

            A.LineReference lineReference83 = new A.LineReference(){ Index = (UInt32Value)2U };
            A.SchemeColor schemeColor585 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            lineReference83.Append(schemeColor585);

            A.FillReference fillReference83 = new A.FillReference(){ Index = (UInt32Value)0U };
            A.SchemeColor schemeColor586 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            fillReference83.Append(schemeColor586);

            A.EffectReference effectReference83 = new A.EffectReference(){ Index = (UInt32Value)1U };
            A.SchemeColor schemeColor587 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            effectReference83.Append(schemeColor587);

            A.FontReference fontReference83 = new A.FontReference(){ Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor588 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            fontReference83.Append(schemeColor588);

            shapeStyle83.Append(lineReference83);
            shapeStyle83.Append(fillReference83);
            shapeStyle83.Append(effectReference83);
            shapeStyle83.Append(fontReference83);

            connectionShape83.Append(nonVisualConnectionShapeProperties83);
            connectionShape83.Append(shapeProperties186);
            connectionShape83.Append(shapeStyle83);

            ConnectionShape connectionShape84 = new ConnectionShape();

            NonVisualConnectionShapeProperties nonVisualConnectionShapeProperties84 = new NonVisualConnectionShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties206 = new NonVisualDrawingProperties(){ Id = (UInt32Value)18U, Name = "Straight Connector 17" };
            NonVisualConnectorShapeDrawingProperties nonVisualConnectorShapeDrawingProperties84 = new NonVisualConnectorShapeDrawingProperties();
            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties206 = new ApplicationNonVisualDrawingProperties();

            nonVisualConnectionShapeProperties84.Append(nonVisualDrawingProperties206);
            nonVisualConnectionShapeProperties84.Append(nonVisualConnectorShapeDrawingProperties84);
            nonVisualConnectionShapeProperties84.Append(applicationNonVisualDrawingProperties206);

            ShapeProperties shapeProperties187 = new ShapeProperties();

            A.Transform2D transform2D126 = new A.Transform2D(){ HorizontalFlip = true };
            A.Offset offset145 = new A.Offset(){ X = 10445823L, Y = 3131080L };
            A.Extents extents145 = new A.Extents(){ Cx = 1746177L, Cy = 1745720L };

            transform2D126.Append(offset145);
            transform2D126.Append(extents145);

            A.PresetGeometry presetGeometry95 = new A.PresetGeometry(){ Preset = A.ShapeTypeValues.Line };
            A.AdjustValueList adjustValueList95 = new A.AdjustValueList();

            presetGeometry95.Append(adjustValueList95);

            A.Outline outline96 = new A.Outline(){ Width = 28575 };

            A.SolidFill solidFill239 = new A.SolidFill();
            A.SchemeColor schemeColor589 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill239.Append(schemeColor589);

            outline96.Append(solidFill239);

            shapeProperties187.Append(transform2D126);
            shapeProperties187.Append(presetGeometry95);
            shapeProperties187.Append(outline96);

            ShapeStyle shapeStyle84 = new ShapeStyle();

            A.LineReference lineReference84 = new A.LineReference(){ Index = (UInt32Value)2U };
            A.SchemeColor schemeColor590 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            lineReference84.Append(schemeColor590);

            A.FillReference fillReference84 = new A.FillReference(){ Index = (UInt32Value)0U };
            A.SchemeColor schemeColor591 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            fillReference84.Append(schemeColor591);

            A.EffectReference effectReference84 = new A.EffectReference(){ Index = (UInt32Value)1U };
            A.SchemeColor schemeColor592 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            effectReference84.Append(schemeColor592);

            A.FontReference fontReference84 = new A.FontReference(){ Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor593 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            fontReference84.Append(schemeColor593);

            shapeStyle84.Append(lineReference84);
            shapeStyle84.Append(fillReference84);
            shapeStyle84.Append(effectReference84);
            shapeStyle84.Append(fontReference84);

            connectionShape84.Append(nonVisualConnectionShapeProperties84);
            connectionShape84.Append(shapeProperties187);
            connectionShape84.Append(shapeStyle84);

            ConnectionShape connectionShape85 = new ConnectionShape();

            NonVisualConnectionShapeProperties nonVisualConnectionShapeProperties85 = new NonVisualConnectionShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties207 = new NonVisualDrawingProperties(){ Id = (UInt32Value)19U, Name = "Straight Connector 18" };
            NonVisualConnectorShapeDrawingProperties nonVisualConnectorShapeDrawingProperties85 = new NonVisualConnectorShapeDrawingProperties();
            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties207 = new ApplicationNonVisualDrawingProperties();

            nonVisualConnectionShapeProperties85.Append(nonVisualDrawingProperties207);
            nonVisualConnectionShapeProperties85.Append(nonVisualConnectorShapeDrawingProperties85);
            nonVisualConnectionShapeProperties85.Append(applicationNonVisualDrawingProperties207);

            ShapeProperties shapeProperties188 = new ShapeProperties();

            A.Transform2D transform2D127 = new A.Transform2D(){ HorizontalFlip = true };
            A.Offset offset146 = new A.Offset(){ X = 10921671L, Y = 3683002L };
            A.Extents extents146 = new A.Extents(){ Cx = 1270332L, Cy = 1269999L };

            transform2D127.Append(offset146);
            transform2D127.Append(extents146);

            A.PresetGeometry presetGeometry96 = new A.PresetGeometry(){ Preset = A.ShapeTypeValues.Line };
            A.AdjustValueList adjustValueList96 = new A.AdjustValueList();

            presetGeometry96.Append(adjustValueList96);

            A.Outline outline97 = new A.Outline(){ Width = 28575 };

            A.SolidFill solidFill240 = new A.SolidFill();
            A.SchemeColor schemeColor594 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill240.Append(schemeColor594);

            outline97.Append(solidFill240);

            shapeProperties188.Append(transform2D127);
            shapeProperties188.Append(presetGeometry96);
            shapeProperties188.Append(outline97);

            ShapeStyle shapeStyle85 = new ShapeStyle();

            A.LineReference lineReference85 = new A.LineReference(){ Index = (UInt32Value)2U };
            A.SchemeColor schemeColor595 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            lineReference85.Append(schemeColor595);

            A.FillReference fillReference85 = new A.FillReference(){ Index = (UInt32Value)0U };
            A.SchemeColor schemeColor596 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            fillReference85.Append(schemeColor596);

            A.EffectReference effectReference85 = new A.EffectReference(){ Index = (UInt32Value)1U };
            A.SchemeColor schemeColor597 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            effectReference85.Append(schemeColor597);

            A.FontReference fontReference85 = new A.FontReference(){ Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor598 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            fontReference85.Append(schemeColor598);

            shapeStyle85.Append(lineReference85);
            shapeStyle85.Append(fillReference85);
            shapeStyle85.Append(effectReference85);
            shapeStyle85.Append(fontReference85);

            connectionShape85.Append(nonVisualConnectionShapeProperties85);
            connectionShape85.Append(shapeProperties188);
            connectionShape85.Append(shapeStyle85);

            shapeTree19.Append(nonVisualGroupShapeProperties19);
            shapeTree19.Append(groupShapeProperties19);
            shapeTree19.Append(shape96);
            shapeTree19.Append(shape97);
            shapeTree19.Append(shape98);
            shapeTree19.Append(shape99);
            shapeTree19.Append(shape100);
            shapeTree19.Append(shape101);
            shapeTree19.Append(shape102);
            shapeTree19.Append(shape103);
            shapeTree19.Append(connectionShape81);
            shapeTree19.Append(connectionShape82);
            shapeTree19.Append(connectionShape83);
            shapeTree19.Append(connectionShape84);
            shapeTree19.Append(connectionShape85);

            CommonSlideDataExtensionList commonSlideDataExtensionList19 = new CommonSlideDataExtensionList();

            CommonSlideDataExtension commonSlideDataExtension19 = new CommonSlideDataExtension(){ Uri = "{BB962C8B-B14F-4D97-AF65-F5344CB8AC3E}" };

            P14.CreationId creationId19 = new P14.CreationId(){ Val = (UInt32Value)493948837U };
            creationId19.AddNamespaceDeclaration("p14", "http://schemas.microsoft.com/office/powerpoint/2010/main");

            commonSlideDataExtension19.Append(creationId19);

            commonSlideDataExtensionList19.Append(commonSlideDataExtension19);

            commonSlideData19.Append(shapeTree19);
            commonSlideData19.Append(commonSlideDataExtensionList19);

            ColorMapOverride colorMapOverride18 = new ColorMapOverride();
            A.MasterColorMapping masterColorMapping18 = new A.MasterColorMapping();

            colorMapOverride18.Append(masterColorMapping18);

            Timing timing19 = new Timing();

            TimeNodeList timeNodeList19 = new TimeNodeList();

            ParallelTimeNode parallelTimeNode19 = new ParallelTimeNode();
            CommonTimeNode commonTimeNode19 = new CommonTimeNode(){ Id = (UInt32Value)1U, Duration = "indefinite", Restart = TimeNodeRestartValues.Never, NodeType = TimeNodeValues.TmingRoot };

            parallelTimeNode19.Append(commonTimeNode19);

            timeNodeList19.Append(parallelTimeNode19);

            timing19.Append(timeNodeList19);

            slideLayout17.Append(commonSlideData19);
            slideLayout17.Append(colorMapOverride18);
            slideLayout17.Append(timing19);

            slideLayoutPart17.SlideLayout = slideLayout17;
        }
Exemplo n.º 22
0
        // Creates an Paragraph instance and adds its children.
        public static Paragraph GenerateParagraph()
        {
            Paragraph paragraph1 = new Paragraph()
            {
                RsidParagraphAddition = "009B2C1D", RsidRunAdditionDefault = "00B96314", ParagraphId = "0B39323B", TextId = "7F2F315D"
            };
            BookmarkStart bookmarkStart1 = new BookmarkStart()
            {
                Name = "_GoBack", Id = "0"
            };

            Run run1 = new Run();

            RunProperties runProperties1 = new RunProperties();
            NoProof       noProof1       = new NoProof();

            runProperties1.Append(noProof1);

            Drawing drawing1 = new Drawing();

            Anchor anchor1 = new Anchor()
            {
                DistanceFromTop = (UInt32Value)0U, DistanceFromBottom = (UInt32Value)0U, DistanceFromLeft = (UInt32Value)114300U, DistanceFromRight = (UInt32Value)114300U, SimplePos = false, RelativeHeight = (UInt32Value)251659264U, BehindDoc = true, Locked = false, LayoutInCell = true, AllowOverlap = true, EditId = "3E042748", AnchorId = "3A391EBB"
            };
            SimplePosition simplePosition1 = new SimplePosition()
            {
                X = 0L, Y = 0L
            };

            HorizontalPosition horizontalPosition1 = new HorizontalPosition()
            {
                RelativeFrom = HorizontalRelativePositionValues.Column
            };
            PositionOffset positionOffset1 = new PositionOffset();

            positionOffset1.Text = "4435475";

            horizontalPosition1.Append(positionOffset1);

            VerticalPosition verticalPosition1 = new VerticalPosition()
            {
                RelativeFrom = VerticalRelativePositionValues.Paragraph
            };
            PositionOffset positionOffset2 = new PositionOffset();

            positionOffset2.Text = "306171";

            verticalPosition1.Append(positionOffset2);
            Extent extent1 = new Extent()
            {
                Cx = 1187454L, Cy = 1486814L
            };
            EffectExtent effectExtent1 = new EffectExtent()
            {
                LeftEdge = 0L, TopEdge = 0L, RightEdge = 0L, BottomEdge = 0L
            };
            WrapNone      wrapNone1      = new WrapNone();
            DocProperties docProperties1 = new DocProperties()
            {
                Id = (UInt32Value)30U, Name = "Picture 30"
            };

            NonVisualGraphicFrameDrawingProperties nonVisualGraphicFrameDrawingProperties1 = new NonVisualGraphicFrameDrawingProperties();

            A.GraphicFrameLocks graphicFrameLocks1 = new A.GraphicFrameLocks()
            {
                NoChangeAspect = true
            };
            graphicFrameLocks1.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");

            nonVisualGraphicFrameDrawingProperties1.Append(graphicFrameLocks1);

            A.Graphic graphic1 = new A.Graphic();
            graphic1.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");

            A.GraphicData graphicData1 = new A.GraphicData()
            {
                Uri = "http://schemas.openxmlformats.org/drawingml/2006/picture"
            };

            Pic.Picture picture1 = new Pic.Picture();
            picture1.AddNamespaceDeclaration("pic", "http://schemas.openxmlformats.org/drawingml/2006/picture");

            Pic.NonVisualPictureProperties nonVisualPictureProperties1 = new Pic.NonVisualPictureProperties();
            Pic.NonVisualDrawingProperties nonVisualDrawingProperties1 = new Pic.NonVisualDrawingProperties()
            {
                Id = (UInt32Value)30U, Name = "aZanriba.jfif"
            };
            Pic.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties1 = new Pic.NonVisualPictureDrawingProperties();

            nonVisualPictureProperties1.Append(nonVisualDrawingProperties1);
            nonVisualPictureProperties1.Append(nonVisualPictureDrawingProperties1);

            Pic.BlipFill blipFill1 = new Pic.BlipFill()
            {
                RotateWithShape = true
            };

            A.Blip blip1 = new A.Blip()
            {
                Embed = "rId30"
            };

            A.BlipExtensionList blipExtensionList1 = new A.BlipExtensionList();

            A.BlipExtension blipExtension1 = new A.BlipExtension()
            {
                Uri = "{28A0092B-C50C-407E-A947-70E740481C1C}"
            };

            A14.UseLocalDpi useLocalDpi1 = new A14.UseLocalDpi()
            {
                Val = false
            };
            useLocalDpi1.AddNamespaceDeclaration("a14", "http://schemas.microsoft.com/office/drawing/2010/main");

            blipExtension1.Append(useLocalDpi1);

            blipExtensionList1.Append(blipExtension1);

            blip1.Append(blipExtensionList1);
            A.SourceRectangle sourceRectangle1 = new A.SourceRectangle()
            {
                Left = 13333, Right = 7334
            };
            A.Stretch stretch1 = new A.Stretch();

            blipFill1.Append(blip1);
            blipFill1.Append(sourceRectangle1);
            blipFill1.Append(stretch1);

            Pic.ShapeProperties shapeProperties1 = new Pic.ShapeProperties()
            {
                BlackWhiteMode = A.BlackWhiteModeValues.Auto
            };

            A.Transform2D transform2D1 = new A.Transform2D();
            A.Offset      offset1      = new A.Offset()
            {
                X = 0L, Y = 0L
            };
            A.Extents extents1 = new A.Extents()
            {
                Cx = 1187454L, Cy = 1486814L
            };

            transform2D1.Append(offset1);
            transform2D1.Append(extents1);

            A.PresetGeometry presetGeometry1 = new A.PresetGeometry()
            {
                Preset = A.ShapeTypeValues.Rectangle
            };
            A.AdjustValueList adjustValueList1 = new A.AdjustValueList();

            presetGeometry1.Append(adjustValueList1);

            A.Outline outline1 = new A.Outline();
            A.NoFill  noFill1  = new A.NoFill();

            outline1.Append(noFill1);

            A.ShapePropertiesExtensionList shapePropertiesExtensionList1 = new A.ShapePropertiesExtensionList();

            A.ShapePropertiesExtension shapePropertiesExtension1 = new A.ShapePropertiesExtension()
            {
                Uri = "{53640926-AAD7-44D8-BBD7-CCE9431645EC}"
            };

            A14.ShadowObscured shadowObscured1 = new A14.ShadowObscured();
            shadowObscured1.AddNamespaceDeclaration("a14", "http://schemas.microsoft.com/office/drawing/2010/main");

            shapePropertiesExtension1.Append(shadowObscured1);

            shapePropertiesExtensionList1.Append(shapePropertiesExtension1);

            shapeProperties1.Append(transform2D1);
            shapeProperties1.Append(presetGeometry1);
            shapeProperties1.Append(outline1);
            shapeProperties1.Append(shapePropertiesExtensionList1);

            picture1.Append(nonVisualPictureProperties1);
            picture1.Append(blipFill1);
            picture1.Append(shapeProperties1);

            graphicData1.Append(picture1);

            graphic1.Append(graphicData1);

            Wp14.RelativeWidth relativeWidth1 = new Wp14.RelativeWidth()
            {
                ObjectId = Wp14.SizeRelativeHorizontallyValues.Page
            };
            Wp14.PercentageWidth percentageWidth1 = new Wp14.PercentageWidth();
            percentageWidth1.Text = "0";

            relativeWidth1.Append(percentageWidth1);

            Wp14.RelativeHeight relativeHeight1 = new Wp14.RelativeHeight()
            {
                RelativeFrom = Wp14.SizeRelativeVerticallyValues.Page
            };
            Wp14.PercentageHeight percentageHeight1 = new Wp14.PercentageHeight();
            percentageHeight1.Text = "0";

            relativeHeight1.Append(percentageHeight1);

            anchor1.Append(simplePosition1);
            anchor1.Append(horizontalPosition1);
            anchor1.Append(verticalPosition1);
            anchor1.Append(extent1);
            anchor1.Append(effectExtent1);
            anchor1.Append(wrapNone1);
            anchor1.Append(docProperties1);
            anchor1.Append(nonVisualGraphicFrameDrawingProperties1);
            anchor1.Append(graphic1);
            anchor1.Append(relativeWidth1);
            anchor1.Append(relativeHeight1);

            drawing1.Append(anchor1);

            run1.Append(runProperties1);
            run1.Append(drawing1);
            BookmarkEnd bookmarkEnd1 = new BookmarkEnd()
            {
                Id = "0"
            };

            Run run2 = new Run();

            RunProperties runProperties2 = new RunProperties();
            FontSize      fontSize1      = new FontSize()
            {
                Val = "22"
            };
            FontSizeComplexScript fontSizeComplexScript1 = new FontSizeComplexScript()
            {
                Val = "22"
            };

            runProperties2.Append(fontSize1);
            runProperties2.Append(fontSizeComplexScript1);
            Break break1 = new Break()
            {
                Type = BreakValues.TextWrapping, Clear = BreakTextRestartLocationValues.All
            };

            run2.Append(runProperties2);
            run2.Append(break1);

            Run run3 = new Run()
            {
                RsidRunAddition = "009E39C2"
            };

            RunProperties runProperties3 = new RunProperties();
            FontSize      fontSize2      = new FontSize()
            {
                Val = "22"
            };
            FontSizeComplexScript fontSizeComplexScript2 = new FontSizeComplexScript()
            {
                Val = "22"
            };

            runProperties3.Append(fontSize2);
            runProperties3.Append(fontSizeComplexScript2);
            Text text1 = new Text()
            {
                Space = SpaceProcessingModeValues.Preserve
            };

            text1.Text = "  ";

            run3.Append(runProperties3);
            run3.Append(text1);

            paragraph1.Append(bookmarkStart1);
            paragraph1.Append(run1);
            paragraph1.Append(bookmarkEnd1);
            paragraph1.Append(run2);
            paragraph1.Append(run3);
            return(paragraph1);
        }
        // Generates content of footerPart1.
        private void GenerateFooterPart1Content(FooterPart footerPart1)
        {
            Footer footer1 = new Footer();

            Paragraph paragraph27 = new Paragraph() { RsidParagraphAddition = "00C91FAF", RsidParagraphProperties = "00C91FAF", RsidRunAdditionDefault = "00740A1C" };

            ParagraphProperties paragraphProperties26 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId25 = new ParagraphStyleId() { Val = "FooterRankLegend" };

            Tabs tabs1 = new Tabs();
            TabStop tabStop1 = new TabStop() { Val = TabStopValues.Left, Position = 3315 };

            tabs1.Append(tabStop1);
            SpacingBetweenLines spacingBetweenLines18 = new SpacingBetweenLines() { After = "240" };

            paragraphProperties26.Append(paragraphStyleId25);
            paragraphProperties26.Append(tabs1);
            paragraphProperties26.Append(spacingBetweenLines18);

            Run run39 = new Run();

            RunProperties runProperties22 = new RunProperties();
            NoProof noProof10 = new NoProof();
            Languages languages10 = new Languages() { Val = "fr-CA", EastAsia = "fr-CA" };

            runProperties22.Append(noProof10);
            runProperties22.Append(languages10);

            Drawing drawing10 = new Drawing();

            Wp.Inline inline10 = new Wp.Inline() { DistanceFromTop = (UInt32Value)0U, DistanceFromBottom = (UInt32Value)0U, DistanceFromLeft = (UInt32Value)0U, DistanceFromRight = (UInt32Value)0U };
            Wp.Extent extent10 = new Wp.Extent() { Cx = 1447800L, Cy = 314325L };
            Wp.EffectExtent effectExtent10 = new Wp.EffectExtent() { LeftEdge = 19050L, TopEdge = 0L, RightEdge = 0L, BottomEdge = 0L };
            Wp.DocProperties docProperties10 = new Wp.DocProperties() { Id = (UInt32Value)23U, Name = "Image 23", Description = "RADAR_RankLegend" };

            Wp.NonVisualGraphicFrameDrawingProperties nonVisualGraphicFrameDrawingProperties10 = new Wp.NonVisualGraphicFrameDrawingProperties();
            A.GraphicFrameLocks graphicFrameLocks10 = new A.GraphicFrameLocks() { NoChangeAspect = true };

            nonVisualGraphicFrameDrawingProperties10.Append(graphicFrameLocks10);

            A.Graphic graphic10 = new A.Graphic();

            A.GraphicData graphicData10 = new A.GraphicData() { Uri = "http://schemas.openxmlformats.org/drawingml/2006/picture" };

            Pic.Picture picture10 = new Pic.Picture();

            Pic.NonVisualPictureProperties nonVisualPictureProperties10 = new Pic.NonVisualPictureProperties();
            Pic.NonVisualDrawingProperties nonVisualDrawingProperties10 = new Pic.NonVisualDrawingProperties() { Id = (UInt32Value)0U, Name = "Picture 23", Description = "RADAR_RankLegend" };

            Pic.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties10 = new Pic.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks10 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties10.Append(pictureLocks10);

            nonVisualPictureProperties10.Append(nonVisualDrawingProperties10);
            nonVisualPictureProperties10.Append(nonVisualPictureDrawingProperties10);

            Pic.BlipFill blipFill10 = new Pic.BlipFill();
            A.Blip blip10 = new A.Blip() { Embed = "rId1" };
            A.SourceRectangle sourceRectangle10 = new A.SourceRectangle();

            A.Stretch stretch10 = new A.Stretch();
            A.FillRectangle fillRectangle10 = new A.FillRectangle();

            stretch10.Append(fillRectangle10);

            blipFill10.Append(blip10);
            blipFill10.Append(sourceRectangle10);
            blipFill10.Append(stretch10);

            Pic.ShapeProperties shapeProperties10 = new Pic.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D10 = new A.Transform2D();
            A.Offset offset10 = new A.Offset() { X = 0L, Y = 0L };
            A.Extents extents10 = new A.Extents() { Cx = 1447800L, Cy = 314325L };

            transform2D10.Append(offset10);
            transform2D10.Append(extents10);

            A.PresetGeometry presetGeometry10 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList10 = new A.AdjustValueList();

            presetGeometry10.Append(adjustValueList10);
            A.NoFill noFill19 = new A.NoFill();

            A.Outline outline10 = new A.Outline() { Width = 9525 };
            A.NoFill noFill20 = new A.NoFill();
            A.Miter miter10 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd10 = new A.HeadEnd();
            A.TailEnd tailEnd10 = new A.TailEnd();

            outline10.Append(noFill20);
            outline10.Append(miter10);
            outline10.Append(headEnd10);
            outline10.Append(tailEnd10);

            shapeProperties10.Append(transform2D10);
            shapeProperties10.Append(presetGeometry10);
            shapeProperties10.Append(noFill19);
            shapeProperties10.Append(outline10);

            picture10.Append(nonVisualPictureProperties10);
            picture10.Append(blipFill10);
            picture10.Append(shapeProperties10);

            graphicData10.Append(picture10);

            graphic10.Append(graphicData10);

            inline10.Append(extent10);
            inline10.Append(effectExtent10);
            inline10.Append(docProperties10);
            inline10.Append(nonVisualGraphicFrameDrawingProperties10);
            inline10.Append(graphic10);

            drawing10.Append(inline10);

            run39.Append(runProperties22);
            run39.Append(drawing10);

            Run run40 = new Run() { RsidRunAddition = "00C91FAF" };
            TabChar tabChar1 = new TabChar();

            run40.Append(tabChar1);

            paragraph27.Append(paragraphProperties26);
            paragraph27.Append(run39);
            paragraph27.Append(run40);

            Paragraph paragraph28 = new Paragraph() { RsidParagraphAddition = "00C91FAF", RsidParagraphProperties = "00C91FAF", RsidRunAdditionDefault = "00C91FAF" };

            ParagraphProperties paragraphProperties27 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId26 = new ParagraphStyleId() { Val = "Disclaimer" };

            ParagraphBorders paragraphBorders1 = new ParagraphBorders();
            TopBorder topBorder3 = new TopBorder() { Val = BorderValues.Single, Color = "66AADD", Size = (UInt32Value)48U, Space = (UInt32Value)1U };

            paragraphBorders1.Append(topBorder3);

            paragraphProperties27.Append(paragraphStyleId26);
            paragraphProperties27.Append(paragraphBorders1);

            paragraph28.Append(paragraphProperties27);

            Table table3 = new Table();

            TableProperties tableProperties3 = new TableProperties();
            TableStyle tableStyle3 = new TableStyle() { Val = "Grilledutableau" };
            TableWidth tableWidth3 = new TableWidth() { Width = "0", Type = TableWidthUnitValues.Auto };

            TableBorders tableBorders3 = new TableBorders();
            TopBorder topBorder4 = new TopBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };
            LeftBorder leftBorder3 = new LeftBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };
            BottomBorder bottomBorder3 = new BottomBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };
            RightBorder rightBorder3 = new RightBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };
            InsideHorizontalBorder insideHorizontalBorder3 = new InsideHorizontalBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };
            InsideVerticalBorder insideVerticalBorder3 = new InsideVerticalBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };

            tableBorders3.Append(topBorder4);
            tableBorders3.Append(leftBorder3);
            tableBorders3.Append(bottomBorder3);
            tableBorders3.Append(rightBorder3);
            tableBorders3.Append(insideHorizontalBorder3);
            tableBorders3.Append(insideVerticalBorder3);
            TableLayout tableLayout3 = new TableLayout() { Type = TableLayoutValues.Fixed };
            TableLook tableLook3 = new TableLook() { Val = "01E0" };

            tableProperties3.Append(tableStyle3);
            tableProperties3.Append(tableWidth3);
            tableProperties3.Append(tableBorders3);
            tableProperties3.Append(tableLayout3);
            tableProperties3.Append(tableLook3);

            TableGrid tableGrid3 = new TableGrid();
            GridColumn gridColumn8 = new GridColumn() { Width = "8388" };
            GridColumn gridColumn9 = new GridColumn() { Width = "540" };

            tableGrid3.Append(gridColumn8);
            tableGrid3.Append(gridColumn9);

            TableRow tableRow4 = new TableRow() { RsidTableRowAddition = "00C91FAF", RsidTableRowProperties = "008F7383" };

            TableRowProperties tableRowProperties2 = new TableRowProperties();
            TableRowHeight tableRowHeight2 = new TableRowHeight() { Val = (UInt32Value)618U };

            tableRowProperties2.Append(tableRowHeight2);

            TableCell tableCell12 = new TableCell();

            TableCellProperties tableCellProperties12 = new TableCellProperties();
            TableCellWidth tableCellWidth12 = new TableCellWidth() { Width = "8388", Type = TableWidthUnitValues.Dxa };

            tableCellProperties12.Append(tableCellWidth12);

            CustomXmlBlock customXmlBlock13 = new CustomXmlBlock() { Uri = "http://hubblereports.com/namespace", Element = "reportdoc" };

            CustomXmlBlock customXmlBlock14 = new CustomXmlBlock() { Uri = "http://hubblereports.com/namespace", Element = "footer" };

            CustomXmlBlock customXmlBlock15 = new CustomXmlBlock() { Uri = "http://hubblereports.com/namespace", Element = "ShortDisclaimer" };

            Paragraph paragraph29 = new Paragraph() { RsidParagraphMarkRevision = "003F1967", RsidParagraphAddition = "00C91FAF", RsidParagraphProperties = "008F7383", RsidRunAdditionDefault = "00C91FAF" };

            ParagraphProperties paragraphProperties28 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId27 = new ParagraphStyleId() { Val = "Disclaimer" };

            ParagraphBorders paragraphBorders2 = new ParagraphBorders();
            TopBorder topBorder5 = new TopBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };

            paragraphBorders2.Append(topBorder5);

            paragraphProperties28.Append(paragraphStyleId27);
            paragraphProperties28.Append(paragraphBorders2);

            Run run41 = new Run() { RsidRunProperties = "004B56C1" };
            Text text29 = new Text();
            text29.Text = "Confidential Proprietary Information of Russell Investments not to be distributed to third party without the express written consent of Russell Investments. Please see Important Legal Information for further information on this material.";

            run41.Append(text29);

            paragraph29.Append(paragraphProperties28);
            paragraph29.Append(run41);

            customXmlBlock15.Append(paragraph29);

            customXmlBlock14.Append(customXmlBlock15);

            customXmlBlock13.Append(customXmlBlock14);

            Paragraph paragraph30 = new Paragraph() { RsidParagraphAddition = "00C91FAF", RsidParagraphProperties = "008F7383", RsidRunAdditionDefault = "00C91FAF" };

            ParagraphProperties paragraphProperties29 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId28 = new ParagraphStyleId() { Val = "FooterLogo" };

            paragraphProperties29.Append(paragraphStyleId28);

            paragraph30.Append(paragraphProperties29);

            tableCell12.Append(tableCellProperties12);
            tableCell12.Append(customXmlBlock13);
            tableCell12.Append(paragraph30);

            TableCell tableCell13 = new TableCell();

            TableCellProperties tableCellProperties13 = new TableCellProperties();
            TableCellWidth tableCellWidth13 = new TableCellWidth() { Width = "540", Type = TableWidthUnitValues.Dxa };
            TableCellVerticalAlignment tableCellVerticalAlignment1 = new TableCellVerticalAlignment() { Val = TableVerticalAlignmentValues.Center };

            tableCellProperties13.Append(tableCellWidth13);
            tableCellProperties13.Append(tableCellVerticalAlignment1);

            Paragraph paragraph31 = new Paragraph() { RsidParagraphMarkRevision = "00FB4EAB", RsidParagraphAddition = "00C91FAF", RsidParagraphProperties = "008F7383", RsidRunAdditionDefault = "00740A1C" };

            ParagraphProperties paragraphProperties30 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId29 = new ParagraphStyleId() { Val = "FooterLogo" };
            Justification justification1 = new Justification() { Val = JustificationValues.Left };

            paragraphProperties30.Append(paragraphStyleId29);
            paragraphProperties30.Append(justification1);

            Run run42 = new Run();

            RunProperties runProperties23 = new RunProperties();
            NoProof noProof11 = new NoProof();
            Languages languages11 = new Languages() { Val = "fr-CA", EastAsia = "fr-CA" };

            runProperties23.Append(noProof11);
            runProperties23.Append(languages11);

            Drawing drawing11 = new Drawing();

            Wp.Anchor anchor1 = new Wp.Anchor() { DistanceFromTop = (UInt32Value)0U, DistanceFromBottom = (UInt32Value)0U, DistanceFromLeft = (UInt32Value)114300U, DistanceFromRight = (UInt32Value)114300U, SimplePos = false, RelativeHeight = (UInt32Value)251657216U, BehindDoc = false, Locked = false, LayoutInCell = true, AllowOverlap = true };
            Wp.SimplePosition simplePosition1 = new Wp.SimplePosition() { X = 0L, Y = 0L };

            Wp.HorizontalPosition horizontalPosition1 = new Wp.HorizontalPosition() { RelativeFrom = Wp.HorizontalRelativePositionValues.Column };
            Wp.PositionOffset positionOffset1 = new Wp.PositionOffset();
            positionOffset1.Text = "398145";

            horizontalPosition1.Append(positionOffset1);

            Wp.VerticalPosition verticalPosition1 = new Wp.VerticalPosition() { RelativeFrom = Wp.VerticalRelativePositionValues.Paragraph };
            Wp.PositionOffset positionOffset2 = new Wp.PositionOffset();
            positionOffset2.Text = "-127635";

            verticalPosition1.Append(positionOffset2);
            Wp.Extent extent11 = new Wp.Extent() { Cx = 1085850L, Cy = 323850L };
            Wp.EffectExtent effectExtent11 = new Wp.EffectExtent() { LeftEdge = 19050L, TopEdge = 0L, RightEdge = 0L, BottomEdge = 0L };
            Wp.WrapNone wrapNone1 = new Wp.WrapNone();
            Wp.DocProperties docProperties11 = new Wp.DocProperties() { Id = (UInt32Value)71U, Name = "Image 71", Description = "RADAR_RLogo" };

            Wp.NonVisualGraphicFrameDrawingProperties nonVisualGraphicFrameDrawingProperties11 = new Wp.NonVisualGraphicFrameDrawingProperties();
            A.GraphicFrameLocks graphicFrameLocks11 = new A.GraphicFrameLocks() { NoChangeAspect = true };

            nonVisualGraphicFrameDrawingProperties11.Append(graphicFrameLocks11);

            A.Graphic graphic11 = new A.Graphic();

            A.GraphicData graphicData11 = new A.GraphicData() { Uri = "http://schemas.openxmlformats.org/drawingml/2006/picture" };

            Pic.Picture picture11 = new Pic.Picture();

            Pic.NonVisualPictureProperties nonVisualPictureProperties11 = new Pic.NonVisualPictureProperties();
            Pic.NonVisualDrawingProperties nonVisualDrawingProperties11 = new Pic.NonVisualDrawingProperties() { Id = (UInt32Value)0U, Name = "Picture 71", Description = "RADAR_RLogo" };

            Pic.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties11 = new Pic.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks11 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties11.Append(pictureLocks11);

            nonVisualPictureProperties11.Append(nonVisualDrawingProperties11);
            nonVisualPictureProperties11.Append(nonVisualPictureDrawingProperties11);

            Pic.BlipFill blipFill11 = new Pic.BlipFill();
            A.Blip blip11 = new A.Blip() { Embed = "rId2" };
            A.SourceRectangle sourceRectangle11 = new A.SourceRectangle();

            A.Stretch stretch11 = new A.Stretch();
            A.FillRectangle fillRectangle11 = new A.FillRectangle();

            stretch11.Append(fillRectangle11);

            blipFill11.Append(blip11);
            blipFill11.Append(sourceRectangle11);
            blipFill11.Append(stretch11);

            Pic.ShapeProperties shapeProperties11 = new Pic.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D11 = new A.Transform2D();
            A.Offset offset11 = new A.Offset() { X = 0L, Y = 0L };
            A.Extents extents11 = new A.Extents() { Cx = 1085850L, Cy = 323850L };

            transform2D11.Append(offset11);
            transform2D11.Append(extents11);

            A.PresetGeometry presetGeometry11 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList11 = new A.AdjustValueList();

            presetGeometry11.Append(adjustValueList11);
            A.NoFill noFill21 = new A.NoFill();

            shapeProperties11.Append(transform2D11);
            shapeProperties11.Append(presetGeometry11);
            shapeProperties11.Append(noFill21);

            picture11.Append(nonVisualPictureProperties11);
            picture11.Append(blipFill11);
            picture11.Append(shapeProperties11);

            graphicData11.Append(picture11);

            graphic11.Append(graphicData11);

            anchor1.Append(simplePosition1);
            anchor1.Append(horizontalPosition1);
            anchor1.Append(verticalPosition1);
            anchor1.Append(extent11);
            anchor1.Append(effectExtent11);
            anchor1.Append(wrapNone1);
            anchor1.Append(docProperties11);
            anchor1.Append(nonVisualGraphicFrameDrawingProperties11);
            anchor1.Append(graphic11);

            drawing11.Append(anchor1);

            run42.Append(runProperties23);
            run42.Append(drawing11);

            paragraph31.Append(paragraphProperties30);
            paragraph31.Append(run42);

            tableCell13.Append(tableCellProperties13);
            tableCell13.Append(paragraph31);

            tableRow4.Append(tableRowProperties2);
            tableRow4.Append(tableCell12);
            tableRow4.Append(tableCell13);

            table3.Append(tableProperties3);
            table3.Append(tableGrid3);
            table3.Append(tableRow4);

            Paragraph paragraph32 = new Paragraph() { RsidParagraphAddition = "00C91FAF", RsidParagraphProperties = "00C91FAF", RsidRunAdditionDefault = "00C91FAF" };

            ParagraphProperties paragraphProperties31 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId30 = new ParagraphStyleId() { Val = "FooterLogo" };

            paragraphProperties31.Append(paragraphStyleId30);

            paragraph32.Append(paragraphProperties31);

            Paragraph paragraph33 = new Paragraph() { RsidParagraphMarkRevision = "00F34666", RsidParagraphAddition = "00C91FAF", RsidParagraphProperties = "00C91FAF", RsidRunAdditionDefault = "00C91FAF" };

            ParagraphProperties paragraphProperties32 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId31 = new ParagraphStyleId() { Val = "FooterPageNumber" };
            SpacingBetweenLines spacingBetweenLines19 = new SpacingBetweenLines() { After = "320" };

            paragraphProperties32.Append(paragraphStyleId31);
            paragraphProperties32.Append(spacingBetweenLines19);

            paragraph33.Append(paragraphProperties32);

            Paragraph paragraph34 = new Paragraph() { RsidParagraphMarkRevision = "00C91FAF", RsidParagraphAddition = "002E7D22", RsidParagraphProperties = "00C91FAF", RsidRunAdditionDefault = "002E7D22" };

            ParagraphProperties paragraphProperties33 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId32 = new ParagraphStyleId() { Val = "Pieddepage" };

            paragraphProperties33.Append(paragraphStyleId32);

            paragraph34.Append(paragraphProperties33);

            footer1.Append(paragraph27);
            footer1.Append(paragraph28);
            footer1.Append(table3);
            footer1.Append(paragraph32);
            footer1.Append(paragraph33);
            footer1.Append(paragraph34);

            footerPart1.Footer = footer1;
        }
Exemplo n.º 24
0
        private static void GenerateChartPartContentLine(ChartPart part, string formulaCat, string formulaVal, string title)
        {
            C.ChartSpace chartSpace1 = new C.ChartSpace();
            chartSpace1.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");
            chartSpace1.AddNamespaceDeclaration("c", "http://schemas.openxmlformats.org/drawingml/2006/chart");
            chartSpace1.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            chartSpace1.AddNamespaceDeclaration("mc", "http://schemas.openxmlformats.org/markup-compatibility/2006");
            chartSpace1.AddNamespaceDeclaration("mv", "urn:schemas-microsoft-com:mac:vml");
            chartSpace1.AddNamespaceDeclaration("c14", "http://schemas.microsoft.com/office/drawing/2007/8/2/chart");

            C.Chart chart1 = new C.Chart();

            C.Title title1 = new C.Title();

            C.ChartText chartText1 = new C.ChartText();

            C.RichText       richText1       = new C.RichText();
            A.BodyProperties bodyProperties3 = new A.BodyProperties();
            A.ListStyle      listStyle3      = new A.ListStyle();

            A.Paragraph paragraph3 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties3 = new A.ParagraphProperties()
            {
                Level = 0
            };
            A.DefaultRunProperties defaultRunProperties3 = new A.DefaultRunProperties()
            {
                Bold = false
            };

            paragraphProperties3.Append(defaultRunProperties3);

            A.Run  run1  = new A.Run();
            A.Text text1 = new A.Text();
            text1.Text = title;

            run1.Append(text1);

            paragraph3.Append(paragraphProperties3);
            paragraph3.Append(run1);

            richText1.Append(bodyProperties3);
            richText1.Append(listStyle3);
            richText1.Append(paragraph3);

            chartText1.Append(richText1);
            C.Overlay overlay1 = new C.Overlay()
            {
                Val = false
            };

            title1.Append(chartText1);
            title1.Append(overlay1);

            C.PlotArea plotArea1 = new C.PlotArea();
            C.Layout   layout1   = new C.Layout();

            C.LineChart  lineChart1  = new C.LineChart();
            C.VaryColors varyColors1 = new C.VaryColors()
            {
                Val = false
            };


            C.LineChartSeries lineChartSeries1 = new C.LineChartSeries();
            C.Index           index1           = new C.Index()
            {
                Val = (UInt32Value)0U
            };
            C.Order order1 = new C.Order()
            {
                Val = (UInt32Value)0U
            };


            C.ChartShapeProperties chartShapeProperties1 = new C.ChartShapeProperties();

            A.Outline outline1 = new A.Outline()
            {
                Width = 19050, CompoundLineType = A.CompoundLineValues.Single
            };

            A.SolidFill        solidFill1        = new A.SolidFill();
            A.RgbColorModelHex rgbColorModelHex1 = new A.RgbColorModelHex()
            {
                Val = "3366CC"
            };

            solidFill1.Append(rgbColorModelHex1);

            outline1.Append(solidFill1);

            chartShapeProperties1.Append(outline1);

            C.Marker marker1 = new C.Marker();
            C.Symbol symbol1 = new C.Symbol()
            {
                Val = C.MarkerStyleValues.None
            };

            marker1.Append(symbol1);

            C.CategoryAxisData categoryAxisData1 = new C.CategoryAxisData();

            C.StringReference stringReference1 = new C.StringReference();
            C.Formula         formula1         = new C.Formula();
            formula1.Text = formulaCat;

            stringReference1.Append(formula1);

            categoryAxisData1.Append(stringReference1);

            C.Values values1 = new C.Values();

            C.NumberReference numberReference1 = new C.NumberReference();
            C.Formula         formula2         = new C.Formula();
            formula2.Text = formulaVal;

            numberReference1.Append(formula2);

            values1.Append(numberReference1);
            C.Smooth smooth1 = new C.Smooth()
            {
                Val = false
            };

            lineChartSeries1.Append(index1);
            lineChartSeries1.Append(order1);
            lineChartSeries1.Append(chartShapeProperties1);
            lineChartSeries1.Append(marker1);
            lineChartSeries1.Append(categoryAxisData1);
            lineChartSeries1.Append(values1);
            lineChartSeries1.Append(smooth1);
            C.AxisId axisId1 = new C.AxisId()
            {
                Val = (UInt32Value)1923141117U
            };
            C.AxisId axisId2 = new C.AxisId()
            {
                Val = (UInt32Value)2022561148U
            };

            lineChart1.Append(varyColors1);
            lineChart1.Append(lineChartSeries1);
            lineChart1.Append(axisId1);
            lineChart1.Append(axisId2);

            C.CategoryAxis categoryAxis1 = new C.CategoryAxis();
            C.AxisId       axisId3       = new C.AxisId()
            {
                Val = (UInt32Value)1923141117U
            };


            C.Scaling     scaling1     = new C.Scaling();
            C.Orientation orientation1 = new C.Orientation()
            {
                Val = C.OrientationValues.MinMax
            };

            scaling1.Append(orientation1);
            C.Delete delete1 = new C.Delete()
            {
                Val = false
            };
            C.AxisPosition axisPosition1 = new C.AxisPosition()
            {
                Val = C.AxisPositionValues.Bottom
            };

            C.TextProperties textProperties1 = new C.TextProperties();
            A.BodyProperties bodyProperties1 = new A.BodyProperties();
            A.ListStyle      listStyle1      = new A.ListStyle();

            A.Paragraph paragraph1 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties1 = new A.ParagraphProperties()
            {
                Level = 0
            };
            A.DefaultRunProperties defaultRunProperties1 = new A.DefaultRunProperties()
            {
                Bold = false
            };

            paragraphProperties1.Append(defaultRunProperties1);

            paragraph1.Append(paragraphProperties1);

            textProperties1.Append(bodyProperties1);
            textProperties1.Append(listStyle1);
            textProperties1.Append(paragraph1);
            C.CrossingAxis crossingAxis1 = new C.CrossingAxis()
            {
                Val = (UInt32Value)2022561148U
            };

            categoryAxis1.Append(axisId3);
            categoryAxis1.Append(scaling1);
            categoryAxis1.Append(delete1);
            categoryAxis1.Append(axisPosition1);
            categoryAxis1.Append(textProperties1);
            categoryAxis1.Append(crossingAxis1);


            C.ValueAxis valueAxis1 = new C.ValueAxis();
            C.AxisId    axisId4    = new C.AxisId()
            {
                Val = (UInt32Value)2022561148U
            };

            C.Scaling     scaling2     = new C.Scaling();
            C.Orientation orientation2 = new C.Orientation()
            {
                Val = C.OrientationValues.MinMax
            };

            scaling2.Append(orientation2);
            C.Delete delete2 = new C.Delete()
            {
                Val = false
            };
            C.AxisPosition axisPosition2 = new C.AxisPosition()
            {
                Val = C.AxisPositionValues.Left
            };

            C.MajorGridlines majorGridlines1 = new C.MajorGridlines();

            C.ChartShapeProperties chartShapeProperties2 = new C.ChartShapeProperties();

            A.Outline outline2 = new A.Outline();

            A.SolidFill        solidFill2        = new A.SolidFill();
            A.RgbColorModelHex rgbColorModelHex2 = new A.RgbColorModelHex()
            {
                Val = "B7B7B7"
            };

            solidFill2.Append(rgbColorModelHex2);

            outline2.Append(solidFill2);

            chartShapeProperties2.Append(outline2);

            majorGridlines1.Append(chartShapeProperties2);
            C.NumberingFormat numberingFormat1 = new C.NumberingFormat()
            {
                FormatCode = "General", SourceLinked = true
            };
            C.TickLabelPosition tickLabelPosition1 = new C.TickLabelPosition()
            {
                Val = C.TickLabelPositionValues.NextTo
            };

            C.ChartShapeProperties chartShapeProperties3 = new C.ChartShapeProperties();

            A.Outline outline3 = new A.Outline()
            {
                Width = 47625
            };
            A.NoFill noFill1 = new A.NoFill();

            outline3.Append(noFill1);

            chartShapeProperties3.Append(outline3);

            C.TextProperties textProperties2 = new C.TextProperties();
            A.BodyProperties bodyProperties2 = new A.BodyProperties();
            A.ListStyle      listStyle2      = new A.ListStyle();

            A.Paragraph paragraph2 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties2 = new A.ParagraphProperties()
            {
                Level = 0
            };
            A.DefaultRunProperties defaultRunProperties2 = new A.DefaultRunProperties()
            {
                Bold = false
            };

            paragraphProperties2.Append(defaultRunProperties2);

            paragraph2.Append(paragraphProperties2);

            textProperties2.Append(bodyProperties2);
            textProperties2.Append(listStyle2);
            textProperties2.Append(paragraph2);
            C.CrossingAxis crossingAxis2 = new C.CrossingAxis()
            {
                Val = (UInt32Value)1923141117U
            };

            valueAxis1.Append(axisId4);
            valueAxis1.Append(scaling2);
            valueAxis1.Append(delete2);
            valueAxis1.Append(axisPosition2);
            valueAxis1.Append(majorGridlines1);
            valueAxis1.Append(numberingFormat1);
            valueAxis1.Append(tickLabelPosition1);
            valueAxis1.Append(chartShapeProperties3);
            valueAxis1.Append(textProperties2);
            valueAxis1.Append(crossingAxis2);

            plotArea1.Append(layout1);
            plotArea1.Append(lineChart1);
            plotArea1.Append(categoryAxis1);
            plotArea1.Append(valueAxis1);

            C.Legend         legend1         = new C.Legend();
            C.LegendPosition legendPosition1 = new C.LegendPosition()
            {
                Val = C.LegendPositionValues.Right
            };
            C.Overlay overlay2 = new C.Overlay()
            {
                Val = false
            };

            legend1.Append(legendPosition1);
            legend1.Append(overlay2);
            C.PlotVisibleOnly plotVisibleOnly1 = new C.PlotVisibleOnly()
            {
                Val = true
            };

            chart1.Append(title1);
            chart1.Append(plotArea1);
            chart1.Append(legend1);
            chart1.Append(plotVisibleOnly1);

            chartSpace1.Append(chart1);

            part.ChartSpace = chartSpace1;
        }
        // Generates content of headerPart1.
        private void GenerateHeaderPart1Content(HeaderPart headerPart1)
        {
            Header header1 = new Header();

            Paragraph paragraph35 = new Paragraph() { RsidParagraphAddition = "00AB4921", RsidParagraphProperties = "002A7539", RsidRunAdditionDefault = "00740A1C" };

            ParagraphProperties paragraphProperties34 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId33 = new ParagraphStyleId() { Val = "En-tte" };

            ParagraphBorders paragraphBorders3 = new ParagraphBorders();
            BottomBorder bottomBorder4 = new BottomBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };

            paragraphBorders3.Append(bottomBorder4);
            SpacingBetweenLines spacingBetweenLines20 = new SpacingBetweenLines() { After = "60" };

            ParagraphMarkRunProperties paragraphMarkRunProperties15 = new ParagraphMarkRunProperties();
            RunStyle runStyle7 = new RunStyle() { Val = "DateCar" };
            FontSize fontSize10 = new FontSize() { Val = "20" };
            FontSizeComplexScript fontSizeComplexScript19 = new FontSizeComplexScript() { Val = "20" };

            paragraphMarkRunProperties15.Append(runStyle7);
            paragraphMarkRunProperties15.Append(fontSize10);
            paragraphMarkRunProperties15.Append(fontSizeComplexScript19);

            paragraphProperties34.Append(paragraphStyleId33);
            paragraphProperties34.Append(paragraphBorders3);
            paragraphProperties34.Append(spacingBetweenLines20);
            paragraphProperties34.Append(paragraphMarkRunProperties15);

            Run run43 = new Run();

            RunProperties runProperties24 = new RunProperties();
            NoProof noProof12 = new NoProof();
            Languages languages12 = new Languages() { Val = "fr-CA", EastAsia = "fr-CA" };

            runProperties24.Append(noProof12);
            runProperties24.Append(languages12);

            Drawing drawing12 = new Drawing();

            Wp.Anchor anchor2 = new Wp.Anchor() { DistanceFromTop = (UInt32Value)0U, DistanceFromBottom = (UInt32Value)0U, DistanceFromLeft = (UInt32Value)114300U, DistanceFromRight = (UInt32Value)114300U, SimplePos = false, RelativeHeight = (UInt32Value)251658240U, BehindDoc = true, Locked = false, LayoutInCell = true, AllowOverlap = true };
            Wp.SimplePosition simplePosition2 = new Wp.SimplePosition() { X = 0L, Y = 0L };

            Wp.HorizontalPosition horizontalPosition2 = new Wp.HorizontalPosition() { RelativeFrom = Wp.HorizontalRelativePositionValues.Column };
            Wp.PositionOffset positionOffset3 = new Wp.PositionOffset();
            positionOffset3.Text = "0";

            horizontalPosition2.Append(positionOffset3);

            Wp.VerticalPosition verticalPosition2 = new Wp.VerticalPosition() { RelativeFrom = Wp.VerticalRelativePositionValues.Paragraph };
            Wp.PositionOffset positionOffset4 = new Wp.PositionOffset();
            positionOffset4.Text = "0";

            verticalPosition2.Append(positionOffset4);
            Wp.Extent extent12 = new Wp.Extent() { Cx = 6858000L, Cy = 714375L };
            Wp.EffectExtent effectExtent12 = new Wp.EffectExtent() { LeftEdge = 19050L, TopEdge = 0L, RightEdge = 0L, BottomEdge = 0L };
            Wp.WrapNone wrapNone2 = new Wp.WrapNone();
            Wp.DocProperties docProperties12 = new Wp.DocProperties() { Id = (UInt32Value)54U, Name = "Image 54", Description = "RADAR_Opinion_BNR" };

            Wp.NonVisualGraphicFrameDrawingProperties nonVisualGraphicFrameDrawingProperties12 = new Wp.NonVisualGraphicFrameDrawingProperties();
            A.GraphicFrameLocks graphicFrameLocks12 = new A.GraphicFrameLocks() { NoChangeAspect = true };

            nonVisualGraphicFrameDrawingProperties12.Append(graphicFrameLocks12);

            A.Graphic graphic12 = new A.Graphic();

            A.GraphicData graphicData12 = new A.GraphicData() { Uri = "http://schemas.openxmlformats.org/drawingml/2006/picture" };

            Pic.Picture picture12 = new Pic.Picture();

            Pic.NonVisualPictureProperties nonVisualPictureProperties12 = new Pic.NonVisualPictureProperties();
            Pic.NonVisualDrawingProperties nonVisualDrawingProperties12 = new Pic.NonVisualDrawingProperties() { Id = (UInt32Value)0U, Name = "Picture 54", Description = "RADAR_Opinion_BNR" };

            Pic.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties12 = new Pic.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks12 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties12.Append(pictureLocks12);

            nonVisualPictureProperties12.Append(nonVisualDrawingProperties12);
            nonVisualPictureProperties12.Append(nonVisualPictureDrawingProperties12);

            Pic.BlipFill blipFill12 = new Pic.BlipFill();
            A.Blip blip12 = new A.Blip() { Embed = "rId1" };
            A.SourceRectangle sourceRectangle12 = new A.SourceRectangle();

            A.Stretch stretch12 = new A.Stretch();
            A.FillRectangle fillRectangle12 = new A.FillRectangle();

            stretch12.Append(fillRectangle12);

            blipFill12.Append(blip12);
            blipFill12.Append(sourceRectangle12);
            blipFill12.Append(stretch12);

            Pic.ShapeProperties shapeProperties12 = new Pic.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D12 = new A.Transform2D();
            A.Offset offset12 = new A.Offset() { X = 0L, Y = 0L };
            A.Extents extents12 = new A.Extents() { Cx = 6858000L, Cy = 714375L };

            transform2D12.Append(offset12);
            transform2D12.Append(extents12);

            A.PresetGeometry presetGeometry12 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList12 = new A.AdjustValueList();

            presetGeometry12.Append(adjustValueList12);
            A.NoFill noFill22 = new A.NoFill();

            shapeProperties12.Append(transform2D12);
            shapeProperties12.Append(presetGeometry12);
            shapeProperties12.Append(noFill22);

            picture12.Append(nonVisualPictureProperties12);
            picture12.Append(blipFill12);
            picture12.Append(shapeProperties12);

            graphicData12.Append(picture12);

            graphic12.Append(graphicData12);

            anchor2.Append(simplePosition2);
            anchor2.Append(horizontalPosition2);
            anchor2.Append(verticalPosition2);
            anchor2.Append(extent12);
            anchor2.Append(effectExtent12);
            anchor2.Append(wrapNone2);
            anchor2.Append(docProperties12);
            anchor2.Append(nonVisualGraphicFrameDrawingProperties12);
            anchor2.Append(graphic12);

            drawing12.Append(anchor2);

            run43.Append(runProperties24);
            run43.Append(drawing12);

            paragraph35.Append(paragraphProperties34);
            paragraph35.Append(run43);

            CustomXmlBlock customXmlBlock16 = new CustomXmlBlock() { Uri = "http://hubblereports.com/namespace", Element = "reportdoc" };

            CustomXmlBlock customXmlBlock17 = new CustomXmlBlock() { Uri = "http://hubblereports.com/namespace", Element = "header" };

            CustomXmlBlock customXmlBlock18 = new CustomXmlBlock() { Uri = "http://hubblereports.com/namespace", Element = "ReportDate" };

            Paragraph paragraph36 = new Paragraph() { RsidParagraphMarkRevision = "006B1D99", RsidParagraphAddition = "00AB4921", RsidParagraphProperties = "002A7539", RsidRunAdditionDefault = "00AB4921" };

            ParagraphProperties paragraphProperties35 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId34 = new ParagraphStyleId() { Val = "En-tte" };

            ParagraphBorders paragraphBorders4 = new ParagraphBorders();
            BottomBorder bottomBorder5 = new BottomBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };

            paragraphBorders4.Append(bottomBorder5);
            SpacingBetweenLines spacingBetweenLines21 = new SpacingBetweenLines() { Before = "240", After = "60" };

            ParagraphMarkRunProperties paragraphMarkRunProperties16 = new ParagraphMarkRunProperties();
            RunStyle runStyle8 = new RunStyle() { Val = "DateCar" };
            RunFonts runFonts4 = new RunFonts() { EastAsia = "MS Mincho" };
            FontSize fontSize11 = new FontSize() { Val = "20" };
            FontSizeComplexScript fontSizeComplexScript20 = new FontSizeComplexScript() { Val = "20" };

            paragraphMarkRunProperties16.Append(runStyle8);
            paragraphMarkRunProperties16.Append(runFonts4);
            paragraphMarkRunProperties16.Append(fontSize11);
            paragraphMarkRunProperties16.Append(fontSizeComplexScript20);

            paragraphProperties35.Append(paragraphStyleId34);
            paragraphProperties35.Append(paragraphBorders4);
            paragraphProperties35.Append(spacingBetweenLines21);
            paragraphProperties35.Append(paragraphMarkRunProperties16);

            Run run44 = new Run() { RsidRunProperties = "006B1D99" };

            RunProperties runProperties25 = new RunProperties();
            RunStyle runStyle9 = new RunStyle() { Val = "DateCar" };
            RunFonts runFonts5 = new RunFonts() { EastAsia = "MS Mincho" };
            FontSize fontSize12 = new FontSize() { Val = "20" };
            FontSizeComplexScript fontSizeComplexScript21 = new FontSizeComplexScript() { Val = "20" };

            runProperties25.Append(runStyle9);
            runProperties25.Append(runFonts5);
            runProperties25.Append(fontSize12);
            runProperties25.Append(fontSizeComplexScript21);
            Text text30 = new Text();
            text30.Text = DateTime.Today.ToString("MMMM dd, yyyy", CultureInfo.CreateSpecificCulture("en-US")).ToUpperInvariant();

            run44.Append(runProperties25);
            run44.Append(text30);

            paragraph36.Append(paragraphProperties35);
            paragraph36.Append(run44);

            customXmlBlock18.Append(paragraph36);

            Paragraph paragraph37 = new Paragraph() { RsidParagraphMarkRevision = "00A445CA", RsidParagraphAddition = "00AB4921", RsidParagraphProperties = "00E340CC", RsidRunAdditionDefault = "00957E57" };

            ParagraphProperties paragraphProperties36 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId35 = new ParagraphStyleId() { Val = "Titre" };
            Justification justification2 = new Justification() { Val = JustificationValues.Left };

            paragraphProperties36.Append(paragraphStyleId35);
            paragraphProperties36.Append(justification2);
            CustomXmlRun customXmlRun9 = new CustomXmlRun() { Uri = "errors@http://hubblereports.com/namespace", Element = "ContentTypeDesc" };

            paragraph37.Append(paragraphProperties36);
            paragraph37.Append(customXmlRun9);

            CustomXmlBlock customXmlBlock19 = new CustomXmlBlock() { Uri = "http://hubblereports.com/namespace", Element = "ManagerName" };

            Paragraph paragraph38 = new Paragraph() { RsidParagraphAddition = "00AB4921", RsidParagraphProperties = "000C4F36", RsidRunAdditionDefault = "005546F4" };

            ParagraphProperties paragraphProperties37 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId36 = new ParagraphStyleId() { Val = "ManagerName" };
            SpacingBetweenLines spacingBetweenLines22 = new SpacingBetweenLines() { After = "0" };

            paragraphProperties37.Append(paragraphStyleId36);
            paragraphProperties37.Append(spacingBetweenLines22);

            Run run45 = new Run();
            Text text31 = new Text();
            text31.Text = "Morgan Stanley Investment Management, Inc.";

            run45.Append(text31);

            paragraph38.Append(paragraphProperties37);
            paragraph38.Append(run45);

            customXmlBlock19.Append(paragraph38);

            customXmlBlock17.Append(customXmlBlock18);
            customXmlBlock17.Append(paragraph37);
            customXmlBlock17.Append(customXmlBlock19);

            customXmlBlock16.Append(customXmlBlock17);

            Paragraph paragraph39 = new Paragraph() { RsidParagraphAddition = "002E7D22", RsidParagraphProperties = "00545261", RsidRunAdditionDefault = "002E7D22" };

            ParagraphProperties paragraphProperties38 = new ParagraphProperties();
            SpacingBetweenLines spacingBetweenLines23 = new SpacingBetweenLines() { After = "0", Line = "40", LineRule = LineSpacingRuleValues.Exact };

            paragraphProperties38.Append(spacingBetweenLines23);

            paragraph39.Append(paragraphProperties38);

            header1.Append(paragraph35);
            header1.Append(customXmlBlock16);
            header1.Append(paragraph39);

            headerPart1.Header = header1;
        }
Exemplo n.º 26
0
        // Generates content of drawingsPart1.
        private void GenerateDrawingsPart1Content(DrawingsPart drawingsPart1)
        {
            Xdr.WorksheetDrawing worksheetDrawing1 = new Xdr.WorksheetDrawing();
            worksheetDrawing1.AddNamespaceDeclaration("xdr", "http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing");
            worksheetDrawing1.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");

            Xdr.TwoCellAnchor twoCellAnchor1 = new Xdr.TwoCellAnchor() { EditAs = Xdr.EditAsValues.OneCell };

            Xdr.FromMarker fromMarker1 = new Xdr.FromMarker();
            Xdr.ColumnId columnId1 = new Xdr.ColumnId();
            columnId1.Text = "0";
            Xdr.ColumnOffset columnOffset1 = new Xdr.ColumnOffset();
            columnOffset1.Text = "347384";
            Xdr.RowId rowId1 = new Xdr.RowId();
            rowId1.Text = "0";
            Xdr.RowOffset rowOffset1 = new Xdr.RowOffset();
            rowOffset1.Text = "123265";

            fromMarker1.Append(columnId1);
            fromMarker1.Append(columnOffset1);
            fromMarker1.Append(rowId1);
            fromMarker1.Append(rowOffset1);

            Xdr.ToMarker toMarker1 = new Xdr.ToMarker();
            Xdr.ColumnId columnId2 = new Xdr.ColumnId();
            columnId2.Text = "2";
            Xdr.ColumnOffset columnOffset2 = new Xdr.ColumnOffset();
            columnOffset2.Text = "223413";
            Xdr.RowId rowId2 = new Xdr.RowId();
            rowId2.Text = "3";
            Xdr.RowOffset rowOffset2 = new Xdr.RowOffset();
            rowOffset2.Text = "98965";

            toMarker1.Append(columnId2);
            toMarker1.Append(columnOffset2);
            toMarker1.Append(rowId2);
            toMarker1.Append(rowOffset2);

            Xdr.Picture picture1 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties1 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties1 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)2U, Name = "Picture 1", Description = "logo-Sprayette" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties1 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks1 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties1.Append(pictureLocks1);

            nonVisualPictureProperties1.Append(nonVisualDrawingProperties1);
            nonVisualPictureProperties1.Append(nonVisualPictureDrawingProperties1);

            Xdr.BlipFill blipFill1 = new Xdr.BlipFill();

            A.Blip blip1 = new A.Blip() { Embed = "rId1" };
            blip1.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");

            A.BlipExtensionList blipExtensionList1 = new A.BlipExtensionList();

            A.BlipExtension blipExtension1 = new A.BlipExtension() { Uri = "{28A0092B-C50C-407E-A947-70E740481C1C}" };

            A14.UseLocalDpi useLocalDpi1 = new A14.UseLocalDpi() { Val = false };
            useLocalDpi1.AddNamespaceDeclaration("a14", "http://schemas.microsoft.com/office/drawing/2010/main");

            blipExtension1.Append(useLocalDpi1);

            blipExtensionList1.Append(blipExtension1);

            blip1.Append(blipExtensionList1);
            A.SourceRectangle sourceRectangle1 = new A.SourceRectangle();

            A.Stretch stretch1 = new A.Stretch();
            A.FillRectangle fillRectangle1 = new A.FillRectangle();

            stretch1.Append(fillRectangle1);

            blipFill1.Append(blip1);
            blipFill1.Append(sourceRectangle1);
            blipFill1.Append(stretch1);

            Xdr.ShapeProperties shapeProperties1 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D1 = new A.Transform2D();
            A.Offset offset1 = new A.Offset() { X = 347384L, Y = 123265L };
            A.Extents extents1 = new A.Extents() { Cx = 2106000L, Cy = 547200L };

            transform2D1.Append(offset1);
            transform2D1.Append(extents1);

            A.PresetGeometry presetGeometry1 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList1 = new A.AdjustValueList();

            presetGeometry1.Append(adjustValueList1);
            A.NoFill noFill1 = new A.NoFill();

            A.Outline outline4 = new A.Outline();
            A.NoFill noFill2 = new A.NoFill();

            outline4.Append(noFill2);

            A.ShapePropertiesExtensionList shapePropertiesExtensionList1 = new A.ShapePropertiesExtensionList();

            A.ShapePropertiesExtension shapePropertiesExtension1 = new A.ShapePropertiesExtension() { Uri = "{909E8E84-426E-40DD-AFC4-6F175D3DCCD1}" };

            A14.HiddenFillProperties hiddenFillProperties1 = new A14.HiddenFillProperties();
            hiddenFillProperties1.AddNamespaceDeclaration("a14", "http://schemas.microsoft.com/office/drawing/2010/main");

            A.SolidFill solidFill6 = new A.SolidFill();
            A.RgbColorModelHex rgbColorModelHex14 = new A.RgbColorModelHex() { Val = "FFFFFF" };

            solidFill6.Append(rgbColorModelHex14);

            hiddenFillProperties1.Append(solidFill6);

            shapePropertiesExtension1.Append(hiddenFillProperties1);

            A.ShapePropertiesExtension shapePropertiesExtension2 = new A.ShapePropertiesExtension() { Uri = "{91240B29-F687-4F45-9708-019B960494DF}" };

            A14.HiddenLineProperties hiddenLineProperties1 = new A14.HiddenLineProperties() { Width = 9525 };
            hiddenLineProperties1.AddNamespaceDeclaration("a14", "http://schemas.microsoft.com/office/drawing/2010/main");

            A.SolidFill solidFill7 = new A.SolidFill();
            A.RgbColorModelHex rgbColorModelHex15 = new A.RgbColorModelHex() { Val = "000000" };

            solidFill7.Append(rgbColorModelHex15);
            A.Miter miter1 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd1 = new A.HeadEnd();
            A.TailEnd tailEnd1 = new A.TailEnd();

            hiddenLineProperties1.Append(solidFill7);
            hiddenLineProperties1.Append(miter1);
            hiddenLineProperties1.Append(headEnd1);
            hiddenLineProperties1.Append(tailEnd1);

            shapePropertiesExtension2.Append(hiddenLineProperties1);

            shapePropertiesExtensionList1.Append(shapePropertiesExtension1);
            shapePropertiesExtensionList1.Append(shapePropertiesExtension2);

            shapeProperties1.Append(transform2D1);
            shapeProperties1.Append(presetGeometry1);
            shapeProperties1.Append(noFill1);
            shapeProperties1.Append(outline4);
            shapeProperties1.Append(shapePropertiesExtensionList1);

            picture1.Append(nonVisualPictureProperties1);
            picture1.Append(blipFill1);
            picture1.Append(shapeProperties1);
            Xdr.ClientData clientData1 = new Xdr.ClientData();

            twoCellAnchor1.Append(fromMarker1);
            twoCellAnchor1.Append(toMarker1);
            twoCellAnchor1.Append(picture1);
            twoCellAnchor1.Append(clientData1);

            worksheetDrawing1.Append(twoCellAnchor1);

            drawingsPart1.WorksheetDrawing = worksheetDrawing1;
        }
        // Generates content of mainDocumentPart1.
        private void GenerateMainDocumentPart1Content(MainDocumentPart mainDocumentPart1)
        {
            DocumentFormat.OpenXml.Wordprocessing.Document document1 = new DocumentFormat.OpenXml.Wordprocessing.Document();

            Body body1 = new Body();

            CustomXmlBlock customXmlBlock1 = new CustomXmlBlock() { Uri = "http://hubblereports.com/namespace", Element = "reportdoc" };

            CustomXmlBlock customXmlBlock2 = new CustomXmlBlock() { Uri = "http://hubblereports.com/namespace", Element = "body" };

            CustomXmlBlock customXmlBlock3 = new CustomXmlBlock() { Uri = "http://hubblereports.com/namespace", Element = "opinion" };

            CustomXmlBlock customXmlBlock4 = new CustomXmlBlock() { Uri = "http://hubblereports.com/namespace", Element = "product" };

            Paragraph paragraph1 = new Paragraph() { RsidParagraphMarkRevision = "006A0B1E", RsidParagraphAddition = "002E7D22", RsidParagraphProperties = "00397A9E", RsidRunAdditionDefault = "005546F4" };

            ParagraphProperties paragraphProperties1 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId1 = new ParagraphStyleId() { Val = "StyleProductNameBefore0ptAfter8pt" };

            paragraphProperties1.Append(paragraphStyleId1);

            Run run1 = new Run();
            Text text1 = new Text();
            text1.Text = "PRODUCT: ASIA EX JAPAN EQUITIES";

            run1.Append(text1);

            paragraph1.Append(paragraphProperties1);
            paragraph1.Append(run1);

            Table table1 = new Table();

            TableProperties tableProperties1 = new TableProperties();
            TableStyle tableStyle1 = new TableStyle() { Val = "Grilledutableau" };
            TablePositionProperties tablePositionProperties1 = new TablePositionProperties() { LeftFromText = 141, RightFromText = 141, VerticalAnchor = VerticalAnchorValues.Text, TablePositionY = 74 };
            TableWidth tableWidth1 = new TableWidth() { Width = "10485", Type = TableWidthUnitValues.Dxa };

            TableBorders tableBorders1 = new TableBorders();
            TopBorder topBorder1 = new TopBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };
            LeftBorder leftBorder1 = new LeftBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };
            BottomBorder bottomBorder1 = new BottomBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };
            RightBorder rightBorder1 = new RightBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };
            InsideHorizontalBorder insideHorizontalBorder1 = new InsideHorizontalBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };
            InsideVerticalBorder insideVerticalBorder1 = new InsideVerticalBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };

            tableBorders1.Append(topBorder1);
            tableBorders1.Append(leftBorder1);
            tableBorders1.Append(bottomBorder1);
            tableBorders1.Append(rightBorder1);
            tableBorders1.Append(insideHorizontalBorder1);
            tableBorders1.Append(insideVerticalBorder1);
            TableLayout tableLayout1 = new TableLayout() { Type = TableLayoutValues.Fixed };

            TableCellMarginDefault tableCellMarginDefault1 = new TableCellMarginDefault();
            TableCellLeftMargin tableCellLeftMargin1 = new TableCellLeftMargin() { Width = 45, Type = TableWidthValues.Dxa };
            TableCellRightMargin tableCellRightMargin1 = new TableCellRightMargin() { Width = 45, Type = TableWidthValues.Dxa };

            tableCellMarginDefault1.Append(tableCellLeftMargin1);
            tableCellMarginDefault1.Append(tableCellRightMargin1);
            TableLook tableLook1 = new TableLook() { Val = "01E0" };

            tableProperties1.Append(tableStyle1);
            tableProperties1.Append(tablePositionProperties1);
            tableProperties1.Append(tableWidth1);
            tableProperties1.Append(tableBorders1);
            tableProperties1.Append(tableLayout1);
            tableProperties1.Append(tableCellMarginDefault1);
            tableProperties1.Append(tableLook1);

            TableGrid tableGrid1 = new TableGrid();
            GridColumn gridColumn1 = new GridColumn() { Width = "2124" };
            GridColumn gridColumn2 = new GridColumn() { Width = "2892" };
            GridColumn gridColumn3 = new GridColumn() { Width = "2576" };
            GridColumn gridColumn4 = new GridColumn() { Width = "2893" };

            tableGrid1.Append(gridColumn1);
            tableGrid1.Append(gridColumn2);
            tableGrid1.Append(gridColumn3);
            tableGrid1.Append(gridColumn4);

            TableRow tableRow1 = new TableRow() { RsidTableRowAddition = "004427CC", RsidTableRowProperties = "00443CD0" };

            TableRowProperties tableRowProperties1 = new TableRowProperties();
            TableRowHeight tableRowHeight1 = new TableRowHeight() { Val = (UInt32Value)182U };

            tableRowProperties1.Append(tableRowHeight1);

            TableCell tableCell1 = new TableCell();

            TableCellProperties tableCellProperties1 = new TableCellProperties();
            TableCellWidth tableCellWidth1 = new TableCellWidth() { Width = "2124", Type = TableWidthUnitValues.Dxa };

            tableCellProperties1.Append(tableCellWidth1);

            Paragraph paragraph2 = new Paragraph() { RsidParagraphAddition = "004427CC", RsidParagraphProperties = "000C4F36", RsidRunAdditionDefault = "004427CC" };

            ParagraphProperties paragraphProperties2 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId2 = new ParagraphStyleId() { Val = "TableHeading" };
            SpacingBetweenLines spacingBetweenLines1 = new SpacingBetweenLines() { Line = "240", LineRule = LineSpacingRuleValues.Auto };

            paragraphProperties2.Append(paragraphStyleId2);
            paragraphProperties2.Append(spacingBetweenLines1);

            Run run2 = new Run();
            Text text2 = new Text();
            text2.Text = "ASSET CLASS";

            run2.Append(text2);

            paragraph2.Append(paragraphProperties2);
            paragraph2.Append(run2);

            tableCell1.Append(tableCellProperties1);
            tableCell1.Append(paragraph2);

            TableCell tableCell2 = new TableCell();

            TableCellProperties tableCellProperties2 = new TableCellProperties();
            TableCellWidth tableCellWidth2 = new TableCellWidth() { Width = "2892", Type = TableWidthUnitValues.Dxa };

            tableCellProperties2.Append(tableCellWidth2);

            Paragraph paragraph3 = new Paragraph() { RsidParagraphAddition = "004427CC", RsidParagraphProperties = "000C4F36", RsidRunAdditionDefault = "004427CC" };

            ParagraphProperties paragraphProperties3 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId3 = new ParagraphStyleId() { Val = "TableHeading" };
            SpacingBetweenLines spacingBetweenLines2 = new SpacingBetweenLines() { Line = "240", LineRule = LineSpacingRuleValues.Auto };

            paragraphProperties3.Append(paragraphStyleId3);
            paragraphProperties3.Append(spacingBetweenLines2);

            Run run3 = new Run();
            Text text3 = new Text();
            text3.Text = "GEOGRAPHIC EMPHASIS";

            run3.Append(text3);

            paragraph3.Append(paragraphProperties3);
            paragraph3.Append(run3);

            tableCell2.Append(tableCellProperties2);
            tableCell2.Append(paragraph3);

            TableCell tableCell3 = new TableCell();

            TableCellProperties tableCellProperties3 = new TableCellProperties();
            TableCellWidth tableCellWidth3 = new TableCellWidth() { Width = "2576", Type = TableWidthUnitValues.Dxa };

            tableCellProperties3.Append(tableCellWidth3);

            Paragraph paragraph4 = new Paragraph() { RsidParagraphAddition = "004427CC", RsidParagraphProperties = "000C4F36", RsidRunAdditionDefault = "004427CC" };

            ParagraphProperties paragraphProperties4 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId4 = new ParagraphStyleId() { Val = "TableHeading" };
            SpacingBetweenLines spacingBetweenLines3 = new SpacingBetweenLines() { Line = "240", LineRule = LineSpacingRuleValues.Auto };

            paragraphProperties4.Append(paragraphStyleId4);
            paragraphProperties4.Append(spacingBetweenLines3);

            Run run4 = new Run();
            Text text4 = new Text();
            text4.Text = "STYLE";

            run4.Append(text4);

            paragraph4.Append(paragraphProperties4);
            paragraph4.Append(run4);

            tableCell3.Append(tableCellProperties3);
            tableCell3.Append(paragraph4);

            TableCell tableCell4 = new TableCell();

            TableCellProperties tableCellProperties4 = new TableCellProperties();
            TableCellWidth tableCellWidth4 = new TableCellWidth() { Width = "2893", Type = TableWidthUnitValues.Dxa };

            tableCellProperties4.Append(tableCellWidth4);

            Paragraph paragraph5 = new Paragraph() { RsidParagraphAddition = "004427CC", RsidParagraphProperties = "000C4F36", RsidRunAdditionDefault = "004427CC" };

            ParagraphProperties paragraphProperties5 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId5 = new ParagraphStyleId() { Val = "TableHeading" };
            SpacingBetweenLines spacingBetweenLines4 = new SpacingBetweenLines() { Line = "240", LineRule = LineSpacingRuleValues.Auto };

            paragraphProperties5.Append(paragraphStyleId5);
            paragraphProperties5.Append(spacingBetweenLines4);

            Run run5 = new Run();
            Text text5 = new Text();
            text5.Text = "SUBSTYLE";

            run5.Append(text5);

            paragraph5.Append(paragraphProperties5);
            paragraph5.Append(run5);

            tableCell4.Append(tableCellProperties4);
            tableCell4.Append(paragraph5);

            tableRow1.Append(tableRowProperties1);
            tableRow1.Append(tableCell1);
            tableRow1.Append(tableCell2);
            tableRow1.Append(tableCell3);
            tableRow1.Append(tableCell4);

            TableRow tableRow2 = new TableRow() { RsidTableRowAddition = "004427CC", RsidTableRowProperties = "00443CD0" };

            CustomXmlCell customXmlCell1 = new CustomXmlCell() { Uri = "http://hubblereports.com/namespace", Element = "AssetClass" };

            TableCell tableCell5 = new TableCell();

            TableCellProperties tableCellProperties5 = new TableCellProperties();
            TableCellWidth tableCellWidth5 = new TableCellWidth() { Width = "2124", Type = TableWidthUnitValues.Dxa };

            tableCellProperties5.Append(tableCellWidth5);

            Paragraph paragraph6 = new Paragraph() { RsidParagraphAddition = "004427CC", RsidParagraphProperties = "005546F4", RsidRunAdditionDefault = "005546F4" };

            ParagraphProperties paragraphProperties6 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId6 = new ParagraphStyleId() { Val = "TableText" };
            SpacingBetweenLines spacingBetweenLines5 = new SpacingBetweenLines() { Line = "240", LineRule = LineSpacingRuleValues.Auto };

            ParagraphMarkRunProperties paragraphMarkRunProperties1 = new ParagraphMarkRunProperties();
            FontSizeComplexScript fontSizeComplexScript1 = new FontSizeComplexScript() { Val = "18" };

            paragraphMarkRunProperties1.Append(fontSizeComplexScript1);

            paragraphProperties6.Append(paragraphStyleId6);
            paragraphProperties6.Append(spacingBetweenLines5);
            paragraphProperties6.Append(paragraphMarkRunProperties1);

            Run run6 = new Run();

            RunProperties runProperties1 = new RunProperties();
            FontSizeComplexScript fontSizeComplexScript2 = new FontSizeComplexScript() { Val = "18" };

            runProperties1.Append(fontSizeComplexScript2);
            Text text6 = new Text();
            text6.Text = "Equity";

            run6.Append(runProperties1);
            run6.Append(text6);

            paragraph6.Append(paragraphProperties6);
            paragraph6.Append(run6);

            tableCell5.Append(tableCellProperties5);
            tableCell5.Append(paragraph6);

            customXmlCell1.Append(tableCell5);

            CustomXmlCell customXmlCell2 = new CustomXmlCell() { Uri = "http://hubblereports.com/namespace", Element = "GeoEmphasis" };

            TableCell tableCell6 = new TableCell();

            TableCellProperties tableCellProperties6 = new TableCellProperties();
            TableCellWidth tableCellWidth6 = new TableCellWidth() { Width = "2892", Type = TableWidthUnitValues.Dxa };

            tableCellProperties6.Append(tableCellWidth6);

            Paragraph paragraph7 = new Paragraph() { RsidParagraphAddition = "004427CC", RsidParagraphProperties = "005546F4", RsidRunAdditionDefault = "005546F4" };

            ParagraphProperties paragraphProperties7 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId7 = new ParagraphStyleId() { Val = "TableText" };
            SpacingBetweenLines spacingBetweenLines6 = new SpacingBetweenLines() { Line = "240", LineRule = LineSpacingRuleValues.Auto };

            ParagraphMarkRunProperties paragraphMarkRunProperties2 = new ParagraphMarkRunProperties();
            FontSizeComplexScript fontSizeComplexScript3 = new FontSizeComplexScript() { Val = "18" };

            paragraphMarkRunProperties2.Append(fontSizeComplexScript3);

            paragraphProperties7.Append(paragraphStyleId7);
            paragraphProperties7.Append(spacingBetweenLines6);
            paragraphProperties7.Append(paragraphMarkRunProperties2);

            Run run7 = new Run();

            RunProperties runProperties2 = new RunProperties();
            FontSizeComplexScript fontSizeComplexScript4 = new FontSizeComplexScript() { Val = "18" };

            runProperties2.Append(fontSizeComplexScript4);
            Text text7 = new Text();
            text7.Text = "Asia ex Japan";

            run7.Append(runProperties2);
            run7.Append(text7);

            paragraph7.Append(paragraphProperties7);
            paragraph7.Append(run7);

            tableCell6.Append(tableCellProperties6);
            tableCell6.Append(paragraph7);

            customXmlCell2.Append(tableCell6);

            CustomXmlCell customXmlCell3 = new CustomXmlCell() { Uri = "http://hubblereports.com/namespace", Element = "Style" };

            TableCell tableCell7 = new TableCell();

            TableCellProperties tableCellProperties7 = new TableCellProperties();
            TableCellWidth tableCellWidth7 = new TableCellWidth() { Width = "2576", Type = TableWidthUnitValues.Dxa };

            tableCellProperties7.Append(tableCellWidth7);

            Paragraph paragraph8 = new Paragraph() { RsidParagraphAddition = "004427CC", RsidParagraphProperties = "005546F4", RsidRunAdditionDefault = "005546F4" };

            ParagraphProperties paragraphProperties8 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId8 = new ParagraphStyleId() { Val = "TableText" };
            SpacingBetweenLines spacingBetweenLines7 = new SpacingBetweenLines() { Line = "240", LineRule = LineSpacingRuleValues.Auto };

            ParagraphMarkRunProperties paragraphMarkRunProperties3 = new ParagraphMarkRunProperties();
            FontSizeComplexScript fontSizeComplexScript5 = new FontSizeComplexScript() { Val = "18" };

            paragraphMarkRunProperties3.Append(fontSizeComplexScript5);

            paragraphProperties8.Append(paragraphStyleId8);
            paragraphProperties8.Append(spacingBetweenLines7);
            paragraphProperties8.Append(paragraphMarkRunProperties3);

            Run run8 = new Run();

            RunProperties runProperties3 = new RunProperties();
            FontSizeComplexScript fontSizeComplexScript6 = new FontSizeComplexScript() { Val = "18" };

            runProperties3.Append(fontSizeComplexScript6);
            Text text8 = new Text();
            text8.Text = "-";

            run8.Append(runProperties3);
            run8.Append(text8);

            paragraph8.Append(paragraphProperties8);
            paragraph8.Append(run8);

            tableCell7.Append(tableCellProperties7);
            tableCell7.Append(paragraph8);

            customXmlCell3.Append(tableCell7);

            CustomXmlCell customXmlCell4 = new CustomXmlCell() { Uri = "http://hubblereports.com/namespace", Element = "Substyle" };

            TableCell tableCell8 = new TableCell();

            TableCellProperties tableCellProperties8 = new TableCellProperties();
            TableCellWidth tableCellWidth8 = new TableCellWidth() { Width = "2893", Type = TableWidthUnitValues.Dxa };

            tableCellProperties8.Append(tableCellWidth8);

            Paragraph paragraph9 = new Paragraph() { RsidParagraphAddition = "004427CC", RsidParagraphProperties = "005546F4", RsidRunAdditionDefault = "005546F4" };

            ParagraphProperties paragraphProperties9 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId9 = new ParagraphStyleId() { Val = "TableText" };
            SpacingBetweenLines spacingBetweenLines8 = new SpacingBetweenLines() { Line = "240", LineRule = LineSpacingRuleValues.Auto };

            ParagraphMarkRunProperties paragraphMarkRunProperties4 = new ParagraphMarkRunProperties();
            FontSizeComplexScript fontSizeComplexScript7 = new FontSizeComplexScript() { Val = "18" };

            paragraphMarkRunProperties4.Append(fontSizeComplexScript7);

            paragraphProperties9.Append(paragraphStyleId9);
            paragraphProperties9.Append(spacingBetweenLines8);
            paragraphProperties9.Append(paragraphMarkRunProperties4);

            Run run9 = new Run();
            Text text9 = new Text();
            text9.Text = "-";

            run9.Append(text9);

            paragraph9.Append(paragraphProperties9);
            paragraph9.Append(run9);

            tableCell8.Append(tableCellProperties8);
            tableCell8.Append(paragraph9);

            customXmlCell4.Append(tableCell8);

            tableRow2.Append(customXmlCell1);
            tableRow2.Append(customXmlCell2);
            tableRow2.Append(customXmlCell3);
            tableRow2.Append(customXmlCell4);

            table1.Append(tableProperties1);
            table1.Append(tableGrid1);
            table1.Append(tableRow1);
            table1.Append(tableRow2);

            customXmlBlock4.Append(paragraph1);
            customXmlBlock4.Append(table1);

            Paragraph paragraph10 = new Paragraph() { RsidParagraphMarkRevision = "00E12034", RsidParagraphAddition = "009F7E7F", RsidParagraphProperties = "00397A9E", RsidRunAdditionDefault = "009F7E7F" };

            ParagraphProperties paragraphProperties10 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId10 = new ParagraphStyleId() { Val = "StyleProductsReviewedHeading6ptBefore15ptAfter0pt" };

            paragraphProperties10.Append(paragraphStyleId10);

            paragraph10.Append(paragraphProperties10);

            CustomXmlBlock customXmlBlock5 = new CustomXmlBlock() { Uri = "http://hubblereports.com/namespace", Element = "opiniondata" };

            Paragraph paragraph11 = new Paragraph() { RsidParagraphMarkRevision = "009F7E7F", RsidParagraphAddition = "00EE7B69", RsidParagraphProperties = "009F7E7F", RsidRunAdditionDefault = "00FC0F0D" };

            ParagraphProperties paragraphProperties11 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId11 = new ParagraphStyleId() { Val = "RankHeading" };
            SpacingBetweenLines spacingBetweenLines9 = new SpacingBetweenLines() { Line = "240", LineRule = LineSpacingRuleValues.Auto };

            paragraphProperties11.Append(paragraphStyleId11);
            paragraphProperties11.Append(spacingBetweenLines9);

            Run run10 = new Run() { RsidRunProperties = "009F7E7F" };
            Text text10 = new Text();
            text10.Text = "OVERALL EVaLUATION";

            run10.Append(text10);

            paragraph11.Append(paragraphProperties11);
            paragraph11.Append(run10);

            Table table2 = new Table();

            TableProperties tableProperties2 = new TableProperties();
            TableStyle tableStyle2 = new TableStyle() { Val = "Grilledutableau" };
            TableWidth tableWidth2 = new TableWidth() { Width = "10485", Type = TableWidthUnitValues.Dxa };

            TableBorders tableBorders2 = new TableBorders();
            TopBorder topBorder2 = new TopBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };
            LeftBorder leftBorder2 = new LeftBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };
            BottomBorder bottomBorder2 = new BottomBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };
            RightBorder rightBorder2 = new RightBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };
            InsideHorizontalBorder insideHorizontalBorder2 = new InsideHorizontalBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };
            InsideVerticalBorder insideVerticalBorder2 = new InsideVerticalBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };

            tableBorders2.Append(topBorder2);
            tableBorders2.Append(leftBorder2);
            tableBorders2.Append(bottomBorder2);
            tableBorders2.Append(rightBorder2);
            tableBorders2.Append(insideHorizontalBorder2);
            tableBorders2.Append(insideVerticalBorder2);
            TableLayout tableLayout2 = new TableLayout() { Type = TableLayoutValues.Fixed };

            TableCellMarginDefault tableCellMarginDefault2 = new TableCellMarginDefault();
            TableCellLeftMargin tableCellLeftMargin2 = new TableCellLeftMargin() { Width = 45, Type = TableWidthValues.Dxa };
            TableCellRightMargin tableCellRightMargin2 = new TableCellRightMargin() { Width = 45, Type = TableWidthValues.Dxa };

            tableCellMarginDefault2.Append(tableCellLeftMargin2);
            tableCellMarginDefault2.Append(tableCellRightMargin2);
            TableLook tableLook2 = new TableLook() { Val = "01E0" };

            tableProperties2.Append(tableStyle2);
            tableProperties2.Append(tableWidth2);
            tableProperties2.Append(tableBorders2);
            tableProperties2.Append(tableLayout2);
            tableProperties2.Append(tableCellMarginDefault2);
            tableProperties2.Append(tableLook2);

            TableGrid tableGrid2 = new TableGrid();
            GridColumn gridColumn5 = new GridColumn() { Width = "3175" };
            GridColumn gridColumn6 = new GridColumn() { Width = "4070" };
            GridColumn gridColumn7 = new GridColumn() { Width = "3240" };

            tableGrid2.Append(gridColumn5);
            tableGrid2.Append(gridColumn6);
            tableGrid2.Append(gridColumn7);

            TableRow tableRow3 = new TableRow() { RsidTableRowAddition = "002E7D22", RsidTableRowProperties = "00837232" };

            TableCell tableCell9 = new TableCell();

            TableCellProperties tableCellProperties9 = new TableCellProperties();
            TableCellWidth tableCellWidth9 = new TableCellWidth() { Width = "3175", Type = TableWidthUnitValues.Dxa };

            tableCellProperties9.Append(tableCellWidth9);

            CustomXmlBlock customXmlBlock6 = new CustomXmlBlock() { Uri = "http://hubblereports.com/namespace", Element = "RankValueImage" };

            Paragraph paragraph12 = new Paragraph() { RsidParagraphAddition = "002E7D22", RsidParagraphProperties = "00BA7E3F", RsidRunAdditionDefault = "00740A1C" };

            ParagraphProperties paragraphProperties12 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId12 = new ParagraphStyleId() { Val = "TableText" };
            SpacingBetweenLines spacingBetweenLines10 = new SpacingBetweenLines() { Line = "240", LineRule = LineSpacingRuleValues.Auto };

            ParagraphMarkRunProperties paragraphMarkRunProperties5 = new ParagraphMarkRunProperties();
            FontSizeComplexScript fontSizeComplexScript8 = new FontSizeComplexScript() { Val = "18" };

            paragraphMarkRunProperties5.Append(fontSizeComplexScript8);

            paragraphProperties12.Append(paragraphStyleId12);
            paragraphProperties12.Append(spacingBetweenLines10);
            paragraphProperties12.Append(paragraphMarkRunProperties5);

            Run run11 = new Run();

            RunProperties runProperties4 = new RunProperties();
            NoProof noProof1 = new NoProof();
            FontSizeComplexScript fontSizeComplexScript9 = new FontSizeComplexScript() { Val = "18" };
            Languages languages1 = new Languages() { Val = "fr-CA", EastAsia = "fr-CA" };

            runProperties4.Append(noProof1);
            runProperties4.Append(fontSizeComplexScript9);
            runProperties4.Append(languages1);

            Drawing drawing1 = new Drawing();

            Wp.Inline inline1 = new Wp.Inline() { DistanceFromTop = (UInt32Value)0U, DistanceFromBottom = (UInt32Value)0U, DistanceFromLeft = (UInt32Value)0U, DistanceFromRight = (UInt32Value)0U };
            Wp.Extent extent1 = new Wp.Extent() { Cx = 1485900L, Cy = 428625L };
            Wp.EffectExtent effectExtent1 = new Wp.EffectExtent() { LeftEdge = 19050L, TopEdge = 0L, RightEdge = 0L, BottomEdge = 0L };
            Wp.DocProperties docProperties1 = new Wp.DocProperties() { Id = (UInt32Value)3U, Name = "Image 3", Description = "rank_1" };

            Wp.NonVisualGraphicFrameDrawingProperties nonVisualGraphicFrameDrawingProperties1 = new Wp.NonVisualGraphicFrameDrawingProperties();
            A.GraphicFrameLocks graphicFrameLocks1 = new A.GraphicFrameLocks() { NoChangeAspect = true };

            nonVisualGraphicFrameDrawingProperties1.Append(graphicFrameLocks1);

            A.Graphic graphic1 = new A.Graphic();

            A.GraphicData graphicData1 = new A.GraphicData() { Uri = "http://schemas.openxmlformats.org/drawingml/2006/picture" };

            Pic.Picture picture1 = new Pic.Picture();

            Pic.NonVisualPictureProperties nonVisualPictureProperties1 = new Pic.NonVisualPictureProperties();
            Pic.NonVisualDrawingProperties nonVisualDrawingProperties1 = new Pic.NonVisualDrawingProperties() { Id = (UInt32Value)0U, Name = "Picture 3", Description = "rank_1" };

            Pic.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties1 = new Pic.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks1 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties1.Append(pictureLocks1);

            nonVisualPictureProperties1.Append(nonVisualDrawingProperties1);
            nonVisualPictureProperties1.Append(nonVisualPictureDrawingProperties1);

            Pic.BlipFill blipFill1 = new Pic.BlipFill();
            A.Blip blip1 = new A.Blip() { Embed = "rIdImgPartOverallEval" + OverallEvaluationRank.ToString(), CompressionState = A.BlipCompressionValues.Print };
            A.SourceRectangle sourceRectangle1 = new A.SourceRectangle();

            A.Stretch stretch1 = new A.Stretch();
            A.FillRectangle fillRectangle1 = new A.FillRectangle();

            stretch1.Append(fillRectangle1);

            blipFill1.Append(blip1);
            blipFill1.Append(sourceRectangle1);
            blipFill1.Append(stretch1);

            Pic.ShapeProperties shapeProperties1 = new Pic.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D1 = new A.Transform2D();
            A.Offset offset1 = new A.Offset() { X = 0L, Y = 0L };
            A.Extents extents1 = new A.Extents() { Cx = 1485900L, Cy = 428625L };

            transform2D1.Append(offset1);
            transform2D1.Append(extents1);

            A.PresetGeometry presetGeometry1 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList1 = new A.AdjustValueList();

            presetGeometry1.Append(adjustValueList1);
            A.NoFill noFill1 = new A.NoFill();

            A.Outline outline1 = new A.Outline() { Width = 9525 };
            A.NoFill noFill2 = new A.NoFill();
            A.Miter miter1 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd1 = new A.HeadEnd();
            A.TailEnd tailEnd1 = new A.TailEnd();

            outline1.Append(noFill2);
            outline1.Append(miter1);
            outline1.Append(headEnd1);
            outline1.Append(tailEnd1);

            shapeProperties1.Append(transform2D1);
            shapeProperties1.Append(presetGeometry1);
            shapeProperties1.Append(noFill1);
            shapeProperties1.Append(outline1);

            picture1.Append(nonVisualPictureProperties1);
            picture1.Append(blipFill1);
            picture1.Append(shapeProperties1);

            graphicData1.Append(picture1);

            graphic1.Append(graphicData1);

            inline1.Append(extent1);
            inline1.Append(effectExtent1);
            inline1.Append(docProperties1);
            inline1.Append(nonVisualGraphicFrameDrawingProperties1);
            inline1.Append(graphic1);

            drawing1.Append(inline1);

            run11.Append(runProperties4);
            run11.Append(drawing1);

            paragraph12.Append(paragraphProperties12);
            paragraph12.Append(run11);

            customXmlBlock6.Append(paragraph12);

            tableCell9.Append(tableCellProperties9);
            tableCell9.Append(customXmlBlock6);

            TableCell tableCell10 = new TableCell();

            TableCellProperties tableCellProperties10 = new TableCellProperties();
            TableCellWidth tableCellWidth10 = new TableCellWidth() { Width = "4070", Type = TableWidthUnitValues.Dxa };

            tableCellProperties10.Append(tableCellWidth10);

            CustomXmlBlock customXmlBlock7 = new CustomXmlBlock() { Uri = "http://hubblereports.com/namespace", Element = "StatementForOverall" };

            Paragraph paragraph13 = new Paragraph() { RsidParagraphMarkRevision = "00E340CC", RsidParagraphAddition = "002E7D22", RsidParagraphProperties = "003F1967", RsidRunAdditionDefault = "00707FFA" };

            ParagraphProperties paragraphProperties13 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId13 = new ParagraphStyleId() { Val = "RankStatement" };

            ParagraphMarkRunProperties paragraphMarkRunProperties6 = new ParagraphMarkRunProperties();
            RunFonts runFonts1 = new RunFonts() { EastAsia = "Arial Unicode MS" };
            FontSize fontSize1 = new FontSize() { Val = "20" };
            FontSizeComplexScript fontSizeComplexScript10 = new FontSizeComplexScript() { Val = "20" };

            paragraphMarkRunProperties6.Append(runFonts1);
            paragraphMarkRunProperties6.Append(fontSize1);
            paragraphMarkRunProperties6.Append(fontSizeComplexScript10);

            paragraphProperties13.Append(paragraphStyleId13);
            paragraphProperties13.Append(paragraphMarkRunProperties6);

            Run run12 = new Run() { RsidRunProperties = "003F1967" };

            RunProperties runProperties5 = new RunProperties();
            RunFonts runFonts2 = new RunFonts() { EastAsia = "Arial Unicode MS" };

            runProperties5.Append(runFonts2);
            Text text11 = new Text();
            text11.Text = OverallEvaluationContent;

            run12.Append(runProperties5);
            run12.Append(text11);

            paragraph13.Append(paragraphProperties13);
            paragraph13.Append(run12);

            customXmlBlock7.Append(paragraph13);

            tableCell10.Append(tableCellProperties10);
            tableCell10.Append(customXmlBlock7);

            TableCell tableCell11 = new TableCell();

            TableCellProperties tableCellProperties11 = new TableCellProperties();
            TableCellWidth tableCellWidth11 = new TableCellWidth() { Width = "3240", Type = TableWidthUnitValues.Dxa };
            NoWrap noWrap1 = new NoWrap();

            tableCellProperties11.Append(tableCellWidth11);
            tableCellProperties11.Append(noWrap1);

            Paragraph paragraph14 = new Paragraph() { RsidParagraphAddition = "002E7D22", RsidParagraphProperties = "00256073", RsidRunAdditionDefault = "00707FFA" };

            ParagraphProperties paragraphProperties14 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId14 = new ParagraphStyleId() { Val = "TableText" };
            SpacingBetweenLines spacingBetweenLines11 = new SpacingBetweenLines() { Line = "240", LineRule = LineSpacingRuleValues.Auto };

            ParagraphMarkRunProperties paragraphMarkRunProperties7 = new ParagraphMarkRunProperties();
            FontSize fontSize2 = new FontSize() { Val = "20" };
            FontSizeComplexScript fontSizeComplexScript11 = new FontSizeComplexScript() { Val = "20" };

            paragraphMarkRunProperties7.Append(fontSize2);
            paragraphMarkRunProperties7.Append(fontSizeComplexScript11);

            paragraphProperties14.Append(paragraphStyleId14);
            paragraphProperties14.Append(spacingBetweenLines11);
            paragraphProperties14.Append(paragraphMarkRunProperties7);

            Run run13 = new Run() { RsidRunProperties = "00DC3ED5" };

            RunProperties runProperties6 = new RunProperties();
            Bold bold1 = new Bold();

            runProperties6.Append(bold1);
            Text text12 = new Text();
            text12.Text = "Updated By:";

            run13.Append(runProperties6);
            run13.Append(text12);

            Run run14 = new Run() { RsidRunAddition = "00740A1C" };

            RunProperties runProperties7 = new RunProperties();
            Bold bold2 = new Bold();
            NoProof noProof2 = new NoProof();
            Languages languages2 = new Languages() { Val = "fr-CA", EastAsia = "fr-CA" };

            runProperties7.Append(bold2);
            runProperties7.Append(noProof2);
            runProperties7.Append(languages2);

            Drawing drawing2 = new Drawing();

            Wp.Inline inline2 = new Wp.Inline() { DistanceFromTop = (UInt32Value)0U, DistanceFromBottom = (UInt32Value)0U, DistanceFromLeft = (UInt32Value)0U, DistanceFromRight = (UInt32Value)0U };
            Wp.Extent extent2 = new Wp.Extent() { Cx = 9525L, Cy = 9525L };
            Wp.EffectExtent effectExtent2 = new Wp.EffectExtent() { LeftEdge = 0L, TopEdge = 0L, RightEdge = 0L, BottomEdge = 0L };
            Wp.DocProperties docProperties2 = new Wp.DocProperties() { Id = (UInt32Value)4U, Name = "Image 4", Description = "spacer" };

            Wp.NonVisualGraphicFrameDrawingProperties nonVisualGraphicFrameDrawingProperties2 = new Wp.NonVisualGraphicFrameDrawingProperties();
            A.GraphicFrameLocks graphicFrameLocks2 = new A.GraphicFrameLocks() { NoChangeAspect = true };

            nonVisualGraphicFrameDrawingProperties2.Append(graphicFrameLocks2);

            A.Graphic graphic2 = new A.Graphic();

            A.GraphicData graphicData2 = new A.GraphicData() { Uri = "http://schemas.openxmlformats.org/drawingml/2006/picture" };

            Pic.Picture picture2 = new Pic.Picture();

            Pic.NonVisualPictureProperties nonVisualPictureProperties2 = new Pic.NonVisualPictureProperties();
            Pic.NonVisualDrawingProperties nonVisualDrawingProperties2 = new Pic.NonVisualDrawingProperties() { Id = (UInt32Value)0U, Name = "Picture 4", Description = "spacer" };

            Pic.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties2 = new Pic.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks2 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties2.Append(pictureLocks2);

            nonVisualPictureProperties2.Append(nonVisualDrawingProperties2);
            nonVisualPictureProperties2.Append(nonVisualPictureDrawingProperties2);

            Pic.BlipFill blipFill2 = new Pic.BlipFill();
            A.Blip blip2 = new A.Blip() { Embed = "rId8" };
            A.SourceRectangle sourceRectangle2 = new A.SourceRectangle();

            A.Stretch stretch2 = new A.Stretch();
            A.FillRectangle fillRectangle2 = new A.FillRectangle();

            stretch2.Append(fillRectangle2);

            blipFill2.Append(blip2);
            blipFill2.Append(sourceRectangle2);
            blipFill2.Append(stretch2);

            Pic.ShapeProperties shapeProperties2 = new Pic.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D2 = new A.Transform2D();
            A.Offset offset2 = new A.Offset() { X = 0L, Y = 0L };
            A.Extents extents2 = new A.Extents() { Cx = 9525L, Cy = 9525L };

            transform2D2.Append(offset2);
            transform2D2.Append(extents2);

            A.PresetGeometry presetGeometry2 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList2 = new A.AdjustValueList();

            presetGeometry2.Append(adjustValueList2);
            A.NoFill noFill3 = new A.NoFill();

            A.Outline outline2 = new A.Outline() { Width = 9525 };
            A.NoFill noFill4 = new A.NoFill();
            A.Miter miter2 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd2 = new A.HeadEnd();
            A.TailEnd tailEnd2 = new A.TailEnd();

            outline2.Append(noFill4);
            outline2.Append(miter2);
            outline2.Append(headEnd2);
            outline2.Append(tailEnd2);

            shapeProperties2.Append(transform2D2);
            shapeProperties2.Append(presetGeometry2);
            shapeProperties2.Append(noFill3);
            shapeProperties2.Append(outline2);

            picture2.Append(nonVisualPictureProperties2);
            picture2.Append(blipFill2);
            picture2.Append(shapeProperties2);

            graphicData2.Append(picture2);

            graphic2.Append(graphicData2);

            inline2.Append(extent2);
            inline2.Append(effectExtent2);
            inline2.Append(docProperties2);
            inline2.Append(nonVisualGraphicFrameDrawingProperties2);
            inline2.Append(graphic2);

            drawing2.Append(inline2);

            run14.Append(runProperties7);
            run14.Append(drawing2);

            Run run15 = new Run() { RsidRunAddition = "00740A1C" };

            RunProperties runProperties8 = new RunProperties();
            Bold bold3 = new Bold();
            NoProof noProof3 = new NoProof();
            Languages languages3 = new Languages() { Val = "fr-CA", EastAsia = "fr-CA" };

            runProperties8.Append(bold3);
            runProperties8.Append(noProof3);
            runProperties8.Append(languages3);

            Drawing drawing3 = new Drawing();

            Wp.Inline inline3 = new Wp.Inline() { DistanceFromTop = (UInt32Value)0U, DistanceFromBottom = (UInt32Value)0U, DistanceFromLeft = (UInt32Value)0U, DistanceFromRight = (UInt32Value)0U };
            Wp.Extent extent3 = new Wp.Extent() { Cx = 9525L, Cy = 9525L };
            Wp.EffectExtent effectExtent3 = new Wp.EffectExtent() { LeftEdge = 0L, TopEdge = 0L, RightEdge = 0L, BottomEdge = 0L };
            Wp.DocProperties docProperties3 = new Wp.DocProperties() { Id = (UInt32Value)5U, Name = "Image 5", Description = "spacer" };

            Wp.NonVisualGraphicFrameDrawingProperties nonVisualGraphicFrameDrawingProperties3 = new Wp.NonVisualGraphicFrameDrawingProperties();
            A.GraphicFrameLocks graphicFrameLocks3 = new A.GraphicFrameLocks() { NoChangeAspect = true };

            nonVisualGraphicFrameDrawingProperties3.Append(graphicFrameLocks3);

            A.Graphic graphic3 = new A.Graphic();

            A.GraphicData graphicData3 = new A.GraphicData() { Uri = "http://schemas.openxmlformats.org/drawingml/2006/picture" };

            Pic.Picture picture3 = new Pic.Picture();

            Pic.NonVisualPictureProperties nonVisualPictureProperties3 = new Pic.NonVisualPictureProperties();
            Pic.NonVisualDrawingProperties nonVisualDrawingProperties3 = new Pic.NonVisualDrawingProperties() { Id = (UInt32Value)0U, Name = "Picture 5", Description = "spacer" };

            Pic.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties3 = new Pic.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks3 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties3.Append(pictureLocks3);

            nonVisualPictureProperties3.Append(nonVisualDrawingProperties3);
            nonVisualPictureProperties3.Append(nonVisualPictureDrawingProperties3);

            Pic.BlipFill blipFill3 = new Pic.BlipFill();
            A.Blip blip3 = new A.Blip() { Embed = "rId8" };
            A.SourceRectangle sourceRectangle3 = new A.SourceRectangle();

            A.Stretch stretch3 = new A.Stretch();
            A.FillRectangle fillRectangle3 = new A.FillRectangle();

            stretch3.Append(fillRectangle3);

            blipFill3.Append(blip3);
            blipFill3.Append(sourceRectangle3);
            blipFill3.Append(stretch3);

            Pic.ShapeProperties shapeProperties3 = new Pic.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D3 = new A.Transform2D();
            A.Offset offset3 = new A.Offset() { X = 0L, Y = 0L };
            A.Extents extents3 = new A.Extents() { Cx = 9525L, Cy = 9525L };

            transform2D3.Append(offset3);
            transform2D3.Append(extents3);

            A.PresetGeometry presetGeometry3 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList3 = new A.AdjustValueList();

            presetGeometry3.Append(adjustValueList3);
            A.NoFill noFill5 = new A.NoFill();

            A.Outline outline3 = new A.Outline() { Width = 9525 };
            A.NoFill noFill6 = new A.NoFill();
            A.Miter miter3 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd3 = new A.HeadEnd();
            A.TailEnd tailEnd3 = new A.TailEnd();

            outline3.Append(noFill6);
            outline3.Append(miter3);
            outline3.Append(headEnd3);
            outline3.Append(tailEnd3);

            shapeProperties3.Append(transform2D3);
            shapeProperties3.Append(presetGeometry3);
            shapeProperties3.Append(noFill5);
            shapeProperties3.Append(outline3);

            picture3.Append(nonVisualPictureProperties3);
            picture3.Append(blipFill3);
            picture3.Append(shapeProperties3);

            graphicData3.Append(picture3);

            graphic3.Append(graphicData3);

            inline3.Append(extent3);
            inline3.Append(effectExtent3);
            inline3.Append(docProperties3);
            inline3.Append(nonVisualGraphicFrameDrawingProperties3);
            inline3.Append(graphic3);

            drawing3.Append(inline3);

            run15.Append(runProperties8);
            run15.Append(drawing3);

            CustomXmlRun customXmlRun1 = new CustomXmlRun() { Uri = "http://hubblereports.com/namespace", Element = "UpdatedBy" };

            Run run16 = new Run() { RsidRunAddition = "005546F4" };
            Text text13 = new Text();
            text13.Text = "Julien Blin";

            run16.Append(text13);

            customXmlRun1.Append(run16);

            paragraph14.Append(paragraphProperties14);
            paragraph14.Append(run13);
            paragraph14.Append(run14);
            paragraph14.Append(run15);
            paragraph14.Append(customXmlRun1);

            Paragraph paragraph15 = new Paragraph() { RsidParagraphAddition = "002E7D22", RsidParagraphProperties = "00256073", RsidRunAdditionDefault = "00707FFA" };

            ParagraphProperties paragraphProperties15 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId15 = new ParagraphStyleId() { Val = "TableText" };
            SpacingBetweenLines spacingBetweenLines12 = new SpacingBetweenLines() { Line = "240", LineRule = LineSpacingRuleValues.Auto };

            ParagraphMarkRunProperties paragraphMarkRunProperties8 = new ParagraphMarkRunProperties();
            FontSize fontSize3 = new FontSize() { Val = "20" };
            FontSizeComplexScript fontSizeComplexScript12 = new FontSizeComplexScript() { Val = "20" };

            paragraphMarkRunProperties8.Append(fontSize3);
            paragraphMarkRunProperties8.Append(fontSizeComplexScript12);

            paragraphProperties15.Append(paragraphStyleId15);
            paragraphProperties15.Append(spacingBetweenLines12);
            paragraphProperties15.Append(paragraphMarkRunProperties8);

            Run run17 = new Run() { RsidRunProperties = "00DC3ED5" };

            RunProperties runProperties9 = new RunProperties();
            Bold bold4 = new Bold();

            runProperties9.Append(bold4);
            Text text14 = new Text();
            text14.Text = "Target Excess Return:";

            run17.Append(runProperties9);
            run17.Append(text14);

            Run run18 = new Run() { RsidRunAddition = "00740A1C" };

            RunProperties runProperties10 = new RunProperties();
            Bold bold5 = new Bold();
            NoProof noProof4 = new NoProof();
            Languages languages4 = new Languages() { Val = "fr-CA", EastAsia = "fr-CA" };

            runProperties10.Append(bold5);
            runProperties10.Append(noProof4);
            runProperties10.Append(languages4);

            Drawing drawing4 = new Drawing();

            Wp.Inline inline4 = new Wp.Inline() { DistanceFromTop = (UInt32Value)0U, DistanceFromBottom = (UInt32Value)0U, DistanceFromLeft = (UInt32Value)0U, DistanceFromRight = (UInt32Value)0U };
            Wp.Extent extent4 = new Wp.Extent() { Cx = 9525L, Cy = 9525L };
            Wp.EffectExtent effectExtent4 = new Wp.EffectExtent() { LeftEdge = 0L, TopEdge = 0L, RightEdge = 0L, BottomEdge = 0L };
            Wp.DocProperties docProperties4 = new Wp.DocProperties() { Id = (UInt32Value)6U, Name = "Image 6", Description = "spacer" };

            Wp.NonVisualGraphicFrameDrawingProperties nonVisualGraphicFrameDrawingProperties4 = new Wp.NonVisualGraphicFrameDrawingProperties();
            A.GraphicFrameLocks graphicFrameLocks4 = new A.GraphicFrameLocks() { NoChangeAspect = true };

            nonVisualGraphicFrameDrawingProperties4.Append(graphicFrameLocks4);

            A.Graphic graphic4 = new A.Graphic();

            A.GraphicData graphicData4 = new A.GraphicData() { Uri = "http://schemas.openxmlformats.org/drawingml/2006/picture" };

            Pic.Picture picture4 = new Pic.Picture();

            Pic.NonVisualPictureProperties nonVisualPictureProperties4 = new Pic.NonVisualPictureProperties();
            Pic.NonVisualDrawingProperties nonVisualDrawingProperties4 = new Pic.NonVisualDrawingProperties() { Id = (UInt32Value)0U, Name = "Picture 6", Description = "spacer" };

            Pic.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties4 = new Pic.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks4 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties4.Append(pictureLocks4);

            nonVisualPictureProperties4.Append(nonVisualDrawingProperties4);
            nonVisualPictureProperties4.Append(nonVisualPictureDrawingProperties4);

            Pic.BlipFill blipFill4 = new Pic.BlipFill();
            A.Blip blip4 = new A.Blip() { Embed = "rId8" };
            A.SourceRectangle sourceRectangle4 = new A.SourceRectangle();

            A.Stretch stretch4 = new A.Stretch();
            A.FillRectangle fillRectangle4 = new A.FillRectangle();

            stretch4.Append(fillRectangle4);

            blipFill4.Append(blip4);
            blipFill4.Append(sourceRectangle4);
            blipFill4.Append(stretch4);

            Pic.ShapeProperties shapeProperties4 = new Pic.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D4 = new A.Transform2D();
            A.Offset offset4 = new A.Offset() { X = 0L, Y = 0L };
            A.Extents extents4 = new A.Extents() { Cx = 9525L, Cy = 9525L };

            transform2D4.Append(offset4);
            transform2D4.Append(extents4);

            A.PresetGeometry presetGeometry4 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList4 = new A.AdjustValueList();

            presetGeometry4.Append(adjustValueList4);
            A.NoFill noFill7 = new A.NoFill();

            A.Outline outline4 = new A.Outline() { Width = 9525 };
            A.NoFill noFill8 = new A.NoFill();
            A.Miter miter4 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd4 = new A.HeadEnd();
            A.TailEnd tailEnd4 = new A.TailEnd();

            outline4.Append(noFill8);
            outline4.Append(miter4);
            outline4.Append(headEnd4);
            outline4.Append(tailEnd4);

            shapeProperties4.Append(transform2D4);
            shapeProperties4.Append(presetGeometry4);
            shapeProperties4.Append(noFill7);
            shapeProperties4.Append(outline4);

            picture4.Append(nonVisualPictureProperties4);
            picture4.Append(blipFill4);
            picture4.Append(shapeProperties4);

            graphicData4.Append(picture4);

            graphic4.Append(graphicData4);

            inline4.Append(extent4);
            inline4.Append(effectExtent4);
            inline4.Append(docProperties4);
            inline4.Append(nonVisualGraphicFrameDrawingProperties4);
            inline4.Append(graphic4);

            drawing4.Append(inline4);

            run18.Append(runProperties10);
            run18.Append(drawing4);

            Run run19 = new Run() { RsidRunAddition = "00740A1C" };

            RunProperties runProperties11 = new RunProperties();
            Bold bold6 = new Bold();
            NoProof noProof5 = new NoProof();
            FontSize fontSize4 = new FontSize() { Val = "20" };
            FontSizeComplexScript fontSizeComplexScript13 = new FontSizeComplexScript() { Val = "20" };
            Languages languages5 = new Languages() { Val = "fr-CA", EastAsia = "fr-CA" };

            runProperties11.Append(bold6);
            runProperties11.Append(noProof5);
            runProperties11.Append(fontSize4);
            runProperties11.Append(fontSizeComplexScript13);
            runProperties11.Append(languages5);

            Drawing drawing5 = new Drawing();

            Wp.Inline inline5 = new Wp.Inline() { DistanceFromTop = (UInt32Value)0U, DistanceFromBottom = (UInt32Value)0U, DistanceFromLeft = (UInt32Value)0U, DistanceFromRight = (UInt32Value)0U };
            Wp.Extent extent5 = new Wp.Extent() { Cx = 9525L, Cy = 9525L };
            Wp.EffectExtent effectExtent5 = new Wp.EffectExtent() { LeftEdge = 0L, TopEdge = 0L, RightEdge = 0L, BottomEdge = 0L };
            Wp.DocProperties docProperties5 = new Wp.DocProperties() { Id = (UInt32Value)7U, Name = "Image 7", Description = "spacer" };

            Wp.NonVisualGraphicFrameDrawingProperties nonVisualGraphicFrameDrawingProperties5 = new Wp.NonVisualGraphicFrameDrawingProperties();
            A.GraphicFrameLocks graphicFrameLocks5 = new A.GraphicFrameLocks() { NoChangeAspect = true };

            nonVisualGraphicFrameDrawingProperties5.Append(graphicFrameLocks5);

            A.Graphic graphic5 = new A.Graphic();

            A.GraphicData graphicData5 = new A.GraphicData() { Uri = "http://schemas.openxmlformats.org/drawingml/2006/picture" };

            Pic.Picture picture5 = new Pic.Picture();

            Pic.NonVisualPictureProperties nonVisualPictureProperties5 = new Pic.NonVisualPictureProperties();
            Pic.NonVisualDrawingProperties nonVisualDrawingProperties5 = new Pic.NonVisualDrawingProperties() { Id = (UInt32Value)0U, Name = "Picture 7", Description = "spacer" };

            Pic.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties5 = new Pic.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks5 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties5.Append(pictureLocks5);

            nonVisualPictureProperties5.Append(nonVisualDrawingProperties5);
            nonVisualPictureProperties5.Append(nonVisualPictureDrawingProperties5);

            Pic.BlipFill blipFill5 = new Pic.BlipFill();
            A.Blip blip5 = new A.Blip() { Embed = "rId8" };
            A.SourceRectangle sourceRectangle5 = new A.SourceRectangle();

            A.Stretch stretch5 = new A.Stretch();
            A.FillRectangle fillRectangle5 = new A.FillRectangle();

            stretch5.Append(fillRectangle5);

            blipFill5.Append(blip5);
            blipFill5.Append(sourceRectangle5);
            blipFill5.Append(stretch5);

            Pic.ShapeProperties shapeProperties5 = new Pic.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D5 = new A.Transform2D();
            A.Offset offset5 = new A.Offset() { X = 0L, Y = 0L };
            A.Extents extents5 = new A.Extents() { Cx = 9525L, Cy = 9525L };

            transform2D5.Append(offset5);
            transform2D5.Append(extents5);

            A.PresetGeometry presetGeometry5 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList5 = new A.AdjustValueList();

            presetGeometry5.Append(adjustValueList5);
            A.NoFill noFill9 = new A.NoFill();

            A.Outline outline5 = new A.Outline() { Width = 9525 };
            A.NoFill noFill10 = new A.NoFill();
            A.Miter miter5 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd5 = new A.HeadEnd();
            A.TailEnd tailEnd5 = new A.TailEnd();

            outline5.Append(noFill10);
            outline5.Append(miter5);
            outline5.Append(headEnd5);
            outline5.Append(tailEnd5);

            shapeProperties5.Append(transform2D5);
            shapeProperties5.Append(presetGeometry5);
            shapeProperties5.Append(noFill9);
            shapeProperties5.Append(outline5);

            picture5.Append(nonVisualPictureProperties5);
            picture5.Append(blipFill5);
            picture5.Append(shapeProperties5);

            graphicData5.Append(picture5);

            graphic5.Append(graphicData5);

            inline5.Append(extent5);
            inline5.Append(effectExtent5);
            inline5.Append(docProperties5);
            inline5.Append(nonVisualGraphicFrameDrawingProperties5);
            inline5.Append(graphic5);

            drawing5.Append(inline5);

            run19.Append(runProperties11);
            run19.Append(drawing5);

            Run run20 = new Run() { RsidRunAddition = "005546F4" };
            Text text15 = new Text() { Space = SpaceProcessingModeValues.Preserve };
            text15.Text = "0 to 0 bp ";

            run20.Append(text15);
            CustomXmlRun customXmlRun2 = new CustomXmlRun() { Uri = "http://hubblereports.com/namespace", Element = "TargetExcessReturnMaxCurrent" };

            paragraph15.Append(paragraphProperties15);
            paragraph15.Append(run17);
            paragraph15.Append(run18);
            paragraph15.Append(run19);
            paragraph15.Append(run20);
            paragraph15.Append(customXmlRun2);

            Paragraph paragraph16 = new Paragraph() { RsidParagraphAddition = "002E7D22", RsidParagraphProperties = "00256073", RsidRunAdditionDefault = "00707FFA" };

            ParagraphProperties paragraphProperties16 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId16 = new ParagraphStyleId() { Val = "TableText" };
            SpacingBetweenLines spacingBetweenLines13 = new SpacingBetweenLines() { Line = "240", LineRule = LineSpacingRuleValues.Auto };

            ParagraphMarkRunProperties paragraphMarkRunProperties9 = new ParagraphMarkRunProperties();
            FontSize fontSize5 = new FontSize() { Val = "20" };
            FontSizeComplexScript fontSizeComplexScript14 = new FontSizeComplexScript() { Val = "20" };

            paragraphMarkRunProperties9.Append(fontSize5);
            paragraphMarkRunProperties9.Append(fontSizeComplexScript14);

            paragraphProperties16.Append(paragraphStyleId16);
            paragraphProperties16.Append(spacingBetweenLines13);
            paragraphProperties16.Append(paragraphMarkRunProperties9);

            Run run21 = new Run() { RsidRunProperties = "00DC3ED5" };

            RunProperties runProperties12 = new RunProperties();
            Bold bold7 = new Bold();

            runProperties12.Append(bold7);
            Text text16 = new Text();
            text16.Text = "Target Tracking Error:";

            run21.Append(runProperties12);
            run21.Append(text16);

            Run run22 = new Run() { RsidRunAddition = "00740A1C" };

            RunProperties runProperties13 = new RunProperties();
            Bold bold8 = new Bold();
            NoProof noProof6 = new NoProof();
            FontSize fontSize6 = new FontSize() { Val = "20" };
            FontSizeComplexScript fontSizeComplexScript15 = new FontSizeComplexScript() { Val = "20" };
            Languages languages6 = new Languages() { Val = "fr-CA", EastAsia = "fr-CA" };

            runProperties13.Append(bold8);
            runProperties13.Append(noProof6);
            runProperties13.Append(fontSize6);
            runProperties13.Append(fontSizeComplexScript15);
            runProperties13.Append(languages6);

            Drawing drawing6 = new Drawing();

            Wp.Inline inline6 = new Wp.Inline() { DistanceFromTop = (UInt32Value)0U, DistanceFromBottom = (UInt32Value)0U, DistanceFromLeft = (UInt32Value)0U, DistanceFromRight = (UInt32Value)0U };
            Wp.Extent extent6 = new Wp.Extent() { Cx = 9525L, Cy = 9525L };
            Wp.EffectExtent effectExtent6 = new Wp.EffectExtent() { LeftEdge = 0L, TopEdge = 0L, RightEdge = 0L, BottomEdge = 0L };
            Wp.DocProperties docProperties6 = new Wp.DocProperties() { Id = (UInt32Value)8U, Name = "Image 8", Description = "spacer" };

            Wp.NonVisualGraphicFrameDrawingProperties nonVisualGraphicFrameDrawingProperties6 = new Wp.NonVisualGraphicFrameDrawingProperties();
            A.GraphicFrameLocks graphicFrameLocks6 = new A.GraphicFrameLocks() { NoChangeAspect = true };

            nonVisualGraphicFrameDrawingProperties6.Append(graphicFrameLocks6);

            A.Graphic graphic6 = new A.Graphic();

            A.GraphicData graphicData6 = new A.GraphicData() { Uri = "http://schemas.openxmlformats.org/drawingml/2006/picture" };

            Pic.Picture picture6 = new Pic.Picture();

            Pic.NonVisualPictureProperties nonVisualPictureProperties6 = new Pic.NonVisualPictureProperties();
            Pic.NonVisualDrawingProperties nonVisualDrawingProperties6 = new Pic.NonVisualDrawingProperties() { Id = (UInt32Value)0U, Name = "Picture 8", Description = "spacer" };

            Pic.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties6 = new Pic.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks6 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties6.Append(pictureLocks6);

            nonVisualPictureProperties6.Append(nonVisualDrawingProperties6);
            nonVisualPictureProperties6.Append(nonVisualPictureDrawingProperties6);

            Pic.BlipFill blipFill6 = new Pic.BlipFill();
            A.Blip blip6 = new A.Blip() { Embed = "rId8" };
            A.SourceRectangle sourceRectangle6 = new A.SourceRectangle();

            A.Stretch stretch6 = new A.Stretch();
            A.FillRectangle fillRectangle6 = new A.FillRectangle();

            stretch6.Append(fillRectangle6);

            blipFill6.Append(blip6);
            blipFill6.Append(sourceRectangle6);
            blipFill6.Append(stretch6);

            Pic.ShapeProperties shapeProperties6 = new Pic.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D6 = new A.Transform2D();
            A.Offset offset6 = new A.Offset() { X = 0L, Y = 0L };
            A.Extents extents6 = new A.Extents() { Cx = 9525L, Cy = 9525L };

            transform2D6.Append(offset6);
            transform2D6.Append(extents6);

            A.PresetGeometry presetGeometry6 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList6 = new A.AdjustValueList();

            presetGeometry6.Append(adjustValueList6);
            A.NoFill noFill11 = new A.NoFill();

            A.Outline outline6 = new A.Outline() { Width = 9525 };
            A.NoFill noFill12 = new A.NoFill();
            A.Miter miter6 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd6 = new A.HeadEnd();
            A.TailEnd tailEnd6 = new A.TailEnd();

            outline6.Append(noFill12);
            outline6.Append(miter6);
            outline6.Append(headEnd6);
            outline6.Append(tailEnd6);

            shapeProperties6.Append(transform2D6);
            shapeProperties6.Append(presetGeometry6);
            shapeProperties6.Append(noFill11);
            shapeProperties6.Append(outline6);

            picture6.Append(nonVisualPictureProperties6);
            picture6.Append(blipFill6);
            picture6.Append(shapeProperties6);

            graphicData6.Append(picture6);

            graphic6.Append(graphicData6);

            inline6.Append(extent6);
            inline6.Append(effectExtent6);
            inline6.Append(docProperties6);
            inline6.Append(nonVisualGraphicFrameDrawingProperties6);
            inline6.Append(graphic6);

            drawing6.Append(inline6);

            run22.Append(runProperties13);
            run22.Append(drawing6);

            Run run23 = new Run() { RsidRunAddition = "005546F4" };
            Text text17 = new Text() { Space = SpaceProcessingModeValues.Preserve };
            text17.Text = " 0 to 0 bp";

            run23.Append(text17);
            CustomXmlRun customXmlRun3 = new CustomXmlRun() { Uri = "http://hubblereports.com/namespace", Element = "TargetTrackingErrorMaxCurrent" };

            paragraph16.Append(paragraphProperties16);
            paragraph16.Append(run21);
            paragraph16.Append(run22);
            paragraph16.Append(run23);
            paragraph16.Append(customXmlRun3);

            Paragraph paragraph17 = new Paragraph() { RsidParagraphAddition = "002E7D22", RsidParagraphProperties = "00256073", RsidRunAdditionDefault = "00707FFA" };

            ParagraphProperties paragraphProperties17 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId17 = new ParagraphStyleId() { Val = "TableText" };
            SpacingBetweenLines spacingBetweenLines14 = new SpacingBetweenLines() { Line = "240", LineRule = LineSpacingRuleValues.Auto };

            ParagraphMarkRunProperties paragraphMarkRunProperties10 = new ParagraphMarkRunProperties();
            FontSize fontSize7 = new FontSize() { Val = "20" };
            FontSizeComplexScript fontSizeComplexScript16 = new FontSizeComplexScript() { Val = "20" };

            paragraphMarkRunProperties10.Append(fontSize7);
            paragraphMarkRunProperties10.Append(fontSizeComplexScript16);

            paragraphProperties17.Append(paragraphStyleId17);
            paragraphProperties17.Append(spacingBetweenLines14);
            paragraphProperties17.Append(paragraphMarkRunProperties10);

            Run run24 = new Run() { RsidRunProperties = "00DC3ED5" };

            RunProperties runProperties14 = new RunProperties();
            Bold bold9 = new Bold();

            runProperties14.Append(bold9);
            Text text18 = new Text();
            text18.Text = "Time Period:";

            run24.Append(runProperties14);
            run24.Append(text18);

            Run run25 = new Run() { RsidRunAddition = "00740A1C" };

            RunProperties runProperties15 = new RunProperties();
            Bold bold10 = new Bold();
            NoProof noProof7 = new NoProof();
            FontSize fontSize8 = new FontSize() { Val = "20" };
            FontSizeComplexScript fontSizeComplexScript17 = new FontSizeComplexScript() { Val = "20" };
            Languages languages7 = new Languages() { Val = "fr-CA", EastAsia = "fr-CA" };

            runProperties15.Append(bold10);
            runProperties15.Append(noProof7);
            runProperties15.Append(fontSize8);
            runProperties15.Append(fontSizeComplexScript17);
            runProperties15.Append(languages7);

            Drawing drawing7 = new Drawing();

            Wp.Inline inline7 = new Wp.Inline() { DistanceFromTop = (UInt32Value)0U, DistanceFromBottom = (UInt32Value)0U, DistanceFromLeft = (UInt32Value)0U, DistanceFromRight = (UInt32Value)0U };
            Wp.Extent extent7 = new Wp.Extent() { Cx = 9525L, Cy = 9525L };
            Wp.EffectExtent effectExtent7 = new Wp.EffectExtent() { LeftEdge = 0L, TopEdge = 0L, RightEdge = 0L, BottomEdge = 0L };
            Wp.DocProperties docProperties7 = new Wp.DocProperties() { Id = (UInt32Value)9U, Name = "Image 9", Description = "spacer" };

            Wp.NonVisualGraphicFrameDrawingProperties nonVisualGraphicFrameDrawingProperties7 = new Wp.NonVisualGraphicFrameDrawingProperties();
            A.GraphicFrameLocks graphicFrameLocks7 = new A.GraphicFrameLocks() { NoChangeAspect = true };

            nonVisualGraphicFrameDrawingProperties7.Append(graphicFrameLocks7);

            A.Graphic graphic7 = new A.Graphic();

            A.GraphicData graphicData7 = new A.GraphicData() { Uri = "http://schemas.openxmlformats.org/drawingml/2006/picture" };

            Pic.Picture picture7 = new Pic.Picture();

            Pic.NonVisualPictureProperties nonVisualPictureProperties7 = new Pic.NonVisualPictureProperties();
            Pic.NonVisualDrawingProperties nonVisualDrawingProperties7 = new Pic.NonVisualDrawingProperties() { Id = (UInt32Value)0U, Name = "Picture 9", Description = "spacer" };

            Pic.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties7 = new Pic.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks7 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties7.Append(pictureLocks7);

            nonVisualPictureProperties7.Append(nonVisualDrawingProperties7);
            nonVisualPictureProperties7.Append(nonVisualPictureDrawingProperties7);

            Pic.BlipFill blipFill7 = new Pic.BlipFill();
            A.Blip blip7 = new A.Blip() { Embed = "rId8" };
            A.SourceRectangle sourceRectangle7 = new A.SourceRectangle();

            A.Stretch stretch7 = new A.Stretch();
            A.FillRectangle fillRectangle7 = new A.FillRectangle();

            stretch7.Append(fillRectangle7);

            blipFill7.Append(blip7);
            blipFill7.Append(sourceRectangle7);
            blipFill7.Append(stretch7);

            Pic.ShapeProperties shapeProperties7 = new Pic.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D7 = new A.Transform2D();
            A.Offset offset7 = new A.Offset() { X = 0L, Y = 0L };
            A.Extents extents7 = new A.Extents() { Cx = 9525L, Cy = 9525L };

            transform2D7.Append(offset7);
            transform2D7.Append(extents7);

            A.PresetGeometry presetGeometry7 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList7 = new A.AdjustValueList();

            presetGeometry7.Append(adjustValueList7);
            A.NoFill noFill13 = new A.NoFill();

            A.Outline outline7 = new A.Outline() { Width = 9525 };
            A.NoFill noFill14 = new A.NoFill();
            A.Miter miter7 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd7 = new A.HeadEnd();
            A.TailEnd tailEnd7 = new A.TailEnd();

            outline7.Append(noFill14);
            outline7.Append(miter7);
            outline7.Append(headEnd7);
            outline7.Append(tailEnd7);

            shapeProperties7.Append(transform2D7);
            shapeProperties7.Append(presetGeometry7);
            shapeProperties7.Append(noFill13);
            shapeProperties7.Append(outline7);

            picture7.Append(nonVisualPictureProperties7);
            picture7.Append(blipFill7);
            picture7.Append(shapeProperties7);

            graphicData7.Append(picture7);

            graphic7.Append(graphicData7);

            inline7.Append(extent7);
            inline7.Append(effectExtent7);
            inline7.Append(docProperties7);
            inline7.Append(nonVisualGraphicFrameDrawingProperties7);
            inline7.Append(graphic7);

            drawing7.Append(inline7);

            run25.Append(runProperties15);
            run25.Append(drawing7);

            CustomXmlRun customXmlRun4 = new CustomXmlRun() { Uri = "http://hubblereports.com/namespace", Element = "TimePeriodCurrent" };

            Run run26 = new Run() { RsidRunAddition = "005546F4" };
            Text text19 = new Text();
            text19.Text = "-";

            run26.Append(text19);

            customXmlRun4.Append(run26);

            paragraph17.Append(paragraphProperties17);
            paragraph17.Append(run24);
            paragraph17.Append(run25);
            paragraph17.Append(customXmlRun4);

            Paragraph paragraph18 = new Paragraph() { RsidParagraphAddition = "002E7D22", RsidParagraphProperties = "005546F4", RsidRunAdditionDefault = "00707FFA" };

            ParagraphProperties paragraphProperties18 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId18 = new ParagraphStyleId() { Val = "TableText" };
            SpacingBetweenLines spacingBetweenLines15 = new SpacingBetweenLines() { Line = "240", LineRule = LineSpacingRuleValues.Auto };

            ParagraphMarkRunProperties paragraphMarkRunProperties11 = new ParagraphMarkRunProperties();
            FontSizeComplexScript fontSizeComplexScript18 = new FontSizeComplexScript() { Val = "18" };

            paragraphMarkRunProperties11.Append(fontSizeComplexScript18);

            paragraphProperties18.Append(paragraphStyleId18);
            paragraphProperties18.Append(spacingBetweenLines15);
            paragraphProperties18.Append(paragraphMarkRunProperties11);

            Run run27 = new Run() { RsidRunProperties = "00DC3ED5" };

            RunProperties runProperties16 = new RunProperties();
            Bold bold11 = new Bold();

            runProperties16.Append(bold11);
            Text text20 = new Text();
            text20.Text = "Russell-Assigned Benchmark:";

            run27.Append(runProperties16);
            run27.Append(text20);

            Run run28 = new Run() { RsidRunAddition = "00740A1C" };

            RunProperties runProperties17 = new RunProperties();
            NoProof noProof8 = new NoProof();
            Languages languages8 = new Languages() { Val = "fr-CA", EastAsia = "fr-CA" };

            runProperties17.Append(noProof8);
            runProperties17.Append(languages8);

            Drawing drawing8 = new Drawing();

            Wp.Inline inline8 = new Wp.Inline() { DistanceFromTop = (UInt32Value)0U, DistanceFromBottom = (UInt32Value)0U, DistanceFromLeft = (UInt32Value)0U, DistanceFromRight = (UInt32Value)0U };
            Wp.Extent extent8 = new Wp.Extent() { Cx = 9525L, Cy = 9525L };
            Wp.EffectExtent effectExtent8 = new Wp.EffectExtent() { LeftEdge = 0L, TopEdge = 0L, RightEdge = 0L, BottomEdge = 0L };
            Wp.DocProperties docProperties8 = new Wp.DocProperties() { Id = (UInt32Value)10U, Name = "Image 10", Description = "spacer" };

            Wp.NonVisualGraphicFrameDrawingProperties nonVisualGraphicFrameDrawingProperties8 = new Wp.NonVisualGraphicFrameDrawingProperties();
            A.GraphicFrameLocks graphicFrameLocks8 = new A.GraphicFrameLocks() { NoChangeAspect = true };

            nonVisualGraphicFrameDrawingProperties8.Append(graphicFrameLocks8);

            A.Graphic graphic8 = new A.Graphic();

            A.GraphicData graphicData8 = new A.GraphicData() { Uri = "http://schemas.openxmlformats.org/drawingml/2006/picture" };

            Pic.Picture picture8 = new Pic.Picture();

            Pic.NonVisualPictureProperties nonVisualPictureProperties8 = new Pic.NonVisualPictureProperties();
            Pic.NonVisualDrawingProperties nonVisualDrawingProperties8 = new Pic.NonVisualDrawingProperties() { Id = (UInt32Value)0U, Name = "Picture 10", Description = "spacer" };

            Pic.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties8 = new Pic.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks8 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties8.Append(pictureLocks8);

            nonVisualPictureProperties8.Append(nonVisualDrawingProperties8);
            nonVisualPictureProperties8.Append(nonVisualPictureDrawingProperties8);

            Pic.BlipFill blipFill8 = new Pic.BlipFill();
            A.Blip blip8 = new A.Blip() { Embed = "rId8" };
            A.SourceRectangle sourceRectangle8 = new A.SourceRectangle();

            A.Stretch stretch8 = new A.Stretch();
            A.FillRectangle fillRectangle8 = new A.FillRectangle();

            stretch8.Append(fillRectangle8);

            blipFill8.Append(blip8);
            blipFill8.Append(sourceRectangle8);
            blipFill8.Append(stretch8);

            Pic.ShapeProperties shapeProperties8 = new Pic.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D8 = new A.Transform2D();
            A.Offset offset8 = new A.Offset() { X = 0L, Y = 0L };
            A.Extents extents8 = new A.Extents() { Cx = 9525L, Cy = 9525L };

            transform2D8.Append(offset8);
            transform2D8.Append(extents8);

            A.PresetGeometry presetGeometry8 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList8 = new A.AdjustValueList();

            presetGeometry8.Append(adjustValueList8);
            A.NoFill noFill15 = new A.NoFill();

            A.Outline outline8 = new A.Outline() { Width = 9525 };
            A.NoFill noFill16 = new A.NoFill();
            A.Miter miter8 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd8 = new A.HeadEnd();
            A.TailEnd tailEnd8 = new A.TailEnd();

            outline8.Append(noFill16);
            outline8.Append(miter8);
            outline8.Append(headEnd8);
            outline8.Append(tailEnd8);

            shapeProperties8.Append(transform2D8);
            shapeProperties8.Append(presetGeometry8);
            shapeProperties8.Append(noFill15);
            shapeProperties8.Append(outline8);

            picture8.Append(nonVisualPictureProperties8);
            picture8.Append(blipFill8);
            picture8.Append(shapeProperties8);

            graphicData8.Append(picture8);

            graphic8.Append(graphicData8);

            inline8.Append(extent8);
            inline8.Append(effectExtent8);
            inline8.Append(docProperties8);
            inline8.Append(nonVisualGraphicFrameDrawingProperties8);
            inline8.Append(graphic8);

            drawing8.Append(inline8);

            run28.Append(runProperties17);
            run28.Append(drawing8);

            CustomXmlRun customXmlRun5 = new CustomXmlRun() { Uri = "http://hubblereports.com/namespace", Element = "RussellBenchmark" };

            Run run29 = new Run() { RsidRunAddition = "005546F4" };
            Text text21 = new Text();
            text21.Text = "-";

            run29.Append(text21);

            customXmlRun5.Append(run29);

            paragraph18.Append(paragraphProperties18);
            paragraph18.Append(run27);
            paragraph18.Append(run28);
            paragraph18.Append(customXmlRun5);

            tableCell11.Append(tableCellProperties11);
            tableCell11.Append(paragraph14);
            tableCell11.Append(paragraph15);
            tableCell11.Append(paragraph16);
            tableCell11.Append(paragraph17);
            tableCell11.Append(paragraph18);

            tableRow3.Append(tableCell9);
            tableRow3.Append(tableCell10);
            tableRow3.Append(tableCell11);

            table2.Append(tableProperties2);
            table2.Append(tableGrid2);
            table2.Append(tableRow3);

            customXmlBlock5.Append(paragraph11);
            customXmlBlock5.Append(table2);

            Paragraph paragraph19 = new Paragraph() { RsidParagraphMarkRevision = "00A6171D", RsidParagraphAddition = "00F342A0", RsidParagraphProperties = "00397A9E", RsidRunAdditionDefault = "00F342A0" };

            ParagraphProperties paragraphProperties19 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId19 = new ParagraphStyleId() { Val = "StyleProductsReviewedHeading4ptBefore15ptAfter0pt" };

            paragraphProperties19.Append(paragraphStyleId19);

            paragraph19.Append(paragraphProperties19);

            Paragraph paragraphDiscussionTitle = CreateTopicTitle("DISCUSSION", null);
            var paragraphsDiscussionContent = CreateTopicText(mainDocumentPart1, Discussion);

            CustomXmlBlock customXmlBlock8 = new CustomXmlBlock() { Uri = "http://hubblereports.com/namespace", Element = "category" };

            Paragraph paragraphInvestmentStaffTitle = CreateTopicTitle("INVESTMENT STAFF", InvestmentStaff.Rank.ToString());
            var paragraphsInvestmentStaffContent = CreateTopicText(mainDocumentPart1, InvestmentStaff.Content);

            Paragraph paragraphOrganizationalStabilityTitle = CreateTopicTitle("ORGANIZATIONAL STABILITY", OrganizationalStability.Rank.ToString());
            var paragraphsOrganizationalStabilityContent = CreateTopicText(mainDocumentPart1, OrganizationalStability.Content);

            Paragraph paragraphAssetAllocationTitle = CreateTopicTitle("ASSET ALLOCATION", AssetAllocation.Rank.ToString());
            var paragraphsAssetAllocationContent = CreateTopicText(mainDocumentPart1, AssetAllocation.Content);

            Paragraph paragraph23 = new Paragraph() { RsidParagraphAddition = "00EE7B69", RsidParagraphProperties = "00C32704", RsidRunAdditionDefault = "00957E57" };

            customXmlBlock3.Append(customXmlBlock4);
            customXmlBlock3.Append(paragraph10);
            customXmlBlock3.Append(customXmlBlock5);
            customXmlBlock3.Append(paragraph19);
            customXmlBlock3.Append(paragraphDiscussionTitle);
            customXmlBlock3.Append(paragraphsDiscussionContent.ToArray());
            customXmlBlock3.Append(paragraphInvestmentStaffTitle);
            customXmlBlock3.Append(paragraphsInvestmentStaffContent.ToArray());
            customXmlBlock3.Append(paragraphOrganizationalStabilityTitle);
            customXmlBlock3.Append(paragraphsOrganizationalStabilityContent.ToArray());
            customXmlBlock3.Append(paragraphAssetAllocationTitle);
            customXmlBlock3.Append(paragraphsAssetAllocationContent.ToArray());
            customXmlBlock3.Append(paragraph23);

            customXmlBlock2.Append(customXmlBlock3);

            CustomXmlBlock customXmlBlock10 = new CustomXmlBlock() { Uri = "http://hubblereports.com/namespace", Element = "footer" };

            CustomXmlBlock customXmlBlock11 = new CustomXmlBlock() { Uri = "http://hubblereports.com/namespace", Element = "Headline" };

            Paragraph paragraph24 = new Paragraph() { RsidParagraphAddition = "000A24FF", RsidParagraphProperties = "00E560D4", RsidRunAdditionDefault = "00707FFA" };

            ParagraphProperties paragraphProperties23 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId23 = new ParagraphStyleId() { Val = "DislaimerHeading" };
            WidowControl widowControl1 = new WidowControl() { Val = false };

            paragraphProperties23.Append(paragraphStyleId23);
            paragraphProperties23.Append(widowControl1);

            Run run37 = new Run() { RsidRunProperties = "00C62467" };
            Text text27 = new Text();
            text27.Text = "Healine";

            run37.Append(text27);

            paragraph24.Append(paragraphProperties23);
            paragraph24.Append(run37);

            Paragraph paragraph25 = new Paragraph() { RsidParagraphAddition = "00E70E3A", RsidParagraphProperties = "00E560D4", RsidRunAdditionDefault = "00957E57" };

            ParagraphProperties paragraphProperties24 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId24 = new ParagraphStyleId() { Val = "Disclaimer" };
            KeepNext keepNext1 = new KeepNext();
            WidowControl widowControl2 = new WidowControl() { Val = false };
            SpacingBetweenLines spacingBetweenLines17 = new SpacingBetweenLines() { Before = "80" };

            paragraphProperties24.Append(paragraphStyleId24);
            paragraphProperties24.Append(keepNext1);
            paragraphProperties24.Append(widowControl2);
            paragraphProperties24.Append(spacingBetweenLines17);

            CustomXmlRun customXmlRun8 = new CustomXmlRun() { Uri = "http://hubblereports.com/namespace", Element = "LongDisclaimer" };

            Run run38 = new Run() { RsidRunProperties = "00C62467", RsidRunAddition = "00707FFA" };
            Text text28 = new Text();
            text28.Text = "Long Disclaimer";

            run38.Append(text28);

            customXmlRun8.Append(run38);

            paragraph25.Append(paragraphProperties24);
            paragraph25.Append(customXmlRun8);

            customXmlBlock11.Append(paragraph24);
            customXmlBlock11.Append(paragraph25);

            customXmlBlock10.Append(customXmlBlock11);

            CustomXmlBlock customXmlBlock12 = new CustomXmlBlock() { Uri = "http://hubblereports.com/namespace", Element = "PageBreak" };

            Paragraph paragraph26 = new Paragraph() { RsidParagraphMarkRevision = "00233025", RsidParagraphAddition = "00E70E3A", RsidParagraphProperties = "00090FFC", RsidRunAdditionDefault = "00957E57" };

            ParagraphProperties paragraphProperties25 = new ParagraphProperties();
            KeepNext keepNext2 = new KeepNext();
            KeepLines keepLines1 = new KeepLines();

            ParagraphMarkRunProperties paragraphMarkRunProperties14 = new ParagraphMarkRunProperties();
            RunStyle runStyle6 = new RunStyle() { Val = "StyleBodoniMT" };

            paragraphMarkRunProperties14.Append(runStyle6);

            paragraphProperties25.Append(keepNext2);
            paragraphProperties25.Append(keepLines1);
            paragraphProperties25.Append(paragraphMarkRunProperties14);

            paragraph26.Append(paragraphProperties25);

            customXmlBlock12.Append(paragraph26);

            customXmlBlock1.Append(customXmlBlock2);
            customXmlBlock1.Append(customXmlBlock10);
            customXmlBlock1.Append(customXmlBlock12);

            SectionProperties sectionProperties1 = new SectionProperties() { RsidRPr = "00233025", RsidR = "00E70E3A", RsidSect = "00C913B8" };
            HeaderReference headerReference1 = new HeaderReference() { Type = HeaderFooterValues.Default, Id = "rId10" };
            FooterReference footerReference1 = new FooterReference() { Type = HeaderFooterValues.Default, Id = "rId11" };
            HeaderReference headerReference2 = new HeaderReference() { Type = HeaderFooterValues.First, Id = "rId12" };
            FooterReference footerReference2 = new FooterReference() { Type = HeaderFooterValues.First, Id = "rId13" };
            SectionType sectionType1 = new SectionType() { Val = SectionMarkValues.Continuous };
            PageSize pageSize1 = new PageSize() { Width = (UInt32Value)12242U, Height = (UInt32Value)15842U, Code = (UInt16Value)1U };
            PageMargin pageMargin1 = new PageMargin() { Top = 1440, Right = (UInt32Value)720U, Bottom = 1440, Left = (UInt32Value)720U, Header = (UInt32Value)187U, Footer = (UInt32Value)115U, Gutter = (UInt32Value)0U };
            Columns columns1 = new Columns() { Space = "708" };
            TitlePage titlePage1 = new TitlePage();
            DocGrid docGrid1 = new DocGrid() { LinePitch = 360 };

            sectionProperties1.Append(headerReference1);
            sectionProperties1.Append(footerReference1);
            sectionProperties1.Append(headerReference2);
            sectionProperties1.Append(footerReference2);
            sectionProperties1.Append(sectionType1);
            sectionProperties1.Append(pageSize1);
            sectionProperties1.Append(pageMargin1);
            sectionProperties1.Append(columns1);
            sectionProperties1.Append(titlePage1);
            sectionProperties1.Append(docGrid1);

            body1.Append(customXmlBlock1);
            body1.Append(sectionProperties1);

            document1.Append(body1);

            mainDocumentPart1.Document = document1;
        }
Exemplo n.º 28
0
//	    private static void ddd()
//	    {
//	        var img = new BitmapImage(new Uri("", UriKind.RelativeOrAbsolute));
//	        var widthPx = img.PixelWidth;
//	        var heightPx = img.PixelHeight;
//	        var horzRezDpi = img.DpiX;
//	        var vertRezDpi = img.DpiY;
//	        const int emusPerInch = 914400;
//	        const int emusPerCm = 360000;
//	        var widthEmus = (long) (widthPx/horzRezDpi*emusPerInch);
//	        var heightEmus = (long) (heightPx/vertRezDpi*emusPerInch);
//	        var maxWidthEmus = (long) (maxWidthCm*emusPerCm);
//	        if (widthEmus > maxWidthEmus)
//	        {
//	            var ratio = (heightEmus*1.0m)/widthEmus;
//	            widthEmus = maxWidthEmus;
//	            heightEmus = (long) (widthEmus*ratio);
//	        }
//	    }
//        public void ResizeImage(string OriginalFile, string NewFile, int NewWidth, int MaxHeight, bool OnlyResizeIfWider)
//{
//	System.Drawing.Image FullsizeImage = System.Drawing.Image.FromFile(OriginalFile);
//
//	// Prevent using images internal thumbnail
//	FullsizeImage.RotateFlip(System.Drawing.RotateFlipType.Rotate180FlipNone);
//	FullsizeImage.RotateFlip(System.Drawing.RotateFlipType.Rotate180FlipNone);
//
//	if (OnlyResizeIfWider)
//	{
//		if (FullsizeImage.Width <= NewWidth)
//		{
//			NewWidth = FullsizeImage.Width;
//		}
//	}
//
//	int NewHeight = FullsizeImage.Height * NewWidth / FullsizeImage.Width;
//	if (NewHeight > MaxHeight)
//	{
//		// Resize with height instead
//		NewWidth = FullsizeImage.Width * MaxHeight / FullsizeImage.Height;
//		NewHeight = MaxHeight;
//	}
//
//	System.Drawing.Image NewImage = FullsizeImage.GetThumbnailImage(NewWidth, NewHeight, null, IntPtr.Zero);
//
//	// Clear handle to original file so that we can overwrite it if necessary
//	FullsizeImage.Dispose();
//
//	// Save resized picture
//	NewImage.Save(NewFile);
//}
//
        // Creates an Paragraph instance and adds its children.
        public TableRow GenerateTableRow(IndividualInfo ii, string iid)
        {
            TableRow tableRow1 = new TableRow()
            {
                RsidTableRowAddition = "00FB1F22", RsidTableRowProperties = "00442AD3"
            };

            TableRowProperties tableRowProperties1 = new TableRowProperties();
            CantSplit          cantSplit1          = new CantSplit();

            tableRowProperties1.Append(cantSplit1);

            TableCell tableCell1 = new TableCell();

            TableCellProperties tableCellProperties1 = new TableCellProperties();
            TableCellWidth      tableCellWidth1      = new TableCellWidth()
            {
                Width = "4788", Type = TableWidthUnitValues.Dxa
            };

            tableCellProperties1.Append(tableCellWidth1);

            Paragraph paragraph1 = new Paragraph()
            {
                RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00F06304", RsidRunAdditionDefault = "00FB1F22"
            };

            Run   run1   = new Run();
            Break break1 = new Break();

            run1.Append(break1);

            Run run2 = new Run();

            RunProperties runProperties1 = new RunProperties();
            NoProof       noProof1       = new NoProof();

            runProperties1.Append(noProof1);
            Text text1 = new Text();

            text1.Text = ii.FirstName;

            run2.Append(runProperties1);
            run2.Append(text1);

            Run  run3  = new Run();
            Text text2 = new Text()
            {
                Space = SpaceProcessingModeValues.Preserve
            };

            text2.Text = " ";

            run3.Append(text2);

            Run run4 = new Run();

            RunProperties runProperties2 = new RunProperties();
            NoProof       noProof2       = new NoProof();

            runProperties2.Append(noProof2);
            Text text3 = new Text();

            text3.Text = ii.LastName;

            run4.Append(runProperties2);
            run4.Append(text3);

            paragraph1.Append(run1);
            paragraph1.Append(run2);
            paragraph1.Append(run3);
            paragraph1.Append(run4);

            Paragraph paragraph2 = new Paragraph()
            {
                RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00731A43", RsidRunAdditionDefault = "00FB1F22"
            };

            Run run5 = new Run();

            RunProperties runProperties3 = new RunProperties();
            NoProof       noProof3       = new NoProof();

            runProperties3.Append(noProof3);
            Text text4 = new Text();

            text4.Text = ii.Address;

            run5.Append(runProperties3);
            run5.Append(text4);

            paragraph2.Append(run5);


            Paragraph paragraph2a = null;

            if (ii.Address2.HasValue())
            {
                paragraph2a = new Paragraph()
                {
                    RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00731A43", RsidRunAdditionDefault = "00FB1F22"
                };
                Run r = new Run();

                RunProperties rp = new RunProperties();
                NoProof       np = new NoProof();

                rp.Append(np);
                Text tt = new Text();
                tt.Text = ii.Address;

                r.Append(rp);
                r.Append(tt);

                paragraph2a.Append(r);
            }


            Paragraph paragraph3 = new Paragraph()
            {
                RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00731A43", RsidRunAdditionDefault = "00FB1F22"
            };

            Run run6 = new Run();

            RunProperties runProperties4 = new RunProperties();
            NoProof       noProof4       = new NoProof();

            runProperties4.Append(noProof4);
            Text text5 = new Text();

            text5.Text = ii.CityStateZip;
            run6.Append(runProperties4);
            run6.Append(text5);

            paragraph3.Append(run6);

            Paragraph paragraph4 = new Paragraph()
            {
                RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00F06304", RsidRunAdditionDefault = "00FB1F22"
            };

            Table table1 = new Table();

            TableProperties tableProperties1 = new TableProperties();
            TableStyle      tableStyle1      = new TableStyle()
            {
                Val = "TableGrid"
            };
            TableWidth tableWidth1 = new TableWidth()
            {
                Width = "0", Type = TableWidthUnitValues.Auto
            };

            TableBorders tableBorders1 = new TableBorders();
            TopBorder    topBorder1    = new TopBorder()
            {
                Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };
            LeftBorder leftBorder1 = new LeftBorder()
            {
                Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };
            BottomBorder bottomBorder1 = new BottomBorder()
            {
                Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };
            RightBorder rightBorder1 = new RightBorder()
            {
                Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };
            InsideHorizontalBorder insideHorizontalBorder1 = new InsideHorizontalBorder()
            {
                Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };
            InsideVerticalBorder insideVerticalBorder1 = new InsideVerticalBorder()
            {
                Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U
            };

            tableBorders1.Append(topBorder1);
            tableBorders1.Append(leftBorder1);
            tableBorders1.Append(bottomBorder1);
            tableBorders1.Append(rightBorder1);
            tableBorders1.Append(insideHorizontalBorder1);
            tableBorders1.Append(insideVerticalBorder1);
            TableLook tableLook1 = new TableLook()
            {
                Val = "04A0", FirstRow = true, LastRow = false, FirstColumn = true, LastColumn = false, NoHorizontalBand = false, NoVerticalBand = true
            };

            tableProperties1.Append(tableStyle1);
            tableProperties1.Append(tableWidth1);
            tableProperties1.Append(tableBorders1);
            tableProperties1.Append(tableLook1);

            TableGrid  tableGrid1  = new TableGrid();
            GridColumn gridColumn1 = new GridColumn()
            {
                Width = "1435"
            };
            GridColumn gridColumn2 = new GridColumn()
            {
                Width = "3122"
            };

            tableGrid1.Append(gridColumn1);
            tableGrid1.Append(gridColumn2);

            TableRow tableRow2 = new TableRow()
            {
                RsidTableRowAddition = "00FB1F22", RsidTableRowProperties = "00731A43"
            };

            TableCell tableCell2 = new TableCell();

            TableCellProperties tableCellProperties2 = new TableCellProperties();
            TableCellWidth      tableCellWidth2      = new TableCellWidth()
            {
                Width = "1435", Type = TableWidthUnitValues.Dxa
            };

            tableCellProperties2.Append(tableCellWidth2);

            Paragraph paragraph5 = new Paragraph()
            {
                RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00F06304", RsidRunAdditionDefault = "00FB1F22"
            };

            Run  run11  = new Run();
            Text text10 = new Text();

            text10.Text = "Email";

            run11.Append(text10);

            paragraph5.Append(run11);

            tableCell2.Append(tableCellProperties2);
            tableCell2.Append(paragraph5);

            TableCell tableCell3 = new TableCell();

            TableCellProperties tableCellProperties3 = new TableCellProperties();
            TableCellWidth      tableCellWidth3      = new TableCellWidth()
            {
                Width = "3122", Type = TableWidthUnitValues.Dxa
            };

            tableCellProperties3.Append(tableCellWidth3);
            Paragraph paragraph6 = new Paragraph()
            {
                RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00485B24", RsidRunAdditionDefault = "00FB1F22"
            };

            paragraph6.Append(new Run(new Text(ii.Email)));

            tableCell3.Append(tableCellProperties3);
            tableCell3.Append(paragraph6);

            tableRow2.Append(tableCell2);
            tableRow2.Append(tableCell3);

            TableRow tableRow3 = new TableRow()
            {
                RsidTableRowAddition = "00FB1F22", RsidTableRowProperties = "00731A43"
            };

            TableCell tableCell4 = new TableCell();

            TableCellProperties tableCellProperties4 = new TableCellProperties();
            TableCellWidth      tableCellWidth4      = new TableCellWidth()
            {
                Width = "1435", Type = TableWidthUnitValues.Dxa
            };

            tableCellProperties4.Append(tableCellWidth4);

            Paragraph paragraph7 = new Paragraph()
            {
                RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00F06304", RsidRunAdditionDefault = "00FB1F22"
            };

            Run  run12  = new Run();
            Text text11 = new Text();

            text11.Text = "Home Phone";

            run12.Append(text11);

            paragraph7.Append(run12);

            tableCell4.Append(tableCellProperties4);
            tableCell4.Append(paragraph7);

            TableCell tableCell5 = new TableCell();

            TableCellProperties tableCellProperties5 = new TableCellProperties();
            TableCellWidth      tableCellWidth5      = new TableCellWidth()
            {
                Width = "3122", Type = TableWidthUnitValues.Dxa
            };

            tableCellProperties5.Append(tableCellWidth5);

            Paragraph paragraph8 = new Paragraph()
            {
                RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00485B24", RsidRunAdditionDefault = "00FB1F22"
            };

            Run run13 = new Run();

            RunProperties runProperties7 = new RunProperties();
            NoProof       noProof7       = new NoProof();

            runProperties7.Append(noProof7);
            Text text12 = new Text();

            text12.Text = ii.HomePhone.FmtFone();

            run13.Append(runProperties7);
            run13.Append(text12);

            Run  run14  = new Run();
            Text text13 = new Text()
            {
                Space = SpaceProcessingModeValues.Preserve
            };

            text13.Text = " ";

            run14.Append(text13);

            paragraph8.Append(run13);
            paragraph8.Append(run14);

            tableCell5.Append(tableCellProperties5);
            tableCell5.Append(paragraph8);

            tableRow3.Append(tableCell4);
            tableRow3.Append(tableCell5);

            TableRow tableRow4 = new TableRow()
            {
                RsidTableRowAddition = "00FB1F22", RsidTableRowProperties = "00731A43"
            };

            TableCell tableCell6 = new TableCell();

            TableCellProperties tableCellProperties6 = new TableCellProperties();
            TableCellWidth      tableCellWidth6      = new TableCellWidth()
            {
                Width = "1435", Type = TableWidthUnitValues.Dxa
            };

            tableCellProperties6.Append(tableCellWidth6);

            Paragraph paragraph9 = new Paragraph()
            {
                RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00F06304", RsidRunAdditionDefault = "00FB1F22"
            };

            Run  run15  = new Run();
            Text text14 = new Text();

            text14.Text = "Cell Phone";

            run15.Append(text14);

            paragraph9.Append(run15);

            tableCell6.Append(tableCellProperties6);
            tableCell6.Append(paragraph9);

            TableCell tableCell7 = new TableCell();

            TableCellProperties tableCellProperties7 = new TableCellProperties();
            TableCellWidth      tableCellWidth7      = new TableCellWidth()
            {
                Width = "3122", Type = TableWidthUnitValues.Dxa
            };

            tableCellProperties7.Append(tableCellWidth7);

            Paragraph paragraph10 = new Paragraph()
            {
                RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00F06304", RsidRunAdditionDefault = "00FB1F22"
            };

            Run run16 = new Run();

            RunProperties runProperties8 = new RunProperties();
            NoProof       noProof8       = new NoProof();

            runProperties8.Append(noProof8);
            Text text15 = new Text();

            text15.Text = ii.CellPhone.FmtFone();

            run16.Append(runProperties8);
            run16.Append(text15);

            paragraph10.Append(run16);

            tableCell7.Append(tableCellProperties7);
            tableCell7.Append(paragraph10);

            tableRow4.Append(tableCell6);
            tableRow4.Append(tableCell7);

            TableRow tableRow5 = new TableRow()
            {
                RsidTableRowAddition = "00FB1F22", RsidTableRowProperties = "00731A43"
            };

            TableCell tableCell8 = new TableCell();

            TableCellProperties tableCellProperties8 = new TableCellProperties();
            TableCellWidth      tableCellWidth8      = new TableCellWidth()
            {
                Width = "1435", Type = TableWidthUnitValues.Dxa
            };

            tableCellProperties8.Append(tableCellWidth8);

            Paragraph paragraph11 = new Paragraph()
            {
                RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00F06304", RsidRunAdditionDefault = "00FB1F22"
            };

            Run  run17  = new Run();
            Text text16 = new Text();

            text16.Text = "Work Phone";

            run17.Append(text16);

            paragraph11.Append(run17);

            tableCell8.Append(tableCellProperties8);
            tableCell8.Append(paragraph11);

            TableCell tableCell9 = new TableCell();

            TableCellProperties tableCellProperties9 = new TableCellProperties();
            TableCellWidth      tableCellWidth9      = new TableCellWidth()
            {
                Width = "3122", Type = TableWidthUnitValues.Dxa
            };

            tableCellProperties9.Append(tableCellWidth9);

            Paragraph paragraph12 = new Paragraph()
            {
                RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00F06304", RsidRunAdditionDefault = "00FB1F22"
            };

            Run run18 = new Run();

            RunProperties runProperties9 = new RunProperties();
            NoProof       noProof9       = new NoProof();

            runProperties9.Append(noProof9);
            Text text17 = new Text();

            text17.Text = ii.WorkPhone.FmtFone();

            run18.Append(runProperties9);
            run18.Append(text17);

            paragraph12.Append(run18);

            tableCell9.Append(tableCellProperties9);
            tableCell9.Append(paragraph12);

            tableRow5.Append(tableCell8);
            tableRow5.Append(tableCell9);

            TableRow tableRow6 = new TableRow()
            {
                RsidTableRowAddition = "00FB1F22", RsidTableRowProperties = "00731A43"
            };

            TableCell tableCell10 = new TableCell();

            TableCellProperties tableCellProperties10 = new TableCellProperties();
            TableCellWidth      tableCellWidth10      = new TableCellWidth()
            {
                Width = "1435", Type = TableWidthUnitValues.Dxa
            };

            tableCellProperties10.Append(tableCellWidth10);

            Paragraph paragraph13 = new Paragraph()
            {
                RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00F06304", RsidRunAdditionDefault = "00FB1F22"
            };

            Run  run19  = new Run();
            Text text18 = new Text();

            text18.Text = "Birthday";

            run19.Append(text18);

            paragraph13.Append(run19);

            tableCell10.Append(tableCellProperties10);
            tableCell10.Append(paragraph13);

            TableCell tableCell11 = new TableCell();

            TableCellProperties tableCellProperties11 = new TableCellProperties();
            TableCellWidth      tableCellWidth11      = new TableCellWidth()
            {
                Width = "3122", Type = TableWidthUnitValues.Dxa
            };

            tableCellProperties11.Append(tableCellWidth11);

            Paragraph paragraph14 = new Paragraph()
            {
                RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00BC57A3", RsidRunAdditionDefault = "00FB1F22"
            };

            Run run20 = new Run();

            RunProperties runProperties10 = new RunProperties();
            NoProof       noProof10       = new NoProof();

            runProperties10.Append(noProof10);
            Text text19 = new Text();

            text19.Text = ii.BirthDay;

            run20.Append(runProperties10);
            run20.Append(text19);

            paragraph14.Append(run20);

            tableCell11.Append(tableCellProperties11);
            tableCell11.Append(paragraph14);

            tableRow6.Append(tableCell10);
            tableRow6.Append(tableCell11);

            TableRow tableRow7 = new TableRow()
            {
                RsidTableRowAddition = "00FB1F22", RsidTableRowProperties = "00731A43"
            };

            TableCell tableCell12 = new TableCell();

            TableCellProperties tableCellProperties12 = new TableCellProperties();
            TableCellWidth      tableCellWidth12      = new TableCellWidth()
            {
                Width = "1435", Type = TableWidthUnitValues.Dxa
            };

            tableCellProperties12.Append(tableCellWidth12);

            Paragraph paragraph15 = new Paragraph()
            {
                RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "006D0F9D", RsidRunAdditionDefault = "00FB1F22"
            };

            Run  run21  = new Run();
            Text text20 = new Text();

            text20.Text = "Anniversary";

            run21.Append(text20);

            paragraph15.Append(run21);

            tableCell12.Append(tableCellProperties12);
            tableCell12.Append(paragraph15);

            TableCell tableCell13 = new TableCell();

            TableCellProperties tableCellProperties13 = new TableCellProperties();
            TableCellWidth      tableCellWidth13      = new TableCellWidth()
            {
                Width = "3122", Type = TableWidthUnitValues.Dxa
            };

            tableCellProperties13.Append(tableCellWidth13);
            Paragraph paragraph16 = new Paragraph()
            {
                RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00F06304", RsidRunAdditionDefault = "00FB1F22"
            };

            paragraph16.Append(new Run(new Text(ii.Anniversary)));

            tableCell13.Append(tableCellProperties13);
            tableCell13.Append(paragraph16);

            tableRow7.Append(tableCell12);
            tableRow7.Append(tableCell13);

            TableRow tableRow8 = new TableRow()
            {
                RsidTableRowAddition = "00FB1F22", RsidTableRowProperties = "00731A43"
            };

            TableCell tableCell14 = new TableCell();

            TableCellProperties tableCellProperties14 = new TableCellProperties();
            TableCellWidth      tableCellWidth14      = new TableCellWidth()
            {
                Width = "1435", Type = TableWidthUnitValues.Dxa
            };

            tableCellProperties14.Append(tableCellWidth14);

            Paragraph paragraph17 = new Paragraph()
            {
                RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00F06304", RsidRunAdditionDefault = "00FB1F22"
            };

            Run  run22  = new Run();
            Text text21 = new Text();

            text21.Text = "Spouse";

            run22.Append(text21);

            paragraph17.Append(run22);

            tableCell14.Append(tableCellProperties14);
            tableCell14.Append(paragraph17);

            TableCell tableCell15 = new TableCell();

            TableCellProperties tableCellProperties15 = new TableCellProperties();
            TableCellWidth      tableCellWidth15      = new TableCellWidth()
            {
                Width = "3122", Type = TableWidthUnitValues.Dxa
            };

            tableCellProperties15.Append(tableCellWidth15);

            Paragraph paragraph18 = new Paragraph()
            {
                RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00F06304", RsidRunAdditionDefault = "00FB1F22"
            };

            ParagraphProperties paragraphProperties1 = new ParagraphProperties();

            ParagraphMarkRunProperties paragraphMarkRunProperties1 = new ParagraphMarkRunProperties();
            NoProof noProof11 = new NoProof();

            paragraphMarkRunProperties1.Append(noProof11);

            paragraphProperties1.Append(paragraphMarkRunProperties1);

            Run run23 = new Run();

            RunProperties runProperties11 = new RunProperties();
            NoProof       noProof12       = new NoProof();

            runProperties11.Append(noProof12);
            Text text22 = new Text();

            text22.Text = ii.Spouse;

            run23.Append(runProperties11);
            run23.Append(text22);

            paragraph18.Append(paragraphProperties1);
            paragraph18.Append(run23);

            tableCell15.Append(tableCellProperties15);
            tableCell15.Append(paragraph18);

            tableRow8.Append(tableCell14);
            tableRow8.Append(tableCell15);

            table1.Append(tableProperties1);
            table1.Append(tableGrid1);
            table1.Append(tableRow2);
            table1.Append(tableRow3);
            table1.Append(tableRow4);
            table1.Append(tableRow5);
            table1.Append(tableRow6);
            table1.Append(tableRow7);
            table1.Append(tableRow8);
            Paragraph paragraph19 = new Paragraph()
            {
                RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00485B24", RsidRunAdditionDefault = "00FB1F22"
            };

            tableCell1.Append(tableCellProperties1);
            tableCell1.Append(paragraph1);
            tableCell1.Append(paragraph2);
            if (paragraph2a != null)
            {
                tableCell1.Append(paragraph2a);
            }
            tableCell1.Append(paragraph3);
            tableCell1.Append(paragraph4);
            tableCell1.Append(table1);
            tableCell1.Append(paragraph19);

            TableCell tableCell16 = new TableCell();

            TableCellProperties tableCellProperties16 = new TableCellProperties();
            TableCellWidth      tableCellWidth16      = new TableCellWidth()
            {
                Width = "4788", Type = TableWidthUnitValues.Dxa
            };
            TableCellVerticalAlignment tableCellVerticalAlignment1 = new TableCellVerticalAlignment()
            {
                Val = TableVerticalAlignmentValues.Center
            };

            tableCellProperties16.Append(tableCellWidth16);
            tableCellProperties16.Append(tableCellVerticalAlignment1);
            tableCell16.Append(tableCellProperties16);

            Paragraph paragraph20 = new Paragraph()
            {
                RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00960953", RsidRunAdditionDefault = "00FB1F22"
            };
            ParagraphProperties paragraphProperties2 = new ParagraphProperties();
            Justification       justification1       = new Justification()
            {
                Val = JustificationValues.Center
            };

            paragraphProperties2.Append(justification1);
            paragraph20.Append(paragraphProperties2);

            if (iid.HasValue())
            {
                Run run24 = new Run();

                RunProperties runProperties12 = new RunProperties();
                NoProof       noProof13       = new NoProof();

                runProperties12.Append(noProof13);

                Drawing drawing1 = new Drawing();

                Wp.Inline inline1 = new Wp.Inline()
                {
                    DistanceFromTop    = (UInt32Value)0U,
                    DistanceFromBottom = (UInt32Value)0U,
                    DistanceFromLeft   = (UInt32Value)0U,
                    DistanceFromRight  = (UInt32Value)0U
                };
                Wp.Extent extent1 = new Wp.Extent()
                {
                    Cx = 1428750L, Cy = 1905000L
                };
                Wp.EffectExtent effectExtent1 = new Wp.EffectExtent()
                {
                    LeftEdge = 0L, TopEdge = 0L, RightEdge = 0L, BottomEdge = 0L
                };
                Wp.DocProperties docProperties1 = new Wp.DocProperties()
                {
                    Id = (UInt32Value)1U, Name = "Picture 1", Description = "D:\\Pictures\\ttt.jpg"
                };

                Wp.NonVisualGraphicFrameDrawingProperties nonVisualGraphicFrameDrawingProperties1 =
                    new Wp.NonVisualGraphicFrameDrawingProperties();

                A.GraphicFrameLocks graphicFrameLocks1 = new A.GraphicFrameLocks()
                {
                    NoChangeAspect = true
                };
                graphicFrameLocks1.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");

                nonVisualGraphicFrameDrawingProperties1.Append(graphicFrameLocks1);

                A.Graphic graphic1 = new A.Graphic();
                graphic1.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");

                A.GraphicData graphicData1 = new A.GraphicData()
                {
                    Uri = "http://schemas.openxmlformats.org/drawingml/2006/picture"
                };

                Pic.Picture picture1 = new Pic.Picture();
                picture1.AddNamespaceDeclaration("pic", "http://schemas.openxmlformats.org/drawingml/2006/picture");

                Pic.NonVisualPictureProperties nonVisualPictureProperties1 = new Pic.NonVisualPictureProperties();
                Pic.NonVisualDrawingProperties nonVisualDrawingProperties1 = new Pic.NonVisualDrawingProperties()
                {
                    Id          = (UInt32Value)0U,
                    Name        = "Picture 459",
                    Description = "D:\\Pictures\\ttt.jpg"
                };

                Pic.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties1 =
                    new Pic.NonVisualPictureDrawingProperties();
                A.PictureLocks pictureLocks1 = new A.PictureLocks()
                {
                    NoChangeAspect = false, NoChangeArrowheads = true
                };

                nonVisualPictureDrawingProperties1.Append(pictureLocks1);

                nonVisualPictureProperties1.Append(nonVisualDrawingProperties1);
                nonVisualPictureProperties1.Append(nonVisualPictureDrawingProperties1);

                Pic.BlipFill blipFill1 = new Pic.BlipFill();

                A.Blip blip1 = new A.Blip()
                {
                    Embed = iid
                };

                A.BlipExtensionList blipExtensionList1 = new A.BlipExtensionList();

                A.BlipExtension blipExtension1 = new A.BlipExtension()
                {
                    Uri = "{28A0092B-C50C-407E-A947-70E740481C1C}"
                };

                A14.UseLocalDpi useLocalDpi1 = new A14.UseLocalDpi()
                {
                    Val = false
                };
                useLocalDpi1.AddNamespaceDeclaration("a14", "http://schemas.microsoft.com/office/drawing/2010/main");

                blipExtension1.Append(useLocalDpi1);

                blipExtensionList1.Append(blipExtension1);

                blip1.Append(blipExtensionList1);
                A.SourceRectangle sourceRectangle1 = new A.SourceRectangle();

                A.Stretch       stretch1       = new A.Stretch();
                A.FillRectangle fillRectangle1 = new A.FillRectangle();

                stretch1.Append(fillRectangle1);

                blipFill1.Append(blip1);
                blipFill1.Append(sourceRectangle1);
                blipFill1.Append(stretch1);

                Pic.ShapeProperties shapeProperties1 = new Pic.ShapeProperties()
                {
                    BlackWhiteMode = A.BlackWhiteModeValues.Auto
                };

                A.Transform2D transform2D1 = new A.Transform2D();
                A.Offset      offset1      = new A.Offset()
                {
                    X = 0L, Y = 0L
                };
                A.Extents extents1 = new A.Extents()
                {
                    Cx = 1428750L, Cy = 1905000L
                };

                transform2D1.Append(offset1);
                transform2D1.Append(extents1);

                A.PresetGeometry presetGeometry1 = new A.PresetGeometry()
                {
                    Preset = A.ShapeTypeValues.Rectangle
                };
                A.AdjustValueList adjustValueList1 = new A.AdjustValueList();

                presetGeometry1.Append(adjustValueList1);
                A.NoFill noFill1 = new A.NoFill();

                A.Outline outline1 = new A.Outline();
                A.NoFill  noFill2  = new A.NoFill();

                outline1.Append(noFill2);

                shapeProperties1.Append(transform2D1);
                shapeProperties1.Append(presetGeometry1);
                shapeProperties1.Append(noFill1);
                shapeProperties1.Append(outline1);

                picture1.Append(nonVisualPictureProperties1);
                picture1.Append(blipFill1);
                picture1.Append(shapeProperties1);

                graphicData1.Append(picture1);

                graphic1.Append(graphicData1);

                inline1.Append(extent1);
                inline1.Append(effectExtent1);
                inline1.Append(docProperties1);
                inline1.Append(nonVisualGraphicFrameDrawingProperties1);
                inline1.Append(graphic1);

                drawing1.Append(inline1);

                run24.Append(runProperties12);
                run24.Append(drawing1);

                paragraph20.Append(run24);
            }
            tableCell16.Append(paragraph20);

            BookmarkStart bookmarkStart1 = new BookmarkStart()
            {
                Name = "_GoBack", Id = "0"
            };
            BookmarkEnd bookmarkEnd1 = new BookmarkEnd()
            {
                Id = "0"
            };

            tableRow1.Append(tableRowProperties1);
            tableRow1.Append(tableCell1);
            tableRow1.Append(tableCell16);
            tableRow1.Append(bookmarkStart1);
            tableRow1.Append(bookmarkEnd1);
            return(tableRow1);
        }
Exemplo n.º 29
0
        internal OpenXmlElement ToFill()
        {
            OpenXmlElement oxe = new A.NoFill();

            if (this.Type == SLFillType.NoFill)
            {
                return new A.NoFill();
            }
            else if (this.Type == SLFillType.SolidFill)
            {
                A.SolidFill sf = new A.SolidFill();
                if (this.SolidColor.IsRgbColorModelHex)
                {
                    sf.RgbColorModelHex = this.SolidColor.ToRgbColorModelHex();
                }
                else
                {
                    sf.SchemeColor = this.SolidColor.ToSchemeColor();
                }
                return sf;
            }
            else if (this.Type == SLFillType.GradientFill)
            {
                return this.GradientColor.ToGradientFill();
            }
            else if (this.Type == SLFillType.BlipFill)
            {
                A.BlipFill bf = new A.BlipFill();
                if (this.BlipDpi != null) bf.Dpi = this.BlipDpi.Value;
                if (this.BlipRotateWithShape != null) bf.RotateWithShape = this.BlipRotateWithShape.Value;

                bf.Blip = new A.Blip();
                bf.Blip.Embed = this.BlipRelationshipID;
                if (this.BlipTransparency > 0m)
                {
                    bf.Blip.Append(new A.AlphaModulationFixed() { Amount = SLA.SLDrawingTool.CalculateAlpha(this.BlipTransparency) });
                }
                bf.Append(new A.SourceRectangle());
                if (this.BlipTile)
                {
                    bf.Append(new A.Tile()
                    {
                        HorizontalOffset = SLA.SLDrawingTool.CalculateCoordinate(this.BlipOffsetX),
                        VerticalOffset = SLA.SLDrawingTool.CalculateCoordinate(this.BlipOffsetY),
                        HorizontalRatio = SLA.SLDrawingTool.CalculatePercentage(this.BlipScaleX),
                        VerticalRatio = SLA.SLDrawingTool.CalculatePercentage(this.BlipScaleY),
                        Flip = this.BlipMirrorType,
                        Alignment = this.BlipAlignment
                    });
                }
                else
                {
                    bf.Append(new A.Stretch()
                    {
                        FillRectangle = new A.FillRectangle()
                        {
                            Left = SLA.SLDrawingTool.CalculatePercentage(this.BlipLeftOffset),
                            Top = SLA.SLDrawingTool.CalculatePercentage(this.BlipTopOffset),
                            Right = SLA.SLDrawingTool.CalculatePercentage(this.BlipRightOffset),
                            Bottom = SLA.SLDrawingTool.CalculatePercentage(this.BlipBottomOffset)
                        }
                    });
                }
                return bf;
            }
            else if (this.Type == SLFillType.PatternFill)
            {
                A.PatternFill pf = new A.PatternFill();
                pf.Preset = A.PresetPatternValues.Trellis;

                pf.ForegroundColor = new A.ForegroundColor();
                if (this.PatternForegroundColor.IsRgbColorModelHex)
                {
                    pf.ForegroundColor.RgbColorModelHex = this.PatternForegroundColor.ToRgbColorModelHex();
                }
                else
                {
                    pf.ForegroundColor.SchemeColor = this.PatternForegroundColor.ToSchemeColor();
                }

                pf.BackgroundColor = new A.BackgroundColor();
                if (this.PatternBackgroundColor.IsRgbColorModelHex)
                {
                    pf.BackgroundColor.RgbColorModelHex = this.PatternBackgroundColor.ToRgbColorModelHex();
                }
                else
                {
                    pf.BackgroundColor.SchemeColor = this.PatternBackgroundColor.ToSchemeColor();
                }

                return pf;
            }

            return oxe;
        }
        public static void GenerateNotesSlidePart1Content(NotesSlidePart notesSlidePart1)
        {
            NotesSlide notesSlide1 = new NotesSlide();

            notesSlide1.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");
            notesSlide1.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            notesSlide1.AddNamespaceDeclaration("p", "http://schemas.openxmlformats.org/presentationml/2006/main");

            CommonSlideData commonSlideData4 = new CommonSlideData();

            ShapeTree shapeTree4 = new ShapeTree();

            NonVisualGroupShapeProperties nonVisualGroupShapeProperties4 = new NonVisualGroupShapeProperties();
            NonVisualDrawingProperties    nonVisualDrawingProperties20   = new NonVisualDrawingProperties()
            {
                Id = (UInt32Value)1U, Name = ""
            };
            NonVisualGroupShapeDrawingProperties  nonVisualGroupShapeDrawingProperties4   = new NonVisualGroupShapeDrawingProperties();
            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties20 = new ApplicationNonVisualDrawingProperties();

            nonVisualGroupShapeProperties4.Append(nonVisualDrawingProperties20);
            nonVisualGroupShapeProperties4.Append(nonVisualGroupShapeDrawingProperties4);
            nonVisualGroupShapeProperties4.Append(applicationNonVisualDrawingProperties20);

            GroupShapeProperties groupShapeProperties4 = new GroupShapeProperties();

            A.TransformGroup transformGroup4 = new A.TransformGroup();
            A.Offset         offset22        = new A.Offset()
            {
                X = 0L, Y = 0L
            };
            A.Extents extents22 = new A.Extents()
            {
                Cx = 0L, Cy = 0L
            };
            A.ChildOffset childOffset4 = new A.ChildOffset()
            {
                X = 0L, Y = 0L
            };
            A.ChildExtents childExtents4 = new A.ChildExtents()
            {
                Cx = 0L, Cy = 0L
            };

            transformGroup4.Append(offset22);
            transformGroup4.Append(extents22);
            transformGroup4.Append(childOffset4);
            transformGroup4.Append(childExtents4);

            groupShapeProperties4.Append(transformGroup4);

            Shape shape16 = new Shape();

            NonVisualShapeProperties   nonVisualShapeProperties16   = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties21 = new NonVisualDrawingProperties()
            {
                Id = (UInt32Value)19458U, Name = "Rectangle 7"
            };

            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties16 = new NonVisualShapeDrawingProperties();

            A.ShapeLocks shapeLocks16 = new A.ShapeLocks()
            {
                NoGrouping = true, NoChangeArrowheads = true
            };

            nonVisualShapeDrawingProperties16.Append(shapeLocks16);

            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties21 = new ApplicationNonVisualDrawingProperties();
            PlaceholderShape placeholderShape11 = new PlaceholderShape()
            {
                Type = PlaceholderValues.SlideNumber, Size = PlaceholderSizeValues.Quarter, Index = (UInt32Value)5U
            };

            applicationNonVisualDrawingProperties21.Append(placeholderShape11);

            nonVisualShapeProperties16.Append(nonVisualDrawingProperties21);
            nonVisualShapeProperties16.Append(nonVisualShapeDrawingProperties16);
            nonVisualShapeProperties16.Append(applicationNonVisualDrawingProperties21);

            ShapeProperties shapeProperties19 = new ShapeProperties();

            A.NoFill  noFill19  = new A.NoFill();
            A.Outline outline33 = new A.Outline();

            A.ShapePropertiesExtensionList shapePropertiesExtensionList7 = new A.ShapePropertiesExtensionList();

            A.ShapePropertiesExtension shapePropertiesExtension7 = new A.ShapePropertiesExtension()
            {
                Uri = "{909E8E84-426E-40DD-AFC4-6F175D3DCCD1}"
            };

            A14.HiddenFillProperties hiddenFillProperties2 = new A14.HiddenFillProperties();
            hiddenFillProperties2.AddNamespaceDeclaration("a14", "http://schemas.microsoft.com/office/drawing/2010/main");

            A.SolidFill        solidFill158        = new A.SolidFill();
            A.RgbColorModelHex rgbColorModelHex239 = new A.RgbColorModelHex()
            {
                Val = "FFFFFF"
            };

            solidFill158.Append(rgbColorModelHex239);

            hiddenFillProperties2.Append(solidFill158);

            shapePropertiesExtension7.Append(hiddenFillProperties2);

            A.ShapePropertiesExtension shapePropertiesExtension8 = new A.ShapePropertiesExtension()
            {
                Uri = "{91240B29-F687-4F45-9708-019B960494DF}"
            };

            A14.HiddenLineProperties hiddenLineProperties6 = new A14.HiddenLineProperties()
            {
                Width = 9525
            };
            hiddenLineProperties6.AddNamespaceDeclaration("a14", "http://schemas.microsoft.com/office/drawing/2010/main");

            A.SolidFill        solidFill159        = new A.SolidFill();
            A.RgbColorModelHex rgbColorModelHex240 = new A.RgbColorModelHex()
            {
                Val = "000000"
            };

            solidFill159.Append(rgbColorModelHex240);
            A.Miter miter15 = new A.Miter()
            {
                Limit = 800000
            };
            A.HeadEnd headEnd14 = new A.HeadEnd();
            A.TailEnd tailEnd14 = new A.TailEnd();

            hiddenLineProperties6.Append(solidFill159);
            hiddenLineProperties6.Append(miter15);
            hiddenLineProperties6.Append(headEnd14);
            hiddenLineProperties6.Append(tailEnd14);

            shapePropertiesExtension8.Append(hiddenLineProperties6);

            shapePropertiesExtensionList7.Append(shapePropertiesExtension7);
            shapePropertiesExtensionList7.Append(shapePropertiesExtension8);

            shapeProperties19.Append(noFill19);
            shapeProperties19.Append(outline33);
            shapeProperties19.Append(shapePropertiesExtensionList7);

            TextBody textBody15 = new TextBody();

            A.BodyProperties bodyProperties17 = new A.BodyProperties();

            A.ListStyle listStyle17 = new A.ListStyle();

            A.Level1ParagraphProperties level1ParagraphProperties16 = new A.Level1ParagraphProperties();

            A.SpaceBefore    spaceBefore74    = new A.SpaceBefore();
            A.SpacingPercent spacingPercent95 = new A.SpacingPercent()
            {
                Val = 30000
            };

            spaceBefore74.Append(spacingPercent95);

            A.DefaultRunProperties defaultRunProperties95 = new A.DefaultRunProperties()
            {
                FontSize = 1200
            };

            A.SolidFill   solidFill160   = new A.SolidFill();
            A.SchemeColor schemeColor221 = new A.SchemeColor()
            {
                Val = A.SchemeColorValues.Text1
            };

            solidFill160.Append(schemeColor221);
            A.LatinFont latinFont112 = new A.LatinFont()
            {
                Typeface = "Arial", Panose = "020B0604020202020204", PitchFamily = 34, CharacterSet = 0
            };
            A.EastAsianFont eastAsianFont75 = new A.EastAsianFont()
            {
                Typeface = "MS PGothic", Panose = "020B0600070205080204", PitchFamily = 34, CharacterSet = -128
            };

            defaultRunProperties95.Append(solidFill160);
            defaultRunProperties95.Append(latinFont112);
            defaultRunProperties95.Append(eastAsianFont75);

            level1ParagraphProperties16.Append(spaceBefore74);
            level1ParagraphProperties16.Append(defaultRunProperties95);

            A.Level2ParagraphProperties level2ParagraphProperties8 = new A.Level2ParagraphProperties()
            {
                LeftMargin = 735013, Indent = -280988
            };

            A.SpaceBefore    spaceBefore75    = new A.SpaceBefore();
            A.SpacingPercent spacingPercent96 = new A.SpacingPercent()
            {
                Val = 30000
            };

            spaceBefore75.Append(spacingPercent96);

            A.DefaultRunProperties defaultRunProperties96 = new A.DefaultRunProperties()
            {
                FontSize = 1200
            };

            A.SolidFill   solidFill161   = new A.SolidFill();
            A.SchemeColor schemeColor222 = new A.SchemeColor()
            {
                Val = A.SchemeColorValues.Text1
            };

            solidFill161.Append(schemeColor222);
            A.LatinFont latinFont113 = new A.LatinFont()
            {
                Typeface = "Arial", Panose = "020B0604020202020204", PitchFamily = 34, CharacterSet = 0
            };
            A.EastAsianFont eastAsianFont76 = new A.EastAsianFont()
            {
                Typeface = "MS PGothic", Panose = "020B0600070205080204", PitchFamily = 34, CharacterSet = -128
            };

            defaultRunProperties96.Append(solidFill161);
            defaultRunProperties96.Append(latinFont113);
            defaultRunProperties96.Append(eastAsianFont76);

            level2ParagraphProperties8.Append(spaceBefore75);
            level2ParagraphProperties8.Append(defaultRunProperties96);

            A.Level3ParagraphProperties level3ParagraphProperties8 = new A.Level3ParagraphProperties()
            {
                LeftMargin = 1131888, Indent = -225425
            };

            A.SpaceBefore    spaceBefore76    = new A.SpaceBefore();
            A.SpacingPercent spacingPercent97 = new A.SpacingPercent()
            {
                Val = 30000
            };

            spaceBefore76.Append(spacingPercent97);

            A.DefaultRunProperties defaultRunProperties97 = new A.DefaultRunProperties()
            {
                FontSize = 1200
            };

            A.SolidFill   solidFill162   = new A.SolidFill();
            A.SchemeColor schemeColor223 = new A.SchemeColor()
            {
                Val = A.SchemeColorValues.Text1
            };

            solidFill162.Append(schemeColor223);
            A.LatinFont latinFont114 = new A.LatinFont()
            {
                Typeface = "Arial", Panose = "020B0604020202020204", PitchFamily = 34, CharacterSet = 0
            };
            A.EastAsianFont eastAsianFont77 = new A.EastAsianFont()
            {
                Typeface = "MS PGothic", Panose = "020B0600070205080204", PitchFamily = 34, CharacterSet = -128
            };

            defaultRunProperties97.Append(solidFill162);
            defaultRunProperties97.Append(latinFont114);
            defaultRunProperties97.Append(eastAsianFont77);

            level3ParagraphProperties8.Append(spaceBefore76);
            level3ParagraphProperties8.Append(defaultRunProperties97);

            A.Level4ParagraphProperties level4ParagraphProperties8 = new A.Level4ParagraphProperties()
            {
                LeftMargin = 1585913, Indent = -225425
            };

            A.SpaceBefore    spaceBefore77    = new A.SpaceBefore();
            A.SpacingPercent spacingPercent98 = new A.SpacingPercent()
            {
                Val = 30000
            };

            spaceBefore77.Append(spacingPercent98);

            A.DefaultRunProperties defaultRunProperties98 = new A.DefaultRunProperties()
            {
                FontSize = 1200
            };

            A.SolidFill   solidFill163   = new A.SolidFill();
            A.SchemeColor schemeColor224 = new A.SchemeColor()
            {
                Val = A.SchemeColorValues.Text1
            };

            solidFill163.Append(schemeColor224);
            A.LatinFont latinFont115 = new A.LatinFont()
            {
                Typeface = "Arial", Panose = "020B0604020202020204", PitchFamily = 34, CharacterSet = 0
            };
            A.EastAsianFont eastAsianFont78 = new A.EastAsianFont()
            {
                Typeface = "MS PGothic", Panose = "020B0600070205080204", PitchFamily = 34, CharacterSet = -128
            };

            defaultRunProperties98.Append(solidFill163);
            defaultRunProperties98.Append(latinFont115);
            defaultRunProperties98.Append(eastAsianFont78);

            level4ParagraphProperties8.Append(spaceBefore77);
            level4ParagraphProperties8.Append(defaultRunProperties98);

            A.Level5ParagraphProperties level5ParagraphProperties8 = new A.Level5ParagraphProperties()
            {
                LeftMargin = 2038350, Indent = -225425
            };

            A.SpaceBefore    spaceBefore78    = new A.SpaceBefore();
            A.SpacingPercent spacingPercent99 = new A.SpacingPercent()
            {
                Val = 30000
            };

            spaceBefore78.Append(spacingPercent99);

            A.DefaultRunProperties defaultRunProperties99 = new A.DefaultRunProperties()
            {
                FontSize = 1200
            };

            A.SolidFill   solidFill164   = new A.SolidFill();
            A.SchemeColor schemeColor225 = new A.SchemeColor()
            {
                Val = A.SchemeColorValues.Text1
            };

            solidFill164.Append(schemeColor225);
            A.LatinFont latinFont116 = new A.LatinFont()
            {
                Typeface = "Arial", Panose = "020B0604020202020204", PitchFamily = 34, CharacterSet = 0
            };
            A.EastAsianFont eastAsianFont79 = new A.EastAsianFont()
            {
                Typeface = "MS PGothic", Panose = "020B0600070205080204", PitchFamily = 34, CharacterSet = -128
            };

            defaultRunProperties99.Append(solidFill164);
            defaultRunProperties99.Append(latinFont116);
            defaultRunProperties99.Append(eastAsianFont79);

            level5ParagraphProperties8.Append(spaceBefore78);
            level5ParagraphProperties8.Append(defaultRunProperties99);

            A.Level6ParagraphProperties level6ParagraphProperties8 = new A.Level6ParagraphProperties()
            {
                LeftMargin = 2495550, Indent = -225425, EastAsianLineBreak = false, FontAlignment = A.TextFontAlignmentValues.Baseline, Height = false
            };

            A.SpaceBefore    spaceBefore79     = new A.SpaceBefore();
            A.SpacingPercent spacingPercent100 = new A.SpacingPercent()
            {
                Val = 30000
            };

            spaceBefore79.Append(spacingPercent100);

            A.SpaceAfter     spaceAfter59      = new A.SpaceAfter();
            A.SpacingPercent spacingPercent101 = new A.SpacingPercent()
            {
                Val = 0
            };

            spaceAfter59.Append(spacingPercent101);

            A.DefaultRunProperties defaultRunProperties100 = new A.DefaultRunProperties()
            {
                FontSize = 1200
            };

            A.SolidFill   solidFill165   = new A.SolidFill();
            A.SchemeColor schemeColor226 = new A.SchemeColor()
            {
                Val = A.SchemeColorValues.Text1
            };

            solidFill165.Append(schemeColor226);
            A.LatinFont latinFont117 = new A.LatinFont()
            {
                Typeface = "Arial", Panose = "020B0604020202020204", PitchFamily = 34, CharacterSet = 0
            };
            A.EastAsianFont eastAsianFont80 = new A.EastAsianFont()
            {
                Typeface = "MS PGothic", Panose = "020B0600070205080204", PitchFamily = 34, CharacterSet = -128
            };

            defaultRunProperties100.Append(solidFill165);
            defaultRunProperties100.Append(latinFont117);
            defaultRunProperties100.Append(eastAsianFont80);

            level6ParagraphProperties8.Append(spaceBefore79);
            level6ParagraphProperties8.Append(spaceAfter59);
            level6ParagraphProperties8.Append(defaultRunProperties100);

            A.Level7ParagraphProperties level7ParagraphProperties8 = new A.Level7ParagraphProperties()
            {
                LeftMargin = 2952750, Indent = -225425, EastAsianLineBreak = false, FontAlignment = A.TextFontAlignmentValues.Baseline, Height = false
            };

            A.SpaceBefore    spaceBefore80     = new A.SpaceBefore();
            A.SpacingPercent spacingPercent102 = new A.SpacingPercent()
            {
                Val = 30000
            };

            spaceBefore80.Append(spacingPercent102);

            A.SpaceAfter     spaceAfter60      = new A.SpaceAfter();
            A.SpacingPercent spacingPercent103 = new A.SpacingPercent()
            {
                Val = 0
            };

            spaceAfter60.Append(spacingPercent103);

            A.DefaultRunProperties defaultRunProperties101 = new A.DefaultRunProperties()
            {
                FontSize = 1200
            };

            A.SolidFill   solidFill166   = new A.SolidFill();
            A.SchemeColor schemeColor227 = new A.SchemeColor()
            {
                Val = A.SchemeColorValues.Text1
            };

            solidFill166.Append(schemeColor227);
            A.LatinFont latinFont118 = new A.LatinFont()
            {
                Typeface = "Arial", Panose = "020B0604020202020204", PitchFamily = 34, CharacterSet = 0
            };
            A.EastAsianFont eastAsianFont81 = new A.EastAsianFont()
            {
                Typeface = "MS PGothic", Panose = "020B0600070205080204", PitchFamily = 34, CharacterSet = -128
            };

            defaultRunProperties101.Append(solidFill166);
            defaultRunProperties101.Append(latinFont118);
            defaultRunProperties101.Append(eastAsianFont81);

            level7ParagraphProperties8.Append(spaceBefore80);
            level7ParagraphProperties8.Append(spaceAfter60);
            level7ParagraphProperties8.Append(defaultRunProperties101);

            A.Level8ParagraphProperties level8ParagraphProperties8 = new A.Level8ParagraphProperties()
            {
                LeftMargin = 3409950, Indent = -225425, EastAsianLineBreak = false, FontAlignment = A.TextFontAlignmentValues.Baseline, Height = false
            };

            A.SpaceBefore    spaceBefore81     = new A.SpaceBefore();
            A.SpacingPercent spacingPercent104 = new A.SpacingPercent()
            {
                Val = 30000
            };

            spaceBefore81.Append(spacingPercent104);

            A.SpaceAfter     spaceAfter61      = new A.SpaceAfter();
            A.SpacingPercent spacingPercent105 = new A.SpacingPercent()
            {
                Val = 0
            };

            spaceAfter61.Append(spacingPercent105);

            A.DefaultRunProperties defaultRunProperties102 = new A.DefaultRunProperties()
            {
                FontSize = 1200
            };

            A.SolidFill   solidFill167   = new A.SolidFill();
            A.SchemeColor schemeColor228 = new A.SchemeColor()
            {
                Val = A.SchemeColorValues.Text1
            };

            solidFill167.Append(schemeColor228);
            A.LatinFont latinFont119 = new A.LatinFont()
            {
                Typeface = "Arial", Panose = "020B0604020202020204", PitchFamily = 34, CharacterSet = 0
            };
            A.EastAsianFont eastAsianFont82 = new A.EastAsianFont()
            {
                Typeface = "MS PGothic", Panose = "020B0600070205080204", PitchFamily = 34, CharacterSet = -128
            };

            defaultRunProperties102.Append(solidFill167);
            defaultRunProperties102.Append(latinFont119);
            defaultRunProperties102.Append(eastAsianFont82);

            level8ParagraphProperties8.Append(spaceBefore81);
            level8ParagraphProperties8.Append(spaceAfter61);
            level8ParagraphProperties8.Append(defaultRunProperties102);

            A.Level9ParagraphProperties level9ParagraphProperties8 = new A.Level9ParagraphProperties()
            {
                LeftMargin = 3867150, Indent = -225425, EastAsianLineBreak = false, FontAlignment = A.TextFontAlignmentValues.Baseline, Height = false
            };

            A.SpaceBefore    spaceBefore82     = new A.SpaceBefore();
            A.SpacingPercent spacingPercent106 = new A.SpacingPercent()
            {
                Val = 30000
            };

            spaceBefore82.Append(spacingPercent106);

            A.SpaceAfter     spaceAfter62      = new A.SpaceAfter();
            A.SpacingPercent spacingPercent107 = new A.SpacingPercent()
            {
                Val = 0
            };

            spaceAfter62.Append(spacingPercent107);

            A.DefaultRunProperties defaultRunProperties103 = new A.DefaultRunProperties()
            {
                FontSize = 1200
            };

            A.SolidFill   solidFill168   = new A.SolidFill();
            A.SchemeColor schemeColor229 = new A.SchemeColor()
            {
                Val = A.SchemeColorValues.Text1
            };

            solidFill168.Append(schemeColor229);
            A.LatinFont latinFont120 = new A.LatinFont()
            {
                Typeface = "Arial", Panose = "020B0604020202020204", PitchFamily = 34, CharacterSet = 0
            };
            A.EastAsianFont eastAsianFont83 = new A.EastAsianFont()
            {
                Typeface = "MS PGothic", Panose = "020B0600070205080204", PitchFamily = 34, CharacterSet = -128
            };

            defaultRunProperties103.Append(solidFill168);
            defaultRunProperties103.Append(latinFont120);
            defaultRunProperties103.Append(eastAsianFont83);

            level9ParagraphProperties8.Append(spaceBefore82);
            level9ParagraphProperties8.Append(spaceAfter62);
            level9ParagraphProperties8.Append(defaultRunProperties103);

            listStyle17.Append(level1ParagraphProperties16);
            listStyle17.Append(level2ParagraphProperties8);
            listStyle17.Append(level3ParagraphProperties8);
            listStyle17.Append(level4ParagraphProperties8);
            listStyle17.Append(level5ParagraphProperties8);
            listStyle17.Append(level6ParagraphProperties8);
            listStyle17.Append(level7ParagraphProperties8);
            listStyle17.Append(level8ParagraphProperties8);
            listStyle17.Append(level9ParagraphProperties8);

            A.Paragraph paragraph40 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties37 = new A.ParagraphProperties();

            A.SpaceBefore    spaceBefore83     = new A.SpaceBefore();
            A.SpacingPercent spacingPercent108 = new A.SpacingPercent()
            {
                Val = 0
            };

            spaceBefore83.Append(spacingPercent108);

            paragraphProperties37.Append(spaceBefore83);

            A.Field field4 = new A.Field()
            {
                Id = "{99BBE751-775A-442D-AED5-C8FC60817C7D}", Type = "slidenum"
            };

            A.RunProperties runProperties41 = new A.RunProperties()
            {
                Language = "en-US", AlternativeLanguage = "et-EE"
            };
            runProperties41.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.ComplexScriptFont complexScriptFont61 = new A.ComplexScriptFont()
            {
                Typeface = "Arial", Panose = "020B0604020202020204", PitchFamily = 34, CharacterSet = 0
            };

            runProperties41.Append(complexScriptFont61);

            A.ParagraphProperties paragraphProperties38 = new A.ParagraphProperties();

            A.SpaceBefore    spaceBefore84     = new A.SpaceBefore();
            A.SpacingPercent spacingPercent109 = new A.SpacingPercent()
            {
                Val = 0
            };

            spaceBefore84.Append(spacingPercent109);

            paragraphProperties38.Append(spaceBefore84);
            A.Text text41 = new A.Text();
            text41.Text = "1";

            field4.Append(runProperties41);
            field4.Append(paragraphProperties38);
            field4.Append(text41);

            A.EndParagraphRunProperties endParagraphRunProperties21 = new A.EndParagraphRunProperties()
            {
                Language = "en-US", AlternativeLanguage = "et-EE"
            };
            A.ComplexScriptFont complexScriptFont62 = new A.ComplexScriptFont()
            {
                Typeface = "Arial", Panose = "020B0604020202020204", PitchFamily = 34, CharacterSet = 0
            };

            endParagraphRunProperties21.Append(complexScriptFont62);

            paragraph40.Append(paragraphProperties37);
            paragraph40.Append(field4);
            paragraph40.Append(endParagraphRunProperties21);

            textBody15.Append(bodyProperties17);
            textBody15.Append(listStyle17);
            textBody15.Append(paragraph40);

            shape16.Append(nonVisualShapeProperties16);
            shape16.Append(shapeProperties19);
            shape16.Append(textBody15);

            Shape shape17 = new Shape();

            NonVisualShapeProperties   nonVisualShapeProperties17   = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties22 = new NonVisualDrawingProperties()
            {
                Id = (UInt32Value)19459U, Name = "Rectangle 2"
            };

            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties17 = new NonVisualShapeDrawingProperties();

            A.ShapeLocks shapeLocks17 = new A.ShapeLocks()
            {
                NoGrouping = true, NoRotation = true, NoChangeAspect = true, NoChangeArrowheads = true, NoTextEdit = true
            };

            nonVisualShapeDrawingProperties17.Append(shapeLocks17);

            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties22 = new ApplicationNonVisualDrawingProperties();
            PlaceholderShape placeholderShape12 = new PlaceholderShape()
            {
                Type = PlaceholderValues.SlideImage
            };

            applicationNonVisualDrawingProperties22.Append(placeholderShape12);

            nonVisualShapeProperties17.Append(nonVisualDrawingProperties22);
            nonVisualShapeProperties17.Append(nonVisualShapeDrawingProperties17);
            nonVisualShapeProperties17.Append(applicationNonVisualDrawingProperties22);

            ShapeProperties shapeProperties20 = new ShapeProperties();

            A.Outline outline34 = new A.Outline();

            shapeProperties20.Append(outline34);

            shape17.Append(nonVisualShapeProperties17);
            shape17.Append(shapeProperties20);

            Shape shape18 = new Shape();

            NonVisualShapeProperties   nonVisualShapeProperties18   = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties23 = new NonVisualDrawingProperties()
            {
                Id = (UInt32Value)19460U, Name = "Rectangle 3"
            };

            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties18 = new NonVisualShapeDrawingProperties();

            A.ShapeLocks shapeLocks18 = new A.ShapeLocks()
            {
                NoGrouping = true, NoChangeArrowheads = true
            };

            nonVisualShapeDrawingProperties18.Append(shapeLocks18);

            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties23 = new ApplicationNonVisualDrawingProperties();
            PlaceholderShape placeholderShape13 = new PlaceholderShape()
            {
                Type = PlaceholderValues.Body, Index = (UInt32Value)1U
            };

            applicationNonVisualDrawingProperties23.Append(placeholderShape13);

            nonVisualShapeProperties18.Append(nonVisualDrawingProperties23);
            nonVisualShapeProperties18.Append(nonVisualShapeDrawingProperties18);
            nonVisualShapeProperties18.Append(applicationNonVisualDrawingProperties23);

            ShapeProperties shapeProperties21 = new ShapeProperties();

            A.NoFill  noFill20  = new A.NoFill();
            A.Outline outline35 = new A.Outline();

            A.ShapePropertiesExtensionList shapePropertiesExtensionList8 = new A.ShapePropertiesExtensionList();

            A.ShapePropertiesExtension shapePropertiesExtension9 = new A.ShapePropertiesExtension()
            {
                Uri = "{909E8E84-426E-40DD-AFC4-6F175D3DCCD1}"
            };

            A14.HiddenFillProperties hiddenFillProperties3 = new A14.HiddenFillProperties();
            hiddenFillProperties3.AddNamespaceDeclaration("a14", "http://schemas.microsoft.com/office/drawing/2010/main");

            A.SolidFill        solidFill169        = new A.SolidFill();
            A.RgbColorModelHex rgbColorModelHex241 = new A.RgbColorModelHex()
            {
                Val = "FFFFFF"
            };

            solidFill169.Append(rgbColorModelHex241);

            hiddenFillProperties3.Append(solidFill169);

            shapePropertiesExtension9.Append(hiddenFillProperties3);

            A.ShapePropertiesExtension shapePropertiesExtension10 = new A.ShapePropertiesExtension()
            {
                Uri = "{91240B29-F687-4F45-9708-019B960494DF}"
            };

            A14.HiddenLineProperties hiddenLineProperties7 = new A14.HiddenLineProperties()
            {
                Width = 9525
            };
            hiddenLineProperties7.AddNamespaceDeclaration("a14", "http://schemas.microsoft.com/office/drawing/2010/main");

            A.SolidFill        solidFill170        = new A.SolidFill();
            A.RgbColorModelHex rgbColorModelHex242 = new A.RgbColorModelHex()
            {
                Val = "000000"
            };

            solidFill170.Append(rgbColorModelHex242);
            A.Miter miter16 = new A.Miter()
            {
                Limit = 800000
            };
            A.HeadEnd headEnd15 = new A.HeadEnd();
            A.TailEnd tailEnd15 = new A.TailEnd();

            hiddenLineProperties7.Append(solidFill170);
            hiddenLineProperties7.Append(miter16);
            hiddenLineProperties7.Append(headEnd15);
            hiddenLineProperties7.Append(tailEnd15);

            shapePropertiesExtension10.Append(hiddenLineProperties7);

            shapePropertiesExtensionList8.Append(shapePropertiesExtension9);
            shapePropertiesExtensionList8.Append(shapePropertiesExtension10);

            shapeProperties21.Append(noFill20);
            shapeProperties21.Append(outline35);
            shapeProperties21.Append(shapePropertiesExtensionList8);

            TextBody textBody16 = new TextBody();

            A.BodyProperties bodyProperties18 = new A.BodyProperties();
            A.ListStyle      listStyle18      = new A.ListStyle();

            A.Paragraph           paragraph41           = new A.Paragraph();
            A.ParagraphProperties paragraphProperties39 = new A.ParagraphProperties()
            {
                EastAsianLineBreak = true, Height = true
            };

            A.EndParagraphRunProperties endParagraphRunProperties22 = new A.EndParagraphRunProperties()
            {
                Language = "lv-LV", AlternativeLanguage = "et-EE"
            };
            A.LatinFont latinFont121 = new A.LatinFont()
            {
                Typeface = "Arial", Panose = "020B0604020202020204", PitchFamily = 34, CharacterSet = 0
            };

            endParagraphRunProperties22.Append(latinFont121);

            paragraph41.Append(paragraphProperties39);
            paragraph41.Append(endParagraphRunProperties22);

            textBody16.Append(bodyProperties18);
            textBody16.Append(listStyle18);
            textBody16.Append(paragraph41);

            shape18.Append(nonVisualShapeProperties18);
            shape18.Append(shapeProperties21);
            shape18.Append(textBody16);

            shapeTree4.Append(nonVisualGroupShapeProperties4);
            shapeTree4.Append(groupShapeProperties4);
            shapeTree4.Append(shape16);
            shapeTree4.Append(shape17);
            shapeTree4.Append(shape18);

            CommonSlideDataExtensionList commonSlideDataExtensionList4 = new CommonSlideDataExtensionList();

            CommonSlideDataExtension commonSlideDataExtension4 = new CommonSlideDataExtension()
            {
                Uri = "{BB962C8B-B14F-4D97-AF65-F5344CB8AC3E}"
            };

            P14.CreationId creationId4 = new P14.CreationId()
            {
                Val = (UInt32Value)4141007346U
            };
            creationId4.AddNamespaceDeclaration("p14", "http://schemas.microsoft.com/office/powerpoint/2010/main");

            commonSlideDataExtension4.Append(creationId4);

            commonSlideDataExtensionList4.Append(commonSlideDataExtension4);

            commonSlideData4.Append(shapeTree4);
            commonSlideData4.Append(commonSlideDataExtensionList4);

            ColorMapOverride colorMapOverride2 = new ColorMapOverride();

            A.MasterColorMapping masterColorMapping2 = new A.MasterColorMapping();

            colorMapOverride2.Append(masterColorMapping2);

            notesSlide1.Append(commonSlideData4);
            notesSlide1.Append(colorMapOverride2);

            notesSlidePart1.NotesSlide = notesSlide1;
        }
Exemplo n.º 31
0
        // Generates content of headerPart1.
        private void GenerateHeaderPart1Content(HeaderPart headerPart1)
        {
            Header header1 = new Header() { MCAttributes = new MarkupCompatibilityAttributes() { Ignorable = "w14 w15 w16se wp14" } };
            header1.AddNamespaceDeclaration("wpc", "http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas");
            header1.AddNamespaceDeclaration("cx", "http://schemas.microsoft.com/office/drawing/2014/chartex");
            header1.AddNamespaceDeclaration("cx1", "http://schemas.microsoft.com/office/drawing/2015/9/8/chartex");
            header1.AddNamespaceDeclaration("cx2", "http://schemas.microsoft.com/office/drawing/2015/10/21/chartex");
            header1.AddNamespaceDeclaration("mc", "http://schemas.openxmlformats.org/markup-compatibility/2006");
            header1.AddNamespaceDeclaration("o", "urn:schemas-microsoft-com:office:office");
            header1.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            header1.AddNamespaceDeclaration("m", "http://schemas.openxmlformats.org/officeDocument/2006/math");
            header1.AddNamespaceDeclaration("v", "urn:schemas-microsoft-com:vml");
            header1.AddNamespaceDeclaration("wp14", "http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing");
            header1.AddNamespaceDeclaration("wp", "http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing");
            header1.AddNamespaceDeclaration("w10", "urn:schemas-microsoft-com:office:word");
            header1.AddNamespaceDeclaration("w", "http://schemas.openxmlformats.org/wordprocessingml/2006/main");
            header1.AddNamespaceDeclaration("w14", "http://schemas.microsoft.com/office/word/2010/wordml");
            header1.AddNamespaceDeclaration("w15", "http://schemas.microsoft.com/office/word/2012/wordml");
            header1.AddNamespaceDeclaration("w16se", "http://schemas.microsoft.com/office/word/2015/wordml/symex");
            header1.AddNamespaceDeclaration("wpg", "http://schemas.microsoft.com/office/word/2010/wordprocessingGroup");
            header1.AddNamespaceDeclaration("wpi", "http://schemas.microsoft.com/office/word/2010/wordprocessingInk");
            header1.AddNamespaceDeclaration("wne", "http://schemas.microsoft.com/office/word/2006/wordml");
            header1.AddNamespaceDeclaration("wps", "http://schemas.microsoft.com/office/word/2010/wordprocessingShape");

            Paragraph paragraph371 = new Paragraph() { RsidParagraphAddition = "0094109A", RsidParagraphProperties = "00624202", RsidRunAdditionDefault = "0094109A", ParagraphId = "0AAC1AD1", TextId = "295351A7" };

            ParagraphProperties paragraphProperties368 = new ParagraphProperties();
            ParagraphStyleId paragraphStyleId28 = new ParagraphStyleId() { Val = "Footer" };
            WidowControl widowControl1 = new WidowControl() { Val = false };
            Indentation indentation25 = new Indentation() { End = "360" };

            paragraphProperties368.Append(paragraphStyleId28);
            paragraphProperties368.Append(widowControl1);
            paragraphProperties368.Append(indentation25);

            Run run755 = new Run();

            RunProperties runProperties797 = new RunProperties();
            NoProof noProof4 = new NoProof();

            runProperties797.Append(noProof4);

            Drawing drawing2 = new Drawing();

            Wp.Inline inline1 = new Wp.Inline() { DistanceFromTop = (UInt32Value)0U, DistanceFromBottom = (UInt32Value)0U, DistanceFromLeft = (UInt32Value)0U, DistanceFromRight = (UInt32Value)0U, AnchorId = "0AAC1AD5", EditId = "0AAC1AD6" };
            Wp.Extent extent2 = new Wp.Extent() { Cx = 1238250L, Cy = 190500L };
            Wp.EffectExtent effectExtent2 = new Wp.EffectExtent() { LeftEdge = 0L, TopEdge = 0L, RightEdge = 0L, BottomEdge = 0L };
            Wp.DocProperties docProperties2 = new Wp.DocProperties() { Id = (UInt32Value)1U, Name = "Picture 1" };

            Wp.NonVisualGraphicFrameDrawingProperties nonVisualGraphicFrameDrawingProperties2 = new Wp.NonVisualGraphicFrameDrawingProperties();

            A.GraphicFrameLocks graphicFrameLocks2 = new A.GraphicFrameLocks() { NoChangeAspect = true };
            graphicFrameLocks2.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");

            nonVisualGraphicFrameDrawingProperties2.Append(graphicFrameLocks2);

            A.Graphic graphic2 = new A.Graphic();
            graphic2.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");

            A.GraphicData graphicData2 = new A.GraphicData() { Uri = "http://schemas.openxmlformats.org/drawingml/2006/picture" };

            Pic.Picture picture2 = new Pic.Picture();
            picture2.AddNamespaceDeclaration("pic", "http://schemas.openxmlformats.org/drawingml/2006/picture");

            Pic.NonVisualPictureProperties nonVisualPictureProperties2 = new Pic.NonVisualPictureProperties();
            Pic.NonVisualDrawingProperties nonVisualDrawingProperties2 = new Pic.NonVisualDrawingProperties() { Id = (UInt32Value)0U, Name = "Picture 1" };

            Pic.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties2 = new Pic.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks2 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties2.Append(pictureLocks2);

            nonVisualPictureProperties2.Append(nonVisualDrawingProperties2);
            nonVisualPictureProperties2.Append(nonVisualPictureDrawingProperties2);

            Pic.BlipFill blipFill2 = new Pic.BlipFill();

            A.Blip blip2 = new A.Blip() { Embed = "rId1" };

            A.BlipExtensionList blipExtensionList2 = new A.BlipExtensionList();

            A.BlipExtension blipExtension2 = new A.BlipExtension() { Uri = "{28A0092B-C50C-407E-A947-70E740481C1C}" };

            A14.UseLocalDpi useLocalDpi2 = new A14.UseLocalDpi() { Val = false };
            useLocalDpi2.AddNamespaceDeclaration("a14", "http://schemas.microsoft.com/office/drawing/2010/main");

            blipExtension2.Append(useLocalDpi2);

            blipExtensionList2.Append(blipExtension2);

            blip2.Append(blipExtensionList2);
            A.SourceRectangle sourceRectangle2 = new A.SourceRectangle();

            A.Stretch stretch2 = new A.Stretch();
            A.FillRectangle fillRectangle2 = new A.FillRectangle();

            stretch2.Append(fillRectangle2);

            blipFill2.Append(blip2);
            blipFill2.Append(sourceRectangle2);
            blipFill2.Append(stretch2);

            Pic.ShapeProperties shapeProperties2 = new Pic.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D2 = new A.Transform2D();
            A.Offset offset2 = new A.Offset() { X = 0L, Y = 0L };
            A.Extents extents2 = new A.Extents() { Cx = 1238250L, Cy = 190500L };

            transform2D2.Append(offset2);
            transform2D2.Append(extents2);

            A.PresetGeometry presetGeometry2 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList2 = new A.AdjustValueList();

            presetGeometry2.Append(adjustValueList2);
            A.NoFill noFill1 = new A.NoFill();

            A.Outline outline2 = new A.Outline();
            A.NoFill noFill2 = new A.NoFill();

            outline2.Append(noFill2);

            shapeProperties2.Append(transform2D2);
            shapeProperties2.Append(presetGeometry2);
            shapeProperties2.Append(noFill1);
            shapeProperties2.Append(outline2);

            picture2.Append(nonVisualPictureProperties2);
            picture2.Append(blipFill2);
            picture2.Append(shapeProperties2);

            graphicData2.Append(picture2);

            graphic2.Append(graphicData2);

            inline1.Append(extent2);
            inline1.Append(effectExtent2);
            inline1.Append(docProperties2);
            inline1.Append(nonVisualGraphicFrameDrawingProperties2);
            inline1.Append(graphic2);

            drawing2.Append(inline1);

            run755.Append(runProperties797);
            run755.Append(drawing2);

            Run run756 = new Run();
            TabChar tabChar46 = new TabChar();

            run756.Append(tabChar46);

            Run run757 = new Run();
            TabChar tabChar47 = new TabChar();

            run757.Append(tabChar47);

            Run run758 = new Run();
            TabChar tabChar48 = new TabChar();

            run758.Append(tabChar48);

            Run run759 = new Run();
            TabChar tabChar49 = new TabChar();

            run759.Append(tabChar49);

            Run run760 = new Run() { RsidRunProperties = "00C84D4C" };

            RunProperties runProperties798 = new RunProperties();
            RunFonts runFonts1038 = new RunFonts() { Ascii = "Arial", HighAnsi = "Arial", ComplexScript = "Arial" };
            FontSize fontSize1055 = new FontSize() { Val = "14" };
            FontSizeComplexScript fontSizeComplexScript1041 = new FontSizeComplexScript() { Val = "14" };

            runProperties798.Append(runFonts1038);
            runProperties798.Append(fontSize1055);
            runProperties798.Append(fontSizeComplexScript1041);
            Text text708 = new Text();
            text708.Text = "Protected Information Internal Use Only";

            run760.Append(runProperties798);
            run760.Append(text708);

            paragraph371.Append(paragraphProperties368);
            paragraph371.Append(run755);
            paragraph371.Append(run756);
            paragraph371.Append(run757);
            paragraph371.Append(run758);
            paragraph371.Append(run759);
            paragraph371.Append(run760);

            header1.Append(paragraph371);

            headerPart1.Header = header1;
        }
Exemplo n.º 32
0
        // Generates content of mainDocumentPart1.
        private static void GenerateMainDocumentPart1Content(MainDocumentPart mainDocumentPart1, WordprocessingDocument document)
        {
            Document document1 = new Document() { MCAttributes = new MarkupCompatibilityAttributes() { Ignorable = "w14 w15 wp14" } };
            document1.AddNamespaceDeclaration("wpc", "http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas");
            document1.AddNamespaceDeclaration("mc", "http://schemas.openxmlformats.org/markup-compatibility/2006");
            document1.AddNamespaceDeclaration("o", "urn:schemas-microsoft-com:office:office");
            document1.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            document1.AddNamespaceDeclaration("m", "http://schemas.openxmlformats.org/officeDocument/2006/math");
            document1.AddNamespaceDeclaration("v", "urn:schemas-microsoft-com:vml");
            document1.AddNamespaceDeclaration("wp14", "http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing");
            document1.AddNamespaceDeclaration("wp", "http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing");
            document1.AddNamespaceDeclaration("w10", "urn:schemas-microsoft-com:office:word");
            document1.AddNamespaceDeclaration("w", "http://schemas.openxmlformats.org/wordprocessingml/2006/main");
            document1.AddNamespaceDeclaration("w14", "http://schemas.microsoft.com/office/word/2010/wordml");
            document1.AddNamespaceDeclaration("w15", "http://schemas.microsoft.com/office/word/2012/wordml");
            document1.AddNamespaceDeclaration("wpg", "http://schemas.microsoft.com/office/word/2010/wordprocessingGroup");
            document1.AddNamespaceDeclaration("wpi", "http://schemas.microsoft.com/office/word/2010/wordprocessingInk");
            document1.AddNamespaceDeclaration("wne", "http://schemas.microsoft.com/office/word/2006/wordml");
            document1.AddNamespaceDeclaration("wps", "http://schemas.microsoft.com/office/word/2010/wordprocessingShape");

            Body body1 = new Body();

            Paragraph paragraph1 = new Paragraph() { RsidParagraphAddition = "00FA5335", RsidParagraphProperties = "00FA5335", RsidRunAdditionDefault = "00FA5335" };

            ParagraphProperties paragraphProperties1 = new ParagraphProperties();
            SpacingBetweenLines spacingBetweenLines1 = new SpacingBetweenLines() { After = "0", Line = "240", LineRule = LineSpacingRuleValues.Auto };
            Justification justification1 = new Justification() { Val = JustificationValues.Center };

            ParagraphMarkRunProperties paragraphMarkRunProperties1 = new ParagraphMarkRunProperties();
            FontSize fontSize1 = new FontSize() { Val = "20" };

            paragraphMarkRunProperties1.Append(fontSize1);

            paragraphProperties1.Append(spacingBetweenLines1);
            paragraphProperties1.Append(justification1);
            paragraphProperties1.Append(paragraphMarkRunProperties1);
            BookmarkStart bookmarkStart1 = new BookmarkStart() { Name = "_GoBack", Id = "0" };
            BookmarkEnd bookmarkEnd1 = new BookmarkEnd() { Id = "0" };

            Run run1 = new Run();

            RunProperties runProperties1 = new RunProperties();
            NoProof noProof1 = new NoProof();
            FontSize fontSize2 = new FontSize() { Val = "20" };
            Languages languages1 = new Languages() { EastAsia = "ru-RU" };

            runProperties1.Append(noProof1);
            runProperties1.Append(fontSize2);
            runProperties1.Append(languages1);

            AlternateContent alternateContent1 = new AlternateContent();

            AlternateContentChoice alternateContentChoice1 = new AlternateContentChoice() { Requires = "wps" };

            Drawing drawing1 = new Drawing();

            Wp.Anchor anchor1 = new Wp.Anchor() { DistanceFromTop = (UInt32Value)0U, DistanceFromBottom = (UInt32Value)0U, DistanceFromLeft = (UInt32Value)114300U, DistanceFromRight = (UInt32Value)114300U, SimplePos = false, RelativeHeight = (UInt32Value)251659264U, BehindDoc = false, Locked = false, LayoutInCell = true, AllowOverlap = true };
            Wp.SimplePosition simplePosition1 = new Wp.SimplePosition() { X = 0L, Y = 0L };

            Wp.HorizontalPosition horizontalPosition1 = new Wp.HorizontalPosition() { RelativeFrom = Wp.HorizontalRelativePositionValues.Column };
            Wp.PositionOffset positionOffset1 = new Wp.PositionOffset();
            positionOffset1.Text = "7559955";

            horizontalPosition1.Append(positionOffset1);

            Wp.VerticalPosition verticalPosition1 = new Wp.VerticalPosition() { RelativeFrom = Wp.VerticalRelativePositionValues.Paragraph };
            Wp.PositionOffset positionOffset2 = new Wp.PositionOffset();
            positionOffset2.Text = "-180045";

            verticalPosition1.Append(positionOffset2);
            Wp.Extent extent1 = new Wp.Extent() { Cx = 2540000L, Cy = 635000L };
            Wp.EffectExtent effectExtent1 = new Wp.EffectExtent() { LeftEdge = 0L, TopEdge = 0L, RightEdge = 0L, BottomEdge = 0L };
            Wp.WrapNone wrapNone1 = new Wp.WrapNone();
            Wp.DocProperties docProperties1 = new Wp.DocProperties() { Id = (UInt32Value)1U, Name = "Надпись 1" };
            Wp.NonVisualGraphicFrameDrawingProperties nonVisualGraphicFrameDrawingProperties1 = new Wp.NonVisualGraphicFrameDrawingProperties();

            A.Graphic graphic1 = new A.Graphic();
            graphic1.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");

            A.GraphicData graphicData1 = new A.GraphicData() { Uri = "http://schemas.microsoft.com/office/word/2010/wordprocessingShape" };

            Wps.WordprocessingShape wordprocessingShape1 = new Wps.WordprocessingShape();
            Wps.NonVisualDrawingShapeProperties nonVisualDrawingShapeProperties1 = new Wps.NonVisualDrawingShapeProperties() { TextBox = true };

            Wps.ShapeProperties shapeProperties1 = new Wps.ShapeProperties();

            A.Transform2D transform2D1 = new A.Transform2D();
            A.Offset offset1 = new A.Offset() { X = 0L, Y = 0L };
            A.Extents extents1 = new A.Extents() { Cx = 2540000L, Cy = 635000L };

            transform2D1.Append(offset1);
            transform2D1.Append(extents1);

            A.PresetGeometry presetGeometry1 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList1 = new A.AdjustValueList();

            presetGeometry1.Append(adjustValueList1);
            A.NoFill noFill1 = new A.NoFill();

            A.Outline outline1 = new A.Outline() { Width = 6350 };
            A.NoFill noFill2 = new A.NoFill();

            outline1.Append(noFill2);
            A.EffectList effectList1 = new A.EffectList();

            A.ShapePropertiesExtensionList shapePropertiesExtensionList1 = new A.ShapePropertiesExtensionList();

            A.ShapePropertiesExtension shapePropertiesExtension1 = new A.ShapePropertiesExtension() { Uri = "{91240B29-F687-4F45-9708-019B960494DF}" };

            A14.HiddenLineProperties hiddenLineProperties1 = new A14.HiddenLineProperties() { Width = 6350 };
            hiddenLineProperties1.AddNamespaceDeclaration("a14", "http://schemas.microsoft.com/office/drawing/2010/main");

            A.SolidFill solidFill1 = new A.SolidFill();
            A.PresetColor presetColor1 = new A.PresetColor() { Val = A.PresetColorValues.Black };

            solidFill1.Append(presetColor1);

            hiddenLineProperties1.Append(solidFill1);

            shapePropertiesExtension1.Append(hiddenLineProperties1);

            shapePropertiesExtensionList1.Append(shapePropertiesExtension1);

            shapeProperties1.Append(transform2D1);
            shapeProperties1.Append(presetGeometry1);
            shapeProperties1.Append(noFill1);
            shapeProperties1.Append(outline1);
            shapeProperties1.Append(effectList1);
            shapeProperties1.Append(shapePropertiesExtensionList1);

            Wps.ShapeStyle shapeStyle1 = new Wps.ShapeStyle();

            A.LineReference lineReference1 = new A.LineReference() { Index = (UInt32Value)0U };
            A.SchemeColor schemeColor1 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            lineReference1.Append(schemeColor1);

            A.FillReference fillReference1 = new A.FillReference() { Index = (UInt32Value)0U };
            A.SchemeColor schemeColor2 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            fillReference1.Append(schemeColor2);

            A.EffectReference effectReference1 = new A.EffectReference() { Index = (UInt32Value)0U };
            A.SchemeColor schemeColor3 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            effectReference1.Append(schemeColor3);

            A.FontReference fontReference1 = new A.FontReference() { Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor4 = new A.SchemeColor() { Val = A.SchemeColorValues.Dark1 };

            fontReference1.Append(schemeColor4);

            shapeStyle1.Append(lineReference1);
            shapeStyle1.Append(fillReference1);
            shapeStyle1.Append(effectReference1);
            shapeStyle1.Append(fontReference1);

            Wps.TextBoxInfo2 textBoxInfo21 = new Wps.TextBoxInfo2();

            TextBoxContent textBoxContent1 = new TextBoxContent();

            if (Dow == "Понедельник")
            {
                Paragraph paragraph2 = new Paragraph() { RsidParagraphMarkRevision = "00FA5335", RsidParagraphAddition = "00FA5335", RsidParagraphProperties = "00FA5335", RsidRunAdditionDefault = "00FA5335" };

                ParagraphProperties paragraphProperties2 = new ParagraphProperties();
                SpacingBetweenLines spacingBetweenLines2 = new SpacingBetweenLines() { After = "0", Line = "240", LineRule = LineSpacingRuleValues.Auto };
                Justification justification2 = new Justification() { Val = JustificationValues.Right };

                ParagraphMarkRunProperties paragraphMarkRunProperties2 = new ParagraphMarkRunProperties();
                FontSize fontSize3 = new FontSize() { Val = "20" };

                paragraphMarkRunProperties2.Append(fontSize3);

                paragraphProperties2.Append(spacingBetweenLines2);
                paragraphProperties2.Append(justification2);
                paragraphProperties2.Append(paragraphMarkRunProperties2);

                Run run2 = new Run() { RsidRunProperties = "00FA5335" };

                RunProperties runProperties2 = new RunProperties();
                FontSize fontSize4 = new FontSize() { Val = "20" };

                runProperties2.Append(fontSize4);
                Text text1 = new Text();
                text1.Text = "«УТВЕРЖДАЮ»";

                run2.Append(runProperties2);
                run2.Append(text1);

                paragraph2.Append(paragraphProperties2);
                paragraph2.Append(run2);

                Paragraph paragraph3 = new Paragraph() { RsidParagraphMarkRevision = "00FA5335", RsidParagraphAddition = "00FA5335", RsidParagraphProperties = "00FA5335", RsidRunAdditionDefault = "00FA5335" };

                ParagraphProperties paragraphProperties3 = new ParagraphProperties();
                SpacingBetweenLines spacingBetweenLines3 = new SpacingBetweenLines() { After = "0", Line = "240", LineRule = LineSpacingRuleValues.Auto };
                Justification justification3 = new Justification() { Val = JustificationValues.Right };

                ParagraphMarkRunProperties paragraphMarkRunProperties3 = new ParagraphMarkRunProperties();
                FontSize fontSize5 = new FontSize() { Val = "20" };

                paragraphMarkRunProperties3.Append(fontSize5);

                paragraphProperties3.Append(spacingBetweenLines3);
                paragraphProperties3.Append(justification3);
                paragraphProperties3.Append(paragraphMarkRunProperties3);

                Run run3 = new Run() { RsidRunProperties = "00FA5335" };

                RunProperties runProperties3 = new RunProperties();
                FontSize fontSize6 = new FontSize() { Val = "20" };

                runProperties3.Append(fontSize6);
                Text text2 = new Text();
                text2.Text = "Проректор по учебной работе";

                run3.Append(runProperties3);
                run3.Append(text2);

                paragraph3.Append(paragraphProperties3);
                paragraph3.Append(run3);

                Paragraph paragraph4 = new Paragraph() { RsidParagraphMarkRevision = "00FA5335", RsidParagraphAddition = "00FA5335", RsidParagraphProperties = "00FA5335", RsidRunAdditionDefault = "00FA5335" };

                ParagraphProperties paragraphProperties4 = new ParagraphProperties();
                SpacingBetweenLines spacingBetweenLines4 = new SpacingBetweenLines() { After = "0", Line = "240", LineRule = LineSpacingRuleValues.Auto };
                Justification justification4 = new Justification() { Val = JustificationValues.Right };

                ParagraphMarkRunProperties paragraphMarkRunProperties4 = new ParagraphMarkRunProperties();
                FontSize fontSize7 = new FontSize() { Val = "20" };

                paragraphMarkRunProperties4.Append(fontSize7);

                paragraphProperties4.Append(spacingBetweenLines4);
                paragraphProperties4.Append(justification4);
                paragraphProperties4.Append(paragraphMarkRunProperties4);

                Run run4 = new Run() { RsidRunProperties = "00FA5335" };

                RunProperties runProperties4 = new RunProperties();
                FontSize fontSize8 = new FontSize() { Val = "20" };

                runProperties4.Append(fontSize8);
                Text text3 = new Text() { Space = SpaceProcessingModeValues.Preserve };
                text3.Text = "______________     ";

                run4.Append(runProperties4);
                run4.Append(text3);
                ProofError proofError1 = new ProofError() { Type = ProofingErrorValues.SpellStart };

                Run run5 = new Run() { RsidRunProperties = "00FA5335" };

                RunProperties runProperties5 = new RunProperties();
                FontSize fontSize9 = new FontSize() { Val = "20" };

                runProperties5.Append(fontSize9);
                Text text4 = new Text();
                text4.Text = "А.В.Синицкий";

                run5.Append(runProperties5);
                run5.Append(text4);
                ProofError proofError2 = new ProofError() { Type = ProofingErrorValues.SpellEnd };

                paragraph4.Append(paragraphProperties4);
                paragraph4.Append(run4);
                paragraph4.Append(proofError1);
                paragraph4.Append(run5);
                paragraph4.Append(proofError2);

                textBoxContent1.Append(paragraph2);
                textBoxContent1.Append(paragraph3);
                textBoxContent1.Append(paragraph4);
            }

            textBoxInfo21.Append(textBoxContent1);

            Wps.TextBodyProperties textBodyProperties1 = new Wps.TextBodyProperties() { Rotation = 0, UseParagraphSpacing = false, VerticalOverflow = A.TextVerticalOverflowValues.Overflow, HorizontalOverflow = A.TextHorizontalOverflowValues.Overflow, Vertical = A.TextVerticalValues.Horizontal, Wrap = A.TextWrappingValues.Square, LeftInset = 91440, TopInset = 45720, RightInset = 91440, BottomInset = 45720, ColumnCount = 1, ColumnSpacing = 0, RightToLeftColumns = false, FromWordArt = false, Anchor = A.TextAnchoringTypeValues.Top, AnchorCenter = false, ForceAntiAlias = false, CompatibleLineSpacing = true };

            A.PresetTextWrap presetTextWrap1 = new A.PresetTextWrap() { Preset = A.TextShapeValues.TextNoShape };
            A.AdjustValueList adjustValueList2 = new A.AdjustValueList();

            presetTextWrap1.Append(adjustValueList2);
            A.NoAutoFit noAutoFit1 = new A.NoAutoFit();

            textBodyProperties1.Append(presetTextWrap1);
            textBodyProperties1.Append(noAutoFit1);

            wordprocessingShape1.Append(nonVisualDrawingShapeProperties1);
            wordprocessingShape1.Append(shapeProperties1);
            wordprocessingShape1.Append(shapeStyle1);
            wordprocessingShape1.Append(textBoxInfo21);
            wordprocessingShape1.Append(textBodyProperties1);

            graphicData1.Append(wordprocessingShape1);

            graphic1.Append(graphicData1);

            anchor1.Append(simplePosition1);
            anchor1.Append(horizontalPosition1);
            anchor1.Append(verticalPosition1);
            anchor1.Append(extent1);
            anchor1.Append(effectExtent1);
            anchor1.Append(wrapNone1);
            anchor1.Append(docProperties1);
            anchor1.Append(nonVisualGraphicFrameDrawingProperties1);
            anchor1.Append(graphic1);

            drawing1.Append(anchor1);

            alternateContentChoice1.Append(drawing1);

            AlternateContentFallback alternateContentFallback1 = new AlternateContentFallback();

            Picture picture1 = new Picture();

            V.Shapetype shapetype1 = new V.Shapetype() { Id = "_x0000_t202", CoordinateSize = "21600,21600", OptionalNumber = 202, EdgePath = "m,l,21600r21600,l21600,xe" };
            V.Stroke stroke1 = new V.Stroke() { JoinStyle = V.StrokeJoinStyleValues.Miter };
            V.Path path1 = new V.Path() { AllowGradientShape = true, ConnectionPointType = Ovml.ConnectValues.Rectangle };

            shapetype1.Append(stroke1);
            shapetype1.Append(path1);

            V.Shape shape1 = new V.Shape() { Id = "Надпись 1", Style = "position:absolute;left:0;text-align:left;margin-left:595.25pt;margin-top:-14.2pt;width:200pt;height:50pt;z-index:251659264;visibility:visible;mso-wrap-style:square;mso-wrap-distance-left:9pt;mso-wrap-distance-top:0;mso-wrap-distance-right:9pt;mso-wrap-distance-bottom:0;mso-position-horizontal:absolute;mso-position-horizontal-relative:text;mso-position-vertical:absolute;mso-position-vertical-relative:text;v-text-anchor:top", OptionalString = "_x0000_s1026", Filled = false, Stroked = false, StrokeWeight = ".5pt", Type = "#_x0000_t202", EncodedPackage = "UEsDBBQABgAIAAAAIQC2gziS/gAAAOEBAAATAAAAW0NvbnRlbnRfVHlwZXNdLnhtbJSRQU7DMBBF\n90jcwfIWJU67QAgl6YK0S0CoHGBkTxKLZGx5TGhvj5O2G0SRWNoz/78nu9wcxkFMGNg6quQqL6RA\n0s5Y6ir5vt9lD1JwBDIwOMJKHpHlpr69KfdHjyxSmriSfYz+USnWPY7AufNIadK6MEJMx9ApD/oD\nOlTrorhX2lFEilmcO2RdNtjC5xDF9pCuTyYBB5bi6bQ4syoJ3g9WQ0ymaiLzg5KdCXlKLjvcW893\nSUOqXwnz5DrgnHtJTxOsQfEKIT7DmDSUCaxw7Rqn8787ZsmRM9e2VmPeBN4uqYvTtW7jvijg9N/y\nJsXecLq0q+WD6m8AAAD//wMAUEsDBBQABgAIAAAAIQA4/SH/1gAAAJQBAAALAAAAX3JlbHMvLnJl\nbHOkkMFqwzAMhu+DvYPRfXGawxijTi+j0GvpHsDYimMaW0Yy2fr2M4PBMnrbUb/Q94l/f/hMi1qR\nJVI2sOt6UJgd+ZiDgffL8ekFlFSbvV0oo4EbChzGx4f9GRdb25HMsYhqlCwG5lrLq9biZkxWOiqY\n22YiTra2kYMu1l1tQD30/bPm3wwYN0x18gb45AdQl1tp5j/sFB2T0FQ7R0nTNEV3j6o9feQzro1i\nOWA14Fm+Q8a1a8+Bvu/d/dMb2JY5uiPbhG/ktn4cqGU/er3pcvwCAAD//wMAUEsDBBQABgAIAAAA\nIQBUFACl/wIAAFgGAAAOAAAAZHJzL2Uyb0RvYy54bWysVcFuEzEQvSPxD5bv6e6GTZqsuqnSVkFI\nUVvRop4dr7ex6rWN7SQbEAfu/AL/wIEDN34h/SPG3k2aFg4UkYN3PPM8nnkznhwd15VAS2YsVzLH\nyUGMEZNUFVze5vjd9aQzwMg6IgsilGQ5XjOLj0cvXxytdMa6aq5EwQwCJ9JmK53juXM6iyJL56wi\n9kBpJsFYKlMRB1tzGxWGrMB7JaJuHPejlTKFNooya0F71hjxKPgvS0bdRVla5pDIMcTmwmrCOvNr\nNDoi2a0hes5pGwb5hygqwiVcunN1RhxBC8N/c1VxapRVpTugqopUWXLKQg6QTRI/yeZqTjQLuQA5\nVu9osv/PLT1fXhrEC6gdRpJUUKLN1823zffNz82P+8/3X1DiOVppmwH0SgPY1Seq9vhWb0HpU69L\nU/kvJIXADmyvdwyz2iEKym4vjeGHEQVb/1XPy+AmejitjXWvmaqQF3JsoIKBWLKcWtdAtxB/mVQT\nLgToSSYkWjVOw4GdBZwL6QEs9EPjBna1AzHoIbhQq4/DpJvGJ91hZ9IfHHbSSdrrDA/jQSdOhifD\nfpwO07PJJ+89SbM5Lwomp1yybd8k6d/Vpe3gpuKhcx4FbpXghc/Kx+ZzPRUGLQk08EwQetfytYeK\nHocT6ITstt+QZeQr2FQqSG4tmPcv5FtWQv1DwbwivDy2u5JQyqQLtQ48AtqjSgjvOQdbvD/aVOE5\nh3cnws1Kut3hiktlQrWfhF3cbUMuGzyQsZe3F109q9sOnqliDY1tFDQc9KbVdMKB9ymx7pIYmAeg\nhBnnLmAphYIuU62E0VyZD3/Sezy0A1gxWsF8ybF9vyCGYSTeSHjAwyRNwa0Lm7R32IWN2bfM9i1y\nUZ0q6AB4pBBdED3eia1YGlXdwCgc+1vBRCSFu3PstuKpa6YejFLKxuMAghGkiZvKK029a0+v77fr\n+oYY3T5AB510rraTiGRP3mGD9SelGi+cKnl4pJ7ghtWWeBhfoR/bUevn4/4+oB7+EEa/AAAA//8D\nAFBLAwQUAAYACAAAACEAneNfUOIAAAAMAQAADwAAAGRycy9kb3ducmV2LnhtbEyPwU7DMAyG70i8\nQ2Qkblvaio7SNZ2mShMSgsPGLtzcJmurJU5psq3w9GRc4Pjbn35/LlaT0eysRtdbEhDPI2CKGit7\nagXs3zezDJjzSBK1JSXgSzlYlbc3BebSXmirzjvfslBCLkcBnfdDzrlrOmXQze2gKOwOdjToQxxb\nLke8hHKjeRJFC26wp3Chw0FVnWqOu5MR8FJt3nBbJyb71tXz62E9fO4/UiHu76b1EphXk/+D4aof\n1KEMTrU9kXRMhxw/RWlgBcyS7AHYFUl/R7WAx3gBvCz4/yfKHwAAAP//AwBQSwECLQAUAAYACAAA\nACEAtoM4kv4AAADhAQAAEwAAAAAAAAAAAAAAAAAAAAAAW0NvbnRlbnRfVHlwZXNdLnhtbFBLAQIt\nABQABgAIAAAAIQA4/SH/1gAAAJQBAAALAAAAAAAAAAAAAAAAAC8BAABfcmVscy8ucmVsc1BLAQIt\nABQABgAIAAAAIQBUFACl/wIAAFgGAAAOAAAAAAAAAAAAAAAAAC4CAABkcnMvZTJvRG9jLnhtbFBL\nAQItABQABgAIAAAAIQCd419Q4gAAAAwBAAAPAAAAAAAAAAAAAAAAAFkFAABkcnMvZG93bnJldi54\nbWxQSwUGAAAAAAQABADzAAAAaAYAAAAA\n" };
            V.Fill fill1 = new V.Fill() { DetectMouseClick = true };

            V.TextBox textBox1 = new V.TextBox();

            TextBoxContent textBoxContent2 = new TextBoxContent();

            Paragraph paragraph5 = new Paragraph() { RsidParagraphMarkRevision = "00FA5335", RsidParagraphAddition = "00FA5335", RsidParagraphProperties = "00FA5335", RsidRunAdditionDefault = "00FA5335" };

            ParagraphProperties paragraphProperties5 = new ParagraphProperties();
            SpacingBetweenLines spacingBetweenLines5 = new SpacingBetweenLines() { After = "0", Line = "240", LineRule = LineSpacingRuleValues.Auto };
            Justification justification5 = new Justification() { Val = JustificationValues.Right };

            ParagraphMarkRunProperties paragraphMarkRunProperties5 = new ParagraphMarkRunProperties();
            FontSize fontSize10 = new FontSize() { Val = "20" };

            paragraphMarkRunProperties5.Append(fontSize10);

            paragraphProperties5.Append(spacingBetweenLines5);
            paragraphProperties5.Append(justification5);
            paragraphProperties5.Append(paragraphMarkRunProperties5);

            Run run6 = new Run() { RsidRunProperties = "00FA5335" };

            RunProperties runProperties6 = new RunProperties();
            FontSize fontSize11 = new FontSize() { Val = "20" };

            runProperties6.Append(fontSize11);
            Text text5 = new Text();
            text5.Text = "«УТВЕРЖДАЮ»";

            run6.Append(runProperties6);
            run6.Append(text5);

            paragraph5.Append(paragraphProperties5);
            paragraph5.Append(run6);

            Paragraph paragraph6 = new Paragraph() { RsidParagraphMarkRevision = "00FA5335", RsidParagraphAddition = "00FA5335", RsidParagraphProperties = "00FA5335", RsidRunAdditionDefault = "00FA5335" };

            ParagraphProperties paragraphProperties6 = new ParagraphProperties();
            SpacingBetweenLines spacingBetweenLines6 = new SpacingBetweenLines() { After = "0", Line = "240", LineRule = LineSpacingRuleValues.Auto };
            Justification justification6 = new Justification() { Val = JustificationValues.Right };

            ParagraphMarkRunProperties paragraphMarkRunProperties6 = new ParagraphMarkRunProperties();
            FontSize fontSize12 = new FontSize() { Val = "20" };

            paragraphMarkRunProperties6.Append(fontSize12);

            paragraphProperties6.Append(spacingBetweenLines6);
            paragraphProperties6.Append(justification6);
            paragraphProperties6.Append(paragraphMarkRunProperties6);

            Run run7 = new Run() { RsidRunProperties = "00FA5335" };

            RunProperties runProperties7 = new RunProperties();
            FontSize fontSize13 = new FontSize() { Val = "20" };

            runProperties7.Append(fontSize13);
            Text text6 = new Text();
            text6.Text = "Проректор по учебной работе";

            run7.Append(runProperties7);
            run7.Append(text6);

            paragraph6.Append(paragraphProperties6);
            paragraph6.Append(run7);

            Paragraph paragraph7 = new Paragraph() { RsidParagraphMarkRevision = "00FA5335", RsidParagraphAddition = "00FA5335", RsidParagraphProperties = "00FA5335", RsidRunAdditionDefault = "00FA5335" };

            ParagraphProperties paragraphProperties7 = new ParagraphProperties();
            SpacingBetweenLines spacingBetweenLines7 = new SpacingBetweenLines() { After = "0", Line = "240", LineRule = LineSpacingRuleValues.Auto };
            Justification justification7 = new Justification() { Val = JustificationValues.Right };

            ParagraphMarkRunProperties paragraphMarkRunProperties7 = new ParagraphMarkRunProperties();
            FontSize fontSize14 = new FontSize() { Val = "20" };

            paragraphMarkRunProperties7.Append(fontSize14);

            paragraphProperties7.Append(spacingBetweenLines7);
            paragraphProperties7.Append(justification7);
            paragraphProperties7.Append(paragraphMarkRunProperties7);

            Run run8 = new Run() { RsidRunProperties = "00FA5335" };

            RunProperties runProperties8 = new RunProperties();
            FontSize fontSize15 = new FontSize() { Val = "20" };

            runProperties8.Append(fontSize15);
            Text text7 = new Text() { Space = SpaceProcessingModeValues.Preserve };
            text7.Text = "______________     ";

            run8.Append(runProperties8);
            run8.Append(text7);
            ProofError proofError3 = new ProofError() { Type = ProofingErrorValues.SpellStart };

            Run run9 = new Run() { RsidRunProperties = "00FA5335" };

            RunProperties runProperties9 = new RunProperties();
            FontSize fontSize16 = new FontSize() { Val = "20" };

            runProperties9.Append(fontSize16);
            Text text8 = new Text();
            text8.Text = "А.В.Синицкий";

            run9.Append(runProperties9);
            run9.Append(text8);
            ProofError proofError4 = new ProofError() { Type = ProofingErrorValues.SpellEnd };

            paragraph7.Append(paragraphProperties7);
            paragraph7.Append(run8);
            paragraph7.Append(proofError3);
            paragraph7.Append(run9);
            paragraph7.Append(proofError4);

            textBoxContent2.Append(paragraph5);
            textBoxContent2.Append(paragraph6);
            textBoxContent2.Append(paragraph7);

            textBox1.Append(textBoxContent2);

            shape1.Append(fill1);
            shape1.Append(textBox1);

            picture1.Append(shapetype1);
            picture1.Append(shape1);

            alternateContentFallback1.Append(picture1);

            alternateContent1.Append(alternateContentChoice1);
            alternateContent1.Append(alternateContentFallback1);

            run1.Append(runProperties1);
            run1.Append(alternateContent1);

            Run run10 = new Run() { RsidRunProperties = "00FA5335" };

            RunProperties runProperties10 = new RunProperties();
            FontSize fontSize17 = new FontSize() { Val = "20" };

            runProperties10.Append(fontSize17);
            Text text9 = new Text();
            text9.Text = "Расписание";

            run10.Append(runProperties10);
            run10.Append(text9);

            paragraph1.Append(paragraphProperties1);
            paragraph1.Append(bookmarkStart1);
            paragraph1.Append(bookmarkEnd1);
            paragraph1.Append(run1);
            paragraph1.Append(run10);

            Paragraph paragraph8 = new Paragraph() { RsidParagraphAddition = "00FA5335", RsidParagraphProperties = "00FA5335", RsidRunAdditionDefault = "00FA5335" };

            ParagraphProperties paragraphProperties8 = new ParagraphProperties();
            SpacingBetweenLines spacingBetweenLines8 = new SpacingBetweenLines() { After = "0", Line = "240", LineRule = LineSpacingRuleValues.Auto };
            Justification justification8 = new Justification() { Val = JustificationValues.Center };

            ParagraphMarkRunProperties paragraphMarkRunProperties8 = new ParagraphMarkRunProperties();
            FontSize fontSize18 = new FontSize() { Val = "20" };

            paragraphMarkRunProperties8.Append(fontSize18);

            paragraphProperties8.Append(spacingBetweenLines8);
            paragraphProperties8.Append(justification8);
            paragraphProperties8.Append(paragraphMarkRunProperties8);

            Run run11 = new Run() { RsidRunProperties = "00FA5335" };

            RunProperties runProperties11 = new RunProperties();
            FontSize fontSize19 = new FontSize() { Val = "20" };

            runProperties11.Append(fontSize19);
            Text text10 = new Text();
            text10.Text = "второго семестра 2013 – 2014 учебного года";

            run11.Append(runProperties11);
            run11.Append(text10);

            paragraph8.Append(paragraphProperties8);
            paragraph8.Append(run11);

            Paragraph paragraph9 = new Paragraph() { RsidParagraphAddition = "00FA5335", RsidParagraphProperties = "00FA5335", RsidRunAdditionDefault = "00FA5335" };

            ParagraphProperties paragraphProperties9 = new ParagraphProperties();
            SpacingBetweenLines spacingBetweenLines9 = new SpacingBetweenLines() { After = "0", Line = "240", LineRule = LineSpacingRuleValues.Auto };
            Justification justification9 = new Justification() { Val = JustificationValues.Center };

            ParagraphMarkRunProperties paragraphMarkRunProperties9 = new ParagraphMarkRunProperties();
            FontSize fontSize20 = new FontSize() { Val = "20" };

            paragraphMarkRunProperties9.Append(fontSize20);

            paragraphProperties9.Append(spacingBetweenLines9);
            paragraphProperties9.Append(justification9);
            paragraphProperties9.Append(paragraphMarkRunProperties9);

            Run run12 = new Run() { RsidRunProperties = "00FA5335" };

            RunProperties runProperties12 = new RunProperties();
            FontSize fontSize21 = new FontSize() { Val = "20" };

            runProperties12.Append(fontSize21);
            Text text11 = new Text();
            text11.Text = FacultyName;

            run12.Append(runProperties12);
            run12.Append(text11);

            paragraph9.Append(paragraphProperties9);
            paragraph9.Append(run12);

            Paragraph paragraph10 = new Paragraph() { RsidParagraphAddition = "00FA5335", RsidParagraphProperties = "00FA5335", RsidRunAdditionDefault = "00FA5335" };

            ParagraphProperties paragraphProperties10 = new ParagraphProperties();
            SpacingBetweenLines spacingBetweenLines10 = new SpacingBetweenLines() { After = "0", Line = "240", LineRule = LineSpacingRuleValues.Auto };
            Justification justification10 = new Justification() { Val = JustificationValues.Center };

            ParagraphMarkRunProperties paragraphMarkRunProperties10 = new ParagraphMarkRunProperties();
            Bold bold1 = new Bold();
            FontSize fontSize22 = new FontSize() { Val = "28" };

            paragraphMarkRunProperties10.Append(bold1);
            paragraphMarkRunProperties10.Append(fontSize22);

            paragraphProperties10.Append(spacingBetweenLines10);
            paragraphProperties10.Append(justification10);
            paragraphProperties10.Append(paragraphMarkRunProperties10);

            Run run13 = new Run() { RsidRunProperties = "00FA5335" };

            RunProperties runProperties13 = new RunProperties();
            Bold bold2 = new Bold();
            FontSize fontSize23 = new FontSize() { Val = "28" };

            runProperties13.Append(bold2);
            runProperties13.Append(fontSize23);
            Text text12 = new Text();
            text12.Text = Dow;

            run13.Append(runProperties13);
            run13.Append(text12);

            paragraph10.Append(paragraphProperties10);
            paragraph10.Append(run13);

            Table table1 = new Table();

            TableProperties tableProperties1 = new TableProperties();
            TableWidth tableWidth1 = new TableWidth() { Width = "15919", Type = TableWidthUnitValues.Dxa };

            TableBorders tableBorders1 = new TableBorders();
            TopBorder topBorder1 = new TopBorder() { Val = BorderValues.Single, Color = "auto", Size = (UInt32Value)4U, Space = (UInt32Value)0U };
            LeftBorder leftBorder1 = new LeftBorder() { Val = BorderValues.Single, Color = "auto", Size = (UInt32Value)4U, Space = (UInt32Value)0U };
            BottomBorder bottomBorder1 = new BottomBorder() { Val = BorderValues.Single, Color = "auto", Size = (UInt32Value)4U, Space = (UInt32Value)0U };
            RightBorder rightBorder1 = new RightBorder() { Val = BorderValues.Single, Color = "auto", Size = (UInt32Value)4U, Space = (UInt32Value)0U };
            InsideHorizontalBorder insideHorizontalBorder1 = new InsideHorizontalBorder() { Val = BorderValues.Single, Color = "auto", Size = (UInt32Value)4U, Space = (UInt32Value)0U };
            InsideVerticalBorder insideVerticalBorder1 = new InsideVerticalBorder() { Val = BorderValues.Single, Color = "auto", Size = (UInt32Value)4U, Space = (UInt32Value)0U };

            tableBorders1.Append(topBorder1);
            tableBorders1.Append(leftBorder1);
            tableBorders1.Append(bottomBorder1);
            tableBorders1.Append(rightBorder1);
            tableBorders1.Append(insideHorizontalBorder1);
            tableBorders1.Append(insideVerticalBorder1);
            TableLayout tableLayout1 = new TableLayout() { Type = TableLayoutValues.Fixed };
            TableLook tableLook1 = new TableLook() { Val = "0000" };

            tableProperties1.Append(tableWidth1);
            tableProperties1.Append(tableBorders1);
            tableProperties1.Append(tableLayout1);
            tableProperties1.Append(tableLook1);

            TableGrid tableGrid1 = new TableGrid();
            GridColumn gridColumn1 = new GridColumn() { Width = "1383" };

            int colWidth = 14536 / Schedule.Count;
            for (int i = 0; i < Schedule.Count; i++)
            {
                GridColumn gridColumn2 = new GridColumn() { Width = colWidth.ToString() };

                tableGrid1.Append(gridColumn2);
            }

            // Ряд имён групп

            TableRow tableRow1 = new TableRow() { RsidTableRowMarkRevision = "00FA5335", RsidTableRowAddition = "00FA5335", RsidTableRowProperties = "00FA5335" };

            TablePropertyExceptions tablePropertyExceptions1 = new TablePropertyExceptions();

            TableCellMarginDefault tableCellMarginDefault1 = new TableCellMarginDefault();
            TopMargin topMargin1 = new TopMargin() { Width = "0", Type = TableWidthUnitValues.Dxa };
            BottomMargin bottomMargin1 = new BottomMargin() { Width = "0", Type = TableWidthUnitValues.Dxa };

            tableCellMarginDefault1.Append(topMargin1);
            tableCellMarginDefault1.Append(bottomMargin1);

            tablePropertyExceptions1.Append(tableCellMarginDefault1);

            Dictionary<int, List<int>> plainGroupsListIds = new Dictionary<int, List<int>>();
            Dictionary<int, List<int>> nGroupsListIds = new Dictionary<int, List<int>>();

            var groupNames = new List<string>();

            foreach (var group in Schedule)
            {
                var groupName = _Repo.GetStudentGroup(group.Key).Name;
                groupNames.Add(groupName.Replace(" (+Н)", ""));

                if (groupName.Contains(" (+Н)"))
                {
                    var plainGroupName = groupName.Replace(" (+Н)", "");
                    var nGroupName = groupName.Replace(" (+", "(");

                    var plainGroupId = _Repo.FindStudentGroup(plainGroupName).StudentGroupId;
                    var plainStudentIds = _Repo.GetAllStudentsInGroups()
                            .Where(sig => sig.StudentGroup.StudentGroupId == plainGroupId)
                            .Select(stig => stig.Student.StudentId)
                            .ToList();
                    plainGroupsListIds.Add(group.Key, _Repo.GetAllStudentsInGroups()
                            .Where(sig => plainStudentIds.Contains(sig.Student.StudentId))
                            .Select(stig => stig.StudentGroup.StudentGroupId)
                            .Distinct()
                            .ToList());

                    var nGroupId = _Repo.FindStudentGroup(nGroupName).StudentGroupId;
                    var nStudentIds = _Repo.GetAllStudentsInGroups()
                            .Where(sig => sig.StudentGroup.StudentGroupId == nGroupId)
                            .Select(stig => stig.Student.StudentId)
                            .ToList();
                    nGroupsListIds.Add(group.Key, _Repo.GetAllStudentsInGroups()
                            .Where(sig => nStudentIds.Contains(sig.Student.StudentId))
                            .Select(stig => stig.StudentGroup.StudentGroupId)
                            .Distinct()
                            .ToList());
                }
            }

            TableCell tableCell1 = new TableCell();

            TableCellProperties tableCellProperties1 = new TableCellProperties();
            TableCellWidth tableCellWidth1 = new TableCellWidth() { Width = "1383", Type = TableWidthUnitValues.Dxa };
            Shading shading1 = new Shading() { Val = ShadingPatternValues.Clear, Color = "auto", Fill = "auto" };

            tableCellProperties1.Append(tableCellWidth1);
            tableCellProperties1.Append(shading1);

            Paragraph paragraph11 = new Paragraph() { RsidParagraphMarkRevision = "00FA5335", RsidParagraphAddition = "00FA5335", RsidParagraphProperties = "00FA5335", RsidRunAdditionDefault = "00FA5335" };

            ParagraphProperties paragraphProperties11 = new ParagraphProperties();
            SpacingBetweenLines spacingBetweenLines11 = new SpacingBetweenLines() { After = "0", Line = "240", LineRule = LineSpacingRuleValues.Auto };
            Justification justification11 = new Justification() { Val = JustificationValues.Center };

            ParagraphMarkRunProperties paragraphMarkRunProperties11 = new ParagraphMarkRunProperties();
            FontSize fontSize24 = new FontSize() { Val = "20" };

            paragraphMarkRunProperties11.Append(fontSize24);

            paragraphProperties11.Append(spacingBetweenLines11);
            paragraphProperties11.Append(justification11);
            paragraphProperties11.Append(paragraphMarkRunProperties11);

            Run run14 = new Run() { RsidRunProperties = "00FA5335" };

            RunProperties runProperties14 = new RunProperties();
            FontSize fontSize25 = new FontSize() { Val = "20" };

            runProperties14.Append(fontSize25);
            Text text13 = new Text();
            text13.Text = "Время";

            run14.Append(runProperties14);
            run14.Append(text13);

            paragraph11.Append(paragraphProperties11);
            paragraph11.Append(run14);

            tableCell1.Append(tableCellProperties1);
            tableCell1.Append(paragraph11);

            var HeaderCells = new List<TableCell>();

            for (int i = 0; i < Schedule.Count; i++)
            {
                TableCell tableCell2 = new TableCell();

                TableCellProperties tableCellProperties2 = new TableCellProperties();
                TableCellWidth tableCellWidth2 = new TableCellWidth() { Width = colWidth.ToString(), Type = TableWidthUnitValues.Dxa };
                Shading shading2 = new Shading() { Val = ShadingPatternValues.Clear, Color = "auto", Fill = "auto" };

                tableCellProperties2.Append(tableCellWidth2);
                tableCellProperties2.Append(shading2);

                Paragraph paragraph12 = new Paragraph() { RsidParagraphMarkRevision = "00FA5335", RsidParagraphAddition = "00FA5335", RsidParagraphProperties = "00FA5335", RsidRunAdditionDefault = "00FA5335" };

                ParagraphProperties paragraphProperties12 = new ParagraphProperties();
                SpacingBetweenLines spacingBetweenLines12 = new SpacingBetweenLines() { After = "0", Line = "240", LineRule = LineSpacingRuleValues.Auto };
                Justification justification12 = new Justification() { Val = JustificationValues.Center };

                ParagraphMarkRunProperties paragraphMarkRunProperties12 = new ParagraphMarkRunProperties();
                FontSize fontSize26 = new FontSize() { Val = "20" };

                paragraphMarkRunProperties12.Append(fontSize26);

                paragraphProperties12.Append(spacingBetweenLines12);
                paragraphProperties12.Append(justification12);
                paragraphProperties12.Append(paragraphMarkRunProperties12);

                Run run15 = new Run() { RsidRunProperties = "00FA5335" };

                RunProperties runProperties15 = new RunProperties();
                FontSize fontSize27 = new FontSize() { Val = "20" };

                runProperties15.Append(fontSize27);
                Text text14 = new Text();
                text14.Text = groupNames[i];

                run15.Append(runProperties15);
                run15.Append(text14);

                paragraph12.Append(paragraphProperties12);
                paragraph12.Append(run15);

                tableCell2.Append(tableCellProperties2);
                tableCell2.Append(paragraph12);

                HeaderCells.Add(tableCell2);
            }

            tableRow1.Append(tablePropertyExceptions1);
            tableRow1.Append(tableCell1);
            foreach (var tc in HeaderCells)
            {
                tableRow1.Append(tc);
            }
            // FINISH --------- Ряд имён групп

            var timeList = new List<string>();
            foreach (var group in Schedule)
            {
                foreach (var time in group.Value.Keys)
                {
                    if (!timeList.Contains(time))
                    {
                        timeList.Add(time);
                    }
                }
            }

            var ScheduleRows = new List<TableRow>();

            var timeRowIndexList = new List<int>();

            foreach (var time in timeList.OrderBy(t => int.Parse(t.Split(':')[0]) * 60 + int.Parse(t.Split(':')[1])))
            {
                var TimeSchedule = new List<List<string>>();
                for (int i = 0; i < Schedule.Count; i++)
                {
                    TimeSchedule.Add(new List<string>());
                }

                var Hour = int.Parse(time.Substring(0, 2));
                var Minute = int.Parse(time.Substring(3, 2));

                Minute += 80;

                while (Minute >= 60)
                {
                    Hour++;
                    Minute -= 60;
                }

                var timeString = time + " - " + Hour.ToString("D2") + ":" + Minute.ToString("D2");

                var columnGroupIndex = 0;
                foreach (var group in Schedule)
                {
                    if (group.Value.ContainsKey(time))
                    {
                        var eventCount = group.Value[time].Count;

                        var tfdIndex = 0;
                        foreach (var tfdData in group.Value[time].OrderBy(tfd => tfd.Value.Item2.Select(l => _Repo.CalculateWeekNumber(l.Calendar.Date)).Min()))
                        {
                            var cellText = "";
                            cellText += tfdData.Value.Item2[0].TeacherForDiscipline.Discipline.Name;
                            var groupId = tfdData.Value.Item2[0].TeacherForDiscipline.Discipline.StudentGroup.StudentGroupId;

                            if (plainGroupsListIds.ContainsKey(group.Key))
                            {
                                if (plainGroupsListIds[group.Key].Contains(groupId) && nGroupsListIds[group.Key].Contains(groupId))
                                {
                                    cellText += " (+Н)";
                                }
                                if (!plainGroupsListIds[group.Key].Contains(groupId) && nGroupsListIds[group.Key].Contains(groupId))
                                {
                                    cellText += " (Н)";
                                }
                            }
                            cellText += Environment.NewLine;
                            cellText += tfdData.Value.Item2[0].TeacherForDiscipline.Teacher.FIO + Environment.NewLine;
                            cellText += "(" + tfdData.Value.Item1 + ")" + Environment.NewLine;

                            var audWeekList = tfdData.Value.Item2.ToDictionary(l => _Repo.CalculateWeekNumber(l.Calendar.Date), l => l.Auditorium.Name);
                            var grouped = audWeekList.GroupBy(a => a.Value);

                            var enumerable = grouped as List<IGrouping<string, KeyValuePair<int, string>>> ?? grouped.ToList();
                            var gcount = enumerable.Count();
                            if (gcount == 1)
                            {
                                cellText += enumerable.ElementAt(0).Key;
                            }
                            else
                            {
                                for (int j = 0; j < gcount; j++)
                                {
                                    var jItem = enumerable.OrderBy(e => e.Select(ag => ag.Key).ToList().Min()).ElementAt(j);
                                    cellText += ScheduleRepository.CombineWeeks(jItem.Select(ag => ag.Key).ToList()) + " - " + jItem.Key;

                                    if (j != gcount - 1)
                                    {
                                        cellText += Environment.NewLine;
                                    }
                                }
                            }

                            TimeSchedule[columnGroupIndex].Add(cellText);

                            tfdIndex++;

                        }
                    }

                    columnGroupIndex++;
                }

                // ====================================================================================================================================================

                TableRow tableRow2 = new TableRow() { RsidTableRowMarkRevision = "00FA5335", RsidTableRowAddition = "00FA5335", RsidTableRowProperties = "00FA5335" };

                TablePropertyExceptions tablePropertyExceptions2 = new TablePropertyExceptions();

                TableCellMarginDefault tableCellMarginDefault2 = new TableCellMarginDefault();
                TopMargin topMargin2 = new TopMargin() { Width = "0", Type = TableWidthUnitValues.Dxa };
                BottomMargin bottomMargin2 = new BottomMargin() { Width = "0", Type = TableWidthUnitValues.Dxa };

                tableCellMarginDefault2.Append(topMargin2);
                tableCellMarginDefault2.Append(bottomMargin2);

                tablePropertyExceptions2.Append(tableCellMarginDefault2);

                TableCell tableCell4 = new TableCell();

                TableCellProperties tableCellProperties4 = new TableCellProperties();
                TableCellWidth tableCellWidth4 = new TableCellWidth() { Width = "1383", Type = TableWidthUnitValues.Dxa };
                Shading shading4 = new Shading() { Val = ShadingPatternValues.Clear, Color = "auto", Fill = "auto" };
                TableCellVerticalAlignment tableCellVerticalAlignment1 = new TableCellVerticalAlignment() { Val = TableVerticalAlignmentValues.Center };

                tableCellProperties4.Append(tableCellWidth4);
                tableCellProperties4.Append(shading4);
                tableCellProperties4.Append(tableCellVerticalAlignment1);

                Paragraph paragraph14 = new Paragraph() { RsidParagraphMarkRevision = "00FA5335", RsidParagraphAddition = "00FA5335", RsidParagraphProperties = "00FA5335", RsidRunAdditionDefault = "00FA5335" };

                ParagraphProperties paragraphProperties14 = new ParagraphProperties();
                SpacingBetweenLines spacingBetweenLines14 = new SpacingBetweenLines() { After = "0", Line = "240", LineRule = LineSpacingRuleValues.Auto };
                Justification justification14 = new Justification() { Val = JustificationValues.Center };

                ParagraphMarkRunProperties paragraphMarkRunProperties14 = new ParagraphMarkRunProperties();
                FontSize fontSize30 = new FontSize() { Val = "20" };

                paragraphMarkRunProperties14.Append(fontSize30);

                paragraphProperties14.Append(spacingBetweenLines14);
                paragraphProperties14.Append(justification14);
                paragraphProperties14.Append(paragraphMarkRunProperties14);

                Run run17 = new Run() { RsidRunProperties = "00FA5335" };

                RunProperties runProperties17 = new RunProperties();
                FontSize fontSize31 = new FontSize() { Val = "20" };

                runProperties17.Append(fontSize31);
                Text text16 = new Text();
                text16.Text = timeString;

                run17.Append(runProperties17);
                run17.Append(text16);

                paragraph14.Append(paragraphProperties14);
                paragraph14.Append(run17);

                tableCell4.Append(tableCellProperties4);
                tableCell4.Append(paragraph14);

                var TimeScheduleTableCells = new List<TableCell>();

                for (int i = 0; i < TimeSchedule.Count; i++)
                {
                    TableCell tableCell6 = new TableCell();

                    TableCellProperties tableCellProperties6 = new TableCellProperties();
                    TableCellWidth tableCellWidth6 = new TableCellWidth() { Width = colWidth.ToString(), Type = TableWidthUnitValues.Dxa };
                    Shading shading6 = new Shading() { Val = ShadingPatternValues.Clear, Color = "auto", Fill = "auto" };
                    TableCellVerticalAlignment tableCellVerticalAlignment2 = new TableCellVerticalAlignment() { Val = TableVerticalAlignmentValues.Center };

                    tableCellProperties6.Append(tableCellWidth6);
                    tableCellProperties6.Append(shading6);
                    tableCellProperties6.Append(tableCellVerticalAlignment2);

                    if (TimeSchedule[i].Count == 0) // Empty cell
                    {
                        Paragraph paragraph15 = new Paragraph() { RsidParagraphMarkRevision = "00FA5335", RsidParagraphAddition = "00FA5335", RsidParagraphProperties = "00FA5335", RsidRunAdditionDefault = "00FA5335" };

                        ParagraphProperties paragraphProperties15 = new ParagraphProperties();
                        SpacingBetweenLines spacingBetweenLines15 = new SpacingBetweenLines() { After = "0", Line = "240", LineRule = LineSpacingRuleValues.Auto };

                        ParagraphMarkRunProperties paragraphMarkRunProperties15 = new ParagraphMarkRunProperties();
                        FontSize fontSize32 = new FontSize() { Val = "20" };

                        paragraphMarkRunProperties15.Append(fontSize32);

                        paragraphProperties15.Append(spacingBetweenLines15);
                        paragraphProperties15.Append(paragraphMarkRunProperties15);

                        paragraph15.Append(paragraphProperties15);

                        tableCell6.Append(tableCellProperties6);
                        tableCell6.Append(paragraph15);
                    }
                    else
                    {
                        Table table2 = new Table();

                        TableProperties tableProperties2 = new TableProperties();
                        TableWidth tableWidth2 = new TableWidth() { Width = "0", Type = TableWidthUnitValues.Auto };
                        TableLayout tableLayout2 = new TableLayout() { Type = TableLayoutValues.Fixed };
                        TableLook tableLook2 = new TableLook() { Val = "0000" };

                        TableBorders tableBorders9 = new TableBorders();
                        TopBorder topBorder9 = new TopBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)4U, Space = (UInt32Value)0U };
                        LeftBorder leftBorder9 = new LeftBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)4U, Space = (UInt32Value)0U };
                        BottomBorder bottomBorder9 = new BottomBorder() { Val = BorderValues.None, Color = "000000", Size = (UInt32Value)4U, Space = (UInt32Value)0U };
                        RightBorder rightBorder9 = new RightBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)4U, Space = (UInt32Value)0U };
                        InsideHorizontalBorder insideHorizontalBorder9 = new InsideHorizontalBorder() { Val = BorderValues.Single, Color = "000000", Size = (UInt32Value)4U, Space = (UInt32Value)0U };
                        InsideVerticalBorder insideVerticalBorder9 = new InsideVerticalBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)4U, Space = (UInt32Value)0U };

                        tableBorders9.Append(topBorder9);
                        tableBorders9.Append(leftBorder9);
                        tableBorders9.Append(bottomBorder9);
                        tableBorders9.Append(rightBorder9);
                        tableBorders9.Append(insideHorizontalBorder9);
                        tableBorders9.Append(insideVerticalBorder9);

                        tableProperties2.Append(tableWidth2);
                        tableProperties2.Append(tableBorders9);
                        tableProperties2.Append(tableLayout2);
                        tableProperties2.Append(tableLook2);

                        TableGrid tableGrid2 = new TableGrid();
                        GridColumn gridColumn4 = new GridColumn() { Width = "7052" };

                        tableGrid2.Append(gridColumn4);

                        for (int j = 0; j < TimeSchedule[i].Count; j++)
                        {
                            var item = TimeSchedule[i][j];
                            var itemLines = Regex.Split(item, "\r\n");

                            TableRow tableRow3 = new TableRow() { RsidTableRowMarkRevision = "00FA5335", RsidTableRowAddition = "00FA5335", RsidTableRowProperties = "00FA5335" };

                            TablePropertyExceptions tablePropertyExceptions3 = new TablePropertyExceptions();

                            TableCellMarginDefault tableCellMarginDefault3 = new TableCellMarginDefault();
                            TopMargin topMargin3 = new TopMargin() { Width = "0", Type = TableWidthUnitValues.Dxa };
                            BottomMargin bottomMargin3 = new BottomMargin() { Width = "0", Type = TableWidthUnitValues.Dxa };

                            tableCellMarginDefault3.Append(topMargin3);
                            tableCellMarginDefault3.Append(bottomMargin3);

                            tablePropertyExceptions3.Append(tableCellMarginDefault3);

                            TableCell tableCell7 = new TableCell();

                            TableCellProperties tableCellProperties7 = new TableCellProperties();
                            TableCellWidth tableCellWidth7 = new TableCellWidth() { Width = "7052", Type = TableWidthUnitValues.Dxa };
                            TableCellVerticalAlignment tableCellVerticalAlignment3 = new TableCellVerticalAlignment() { Val = TableVerticalAlignmentValues.Center };

                            TableCellBorders tableCellBorders99 = new TableCellBorders();
                            BottomBorder bottomBorder99;
                            if (j != TimeSchedule[i].Count - 1)
                            {
                                bottomBorder99 = new BottomBorder() { Val = BorderValues.Single, Color = "auto", Size = (UInt32Value)4U, Space = (UInt32Value)0U };
                                tableCellBorders99.Append(bottomBorder99);
                            }

                            tableCellProperties7.Append(tableCellWidth7);
                            tableCellProperties7.Append(tableCellBorders99);
                            tableCellProperties7.Append(tableCellVerticalAlignment3);

                            Paragraph paragraph16 = new Paragraph() { RsidParagraphMarkRevision = "00FA5335", RsidParagraphAddition = "00FA5335", RsidParagraphProperties = "00FA5335", RsidRunAdditionDefault = "00FA5335" };

                            ParagraphProperties paragraphProperties16 = new ParagraphProperties();
                            SpacingBetweenLines spacingBetweenLines16 = new SpacingBetweenLines() { After = "0", Line = "240", LineRule = LineSpacingRuleValues.Auto };

                            ParagraphMarkRunProperties paragraphMarkRunProperties16 = new ParagraphMarkRunProperties();
                            FontSize fontSize33 = new FontSize() { Val = "20" };

                            paragraphMarkRunProperties16.Append(fontSize33);

                            paragraphProperties16.Append(spacingBetweenLines16);
                            paragraphProperties16.Append(paragraphMarkRunProperties16);

                            Run run18 = new Run() { RsidRunProperties = "00FA5335" };

                            RunProperties runProperties18 = new RunProperties();
                            FontSize fontSize34 = new FontSize() { Val = "20" };

                            runProperties18.Append(fontSize34);
                            Text text17 = new Text();
                            text17.Text = itemLines[0];

                            run18.Append(runProperties18);
                            run18.Append(text17);

                            paragraph16.Append(paragraphProperties16);
                            paragraph16.Append(run18);

                            Paragraph paragraph17 = new Paragraph() { RsidParagraphMarkRevision = "00FA5335", RsidParagraphAddition = "00FA5335", RsidParagraphProperties = "00FA5335", RsidRunAdditionDefault = "00FA5335" };

                            ParagraphProperties paragraphProperties17 = new ParagraphProperties();
                            SpacingBetweenLines spacingBetweenLines17 = new SpacingBetweenLines() { After = "0", Line = "240", LineRule = LineSpacingRuleValues.Auto };

                            ParagraphMarkRunProperties paragraphMarkRunProperties17 = new ParagraphMarkRunProperties();
                            FontSize fontSize35 = new FontSize() { Val = "20" };

                            paragraphMarkRunProperties17.Append(fontSize35);

                            paragraphProperties17.Append(spacingBetweenLines17);
                            paragraphProperties17.Append(paragraphMarkRunProperties17);

                            Run run19 = new Run() { RsidRunProperties = "00FA5335" };

                            RunProperties runProperties19 = new RunProperties();
                            FontSize fontSize36 = new FontSize() { Val = "20" };

                            runProperties19.Append(fontSize36);
                            Text text18 = new Text();
                            text18.Text = itemLines[1];

                            run19.Append(runProperties19);
                            run19.Append(text18);

                            paragraph17.Append(paragraphProperties17);
                            paragraph17.Append(run19);

                            Paragraph paragraph18 = new Paragraph() { RsidParagraphMarkRevision = "00FA5335", RsidParagraphAddition = "00FA5335", RsidParagraphProperties = "00FA5335", RsidRunAdditionDefault = "00FA5335" };

                            ParagraphProperties paragraphProperties18 = new ParagraphProperties();
                            SpacingBetweenLines spacingBetweenLines18 = new SpacingBetweenLines() { After = "0", Line = "240", LineRule = LineSpacingRuleValues.Auto };

                            ParagraphMarkRunProperties paragraphMarkRunProperties18 = new ParagraphMarkRunProperties();
                            FontSize fontSize37 = new FontSize() { Val = "20" };

                            paragraphMarkRunProperties18.Append(fontSize37);

                            paragraphProperties18.Append(spacingBetweenLines18);
                            paragraphProperties18.Append(paragraphMarkRunProperties18);

                            Run run20 = new Run() { RsidRunProperties = "00FA5335" };

                            RunProperties runProperties20 = new RunProperties();
                            FontSize fontSize38 = new FontSize() { Val = "20" };

                            runProperties20.Append(fontSize38);
                            Text text19 = new Text();
                            text19.Text = itemLines[2];

                            run20.Append(runProperties20);
                            run20.Append(text19);

                            paragraph18.Append(paragraphProperties18);
                            paragraph18.Append(run20);

                            Paragraph paragraph19 = new Paragraph() { RsidParagraphMarkRevision = "00FA5335", RsidParagraphAddition = "00FA5335", RsidParagraphProperties = "00FA5335", RsidRunAdditionDefault = "00FA5335" };

                            ParagraphProperties paragraphProperties19 = new ParagraphProperties();
                            SpacingBetweenLines spacingBetweenLines19 = new SpacingBetweenLines() { After = "0", Line = "240", LineRule = LineSpacingRuleValues.Auto };

                            ParagraphMarkRunProperties paragraphMarkRunProperties19 = new ParagraphMarkRunProperties();
                            FontSize fontSize39 = new FontSize() { Val = "20" };

                            paragraphMarkRunProperties19.Append(fontSize39);

                            paragraphProperties19.Append(spacingBetweenLines19);
                            paragraphProperties19.Append(paragraphMarkRunProperties19);

                            Run run21 = new Run() { RsidRunProperties = "00FA5335" };

                            RunProperties runProperties21 = new RunProperties();
                            FontSize fontSize40 = new FontSize() { Val = "20" };

                            runProperties21.Append(fontSize40);
                            Text text20 = new Text();
                            text20.Text = itemLines[3];

                            run21.Append(runProperties21);
                            run21.Append(text20);

                            paragraph19.Append(paragraphProperties19);
                            paragraph19.Append(run21);

                            tableCell7.Append(tableCellProperties7);
                            tableCell7.Append(paragraph16);
                            tableCell7.Append(paragraph17);
                            tableCell7.Append(paragraph18);
                            tableCell7.Append(paragraph19);

                            tableRow3.Append(tablePropertyExceptions3);
                            tableRow3.Append(tableCell7);

                            table2.Append(tableRow3);
                        }

                        table2.Append(tableProperties2);
                        table2.Append(tableGrid2);

                        Paragraph paragraph20 = new Paragraph() { RsidParagraphMarkRevision = "00FA5335", RsidParagraphAddition = "00FA5335", RsidParagraphProperties = "00FA5335", RsidRunAdditionDefault = "00FA5335" };

                        ParagraphProperties paragraphProperties20 = new ParagraphProperties();
                        SpacingBetweenLines spacingBetweenLines20 = new SpacingBetweenLines() { After = "0", Line = "240", LineRule = LineSpacingRuleValues.Auto };

                        ParagraphMarkRunProperties paragraphMarkRunProperties20 = new ParagraphMarkRunProperties();
                        FontSize fontSize41 = new FontSize() { Val = "20" };

                        paragraphMarkRunProperties20.Append(fontSize41);

                        paragraphProperties20.Append(spacingBetweenLines20);
                        paragraphProperties20.Append(paragraphMarkRunProperties20);

                        paragraph20.Append(paragraphProperties20);

                        tableCell6.Append(tableCellProperties6);
                        tableCell6.Append(table2);
                        tableCell6.Append(paragraph20);
                    }

                    TimeScheduleTableCells.Add(tableCell6);
                }

                tableRow2.Append(tablePropertyExceptions2);
                tableRow2.Append(tableCell4);

                foreach (var tc in TimeScheduleTableCells)
                {
                    tableRow2.Append(tc);
                }

                ScheduleRows.Add(tableRow2);
            }

            table1.Append(tableProperties1);
            table1.Append(tableGrid1);
            table1.Append(tableRow1);

            foreach (var tr in ScheduleRows)
            {
                table1.Append(tr);
            }

            Paragraph paragraph61 = new Paragraph() { RsidParagraphMarkRevision = "00FA5335", RsidParagraphAddition = "00FA5335", RsidParagraphProperties = "00FA5335", RsidRunAdditionDefault = "00FA5335" };

            ParagraphProperties paragraphProperties61 = new ParagraphProperties();
            SpacingBetweenLines spacingBetweenLines61 = new SpacingBetweenLines() { After = "0", Line = "240", LineRule = LineSpacingRuleValues.Auto };
            Justification justification19 = new Justification() { Val = JustificationValues.Center };

            ParagraphMarkRunProperties paragraphMarkRunProperties61 = new ParagraphMarkRunProperties();
            Bold bold3 = new Bold();
            FontSize fontSize114 = new FontSize() { Val = "20" };

            paragraphMarkRunProperties61.Append(bold3);
            paragraphMarkRunProperties61.Append(fontSize114);

            paragraphProperties61.Append(spacingBetweenLines61);
            paragraphProperties61.Append(justification19);
            paragraphProperties61.Append(paragraphMarkRunProperties61);

            paragraph61.Append(paragraphProperties61);

            SectionProperties sectionProperties1 = new SectionProperties() { RsidRPr = "00FA5335", RsidR = "00FA5335", RsidSect = "00FA5335" };
            PageSize pageSize1 = new PageSize() { Width = (UInt32Value)16838U, Height = (UInt32Value)11906U, Orient = PageOrientationValues.Landscape };
            PageMargin pageMargin1 = new PageMargin() { Top = 567, Right = (UInt32Value)567U, Bottom = 567, Left = (UInt32Value)567U, Header = (UInt32Value)708U, Footer = (UInt32Value)708U, Gutter = (UInt32Value)0U };
            Columns columns1 = new Columns() { Space = "708" };
            DocGrid docGrid1 = new DocGrid() { LinePitch = 360 };

            sectionProperties1.Append(pageSize1);
            sectionProperties1.Append(pageMargin1);
            sectionProperties1.Append(columns1);
            sectionProperties1.Append(docGrid1);

            body1.Append(paragraph1);
            body1.Append(paragraph8);
            body1.Append(paragraph9);
            body1.Append(paragraph10);
            body1.Append(table1);
            body1.Append(paragraph61);
            body1.Append(sectionProperties1);

            document1.Append(body1);

            mainDocumentPart1.Document = document1;
        }
Exemplo n.º 33
0
        // Generates content of notesMasterPart1.
        private void GenerateNotesMasterPart1Content(NotesMasterPart notesMasterPart1)
        {
            NotesMaster notesMaster1 = new NotesMaster();
            notesMaster1.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");
            notesMaster1.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            notesMaster1.AddNamespaceDeclaration("p", "http://schemas.openxmlformats.org/presentationml/2006/main");

            CommonSlideData commonSlideData1 = new CommonSlideData();

            Background background1 = new Background();

            BackgroundStyleReference backgroundStyleReference1 = new BackgroundStyleReference(){ Index = (UInt32Value)1002U };
            A.SchemeColor schemeColor10 = new A.SchemeColor(){ Val = A.SchemeColorValues.Background2 };

            backgroundStyleReference1.Append(schemeColor10);

            background1.Append(backgroundStyleReference1);

            ShapeTree shapeTree1 = new ShapeTree();

            NonVisualGroupShapeProperties nonVisualGroupShapeProperties1 = new NonVisualGroupShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties1 = new NonVisualDrawingProperties(){ Id = (UInt32Value)1U, Name = "" };
            NonVisualGroupShapeDrawingProperties nonVisualGroupShapeDrawingProperties1 = new NonVisualGroupShapeDrawingProperties();
            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties1 = new ApplicationNonVisualDrawingProperties();

            nonVisualGroupShapeProperties1.Append(nonVisualDrawingProperties1);
            nonVisualGroupShapeProperties1.Append(nonVisualGroupShapeDrawingProperties1);
            nonVisualGroupShapeProperties1.Append(applicationNonVisualDrawingProperties1);

            GroupShapeProperties groupShapeProperties1 = new GroupShapeProperties();

            A.TransformGroup transformGroup1 = new A.TransformGroup();
            A.Offset offset1 = new A.Offset(){ X = 0L, Y = 0L };
            A.Extents extents1 = new A.Extents(){ Cx = 0L, Cy = 0L };
            A.ChildOffset childOffset1 = new A.ChildOffset(){ X = 0L, Y = 0L };
            A.ChildExtents childExtents1 = new A.ChildExtents(){ Cx = 0L, Cy = 0L };

            transformGroup1.Append(offset1);
            transformGroup1.Append(extents1);
            transformGroup1.Append(childOffset1);
            transformGroup1.Append(childExtents1);

            groupShapeProperties1.Append(transformGroup1);

            Shape shape1 = new Shape();

            NonVisualShapeProperties nonVisualShapeProperties1 = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties2 = new NonVisualDrawingProperties(){ Id = (UInt32Value)2U, Name = "Header Placeholder 1" };

            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties1 = new NonVisualShapeDrawingProperties();
            A.ShapeLocks shapeLocks1 = new A.ShapeLocks(){ NoGrouping = true };

            nonVisualShapeDrawingProperties1.Append(shapeLocks1);

            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties2 = new ApplicationNonVisualDrawingProperties();
            PlaceholderShape placeholderShape1 = new PlaceholderShape(){ Type = PlaceholderValues.Header, Size = PlaceholderSizeValues.Quarter };

            applicationNonVisualDrawingProperties2.Append(placeholderShape1);

            nonVisualShapeProperties1.Append(nonVisualDrawingProperties2);
            nonVisualShapeProperties1.Append(nonVisualShapeDrawingProperties1);
            nonVisualShapeProperties1.Append(applicationNonVisualDrawingProperties2);

            ShapeProperties shapeProperties1 = new ShapeProperties();

            A.Transform2D transform2D1 = new A.Transform2D();
            A.Offset offset2 = new A.Offset(){ X = 0L, Y = 0L };
            A.Extents extents2 = new A.Extents(){ Cx = 3962400L, Cy = 342900L };

            transform2D1.Append(offset2);
            transform2D1.Append(extents2);

            A.PresetGeometry presetGeometry1 = new A.PresetGeometry(){ Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList1 = new A.AdjustValueList();

            presetGeometry1.Append(adjustValueList1);

            shapeProperties1.Append(transform2D1);
            shapeProperties1.Append(presetGeometry1);

            TextBody textBody1 = new TextBody();
            A.BodyProperties bodyProperties1 = new A.BodyProperties(){ Vertical = A.TextVerticalValues.Horizontal, LeftInset = 91440, TopInset = 45720, RightInset = 91440, BottomInset = 45720, RightToLeftColumns = false };

            A.ListStyle listStyle1 = new A.ListStyle();

            A.Level1ParagraphProperties level1ParagraphProperties2 = new A.Level1ParagraphProperties(){ Alignment = A.TextAlignmentTypeValues.Left };
            A.DefaultRunProperties defaultRunProperties11 = new A.DefaultRunProperties(){ FontSize = 1200 };

            level1ParagraphProperties2.Append(defaultRunProperties11);

            listStyle1.Append(level1ParagraphProperties2);

            A.Paragraph paragraph1 = new A.Paragraph();

            A.Run run1 = new A.Run();

            A.RunProperties runProperties1 = new A.RunProperties(){ Language = "en-US", Dirty = false };
            runProperties1.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text1 = new A.Text();
            text1.Text = "Adding Header to Notes ";

            run1.Append(runProperties1);
            run1.Append(text1);

            A.Run run2 = new A.Run();

            A.RunProperties runProperties2 = new A.RunProperties(){ Language = "en-US", Dirty = false, SpellingError = true };
            runProperties2.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text2 = new A.Text();
            text2.Text = "MAster";

            run2.Append(runProperties2);
            run2.Append(text2);
            A.EndParagraphRunProperties endParagraphRunProperties1 = new A.EndParagraphRunProperties(){ Language = "en-US", Dirty = false };

            paragraph1.Append(run1);
            paragraph1.Append(run2);
            paragraph1.Append(endParagraphRunProperties1);

            textBody1.Append(bodyProperties1);
            textBody1.Append(listStyle1);
            textBody1.Append(paragraph1);

            shape1.Append(nonVisualShapeProperties1);
            shape1.Append(shapeProperties1);
            shape1.Append(textBody1);

            Shape shape2 = new Shape();

            NonVisualShapeProperties nonVisualShapeProperties2 = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties3 = new NonVisualDrawingProperties(){ Id = (UInt32Value)3U, Name = "Date Placeholder 2" };

            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties2 = new NonVisualShapeDrawingProperties();
            A.ShapeLocks shapeLocks2 = new A.ShapeLocks(){ NoGrouping = true };

            nonVisualShapeDrawingProperties2.Append(shapeLocks2);

            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties3 = new ApplicationNonVisualDrawingProperties();
            PlaceholderShape placeholderShape2 = new PlaceholderShape(){ Type = PlaceholderValues.DateAndTime, Index = (UInt32Value)1U };

            applicationNonVisualDrawingProperties3.Append(placeholderShape2);

            nonVisualShapeProperties2.Append(nonVisualDrawingProperties3);
            nonVisualShapeProperties2.Append(nonVisualShapeDrawingProperties2);
            nonVisualShapeProperties2.Append(applicationNonVisualDrawingProperties3);

            ShapeProperties shapeProperties2 = new ShapeProperties();

            A.Transform2D transform2D2 = new A.Transform2D();
            A.Offset offset3 = new A.Offset(){ X = 5179484L, Y = 0L };
            A.Extents extents3 = new A.Extents(){ Cx = 3962400L, Cy = 342900L };

            transform2D2.Append(offset3);
            transform2D2.Append(extents3);

            A.PresetGeometry presetGeometry2 = new A.PresetGeometry(){ Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList2 = new A.AdjustValueList();

            presetGeometry2.Append(adjustValueList2);

            shapeProperties2.Append(transform2D2);
            shapeProperties2.Append(presetGeometry2);

            TextBody textBody2 = new TextBody();
            A.BodyProperties bodyProperties2 = new A.BodyProperties(){ Vertical = A.TextVerticalValues.Horizontal, LeftInset = 91440, TopInset = 45720, RightInset = 91440, BottomInset = 45720, RightToLeftColumns = false };

            A.ListStyle listStyle2 = new A.ListStyle();

            A.Level1ParagraphProperties level1ParagraphProperties3 = new A.Level1ParagraphProperties(){ Alignment = A.TextAlignmentTypeValues.Right };
            A.DefaultRunProperties defaultRunProperties12 = new A.DefaultRunProperties(){ FontSize = 1200 };

            level1ParagraphProperties3.Append(defaultRunProperties12);

            listStyle2.Append(level1ParagraphProperties3);

            A.Paragraph paragraph2 = new A.Paragraph();

            A.Field field1 = new A.Field(){ Id = "{CA3F9B49-9B0F-4F41-BDD8-B26D6525A1C4}", Type = "datetimeFigureOut" };

            A.RunProperties runProperties3 = new A.RunProperties(){ Language = "en-US" };
            runProperties3.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text3 = new A.Text();
            text3.Text = "10/3/2012";

            field1.Append(runProperties3);
            field1.Append(text3);
            A.EndParagraphRunProperties endParagraphRunProperties2 = new A.EndParagraphRunProperties(){ Language = "en-US" };

            paragraph2.Append(field1);
            paragraph2.Append(endParagraphRunProperties2);

            textBody2.Append(bodyProperties2);
            textBody2.Append(listStyle2);
            textBody2.Append(paragraph2);

            shape2.Append(nonVisualShapeProperties2);
            shape2.Append(shapeProperties2);
            shape2.Append(textBody2);

            Shape shape3 = new Shape();

            NonVisualShapeProperties nonVisualShapeProperties3 = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties4 = new NonVisualDrawingProperties(){ Id = (UInt32Value)4U, Name = "Slide Image Placeholder 3" };

            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties3 = new NonVisualShapeDrawingProperties();
            A.ShapeLocks shapeLocks3 = new A.ShapeLocks(){ NoGrouping = true, NoRotation = true, NoChangeAspect = true };

            nonVisualShapeDrawingProperties3.Append(shapeLocks3);

            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties4 = new ApplicationNonVisualDrawingProperties();
            PlaceholderShape placeholderShape3 = new PlaceholderShape(){ Type = PlaceholderValues.SlideImage, Index = (UInt32Value)2U };

            applicationNonVisualDrawingProperties4.Append(placeholderShape3);

            nonVisualShapeProperties3.Append(nonVisualDrawingProperties4);
            nonVisualShapeProperties3.Append(nonVisualShapeDrawingProperties3);
            nonVisualShapeProperties3.Append(applicationNonVisualDrawingProperties4);

            ShapeProperties shapeProperties3 = new ShapeProperties();

            A.Transform2D transform2D3 = new A.Transform2D();
            A.Offset offset4 = new A.Offset(){ X = 2857500L, Y = 514350L };
            A.Extents extents4 = new A.Extents(){ Cx = 3429000L, Cy = 2571750L };

            transform2D3.Append(offset4);
            transform2D3.Append(extents4);

            A.PresetGeometry presetGeometry3 = new A.PresetGeometry(){ Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList3 = new A.AdjustValueList();

            presetGeometry3.Append(adjustValueList3);
            A.NoFill noFill1 = new A.NoFill();

            A.Outline outline1 = new A.Outline(){ Width = 12700 };

            A.SolidFill solidFill10 = new A.SolidFill();
            A.PresetColor presetColor1 = new A.PresetColor(){ Val = A.PresetColorValues.Black };

            solidFill10.Append(presetColor1);

            outline1.Append(solidFill10);

            shapeProperties3.Append(transform2D3);
            shapeProperties3.Append(presetGeometry3);
            shapeProperties3.Append(noFill1);
            shapeProperties3.Append(outline1);

            TextBody textBody3 = new TextBody();
            A.BodyProperties bodyProperties3 = new A.BodyProperties(){ Vertical = A.TextVerticalValues.Horizontal, LeftInset = 91440, TopInset = 45720, RightInset = 91440, BottomInset = 45720, RightToLeftColumns = false, Anchor = A.TextAnchoringTypeValues.Center };
            A.ListStyle listStyle3 = new A.ListStyle();

            A.Paragraph paragraph3 = new A.Paragraph();
            A.EndParagraphRunProperties endParagraphRunProperties3 = new A.EndParagraphRunProperties(){ Language = "en-US" };

            paragraph3.Append(endParagraphRunProperties3);

            textBody3.Append(bodyProperties3);
            textBody3.Append(listStyle3);
            textBody3.Append(paragraph3);

            shape3.Append(nonVisualShapeProperties3);
            shape3.Append(shapeProperties3);
            shape3.Append(textBody3);

            Shape shape4 = new Shape();

            NonVisualShapeProperties nonVisualShapeProperties4 = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties5 = new NonVisualDrawingProperties(){ Id = (UInt32Value)5U, Name = "Notes Placeholder 4" };

            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties4 = new NonVisualShapeDrawingProperties();
            A.ShapeLocks shapeLocks4 = new A.ShapeLocks(){ NoGrouping = true };

            nonVisualShapeDrawingProperties4.Append(shapeLocks4);

            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties5 = new ApplicationNonVisualDrawingProperties();
            PlaceholderShape placeholderShape4 = new PlaceholderShape(){ Type = PlaceholderValues.Body, Size = PlaceholderSizeValues.Quarter, Index = (UInt32Value)3U };

            applicationNonVisualDrawingProperties5.Append(placeholderShape4);

            nonVisualShapeProperties4.Append(nonVisualDrawingProperties5);
            nonVisualShapeProperties4.Append(nonVisualShapeDrawingProperties4);
            nonVisualShapeProperties4.Append(applicationNonVisualDrawingProperties5);

            ShapeProperties shapeProperties4 = new ShapeProperties();

            A.Transform2D transform2D4 = new A.Transform2D();
            A.Offset offset5 = new A.Offset(){ X = 914400L, Y = 3257550L };
            A.Extents extents5 = new A.Extents(){ Cx = 7315200L, Cy = 3086100L };

            transform2D4.Append(offset5);
            transform2D4.Append(extents5);

            A.PresetGeometry presetGeometry4 = new A.PresetGeometry(){ Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList4 = new A.AdjustValueList();

            presetGeometry4.Append(adjustValueList4);

            shapeProperties4.Append(transform2D4);
            shapeProperties4.Append(presetGeometry4);

            TextBody textBody4 = new TextBody();

            A.BodyProperties bodyProperties4 = new A.BodyProperties(){ Vertical = A.TextVerticalValues.Horizontal, LeftInset = 91440, TopInset = 45720, RightInset = 91440, BottomInset = 45720, RightToLeftColumns = false };
            A.NormalAutoFit normalAutoFit1 = new A.NormalAutoFit();

            bodyProperties4.Append(normalAutoFit1);
            A.ListStyle listStyle4 = new A.ListStyle();

            A.Paragraph paragraph4 = new A.Paragraph();
            A.ParagraphProperties paragraphProperties1 = new A.ParagraphProperties(){ Level = 0 };

            A.Run run3 = new A.Run();

            A.RunProperties runProperties4 = new A.RunProperties(){ Language = "en-US", Dirty = false };
            runProperties4.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text4 = new A.Text();
            text4.Text = "Testing text on Notes Master";

            run3.Append(runProperties4);
            run3.Append(text4);

            paragraph4.Append(paragraphProperties1);
            paragraph4.Append(run3);

            A.Paragraph paragraph5 = new A.Paragraph();
            A.ParagraphProperties paragraphProperties2 = new A.ParagraphProperties(){ Level = 1 };

            A.Run run4 = new A.Run();

            A.RunProperties runProperties5 = new A.RunProperties(){ Language = "en-US", Dirty = false };
            runProperties5.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text5 = new A.Text();
            text5.Text = "Second level";

            run4.Append(runProperties5);
            run4.Append(text5);

            paragraph5.Append(paragraphProperties2);
            paragraph5.Append(run4);

            A.Paragraph paragraph6 = new A.Paragraph();
            A.ParagraphProperties paragraphProperties3 = new A.ParagraphProperties(){ Level = 2 };

            A.Run run5 = new A.Run();

            A.RunProperties runProperties6 = new A.RunProperties(){ Language = "en-US", Dirty = false };
            runProperties6.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text6 = new A.Text();
            text6.Text = "Third level";

            run5.Append(runProperties6);
            run5.Append(text6);

            paragraph6.Append(paragraphProperties3);
            paragraph6.Append(run5);

            A.Paragraph paragraph7 = new A.Paragraph();
            A.ParagraphProperties paragraphProperties4 = new A.ParagraphProperties(){ Level = 3 };

            A.Run run6 = new A.Run();

            A.RunProperties runProperties7 = new A.RunProperties(){ Language = "en-US", Dirty = false };
            runProperties7.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text7 = new A.Text();
            text7.Text = "Fourth level";

            run6.Append(runProperties7);
            run6.Append(text7);

            paragraph7.Append(paragraphProperties4);
            paragraph7.Append(run6);

            A.Paragraph paragraph8 = new A.Paragraph();
            A.ParagraphProperties paragraphProperties5 = new A.ParagraphProperties(){ Level = 4 };

            A.Run run7 = new A.Run();

            A.RunProperties runProperties8 = new A.RunProperties(){ Language = "en-US", Dirty = false };
            runProperties8.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text8 = new A.Text();
            text8.Text = "Fifth level";

            run7.Append(runProperties8);
            run7.Append(text8);
            A.EndParagraphRunProperties endParagraphRunProperties4 = new A.EndParagraphRunProperties(){ Language = "en-US", Dirty = false };

            paragraph8.Append(paragraphProperties5);
            paragraph8.Append(run7);
            paragraph8.Append(endParagraphRunProperties4);

            textBody4.Append(bodyProperties4);
            textBody4.Append(listStyle4);
            textBody4.Append(paragraph4);
            textBody4.Append(paragraph5);
            textBody4.Append(paragraph6);
            textBody4.Append(paragraph7);
            textBody4.Append(paragraph8);

            shape4.Append(nonVisualShapeProperties4);
            shape4.Append(shapeProperties4);
            shape4.Append(textBody4);

            Shape shape5 = new Shape();

            NonVisualShapeProperties nonVisualShapeProperties5 = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties6 = new NonVisualDrawingProperties(){ Id = (UInt32Value)6U, Name = "Footer Placeholder 5" };

            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties5 = new NonVisualShapeDrawingProperties();
            A.ShapeLocks shapeLocks5 = new A.ShapeLocks(){ NoGrouping = true };

            nonVisualShapeDrawingProperties5.Append(shapeLocks5);

            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties6 = new ApplicationNonVisualDrawingProperties();
            PlaceholderShape placeholderShape5 = new PlaceholderShape(){ Type = PlaceholderValues.Footer, Size = PlaceholderSizeValues.Quarter, Index = (UInt32Value)4U };

            applicationNonVisualDrawingProperties6.Append(placeholderShape5);

            nonVisualShapeProperties5.Append(nonVisualDrawingProperties6);
            nonVisualShapeProperties5.Append(nonVisualShapeDrawingProperties5);
            nonVisualShapeProperties5.Append(applicationNonVisualDrawingProperties6);

            ShapeProperties shapeProperties5 = new ShapeProperties();

            A.Transform2D transform2D5 = new A.Transform2D();
            A.Offset offset6 = new A.Offset(){ X = 0L, Y = 6513910L };
            A.Extents extents6 = new A.Extents(){ Cx = 3962400L, Cy = 342900L };

            transform2D5.Append(offset6);
            transform2D5.Append(extents6);

            A.PresetGeometry presetGeometry5 = new A.PresetGeometry(){ Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList5 = new A.AdjustValueList();

            presetGeometry5.Append(adjustValueList5);

            shapeProperties5.Append(transform2D5);
            shapeProperties5.Append(presetGeometry5);

            TextBody textBody5 = new TextBody();
            A.BodyProperties bodyProperties5 = new A.BodyProperties(){ Vertical = A.TextVerticalValues.Horizontal, LeftInset = 91440, TopInset = 45720, RightInset = 91440, BottomInset = 45720, RightToLeftColumns = false, Anchor = A.TextAnchoringTypeValues.Bottom };

            A.ListStyle listStyle5 = new A.ListStyle();

            A.Level1ParagraphProperties level1ParagraphProperties4 = new A.Level1ParagraphProperties(){ Alignment = A.TextAlignmentTypeValues.Left };
            A.DefaultRunProperties defaultRunProperties13 = new A.DefaultRunProperties(){ FontSize = 1200 };

            level1ParagraphProperties4.Append(defaultRunProperties13);

            listStyle5.Append(level1ParagraphProperties4);

            A.Paragraph paragraph9 = new A.Paragraph();

            A.Run run8 = new A.Run();

            A.RunProperties runProperties9 = new A.RunProperties(){ Language = "en-US", Dirty = false };
            runProperties9.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text9 = new A.Text();
            text9.Text = "Adding Footer to Notes Master";

            run8.Append(runProperties9);
            run8.Append(text9);
            A.EndParagraphRunProperties endParagraphRunProperties5 = new A.EndParagraphRunProperties(){ Language = "en-US", Dirty = false };

            paragraph9.Append(run8);
            paragraph9.Append(endParagraphRunProperties5);

            textBody5.Append(bodyProperties5);
            textBody5.Append(listStyle5);
            textBody5.Append(paragraph9);

            shape5.Append(nonVisualShapeProperties5);
            shape5.Append(shapeProperties5);
            shape5.Append(textBody5);

            shapeTree1.Append(nonVisualGroupShapeProperties1);
            shapeTree1.Append(groupShapeProperties1);
            shapeTree1.Append(shape1);
            shapeTree1.Append(shape2);
            shapeTree1.Append(shape3);
            shapeTree1.Append(shape4);
            shapeTree1.Append(shape5);

            CommonSlideDataExtensionList commonSlideDataExtensionList1 = new CommonSlideDataExtensionList();

            CommonSlideDataExtension commonSlideDataExtension1 = new CommonSlideDataExtension(){ Uri = "{BB962C8B-B14F-4D97-AF65-F5344CB8AC3E}" };

            P14.CreationId creationId1 = new P14.CreationId(){ Val = (UInt32Value)3631591638U };
            creationId1.AddNamespaceDeclaration("p14", "http://schemas.microsoft.com/office/powerpoint/2010/main");

            commonSlideDataExtension1.Append(creationId1);

            commonSlideDataExtensionList1.Append(commonSlideDataExtension1);

            commonSlideData1.Append(background1);
            commonSlideData1.Append(shapeTree1);
            commonSlideData1.Append(commonSlideDataExtensionList1);
            ColorMap colorMap1 = new ColorMap(){ Background1 = A.ColorSchemeIndexValues.Dark1, Text1 = A.ColorSchemeIndexValues.Light1, Background2 = A.ColorSchemeIndexValues.Dark2, Text2 = A.ColorSchemeIndexValues.Light2, Accent1 = A.ColorSchemeIndexValues.Accent1, Accent2 = A.ColorSchemeIndexValues.Accent2, Accent3 = A.ColorSchemeIndexValues.Accent3, Accent4 = A.ColorSchemeIndexValues.Accent4, Accent5 = A.ColorSchemeIndexValues.Accent5, Accent6 = A.ColorSchemeIndexValues.Accent6, Hyperlink = A.ColorSchemeIndexValues.Hyperlink, FollowedHyperlink = A.ColorSchemeIndexValues.FollowedHyperlink };

            NotesStyle notesStyle1 = new NotesStyle();

            A.Level1ParagraphProperties level1ParagraphProperties5 = new A.Level1ParagraphProperties(){ LeftMargin = 0, Alignment = A.TextAlignmentTypeValues.Left, DefaultTabSize = 914400, RightToLeft = false, EastAsianLineBreak = true, LatinLineBreak = false, Height = true };

            A.DefaultRunProperties defaultRunProperties14 = new A.DefaultRunProperties(){ FontSize = 1200, Kerning = 1200, Baseline = 0 };

            A.SolidFill solidFill11 = new A.SolidFill();
            A.SchemeColor schemeColor11 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill11.Append(schemeColor11);
            A.LatinFont latinFont10 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont10 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont10 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties14.Append(solidFill11);
            defaultRunProperties14.Append(latinFont10);
            defaultRunProperties14.Append(eastAsianFont10);
            defaultRunProperties14.Append(complexScriptFont10);

            level1ParagraphProperties5.Append(defaultRunProperties14);

            A.Level2ParagraphProperties level2ParagraphProperties2 = new A.Level2ParagraphProperties(){ LeftMargin = 457200, Alignment = A.TextAlignmentTypeValues.Left, DefaultTabSize = 914400, RightToLeft = false, EastAsianLineBreak = true, LatinLineBreak = false, Height = true };

            A.DefaultRunProperties defaultRunProperties15 = new A.DefaultRunProperties(){ FontSize = 1200, Kerning = 1200 };

            A.SolidFill solidFill12 = new A.SolidFill();
            A.SchemeColor schemeColor12 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill12.Append(schemeColor12);
            A.LatinFont latinFont11 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont11 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont11 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties15.Append(solidFill12);
            defaultRunProperties15.Append(latinFont11);
            defaultRunProperties15.Append(eastAsianFont11);
            defaultRunProperties15.Append(complexScriptFont11);

            level2ParagraphProperties2.Append(defaultRunProperties15);

            A.Level3ParagraphProperties level3ParagraphProperties2 = new A.Level3ParagraphProperties(){ LeftMargin = 914400, Alignment = A.TextAlignmentTypeValues.Left, DefaultTabSize = 914400, RightToLeft = false, EastAsianLineBreak = true, LatinLineBreak = false, Height = true };

            A.DefaultRunProperties defaultRunProperties16 = new A.DefaultRunProperties(){ FontSize = 1200, Kerning = 1200 };

            A.SolidFill solidFill13 = new A.SolidFill();
            A.SchemeColor schemeColor13 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill13.Append(schemeColor13);
            A.LatinFont latinFont12 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont12 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont12 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties16.Append(solidFill13);
            defaultRunProperties16.Append(latinFont12);
            defaultRunProperties16.Append(eastAsianFont12);
            defaultRunProperties16.Append(complexScriptFont12);

            level3ParagraphProperties2.Append(defaultRunProperties16);

            A.Level4ParagraphProperties level4ParagraphProperties2 = new A.Level4ParagraphProperties(){ LeftMargin = 1371600, Alignment = A.TextAlignmentTypeValues.Left, DefaultTabSize = 914400, RightToLeft = false, EastAsianLineBreak = true, LatinLineBreak = false, Height = true };

            A.DefaultRunProperties defaultRunProperties17 = new A.DefaultRunProperties(){ FontSize = 1200, Kerning = 1200 };

            A.SolidFill solidFill14 = new A.SolidFill();
            A.SchemeColor schemeColor14 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill14.Append(schemeColor14);
            A.LatinFont latinFont13 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont13 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont13 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties17.Append(solidFill14);
            defaultRunProperties17.Append(latinFont13);
            defaultRunProperties17.Append(eastAsianFont13);
            defaultRunProperties17.Append(complexScriptFont13);

            level4ParagraphProperties2.Append(defaultRunProperties17);

            A.Level5ParagraphProperties level5ParagraphProperties2 = new A.Level5ParagraphProperties(){ LeftMargin = 1828800, Alignment = A.TextAlignmentTypeValues.Left, DefaultTabSize = 914400, RightToLeft = false, EastAsianLineBreak = true, LatinLineBreak = false, Height = true };

            A.DefaultRunProperties defaultRunProperties18 = new A.DefaultRunProperties(){ FontSize = 1200, Kerning = 1200 };

            A.SolidFill solidFill15 = new A.SolidFill();
            A.SchemeColor schemeColor15 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill15.Append(schemeColor15);
            A.LatinFont latinFont14 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont14 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont14 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties18.Append(solidFill15);
            defaultRunProperties18.Append(latinFont14);
            defaultRunProperties18.Append(eastAsianFont14);
            defaultRunProperties18.Append(complexScriptFont14);

            level5ParagraphProperties2.Append(defaultRunProperties18);

            A.Level6ParagraphProperties level6ParagraphProperties2 = new A.Level6ParagraphProperties(){ LeftMargin = 2286000, Alignment = A.TextAlignmentTypeValues.Left, DefaultTabSize = 914400, RightToLeft = false, EastAsianLineBreak = true, LatinLineBreak = false, Height = true };

            A.DefaultRunProperties defaultRunProperties19 = new A.DefaultRunProperties(){ FontSize = 1200, Kerning = 1200 };

            A.SolidFill solidFill16 = new A.SolidFill();
            A.SchemeColor schemeColor16 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill16.Append(schemeColor16);
            A.LatinFont latinFont15 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont15 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont15 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties19.Append(solidFill16);
            defaultRunProperties19.Append(latinFont15);
            defaultRunProperties19.Append(eastAsianFont15);
            defaultRunProperties19.Append(complexScriptFont15);

            level6ParagraphProperties2.Append(defaultRunProperties19);

            A.Level7ParagraphProperties level7ParagraphProperties2 = new A.Level7ParagraphProperties(){ LeftMargin = 2743200, Alignment = A.TextAlignmentTypeValues.Left, DefaultTabSize = 914400, RightToLeft = false, EastAsianLineBreak = true, LatinLineBreak = false, Height = true };

            A.DefaultRunProperties defaultRunProperties20 = new A.DefaultRunProperties(){ FontSize = 1200, Kerning = 1200 };

            A.SolidFill solidFill17 = new A.SolidFill();
            A.SchemeColor schemeColor17 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill17.Append(schemeColor17);
            A.LatinFont latinFont16 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont16 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont16 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties20.Append(solidFill17);
            defaultRunProperties20.Append(latinFont16);
            defaultRunProperties20.Append(eastAsianFont16);
            defaultRunProperties20.Append(complexScriptFont16);

            level7ParagraphProperties2.Append(defaultRunProperties20);

            A.Level8ParagraphProperties level8ParagraphProperties2 = new A.Level8ParagraphProperties(){ LeftMargin = 3200400, Alignment = A.TextAlignmentTypeValues.Left, DefaultTabSize = 914400, RightToLeft = false, EastAsianLineBreak = true, LatinLineBreak = false, Height = true };

            A.DefaultRunProperties defaultRunProperties21 = new A.DefaultRunProperties(){ FontSize = 1200, Kerning = 1200 };

            A.SolidFill solidFill18 = new A.SolidFill();
            A.SchemeColor schemeColor18 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill18.Append(schemeColor18);
            A.LatinFont latinFont17 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont17 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont17 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties21.Append(solidFill18);
            defaultRunProperties21.Append(latinFont17);
            defaultRunProperties21.Append(eastAsianFont17);
            defaultRunProperties21.Append(complexScriptFont17);

            level8ParagraphProperties2.Append(defaultRunProperties21);

            A.Level9ParagraphProperties level9ParagraphProperties2 = new A.Level9ParagraphProperties(){ LeftMargin = 3657600, Alignment = A.TextAlignmentTypeValues.Left, DefaultTabSize = 914400, RightToLeft = false, EastAsianLineBreak = true, LatinLineBreak = false, Height = true };

            A.DefaultRunProperties defaultRunProperties22 = new A.DefaultRunProperties(){ FontSize = 1200, Kerning = 1200 };

            A.SolidFill solidFill19 = new A.SolidFill();
            A.SchemeColor schemeColor19 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill19.Append(schemeColor19);
            A.LatinFont latinFont18 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont18 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont18 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties22.Append(solidFill19);
            defaultRunProperties22.Append(latinFont18);
            defaultRunProperties22.Append(eastAsianFont18);
            defaultRunProperties22.Append(complexScriptFont18);

            level9ParagraphProperties2.Append(defaultRunProperties22);

            notesStyle1.Append(level1ParagraphProperties5);
            notesStyle1.Append(level2ParagraphProperties2);
            notesStyle1.Append(level3ParagraphProperties2);
            notesStyle1.Append(level4ParagraphProperties2);
            notesStyle1.Append(level5ParagraphProperties2);
            notesStyle1.Append(level6ParagraphProperties2);
            notesStyle1.Append(level7ParagraphProperties2);
            notesStyle1.Append(level8ParagraphProperties2);
            notesStyle1.Append(level9ParagraphProperties2);

            notesMaster1.Append(commonSlideData1);
            notesMaster1.Append(colorMap1);
            notesMaster1.Append(notesStyle1);

            notesMasterPart1.NotesMaster = notesMaster1;
        }
Exemplo n.º 34
0
        private void insertLink(Slide slide, PageUrl pageUrl, int objId)
        {
            slide.SlidePart.AddHyperlinkRelationship(new System.Uri(pageUrl.url, System.UriKind.Absolute), true, "rId" + objId);

            P.Shape shape = new P.Shape();
            P.NonVisualShapeProperties nonVisualShapeProperties1 = new P.NonVisualShapeProperties()
            {
                NonVisualDrawingProperties = new P.NonVisualDrawingProperties()
                {
                    Id = (UInt32Value)2U, Name = "矩形 1", HyperlinkOnClick = new A.HyperlinkOnClick()
                    {
                        Id = "rId" + objId
                    }
                },
                NonVisualShapeDrawingProperties       = new P.NonVisualShapeDrawingProperties(),
                ApplicationNonVisualDrawingProperties = new P.ApplicationNonVisualDrawingProperties()
            };

            P.ShapeProperties shapeProperties = new P.ShapeProperties()
            {
                Transform2D = new A.Transform2D()
                {
                    Offset = new A.Offset()
                    {
                        X = pageUrl.origin.Width * ImageInfoUtils.RATE, Y = pageUrl.origin.Height * ImageInfoUtils.RATE
                    },
                    Extents = new A.Extents()
                    {
                        Cx = pageUrl.size.Width * ImageInfoUtils.RATE, Cy = pageUrl.size.Height * ImageInfoUtils.RATE
                    }
                }
            };

            A.PresetGeometry presetGeometry = new A.PresetGeometry()
            {
                Preset = A.ShapeTypeValues.Rectangle, AdjustValueList = new A.AdjustValueList()
            };
            A.NoFill  noFill  = new A.NoFill();
            A.Outline outline = new A.Outline();
            A.NoFill  noFill2 = new A.NoFill();
            outline.Append(noFill2);

            shapeProperties.Append(presetGeometry);
            shapeProperties.Append(noFill);
            shapeProperties.Append(outline);

            P.ShapeStyle shapeStyle1 = new P.ShapeStyle();

            A.LineReference lineReference = new A.LineReference()
            {
                Index = (UInt32Value)2U
            };
            A.SchemeColor schemeColor = new A.SchemeColor()
            {
                Val = A.SchemeColorValues.Accent1
            };
            A.Shade shade1 = new A.Shade()
            {
                Val = 50000
            };
            schemeColor.Append(shade1);
            lineReference.Append(schemeColor);

            A.FillReference fillReference = new A.FillReference()
            {
                Index = (UInt32Value)1U
            };
            A.SchemeColor schemeColor2 = new A.SchemeColor()
            {
                Val = A.SchemeColorValues.Accent1
            };
            fillReference.Append(schemeColor2);

            A.EffectReference effectReference = new A.EffectReference()
            {
                Index = (UInt32Value)0U
            };
            A.SchemeColor schemeColor3 = new A.SchemeColor()
            {
                Val = A.SchemeColorValues.Accent1
            };
            effectReference.Append(schemeColor3);

            A.FontReference fontReference = new A.FontReference()
            {
                Index = A.FontCollectionIndexValues.Minor
            };
            A.SchemeColor schemeColor4 = new A.SchemeColor()
            {
                Val = A.SchemeColorValues.Light1
            };
            fontReference.Append(schemeColor4);

            shapeStyle1.Append(lineReference);
            shapeStyle1.Append(fillReference);
            shapeStyle1.Append(effectReference);
            shapeStyle1.Append(fontReference);

            P.TextBody       textBody       = new P.TextBody();
            A.BodyProperties bodyProperties = new A.BodyProperties()
            {
                RightToLeftColumns = false, Anchor = A.TextAnchoringTypeValues.Center
            };
            A.ListStyle listStyle = new A.ListStyle();

            A.Paragraph           paragraph           = new A.Paragraph();
            A.ParagraphProperties paragraphProperties = new A.ParagraphProperties()
            {
                Alignment = A.TextAlignmentTypeValues.Center
            };
            A.EndParagraphRunProperties endParagraphRunProperties = new A.EndParagraphRunProperties()
            {
                Language = "zh-CN", AlternativeLanguage = "en-US"
            };

            paragraph.Append(paragraphProperties);
            paragraph.Append(endParagraphRunProperties);

            textBody.Append(bodyProperties);
            textBody.Append(listStyle);
            textBody.Append(paragraph);

            shape.Append(nonVisualShapeProperties1);
            shape.Append(shapeProperties);
            shape.Append(shapeStyle1);
            shape.Append(textBody);

            slide.CommonSlideData.ShapeTree.AppendChild(shape);
        }
Exemplo n.º 35
0
        internal OpenXmlElement ToFill()
        {
            OpenXmlElement oxe = new A.NoFill();

            if (this.Type == SLFillType.NoFill)
            {
                return(new A.NoFill());
            }
            else if (this.Type == SLFillType.SolidFill)
            {
                A.SolidFill sf = new A.SolidFill();
                if (this.SolidColor.IsRgbColorModelHex)
                {
                    sf.RgbColorModelHex = this.SolidColor.ToRgbColorModelHex();
                }
                else
                {
                    sf.SchemeColor = this.SolidColor.ToSchemeColor();
                }
                return(sf);
            }
            else if (this.Type == SLFillType.GradientFill)
            {
                return(this.GradientColor.ToGradientFill());
            }
            else if (this.Type == SLFillType.BlipFill)
            {
                A.BlipFill bf = new A.BlipFill();
                if (this.BlipDpi != null)
                {
                    bf.Dpi = this.BlipDpi.Value;
                }
                if (this.BlipRotateWithShape != null)
                {
                    bf.RotateWithShape = this.BlipRotateWithShape.Value;
                }

                bf.Blip       = new A.Blip();
                bf.Blip.Embed = this.BlipRelationshipID;
                if (this.BlipTransparency > 0m)
                {
                    bf.Blip.Append(new A.AlphaModulationFixed()
                    {
                        Amount = SLA.SLDrawingTool.CalculateAlpha(this.BlipTransparency)
                    });
                }
                bf.Append(new A.SourceRectangle());
                if (this.BlipTile)
                {
                    bf.Append(new A.Tile()
                    {
                        HorizontalOffset = SLA.SLDrawingTool.CalculateCoordinate(this.BlipOffsetX),
                        VerticalOffset   = SLA.SLDrawingTool.CalculateCoordinate(this.BlipOffsetY),
                        HorizontalRatio  = SLA.SLDrawingTool.CalculatePercentage(this.BlipScaleX),
                        VerticalRatio    = SLA.SLDrawingTool.CalculatePercentage(this.BlipScaleY),
                        Flip             = this.BlipMirrorType,
                        Alignment        = this.BlipAlignment
                    });
                }
                else
                {
                    bf.Append(new A.Stretch()
                    {
                        FillRectangle = new A.FillRectangle()
                        {
                            Left   = SLA.SLDrawingTool.CalculatePercentage(this.BlipLeftOffset),
                            Top    = SLA.SLDrawingTool.CalculatePercentage(this.BlipTopOffset),
                            Right  = SLA.SLDrawingTool.CalculatePercentage(this.BlipRightOffset),
                            Bottom = SLA.SLDrawingTool.CalculatePercentage(this.BlipBottomOffset)
                        }
                    });
                }
                return(bf);
            }
            else if (this.Type == SLFillType.PatternFill)
            {
                A.PatternFill pf = new A.PatternFill();
                pf.Preset = A.PresetPatternValues.Trellis;

                pf.ForegroundColor = new A.ForegroundColor();
                if (this.PatternForegroundColor.IsRgbColorModelHex)
                {
                    pf.ForegroundColor.RgbColorModelHex = this.PatternForegroundColor.ToRgbColorModelHex();
                }
                else
                {
                    pf.ForegroundColor.SchemeColor = this.PatternForegroundColor.ToSchemeColor();
                }

                pf.BackgroundColor = new A.BackgroundColor();
                if (this.PatternBackgroundColor.IsRgbColorModelHex)
                {
                    pf.BackgroundColor.RgbColorModelHex = this.PatternBackgroundColor.ToRgbColorModelHex();
                }
                else
                {
                    pf.BackgroundColor.SchemeColor = this.PatternBackgroundColor.ToSchemeColor();
                }

                return(pf);
            }

            return(oxe);
        }
Exemplo n.º 36
0
        // Generates content of slideLayoutPart13.
        private void GenerateSlideLayoutPart13Content(SlideLayoutPart slideLayoutPart13)
        {
            SlideLayout slideLayout13 = new SlideLayout(){ Preserve = true };
            slideLayout13.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");
            slideLayout13.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            slideLayout13.AddNamespaceDeclaration("p", "http://schemas.openxmlformats.org/presentationml/2006/main");

            CommonSlideData commonSlideData15 = new CommonSlideData(){ Name = "True or False" };

            ShapeTree shapeTree15 = new ShapeTree();

            NonVisualGroupShapeProperties nonVisualGroupShapeProperties15 = new NonVisualGroupShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties146 = new NonVisualDrawingProperties(){ Id = (UInt32Value)1U, Name = "" };
            NonVisualGroupShapeDrawingProperties nonVisualGroupShapeDrawingProperties15 = new NonVisualGroupShapeDrawingProperties();
            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties146 = new ApplicationNonVisualDrawingProperties();

            nonVisualGroupShapeProperties15.Append(nonVisualDrawingProperties146);
            nonVisualGroupShapeProperties15.Append(nonVisualGroupShapeDrawingProperties15);
            nonVisualGroupShapeProperties15.Append(applicationNonVisualDrawingProperties146);

            GroupShapeProperties groupShapeProperties15 = new GroupShapeProperties();

            A.TransformGroup transformGroup15 = new A.TransformGroup();
            A.Offset offset102 = new A.Offset(){ X = 0L, Y = 0L };
            A.Extents extents102 = new A.Extents(){ Cx = 0L, Cy = 0L };
            A.ChildOffset childOffset15 = new A.ChildOffset(){ X = 0L, Y = 0L };
            A.ChildExtents childExtents15 = new A.ChildExtents(){ Cx = 0L, Cy = 0L };

            transformGroup15.Append(offset102);
            transformGroup15.Append(extents102);
            transformGroup15.Append(childOffset15);
            transformGroup15.Append(childExtents15);

            groupShapeProperties15.Append(transformGroup15);

            Shape shape72 = new Shape();

            NonVisualShapeProperties nonVisualShapeProperties72 = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties147 = new NonVisualDrawingProperties(){ Id = (UInt32Value)2U, Name = "Title 1" };

            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties72 = new NonVisualShapeDrawingProperties();
            A.ShapeLocks shapeLocks70 = new A.ShapeLocks(){ NoGrouping = true };

            nonVisualShapeDrawingProperties72.Append(shapeLocks70);

            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties147 = new ApplicationNonVisualDrawingProperties();
            PlaceholderShape placeholderShape70 = new PlaceholderShape(){ Type = PlaceholderValues.Title };

            applicationNonVisualDrawingProperties147.Append(placeholderShape70);

            nonVisualShapeProperties72.Append(nonVisualDrawingProperties147);
            nonVisualShapeProperties72.Append(nonVisualShapeDrawingProperties72);
            nonVisualShapeProperties72.Append(applicationNonVisualDrawingProperties147);

            ShapeProperties shapeProperties132 = new ShapeProperties();

            A.Transform2D transform2D88 = new A.Transform2D();
            A.Offset offset103 = new A.Offset(){ X = 684391L, Y = 685800L };
            A.Extents extents103 = new A.Extents(){ Cx = 10061020L, Cy = 2743200L };

            transform2D88.Append(offset103);
            transform2D88.Append(extents103);

            shapeProperties132.Append(transform2D88);

            TextBody textBody72 = new TextBody();

            A.BodyProperties bodyProperties72 = new A.BodyProperties(){ Vertical = A.TextVerticalValues.Horizontal, LeftInset = 91440, TopInset = 45720, RightInset = 91440, BottomInset = 45720, RightToLeftColumns = false, Anchor = A.TextAnchoringTypeValues.Center };
            A.NormalAutoFit normalAutoFit18 = new A.NormalAutoFit();

            bodyProperties72.Append(normalAutoFit18);

            A.ListStyle listStyle72 = new A.ListStyle();

            A.Level1ParagraphProperties level1ParagraphProperties31 = new A.Level1ParagraphProperties();
            A.DefaultRunProperties defaultRunProperties177 = new A.DefaultRunProperties(){ Language = "en-US", Bold = false, Dirty = false };

            level1ParagraphProperties31.Append(defaultRunProperties177);

            listStyle72.Append(level1ParagraphProperties31);

            A.Paragraph paragraph100 = new A.Paragraph();
            A.ParagraphProperties paragraphProperties46 = new A.ParagraphProperties(){ LeftMargin = 0, Level = 0 };

            A.Run run62 = new A.Run();

            A.RunProperties runProperties88 = new A.RunProperties(){ Language = "en-US", AlternativeLanguage = "ja-JP" };
            runProperties88.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text88 = new A.Text();
            text88.Text = "Click to edit Master title style";

            run62.Append(runProperties88);
            run62.Append(text88);
            A.EndParagraphRunProperties endParagraphRunProperties64 = new A.EndParagraphRunProperties(){ Language = "en-US", Dirty = false };

            paragraph100.Append(paragraphProperties46);
            paragraph100.Append(run62);
            paragraph100.Append(endParagraphRunProperties64);

            textBody72.Append(bodyProperties72);
            textBody72.Append(listStyle72);
            textBody72.Append(paragraph100);

            shape72.Append(nonVisualShapeProperties72);
            shape72.Append(shapeProperties132);
            shape72.Append(textBody72);

            Shape shape73 = new Shape();

            NonVisualShapeProperties nonVisualShapeProperties73 = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties148 = new NonVisualDrawingProperties(){ Id = (UInt32Value)3U, Name = "Text Placeholder 2" };

            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties73 = new NonVisualShapeDrawingProperties();
            A.ShapeLocks shapeLocks71 = new A.ShapeLocks(){ NoGrouping = true };

            nonVisualShapeDrawingProperties73.Append(shapeLocks71);

            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties148 = new ApplicationNonVisualDrawingProperties();
            PlaceholderShape placeholderShape71 = new PlaceholderShape(){ Type = PlaceholderValues.Body, Index = (UInt32Value)1U };

            applicationNonVisualDrawingProperties148.Append(placeholderShape71);

            nonVisualShapeProperties73.Append(nonVisualDrawingProperties148);
            nonVisualShapeProperties73.Append(nonVisualShapeDrawingProperties73);
            nonVisualShapeProperties73.Append(applicationNonVisualDrawingProperties148);

            ShapeProperties shapeProperties133 = new ShapeProperties();

            A.Transform2D transform2D89 = new A.Transform2D();
            A.Offset offset104 = new A.Offset(){ X = 684390L, Y = 4766733L };
            A.Extents extents104 = new A.Extents(){ Cx = 8536624L, Cy = 1227667L };

            transform2D89.Append(offset104);
            transform2D89.Append(extents104);

            shapeProperties133.Append(transform2D89);

            TextBody textBody73 = new TextBody();

            A.BodyProperties bodyProperties73 = new A.BodyProperties(){ Anchor = A.TextAnchoringTypeValues.Top };
            A.NormalAutoFit normalAutoFit19 = new A.NormalAutoFit();

            bodyProperties73.Append(normalAutoFit19);

            A.ListStyle listStyle73 = new A.ListStyle();

            A.Level1ParagraphProperties level1ParagraphProperties32 = new A.Level1ParagraphProperties(){ LeftMargin = 0, Indent = 0, Alignment = A.TextAlignmentTypeValues.Left };
            A.NoBullet noBullet81 = new A.NoBullet();

            A.DefaultRunProperties defaultRunProperties178 = new A.DefaultRunProperties(){ FontSize = 1800 };

            A.SolidFill solidFill173 = new A.SolidFill();

            A.SchemeColor schemeColor429 = new A.SchemeColor(){ Val = A.SchemeColorValues.Background2 };
            A.LuminanceModulation luminanceModulation23 = new A.LuminanceModulation(){ Val = 75000 };

            schemeColor429.Append(luminanceModulation23);

            solidFill173.Append(schemeColor429);

            defaultRunProperties178.Append(solidFill173);

            level1ParagraphProperties32.Append(noBullet81);
            level1ParagraphProperties32.Append(defaultRunProperties178);

            A.Level2ParagraphProperties level2ParagraphProperties20 = new A.Level2ParagraphProperties(){ LeftMargin = 457200, Indent = 0 };
            A.NoBullet noBullet82 = new A.NoBullet();

            A.DefaultRunProperties defaultRunProperties179 = new A.DefaultRunProperties(){ FontSize = 1800 };

            A.SolidFill solidFill174 = new A.SolidFill();

            A.SchemeColor schemeColor430 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.Tint tint47 = new A.Tint(){ Val = 75000 };

            schemeColor430.Append(tint47);

            solidFill174.Append(schemeColor430);

            defaultRunProperties179.Append(solidFill174);

            level2ParagraphProperties20.Append(noBullet82);
            level2ParagraphProperties20.Append(defaultRunProperties179);

            A.Level3ParagraphProperties level3ParagraphProperties20 = new A.Level3ParagraphProperties(){ LeftMargin = 914400, Indent = 0 };
            A.NoBullet noBullet83 = new A.NoBullet();

            A.DefaultRunProperties defaultRunProperties180 = new A.DefaultRunProperties(){ FontSize = 1600 };

            A.SolidFill solidFill175 = new A.SolidFill();

            A.SchemeColor schemeColor431 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.Tint tint48 = new A.Tint(){ Val = 75000 };

            schemeColor431.Append(tint48);

            solidFill175.Append(schemeColor431);

            defaultRunProperties180.Append(solidFill175);

            level3ParagraphProperties20.Append(noBullet83);
            level3ParagraphProperties20.Append(defaultRunProperties180);

            A.Level4ParagraphProperties level4ParagraphProperties20 = new A.Level4ParagraphProperties(){ LeftMargin = 1371600, Indent = 0 };
            A.NoBullet noBullet84 = new A.NoBullet();

            A.DefaultRunProperties defaultRunProperties181 = new A.DefaultRunProperties(){ FontSize = 1400 };

            A.SolidFill solidFill176 = new A.SolidFill();

            A.SchemeColor schemeColor432 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.Tint tint49 = new A.Tint(){ Val = 75000 };

            schemeColor432.Append(tint49);

            solidFill176.Append(schemeColor432);

            defaultRunProperties181.Append(solidFill176);

            level4ParagraphProperties20.Append(noBullet84);
            level4ParagraphProperties20.Append(defaultRunProperties181);

            A.Level5ParagraphProperties level5ParagraphProperties20 = new A.Level5ParagraphProperties(){ LeftMargin = 1828800, Indent = 0 };
            A.NoBullet noBullet85 = new A.NoBullet();

            A.DefaultRunProperties defaultRunProperties182 = new A.DefaultRunProperties(){ FontSize = 1400 };

            A.SolidFill solidFill177 = new A.SolidFill();

            A.SchemeColor schemeColor433 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.Tint tint50 = new A.Tint(){ Val = 75000 };

            schemeColor433.Append(tint50);

            solidFill177.Append(schemeColor433);

            defaultRunProperties182.Append(solidFill177);

            level5ParagraphProperties20.Append(noBullet85);
            level5ParagraphProperties20.Append(defaultRunProperties182);

            A.Level6ParagraphProperties level6ParagraphProperties18 = new A.Level6ParagraphProperties(){ LeftMargin = 2286000, Indent = 0 };
            A.NoBullet noBullet86 = new A.NoBullet();

            A.DefaultRunProperties defaultRunProperties183 = new A.DefaultRunProperties(){ FontSize = 1400 };

            A.SolidFill solidFill178 = new A.SolidFill();

            A.SchemeColor schemeColor434 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.Tint tint51 = new A.Tint(){ Val = 75000 };

            schemeColor434.Append(tint51);

            solidFill178.Append(schemeColor434);

            defaultRunProperties183.Append(solidFill178);

            level6ParagraphProperties18.Append(noBullet86);
            level6ParagraphProperties18.Append(defaultRunProperties183);

            A.Level7ParagraphProperties level7ParagraphProperties18 = new A.Level7ParagraphProperties(){ LeftMargin = 2743200, Indent = 0 };
            A.NoBullet noBullet87 = new A.NoBullet();

            A.DefaultRunProperties defaultRunProperties184 = new A.DefaultRunProperties(){ FontSize = 1400 };

            A.SolidFill solidFill179 = new A.SolidFill();

            A.SchemeColor schemeColor435 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.Tint tint52 = new A.Tint(){ Val = 75000 };

            schemeColor435.Append(tint52);

            solidFill179.Append(schemeColor435);

            defaultRunProperties184.Append(solidFill179);

            level7ParagraphProperties18.Append(noBullet87);
            level7ParagraphProperties18.Append(defaultRunProperties184);

            A.Level8ParagraphProperties level8ParagraphProperties18 = new A.Level8ParagraphProperties(){ LeftMargin = 3200400, Indent = 0 };
            A.NoBullet noBullet88 = new A.NoBullet();

            A.DefaultRunProperties defaultRunProperties185 = new A.DefaultRunProperties(){ FontSize = 1400 };

            A.SolidFill solidFill180 = new A.SolidFill();

            A.SchemeColor schemeColor436 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.Tint tint53 = new A.Tint(){ Val = 75000 };

            schemeColor436.Append(tint53);

            solidFill180.Append(schemeColor436);

            defaultRunProperties185.Append(solidFill180);

            level8ParagraphProperties18.Append(noBullet88);
            level8ParagraphProperties18.Append(defaultRunProperties185);

            A.Level9ParagraphProperties level9ParagraphProperties18 = new A.Level9ParagraphProperties(){ LeftMargin = 3657600, Indent = 0 };
            A.NoBullet noBullet89 = new A.NoBullet();

            A.DefaultRunProperties defaultRunProperties186 = new A.DefaultRunProperties(){ FontSize = 1400 };

            A.SolidFill solidFill181 = new A.SolidFill();

            A.SchemeColor schemeColor437 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.Tint tint54 = new A.Tint(){ Val = 75000 };

            schemeColor437.Append(tint54);

            solidFill181.Append(schemeColor437);

            defaultRunProperties186.Append(solidFill181);

            level9ParagraphProperties18.Append(noBullet89);
            level9ParagraphProperties18.Append(defaultRunProperties186);

            listStyle73.Append(level1ParagraphProperties32);
            listStyle73.Append(level2ParagraphProperties20);
            listStyle73.Append(level3ParagraphProperties20);
            listStyle73.Append(level4ParagraphProperties20);
            listStyle73.Append(level5ParagraphProperties20);
            listStyle73.Append(level6ParagraphProperties18);
            listStyle73.Append(level7ParagraphProperties18);
            listStyle73.Append(level8ParagraphProperties18);
            listStyle73.Append(level9ParagraphProperties18);

            A.Paragraph paragraph101 = new A.Paragraph();
            A.ParagraphProperties paragraphProperties47 = new A.ParagraphProperties(){ Level = 0 };

            A.Run run63 = new A.Run();

            A.RunProperties runProperties89 = new A.RunProperties(){ Language = "en-US", AlternativeLanguage = "ja-JP" };
            runProperties89.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text89 = new A.Text();
            text89.Text = "Click to edit Master text styles";

            run63.Append(runProperties89);
            run63.Append(text89);

            paragraph101.Append(paragraphProperties47);
            paragraph101.Append(run63);

            textBody73.Append(bodyProperties73);
            textBody73.Append(listStyle73);
            textBody73.Append(paragraph101);

            shape73.Append(nonVisualShapeProperties73);
            shape73.Append(shapeProperties133);
            shape73.Append(textBody73);

            Shape shape74 = new Shape();

            NonVisualShapeProperties nonVisualShapeProperties74 = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties149 = new NonVisualDrawingProperties(){ Id = (UInt32Value)4U, Name = "Date Placeholder 3" };

            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties74 = new NonVisualShapeDrawingProperties();
            A.ShapeLocks shapeLocks72 = new A.ShapeLocks(){ NoGrouping = true };

            nonVisualShapeDrawingProperties74.Append(shapeLocks72);

            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties149 = new ApplicationNonVisualDrawingProperties();
            PlaceholderShape placeholderShape72 = new PlaceholderShape(){ Type = PlaceholderValues.DateAndTime, Size = PlaceholderSizeValues.Half, Index = (UInt32Value)10U };

            applicationNonVisualDrawingProperties149.Append(placeholderShape72);

            nonVisualShapeProperties74.Append(nonVisualDrawingProperties149);
            nonVisualShapeProperties74.Append(nonVisualShapeDrawingProperties74);
            nonVisualShapeProperties74.Append(applicationNonVisualDrawingProperties149);
            ShapeProperties shapeProperties134 = new ShapeProperties();

            TextBody textBody74 = new TextBody();
            A.BodyProperties bodyProperties74 = new A.BodyProperties();
            A.ListStyle listStyle74 = new A.ListStyle();

            A.Paragraph paragraph102 = new A.Paragraph();

            A.Field field27 = new A.Field(){ Id = "{CE1A2D98-1BBD-4706-A118-AAC2A16BEAD3}", Type = "datetimeFigureOut" };

            A.RunProperties runProperties90 = new A.RunProperties(){ Kumimoji = true, Language = "ja-JP", AlternativeLanguage = "en-US" };
            runProperties90.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text90 = new A.Text();
            text90.Text = "2012/10/3";

            field27.Append(runProperties90);
            field27.Append(text90);
            A.EndParagraphRunProperties endParagraphRunProperties65 = new A.EndParagraphRunProperties(){ Kumimoji = true, Language = "ja-JP", AlternativeLanguage = "en-US" };

            paragraph102.Append(field27);
            paragraph102.Append(endParagraphRunProperties65);

            textBody74.Append(bodyProperties74);
            textBody74.Append(listStyle74);
            textBody74.Append(paragraph102);

            shape74.Append(nonVisualShapeProperties74);
            shape74.Append(shapeProperties134);
            shape74.Append(textBody74);

            Shape shape75 = new Shape();

            NonVisualShapeProperties nonVisualShapeProperties75 = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties150 = new NonVisualDrawingProperties(){ Id = (UInt32Value)5U, Name = "Footer Placeholder 4" };

            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties75 = new NonVisualShapeDrawingProperties();
            A.ShapeLocks shapeLocks73 = new A.ShapeLocks(){ NoGrouping = true };

            nonVisualShapeDrawingProperties75.Append(shapeLocks73);

            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties150 = new ApplicationNonVisualDrawingProperties();
            PlaceholderShape placeholderShape73 = new PlaceholderShape(){ Type = PlaceholderValues.Footer, Size = PlaceholderSizeValues.Quarter, Index = (UInt32Value)11U };

            applicationNonVisualDrawingProperties150.Append(placeholderShape73);

            nonVisualShapeProperties75.Append(nonVisualDrawingProperties150);
            nonVisualShapeProperties75.Append(nonVisualShapeDrawingProperties75);
            nonVisualShapeProperties75.Append(applicationNonVisualDrawingProperties150);
            ShapeProperties shapeProperties135 = new ShapeProperties();

            TextBody textBody75 = new TextBody();
            A.BodyProperties bodyProperties75 = new A.BodyProperties();
            A.ListStyle listStyle75 = new A.ListStyle();

            A.Paragraph paragraph103 = new A.Paragraph();
            A.EndParagraphRunProperties endParagraphRunProperties66 = new A.EndParagraphRunProperties(){ Kumimoji = true, Language = "ja-JP", AlternativeLanguage = "en-US" };

            paragraph103.Append(endParagraphRunProperties66);

            textBody75.Append(bodyProperties75);
            textBody75.Append(listStyle75);
            textBody75.Append(paragraph103);

            shape75.Append(nonVisualShapeProperties75);
            shape75.Append(shapeProperties135);
            shape75.Append(textBody75);

            Shape shape76 = new Shape();

            NonVisualShapeProperties nonVisualShapeProperties76 = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties151 = new NonVisualDrawingProperties(){ Id = (UInt32Value)6U, Name = "Slide Number Placeholder 5" };

            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties76 = new NonVisualShapeDrawingProperties();
            A.ShapeLocks shapeLocks74 = new A.ShapeLocks(){ NoGrouping = true };

            nonVisualShapeDrawingProperties76.Append(shapeLocks74);

            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties151 = new ApplicationNonVisualDrawingProperties();
            PlaceholderShape placeholderShape74 = new PlaceholderShape(){ Type = PlaceholderValues.SlideNumber, Size = PlaceholderSizeValues.Quarter, Index = (UInt32Value)12U };

            applicationNonVisualDrawingProperties151.Append(placeholderShape74);

            nonVisualShapeProperties76.Append(nonVisualDrawingProperties151);
            nonVisualShapeProperties76.Append(nonVisualShapeDrawingProperties76);
            nonVisualShapeProperties76.Append(applicationNonVisualDrawingProperties151);
            ShapeProperties shapeProperties136 = new ShapeProperties();

            TextBody textBody76 = new TextBody();
            A.BodyProperties bodyProperties76 = new A.BodyProperties();
            A.ListStyle listStyle76 = new A.ListStyle();

            A.Paragraph paragraph104 = new A.Paragraph();

            A.Field field28 = new A.Field(){ Id = "{D107CD50-7081-433F-A1F2-156B4E14F4F4}", Type = "slidenum" };

            A.RunProperties runProperties91 = new A.RunProperties(){ Kumimoji = true, Language = "ja-JP", AlternativeLanguage = "en-US" };
            runProperties91.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text91 = new A.Text();
            text91.Text = "‹#›";

            field28.Append(runProperties91);
            field28.Append(text91);
            A.EndParagraphRunProperties endParagraphRunProperties67 = new A.EndParagraphRunProperties(){ Kumimoji = true, Language = "ja-JP", AlternativeLanguage = "en-US" };

            paragraph104.Append(field28);
            paragraph104.Append(endParagraphRunProperties67);

            textBody76.Append(bodyProperties76);
            textBody76.Append(listStyle76);
            textBody76.Append(paragraph104);

            shape76.Append(nonVisualShapeProperties76);
            shape76.Append(shapeProperties136);
            shape76.Append(textBody76);

            Shape shape77 = new Shape();

            NonVisualShapeProperties nonVisualShapeProperties77 = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties152 = new NonVisualDrawingProperties(){ Id = (UInt32Value)10U, Name = "Text Placeholder 9" };

            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties77 = new NonVisualShapeDrawingProperties();
            A.ShapeLocks shapeLocks75 = new A.ShapeLocks(){ NoGrouping = true };

            nonVisualShapeDrawingProperties77.Append(shapeLocks75);

            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties152 = new ApplicationNonVisualDrawingProperties();
            PlaceholderShape placeholderShape75 = new PlaceholderShape(){ Type = PlaceholderValues.Body, Size = PlaceholderSizeValues.Quarter, Index = (UInt32Value)13U };

            applicationNonVisualDrawingProperties152.Append(placeholderShape75);

            nonVisualShapeProperties77.Append(nonVisualDrawingProperties152);
            nonVisualShapeProperties77.Append(nonVisualShapeDrawingProperties77);
            nonVisualShapeProperties77.Append(applicationNonVisualDrawingProperties152);

            ShapeProperties shapeProperties137 = new ShapeProperties();

            A.Transform2D transform2D90 = new A.Transform2D();
            A.Offset offset105 = new A.Offset(){ X = 684390L, Y = 3928534L };
            A.Extents extents105 = new A.Extents(){ Cx = 8536623L, Cy = 838200L };

            transform2D90.Append(offset105);
            transform2D90.Append(extents105);

            shapeProperties137.Append(transform2D90);

            TextBody textBody77 = new TextBody();

            A.BodyProperties bodyProperties77 = new A.BodyProperties(){ Vertical = A.TextVerticalValues.Horizontal, LeftInset = 91440, TopInset = 45720, RightInset = 91440, BottomInset = 45720, RightToLeftColumns = false, Anchor = A.TextAnchoringTypeValues.Bottom };
            A.NormalAutoFit normalAutoFit20 = new A.NormalAutoFit();

            bodyProperties77.Append(normalAutoFit20);

            A.ListStyle listStyle77 = new A.ListStyle();

            A.Level1ParagraphProperties level1ParagraphProperties33 = new A.Level1ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties187 = new A.DefaultRunProperties(){ Language = "en-US", FontSize = 2400, Bold = false, Capital = A.TextCapsValues.All, Dirty = false };
            defaultRunProperties187.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));

            A.Outline outline67 = new A.Outline(){ Width = 3175, CompoundLineType = A.CompoundLineValues.Single };
            A.NoFill noFill4 = new A.NoFill();

            outline67.Append(noFill4);

            A.SolidFill solidFill182 = new A.SolidFill();
            A.SchemeColor schemeColor438 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill182.Append(schemeColor438);
            A.EffectList effectList21 = new A.EffectList();
            A.LatinFont latinFont36 = new A.LatinFont(){ Typeface = "+mj-lt" };
            A.EastAsianFont eastAsianFont33 = new A.EastAsianFont(){ Typeface = "+mj-ea" };
            A.ComplexScriptFont complexScriptFont33 = new A.ComplexScriptFont(){ Typeface = "Trebuchet MS" };

            defaultRunProperties187.Append(outline67);
            defaultRunProperties187.Append(solidFill182);
            defaultRunProperties187.Append(effectList21);
            defaultRunProperties187.Append(latinFont36);
            defaultRunProperties187.Append(eastAsianFont33);
            defaultRunProperties187.Append(complexScriptFont33);

            level1ParagraphProperties33.Append(defaultRunProperties187);

            listStyle77.Append(level1ParagraphProperties33);

            A.Paragraph paragraph105 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties48 = new A.ParagraphProperties(){ LeftMargin = 0, Level = 0 };

            A.SpaceBefore spaceBefore13 = new A.SpaceBefore();
            A.SpacingPercent spacingPercent13 = new A.SpacingPercent(){ Val = 0 };

            spaceBefore13.Append(spacingPercent13);
            A.NoBullet noBullet90 = new A.NoBullet();

            paragraphProperties48.Append(spaceBefore13);
            paragraphProperties48.Append(noBullet90);

            A.Run run64 = new A.Run();

            A.RunProperties runProperties92 = new A.RunProperties(){ Language = "en-US", AlternativeLanguage = "ja-JP" };
            runProperties92.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text92 = new A.Text();
            text92.Text = "Click to edit Master text styles";

            run64.Append(runProperties92);
            run64.Append(text92);

            paragraph105.Append(paragraphProperties48);
            paragraph105.Append(run64);

            textBody77.Append(bodyProperties77);
            textBody77.Append(listStyle77);
            textBody77.Append(paragraph105);

            shape77.Append(nonVisualShapeProperties77);
            shape77.Append(shapeProperties137);
            shape77.Append(textBody77);

            ConnectionShape connectionShape61 = new ConnectionShape();

            NonVisualConnectionShapeProperties nonVisualConnectionShapeProperties61 = new NonVisualConnectionShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties153 = new NonVisualDrawingProperties(){ Id = (UInt32Value)8U, Name = "Straight Connector 7" };
            NonVisualConnectorShapeDrawingProperties nonVisualConnectorShapeDrawingProperties61 = new NonVisualConnectorShapeDrawingProperties();
            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties153 = new ApplicationNonVisualDrawingProperties();

            nonVisualConnectionShapeProperties61.Append(nonVisualDrawingProperties153);
            nonVisualConnectionShapeProperties61.Append(nonVisualConnectorShapeDrawingProperties61);
            nonVisualConnectionShapeProperties61.Append(applicationNonVisualDrawingProperties153);

            ShapeProperties shapeProperties138 = new ShapeProperties();

            A.Transform2D transform2D91 = new A.Transform2D(){ HorizontalFlip = true };
            A.Offset offset106 = new A.Offset(){ X = 11278949L, Y = 2963333L };
            A.Extents extents106 = new A.Extents(){ Cx = 913052L, Cy = 912812L };

            transform2D91.Append(offset106);
            transform2D91.Append(extents106);

            A.PresetGeometry presetGeometry68 = new A.PresetGeometry(){ Preset = A.ShapeTypeValues.Line };
            A.AdjustValueList adjustValueList68 = new A.AdjustValueList();

            presetGeometry68.Append(adjustValueList68);

            A.Outline outline68 = new A.Outline(){ Width = 9525 };

            A.SolidFill solidFill183 = new A.SolidFill();
            A.SchemeColor schemeColor439 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill183.Append(schemeColor439);

            outline68.Append(solidFill183);

            shapeProperties138.Append(transform2D91);
            shapeProperties138.Append(presetGeometry68);
            shapeProperties138.Append(outline68);

            ShapeStyle shapeStyle61 = new ShapeStyle();

            A.LineReference lineReference61 = new A.LineReference(){ Index = (UInt32Value)2U };
            A.SchemeColor schemeColor440 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            lineReference61.Append(schemeColor440);

            A.FillReference fillReference61 = new A.FillReference(){ Index = (UInt32Value)0U };
            A.SchemeColor schemeColor441 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            fillReference61.Append(schemeColor441);

            A.EffectReference effectReference61 = new A.EffectReference(){ Index = (UInt32Value)1U };
            A.SchemeColor schemeColor442 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            effectReference61.Append(schemeColor442);

            A.FontReference fontReference61 = new A.FontReference(){ Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor443 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            fontReference61.Append(schemeColor443);

            shapeStyle61.Append(lineReference61);
            shapeStyle61.Append(fillReference61);
            shapeStyle61.Append(effectReference61);
            shapeStyle61.Append(fontReference61);

            connectionShape61.Append(nonVisualConnectionShapeProperties61);
            connectionShape61.Append(shapeProperties138);
            connectionShape61.Append(shapeStyle61);

            ConnectionShape connectionShape62 = new ConnectionShape();

            NonVisualConnectionShapeProperties nonVisualConnectionShapeProperties62 = new NonVisualConnectionShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties154 = new NonVisualDrawingProperties(){ Id = (UInt32Value)9U, Name = "Straight Connector 8" };
            NonVisualConnectorShapeDrawingProperties nonVisualConnectorShapeDrawingProperties62 = new NonVisualConnectorShapeDrawingProperties();
            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties154 = new ApplicationNonVisualDrawingProperties();

            nonVisualConnectionShapeProperties62.Append(nonVisualDrawingProperties154);
            nonVisualConnectionShapeProperties62.Append(nonVisualConnectorShapeDrawingProperties62);
            nonVisualConnectionShapeProperties62.Append(applicationNonVisualDrawingProperties154);

            ShapeProperties shapeProperties139 = new ShapeProperties();

            A.Transform2D transform2D92 = new A.Transform2D(){ HorizontalFlip = true };
            A.Offset offset107 = new A.Offset(){ X = 9209368L, Y = 3190344L };
            A.Extents extents107 = new A.Extents(){ Cx = 2982634L, Cy = 2981856L };

            transform2D92.Append(offset107);
            transform2D92.Append(extents107);

            A.PresetGeometry presetGeometry69 = new A.PresetGeometry(){ Preset = A.ShapeTypeValues.Line };
            A.AdjustValueList adjustValueList69 = new A.AdjustValueList();

            presetGeometry69.Append(adjustValueList69);

            A.Outline outline69 = new A.Outline(){ Width = 9525 };

            A.SolidFill solidFill184 = new A.SolidFill();
            A.SchemeColor schemeColor444 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill184.Append(schemeColor444);

            outline69.Append(solidFill184);

            shapeProperties139.Append(transform2D92);
            shapeProperties139.Append(presetGeometry69);
            shapeProperties139.Append(outline69);

            ShapeStyle shapeStyle62 = new ShapeStyle();

            A.LineReference lineReference62 = new A.LineReference(){ Index = (UInt32Value)2U };
            A.SchemeColor schemeColor445 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            lineReference62.Append(schemeColor445);

            A.FillReference fillReference62 = new A.FillReference(){ Index = (UInt32Value)0U };
            A.SchemeColor schemeColor446 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            fillReference62.Append(schemeColor446);

            A.EffectReference effectReference62 = new A.EffectReference(){ Index = (UInt32Value)1U };
            A.SchemeColor schemeColor447 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            effectReference62.Append(schemeColor447);

            A.FontReference fontReference62 = new A.FontReference(){ Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor448 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            fontReference62.Append(schemeColor448);

            shapeStyle62.Append(lineReference62);
            shapeStyle62.Append(fillReference62);
            shapeStyle62.Append(effectReference62);
            shapeStyle62.Append(fontReference62);

            connectionShape62.Append(nonVisualConnectionShapeProperties62);
            connectionShape62.Append(shapeProperties139);
            connectionShape62.Append(shapeStyle62);

            ConnectionShape connectionShape63 = new ConnectionShape();

            NonVisualConnectionShapeProperties nonVisualConnectionShapeProperties63 = new NonVisualConnectionShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties155 = new NonVisualDrawingProperties(){ Id = (UInt32Value)11U, Name = "Straight Connector 10" };
            NonVisualConnectorShapeDrawingProperties nonVisualConnectorShapeDrawingProperties63 = new NonVisualConnectorShapeDrawingProperties();
            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties155 = new ApplicationNonVisualDrawingProperties();

            nonVisualConnectionShapeProperties63.Append(nonVisualDrawingProperties155);
            nonVisualConnectionShapeProperties63.Append(nonVisualConnectorShapeDrawingProperties63);
            nonVisualConnectionShapeProperties63.Append(applicationNonVisualDrawingProperties155);

            ShapeProperties shapeProperties140 = new ShapeProperties();

            A.Transform2D transform2D93 = new A.Transform2D(){ HorizontalFlip = true };
            A.Offset offset108 = new A.Offset(){ X = 10294973L, Y = 3285068L };
            A.Extents extents108 = new A.Extents(){ Cx = 1897028L, Cy = 1896533L };

            transform2D93.Append(offset108);
            transform2D93.Append(extents108);

            A.PresetGeometry presetGeometry70 = new A.PresetGeometry(){ Preset = A.ShapeTypeValues.Line };
            A.AdjustValueList adjustValueList70 = new A.AdjustValueList();

            presetGeometry70.Append(adjustValueList70);

            A.Outline outline70 = new A.Outline(){ Width = 9525 };

            A.SolidFill solidFill185 = new A.SolidFill();
            A.SchemeColor schemeColor449 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill185.Append(schemeColor449);

            outline70.Append(solidFill185);

            shapeProperties140.Append(transform2D93);
            shapeProperties140.Append(presetGeometry70);
            shapeProperties140.Append(outline70);

            ShapeStyle shapeStyle63 = new ShapeStyle();

            A.LineReference lineReference63 = new A.LineReference(){ Index = (UInt32Value)2U };
            A.SchemeColor schemeColor450 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            lineReference63.Append(schemeColor450);

            A.FillReference fillReference63 = new A.FillReference(){ Index = (UInt32Value)0U };
            A.SchemeColor schemeColor451 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            fillReference63.Append(schemeColor451);

            A.EffectReference effectReference63 = new A.EffectReference(){ Index = (UInt32Value)1U };
            A.SchemeColor schemeColor452 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            effectReference63.Append(schemeColor452);

            A.FontReference fontReference63 = new A.FontReference(){ Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor453 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            fontReference63.Append(schemeColor453);

            shapeStyle63.Append(lineReference63);
            shapeStyle63.Append(fillReference63);
            shapeStyle63.Append(effectReference63);
            shapeStyle63.Append(fontReference63);

            connectionShape63.Append(nonVisualConnectionShapeProperties63);
            connectionShape63.Append(shapeProperties140);
            connectionShape63.Append(shapeStyle63);

            ConnectionShape connectionShape64 = new ConnectionShape();

            NonVisualConnectionShapeProperties nonVisualConnectionShapeProperties64 = new NonVisualConnectionShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties156 = new NonVisualDrawingProperties(){ Id = (UInt32Value)12U, Name = "Straight Connector 11" };
            NonVisualConnectorShapeDrawingProperties nonVisualConnectorShapeDrawingProperties64 = new NonVisualConnectorShapeDrawingProperties();
            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties156 = new ApplicationNonVisualDrawingProperties();

            nonVisualConnectionShapeProperties64.Append(nonVisualDrawingProperties156);
            nonVisualConnectionShapeProperties64.Append(nonVisualConnectorShapeDrawingProperties64);
            nonVisualConnectionShapeProperties64.Append(applicationNonVisualDrawingProperties156);

            ShapeProperties shapeProperties141 = new ShapeProperties();

            A.Transform2D transform2D94 = new A.Transform2D(){ HorizontalFlip = true };
            A.Offset offset109 = new A.Offset(){ X = 10445823L, Y = 3131080L };
            A.Extents extents109 = new A.Extents(){ Cx = 1746177L, Cy = 1745720L };

            transform2D94.Append(offset109);
            transform2D94.Append(extents109);

            A.PresetGeometry presetGeometry71 = new A.PresetGeometry(){ Preset = A.ShapeTypeValues.Line };
            A.AdjustValueList adjustValueList71 = new A.AdjustValueList();

            presetGeometry71.Append(adjustValueList71);

            A.Outline outline71 = new A.Outline(){ Width = 28575 };

            A.SolidFill solidFill186 = new A.SolidFill();
            A.SchemeColor schemeColor454 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill186.Append(schemeColor454);

            outline71.Append(solidFill186);

            shapeProperties141.Append(transform2D94);
            shapeProperties141.Append(presetGeometry71);
            shapeProperties141.Append(outline71);

            ShapeStyle shapeStyle64 = new ShapeStyle();

            A.LineReference lineReference64 = new A.LineReference(){ Index = (UInt32Value)2U };
            A.SchemeColor schemeColor455 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            lineReference64.Append(schemeColor455);

            A.FillReference fillReference64 = new A.FillReference(){ Index = (UInt32Value)0U };
            A.SchemeColor schemeColor456 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            fillReference64.Append(schemeColor456);

            A.EffectReference effectReference64 = new A.EffectReference(){ Index = (UInt32Value)1U };
            A.SchemeColor schemeColor457 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            effectReference64.Append(schemeColor457);

            A.FontReference fontReference64 = new A.FontReference(){ Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor458 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            fontReference64.Append(schemeColor458);

            shapeStyle64.Append(lineReference64);
            shapeStyle64.Append(fillReference64);
            shapeStyle64.Append(effectReference64);
            shapeStyle64.Append(fontReference64);

            connectionShape64.Append(nonVisualConnectionShapeProperties64);
            connectionShape64.Append(shapeProperties141);
            connectionShape64.Append(shapeStyle64);

            ConnectionShape connectionShape65 = new ConnectionShape();

            NonVisualConnectionShapeProperties nonVisualConnectionShapeProperties65 = new NonVisualConnectionShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties157 = new NonVisualDrawingProperties(){ Id = (UInt32Value)13U, Name = "Straight Connector 12" };
            NonVisualConnectorShapeDrawingProperties nonVisualConnectorShapeDrawingProperties65 = new NonVisualConnectorShapeDrawingProperties();
            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties157 = new ApplicationNonVisualDrawingProperties();

            nonVisualConnectionShapeProperties65.Append(nonVisualDrawingProperties157);
            nonVisualConnectionShapeProperties65.Append(nonVisualConnectorShapeDrawingProperties65);
            nonVisualConnectionShapeProperties65.Append(applicationNonVisualDrawingProperties157);

            ShapeProperties shapeProperties142 = new ShapeProperties();

            A.Transform2D transform2D95 = new A.Transform2D(){ HorizontalFlip = true };
            A.Offset offset110 = new A.Offset(){ X = 10921671L, Y = 3683002L };
            A.Extents extents110 = new A.Extents(){ Cx = 1270332L, Cy = 1269999L };

            transform2D95.Append(offset110);
            transform2D95.Append(extents110);

            A.PresetGeometry presetGeometry72 = new A.PresetGeometry(){ Preset = A.ShapeTypeValues.Line };
            A.AdjustValueList adjustValueList72 = new A.AdjustValueList();

            presetGeometry72.Append(adjustValueList72);

            A.Outline outline72 = new A.Outline(){ Width = 28575 };

            A.SolidFill solidFill187 = new A.SolidFill();
            A.SchemeColor schemeColor459 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill187.Append(schemeColor459);

            outline72.Append(solidFill187);

            shapeProperties142.Append(transform2D95);
            shapeProperties142.Append(presetGeometry72);
            shapeProperties142.Append(outline72);

            ShapeStyle shapeStyle65 = new ShapeStyle();

            A.LineReference lineReference65 = new A.LineReference(){ Index = (UInt32Value)2U };
            A.SchemeColor schemeColor460 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            lineReference65.Append(schemeColor460);

            A.FillReference fillReference65 = new A.FillReference(){ Index = (UInt32Value)0U };
            A.SchemeColor schemeColor461 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            fillReference65.Append(schemeColor461);

            A.EffectReference effectReference65 = new A.EffectReference(){ Index = (UInt32Value)1U };
            A.SchemeColor schemeColor462 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };

            effectReference65.Append(schemeColor462);

            A.FontReference fontReference65 = new A.FontReference(){ Index = A.FontCollectionIndexValues.Minor };
            A.SchemeColor schemeColor463 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            fontReference65.Append(schemeColor463);

            shapeStyle65.Append(lineReference65);
            shapeStyle65.Append(fillReference65);
            shapeStyle65.Append(effectReference65);
            shapeStyle65.Append(fontReference65);

            connectionShape65.Append(nonVisualConnectionShapeProperties65);
            connectionShape65.Append(shapeProperties142);
            connectionShape65.Append(shapeStyle65);

            shapeTree15.Append(nonVisualGroupShapeProperties15);
            shapeTree15.Append(groupShapeProperties15);
            shapeTree15.Append(shape72);
            shapeTree15.Append(shape73);
            shapeTree15.Append(shape74);
            shapeTree15.Append(shape75);
            shapeTree15.Append(shape76);
            shapeTree15.Append(shape77);
            shapeTree15.Append(connectionShape61);
            shapeTree15.Append(connectionShape62);
            shapeTree15.Append(connectionShape63);
            shapeTree15.Append(connectionShape64);
            shapeTree15.Append(connectionShape65);

            CommonSlideDataExtensionList commonSlideDataExtensionList15 = new CommonSlideDataExtensionList();

            CommonSlideDataExtension commonSlideDataExtension15 = new CommonSlideDataExtension(){ Uri = "{BB962C8B-B14F-4D97-AF65-F5344CB8AC3E}" };

            P14.CreationId creationId15 = new P14.CreationId(){ Val = (UInt32Value)3352052714U };
            creationId15.AddNamespaceDeclaration("p14", "http://schemas.microsoft.com/office/powerpoint/2010/main");

            commonSlideDataExtension15.Append(creationId15);

            commonSlideDataExtensionList15.Append(commonSlideDataExtension15);

            commonSlideData15.Append(shapeTree15);
            commonSlideData15.Append(commonSlideDataExtensionList15);

            ColorMapOverride colorMapOverride14 = new ColorMapOverride();
            A.MasterColorMapping masterColorMapping14 = new A.MasterColorMapping();

            colorMapOverride14.Append(masterColorMapping14);

            Timing timing15 = new Timing();

            TimeNodeList timeNodeList15 = new TimeNodeList();

            ParallelTimeNode parallelTimeNode15 = new ParallelTimeNode();
            CommonTimeNode commonTimeNode15 = new CommonTimeNode(){ Id = (UInt32Value)1U, Duration = "indefinite", Restart = TimeNodeRestartValues.Never, NodeType = TimeNodeValues.TmingRoot };

            parallelTimeNode15.Append(commonTimeNode15);

            timeNodeList15.Append(parallelTimeNode15);

            timing15.Append(timeNodeList15);

            slideLayout13.Append(commonSlideData15);
            slideLayout13.Append(colorMapOverride14);
            slideLayout13.Append(timing15);

            slideLayoutPart13.SlideLayout = slideLayout13;
        }
        // Generates content of drawingsPart1.
        private void GenerateDrawingsPart1Content(DrawingsPart drawingsPart1)
        {
            Xdr.WorksheetDrawing worksheetDrawing1 = new Xdr.WorksheetDrawing();
            worksheetDrawing1.AddNamespaceDeclaration("xdr", "http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing");
            worksheetDrawing1.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");

            Xdr.TwoCellAnchor twoCellAnchor1 = new Xdr.TwoCellAnchor() { EditAs = Xdr.EditAsValues.OneCell };

            Xdr.FromMarker fromMarker1 = new Xdr.FromMarker();
            Xdr.ColumnId columnId1 = new Xdr.ColumnId();
            columnId1.Text = "1";
            Xdr.ColumnOffset columnOffset1 = new Xdr.ColumnOffset();
            columnOffset1.Text = "0";
            Xdr.RowId rowId1 = new Xdr.RowId();
            rowId1.Text = "0";
            Xdr.RowOffset rowOffset1 = new Xdr.RowOffset();
            rowOffset1.Text = "47625";

            fromMarker1.Append(columnId1);
            fromMarker1.Append(columnOffset1);
            fromMarker1.Append(rowId1);
            fromMarker1.Append(rowOffset1);

            Xdr.ToMarker toMarker1 = new Xdr.ToMarker();
            Xdr.ColumnId columnId2 = new Xdr.ColumnId();
            columnId2.Text = "1";
            Xdr.ColumnOffset columnOffset2 = new Xdr.ColumnOffset();
            columnOffset2.Text = "1932454";
            Xdr.RowId rowId2 = new Xdr.RowId();
            rowId2.Text = "3";
            Xdr.RowOffset rowOffset2 = new Xdr.RowOffset();
            rowOffset2.Text = "104775";

            toMarker1.Append(columnId2);
            toMarker1.Append(columnOffset2);
            toMarker1.Append(rowId2);
            toMarker1.Append(rowOffset2);

            Xdr.Picture picture1 = new Xdr.Picture();

            Xdr.NonVisualPictureProperties nonVisualPictureProperties1 = new Xdr.NonVisualPictureProperties();
            Xdr.NonVisualDrawingProperties nonVisualDrawingProperties1 = new Xdr.NonVisualDrawingProperties() { Id = (UInt32Value)1041U, Name = "Picture 1", Description = "logo-Sprayette" };

            Xdr.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties1 = new Xdr.NonVisualPictureDrawingProperties();
            A.PictureLocks pictureLocks1 = new A.PictureLocks() { NoChangeAspect = true, NoChangeArrowheads = true };

            nonVisualPictureDrawingProperties1.Append(pictureLocks1);

            nonVisualPictureProperties1.Append(nonVisualDrawingProperties1);
            nonVisualPictureProperties1.Append(nonVisualPictureDrawingProperties1);

            Xdr.BlipFill blipFill1 = new Xdr.BlipFill();

            A.Blip blip1 = new A.Blip() { Embed = "rId1" };
            blip1.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            A.SourceRectangle sourceRectangle1 = new A.SourceRectangle();

            A.Stretch stretch1 = new A.Stretch();
            A.FillRectangle fillRectangle1 = new A.FillRectangle();

            stretch1.Append(fillRectangle1);

            blipFill1.Append(blip1);
            blipFill1.Append(sourceRectangle1);
            blipFill1.Append(stretch1);

            Xdr.ShapeProperties shapeProperties3 = new Xdr.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

            A.Transform2D transform2D3 = new A.Transform2D();
            A.Offset offset3 = new A.Offset() { X = 762000L, Y = 47625L };
            A.Extents extents3 = new A.Extents() { Cx = 1924050L, Cy = 504825L };

            transform2D3.Append(offset3);
            transform2D3.Append(extents3);

            A.PresetGeometry presetGeometry1 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList3 = new A.AdjustValueList();

            presetGeometry1.Append(adjustValueList3);
            A.NoFill noFill1 = new A.NoFill();

            A.Outline outline6 = new A.Outline() { Width = 9525 };
            A.NoFill noFill2 = new A.NoFill();
            A.Miter miter1 = new A.Miter() { Limit = 800000 };
            A.HeadEnd headEnd3 = new A.HeadEnd();
            A.TailEnd tailEnd3 = new A.TailEnd();

            outline6.Append(noFill2);
            outline6.Append(miter1);
            outline6.Append(headEnd3);
            outline6.Append(tailEnd3);

            shapeProperties3.Append(transform2D3);
            shapeProperties3.Append(presetGeometry1);
            shapeProperties3.Append(noFill1);
            shapeProperties3.Append(outline6);

            picture1.Append(nonVisualPictureProperties1);
            picture1.Append(blipFill1);
            picture1.Append(shapeProperties3);
            Xdr.ClientData clientData1 = new Xdr.ClientData();

            twoCellAnchor1.Append(fromMarker1);
            twoCellAnchor1.Append(toMarker1);
            twoCellAnchor1.Append(picture1);
            twoCellAnchor1.Append(clientData1);

            worksheetDrawing1.Append(twoCellAnchor1);

            drawingsPart1.WorksheetDrawing = worksheetDrawing1;
        }
Exemplo n.º 38
0
        // Generates content of slideMasterPart1.
        private void GenerateSlideMasterPart1Content(SlideMasterPart slideMasterPart1)
        {
            SlideMaster slideMaster1 = new SlideMaster();
            slideMaster1.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");
            slideMaster1.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            slideMaster1.AddNamespaceDeclaration("p", "http://schemas.openxmlformats.org/presentationml/2006/main");

            CommonSlideData commonSlideData3 = new CommonSlideData();

            Background background1 = new Background();

            BackgroundStyleReference backgroundStyleReference1 = new BackgroundStyleReference(){ Index = (UInt32Value)1002U };
            A.SchemeColor schemeColor44 = new A.SchemeColor(){ Val = A.SchemeColorValues.Background2 };

            backgroundStyleReference1.Append(schemeColor44);

            background1.Append(backgroundStyleReference1);

            ShapeTree shapeTree3 = new ShapeTree();

            NonVisualGroupShapeProperties nonVisualGroupShapeProperties3 = new NonVisualGroupShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties15 = new NonVisualDrawingProperties(){ Id = (UInt32Value)1U, Name = "" };
            NonVisualGroupShapeDrawingProperties nonVisualGroupShapeDrawingProperties3 = new NonVisualGroupShapeDrawingProperties();
            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties15 = new ApplicationNonVisualDrawingProperties();

            nonVisualGroupShapeProperties3.Append(nonVisualDrawingProperties15);
            nonVisualGroupShapeProperties3.Append(nonVisualGroupShapeDrawingProperties3);
            nonVisualGroupShapeProperties3.Append(applicationNonVisualDrawingProperties15);

            GroupShapeProperties groupShapeProperties3 = new GroupShapeProperties();

            A.TransformGroup transformGroup3 = new A.TransformGroup();
            A.Offset offset10 = new A.Offset(){ X = 0L, Y = 0L };
            A.Extents extents10 = new A.Extents(){ Cx = 0L, Cy = 0L };
            A.ChildOffset childOffset3 = new A.ChildOffset(){ X = 0L, Y = 0L };
            A.ChildExtents childExtents3 = new A.ChildExtents(){ Cx = 0L, Cy = 0L };

            transformGroup3.Append(offset10);
            transformGroup3.Append(extents10);
            transformGroup3.Append(childOffset3);
            transformGroup3.Append(childExtents3);

            groupShapeProperties3.Append(transformGroup3);

            Shape shape8 = new Shape();

            NonVisualShapeProperties nonVisualShapeProperties8 = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties16 = new NonVisualDrawingProperties(){ Id = (UInt32Value)2U, Name = "Title Placeholder 1" };

            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties8 = new NonVisualShapeDrawingProperties();
            A.ShapeLocks shapeLocks8 = new A.ShapeLocks(){ NoGrouping = true };

            nonVisualShapeDrawingProperties8.Append(shapeLocks8);

            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties16 = new ApplicationNonVisualDrawingProperties();
            PlaceholderShape placeholderShape8 = new PlaceholderShape(){ Type = PlaceholderValues.Title };

            applicationNonVisualDrawingProperties16.Append(placeholderShape8);

            nonVisualShapeProperties8.Append(nonVisualDrawingProperties16);
            nonVisualShapeProperties8.Append(nonVisualShapeDrawingProperties8);
            nonVisualShapeProperties8.Append(applicationNonVisualDrawingProperties16);

            ShapeProperties shapeProperties13 = new ShapeProperties();

            A.Transform2D transform2D8 = new A.Transform2D();
            A.Offset offset11 = new A.Offset(){ X = 684390L, Y = 4487333L };
            A.Extents extents11 = new A.Extents(){ Cx = 8536623L, Cy = 1507067L };

            transform2D8.Append(offset11);
            transform2D8.Append(extents11);

            A.PresetGeometry presetGeometry6 = new A.PresetGeometry(){ Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList6 = new A.AdjustValueList();

            presetGeometry6.Append(adjustValueList6);
            A.EffectList effectList2 = new A.EffectList();

            shapeProperties13.Append(transform2D8);
            shapeProperties13.Append(presetGeometry6);
            shapeProperties13.Append(effectList2);

            TextBody textBody8 = new TextBody();

            A.BodyProperties bodyProperties8 = new A.BodyProperties(){ Vertical = A.TextVerticalValues.Horizontal, LeftInset = 91440, TopInset = 45720, RightInset = 91440, BottomInset = 45720, RightToLeftColumns = false, Anchor = A.TextAnchoringTypeValues.Center };
            A.NormalAutoFit normalAutoFit3 = new A.NormalAutoFit();

            bodyProperties8.Append(normalAutoFit3);
            A.ListStyle listStyle8 = new A.ListStyle();

            A.Paragraph paragraph8 = new A.Paragraph();

            A.Run run6 = new A.Run();

            A.RunProperties runProperties8 = new A.RunProperties(){ Language = "en-US", AlternativeLanguage = "ja-JP" };
            runProperties8.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text8 = new A.Text();
            text8.Text = "Click to edit Master title style";

            run6.Append(runProperties8);
            run6.Append(text8);
            A.EndParagraphRunProperties endParagraphRunProperties8 = new A.EndParagraphRunProperties(){ Language = "en-US", Dirty = false };

            paragraph8.Append(run6);
            paragraph8.Append(endParagraphRunProperties8);

            textBody8.Append(bodyProperties8);
            textBody8.Append(listStyle8);
            textBody8.Append(paragraph8);

            shape8.Append(nonVisualShapeProperties8);
            shape8.Append(shapeProperties13);
            shape8.Append(textBody8);

            Shape shape9 = new Shape();

            NonVisualShapeProperties nonVisualShapeProperties9 = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties17 = new NonVisualDrawingProperties(){ Id = (UInt32Value)3U, Name = "Text Placeholder 2" };

            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties9 = new NonVisualShapeDrawingProperties();
            A.ShapeLocks shapeLocks9 = new A.ShapeLocks(){ NoGrouping = true };

            nonVisualShapeDrawingProperties9.Append(shapeLocks9);

            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties17 = new ApplicationNonVisualDrawingProperties();
            PlaceholderShape placeholderShape9 = new PlaceholderShape(){ Type = PlaceholderValues.Body, Index = (UInt32Value)1U };

            applicationNonVisualDrawingProperties17.Append(placeholderShape9);

            nonVisualShapeProperties9.Append(nonVisualDrawingProperties17);
            nonVisualShapeProperties9.Append(nonVisualShapeDrawingProperties9);
            nonVisualShapeProperties9.Append(applicationNonVisualDrawingProperties17);

            ShapeProperties shapeProperties14 = new ShapeProperties();

            A.Transform2D transform2D9 = new A.Transform2D();
            A.Offset offset12 = new A.Offset(){ X = 684390L, Y = 685801L };
            A.Extents extents12 = new A.Extents(){ Cx = 8536623L, Cy = 3615267L };

            transform2D9.Append(offset12);
            transform2D9.Append(extents12);

            A.PresetGeometry presetGeometry7 = new A.PresetGeometry(){ Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList7 = new A.AdjustValueList();

            presetGeometry7.Append(adjustValueList7);

            shapeProperties14.Append(transform2D9);
            shapeProperties14.Append(presetGeometry7);

            TextBody textBody9 = new TextBody();

            A.BodyProperties bodyProperties9 = new A.BodyProperties(){ Vertical = A.TextVerticalValues.Horizontal, LeftInset = 91440, TopInset = 45720, RightInset = 91440, BottomInset = 45720, RightToLeftColumns = false, Anchor = A.TextAnchoringTypeValues.Center };
            A.NormalAutoFit normalAutoFit4 = new A.NormalAutoFit();

            bodyProperties9.Append(normalAutoFit4);
            A.ListStyle listStyle9 = new A.ListStyle();

            A.Paragraph paragraph9 = new A.Paragraph();
            A.ParagraphProperties paragraphProperties1 = new A.ParagraphProperties(){ Level = 0 };

            A.Run run7 = new A.Run();

            A.RunProperties runProperties9 = new A.RunProperties(){ Language = "en-US", AlternativeLanguage = "ja-JP" };
            runProperties9.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text9 = new A.Text();
            text9.Text = "Click to edit Master text styles";

            run7.Append(runProperties9);
            run7.Append(text9);

            paragraph9.Append(paragraphProperties1);
            paragraph9.Append(run7);

            A.Paragraph paragraph10 = new A.Paragraph();
            A.ParagraphProperties paragraphProperties2 = new A.ParagraphProperties(){ Level = 1 };

            A.Run run8 = new A.Run();

            A.RunProperties runProperties10 = new A.RunProperties(){ Language = "en-US", AlternativeLanguage = "ja-JP" };
            runProperties10.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text10 = new A.Text();
            text10.Text = "Second level";

            run8.Append(runProperties10);
            run8.Append(text10);

            paragraph10.Append(paragraphProperties2);
            paragraph10.Append(run8);

            A.Paragraph paragraph11 = new A.Paragraph();
            A.ParagraphProperties paragraphProperties3 = new A.ParagraphProperties(){ Level = 2 };

            A.Run run9 = new A.Run();

            A.RunProperties runProperties11 = new A.RunProperties(){ Language = "en-US", AlternativeLanguage = "ja-JP" };
            runProperties11.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text11 = new A.Text();
            text11.Text = "Third level";

            run9.Append(runProperties11);
            run9.Append(text11);

            paragraph11.Append(paragraphProperties3);
            paragraph11.Append(run9);

            A.Paragraph paragraph12 = new A.Paragraph();
            A.ParagraphProperties paragraphProperties4 = new A.ParagraphProperties(){ Level = 3 };

            A.Run run10 = new A.Run();

            A.RunProperties runProperties12 = new A.RunProperties(){ Language = "en-US", AlternativeLanguage = "ja-JP" };
            runProperties12.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text12 = new A.Text();
            text12.Text = "Fourth level";

            run10.Append(runProperties12);
            run10.Append(text12);

            paragraph12.Append(paragraphProperties4);
            paragraph12.Append(run10);

            A.Paragraph paragraph13 = new A.Paragraph();
            A.ParagraphProperties paragraphProperties5 = new A.ParagraphProperties(){ Level = 4 };

            A.Run run11 = new A.Run();

            A.RunProperties runProperties13 = new A.RunProperties(){ Language = "en-US", AlternativeLanguage = "ja-JP" };
            runProperties13.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text13 = new A.Text();
            text13.Text = "Fifth level";

            run11.Append(runProperties13);
            run11.Append(text13);
            A.EndParagraphRunProperties endParagraphRunProperties9 = new A.EndParagraphRunProperties(){ Language = "en-US", Dirty = false };

            paragraph13.Append(paragraphProperties5);
            paragraph13.Append(run11);
            paragraph13.Append(endParagraphRunProperties9);

            textBody9.Append(bodyProperties9);
            textBody9.Append(listStyle9);
            textBody9.Append(paragraph9);
            textBody9.Append(paragraph10);
            textBody9.Append(paragraph11);
            textBody9.Append(paragraph12);
            textBody9.Append(paragraph13);

            shape9.Append(nonVisualShapeProperties9);
            shape9.Append(shapeProperties14);
            shape9.Append(textBody9);

            Shape shape10 = new Shape();

            NonVisualShapeProperties nonVisualShapeProperties10 = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties18 = new NonVisualDrawingProperties(){ Id = (UInt32Value)4U, Name = "Date Placeholder 3" };

            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties10 = new NonVisualShapeDrawingProperties();
            A.ShapeLocks shapeLocks10 = new A.ShapeLocks(){ NoGrouping = true };

            nonVisualShapeDrawingProperties10.Append(shapeLocks10);

            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties18 = new ApplicationNonVisualDrawingProperties();
            PlaceholderShape placeholderShape10 = new PlaceholderShape(){ Type = PlaceholderValues.DateAndTime, Size = PlaceholderSizeValues.Half, Index = (UInt32Value)2U };

            applicationNonVisualDrawingProperties18.Append(placeholderShape10);

            nonVisualShapeProperties10.Append(nonVisualDrawingProperties18);
            nonVisualShapeProperties10.Append(nonVisualShapeDrawingProperties10);
            nonVisualShapeProperties10.Append(applicationNonVisualDrawingProperties18);

            ShapeProperties shapeProperties15 = new ShapeProperties();

            A.Transform2D transform2D10 = new A.Transform2D();
            A.Offset offset13 = new A.Offset(){ X = 9906992L, Y = 6172201L };
            A.Extents extents13 = new A.Extents(){ Cx = 1600617L, Cy = 365125L };

            transform2D10.Append(offset13);
            transform2D10.Append(extents13);

            A.PresetGeometry presetGeometry8 = new A.PresetGeometry(){ Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList8 = new A.AdjustValueList();

            presetGeometry8.Append(adjustValueList8);

            shapeProperties15.Append(transform2D10);
            shapeProperties15.Append(presetGeometry8);

            TextBody textBody10 = new TextBody();
            A.BodyProperties bodyProperties10 = new A.BodyProperties(){ Vertical = A.TextVerticalValues.Horizontal, LeftInset = 91440, TopInset = 45720, RightInset = 91440, BottomInset = 45720, RightToLeftColumns = false, Anchor = A.TextAnchoringTypeValues.Top };

            A.ListStyle listStyle10 = new A.ListStyle();

            A.Level1ParagraphProperties level1ParagraphProperties4 = new A.Level1ParagraphProperties(){ Alignment = A.TextAlignmentTypeValues.Right };

            A.DefaultRunProperties defaultRunProperties21 = new A.DefaultRunProperties(){ FontSize = 1000, Bold = false, Italic = false };

            A.SolidFill solidFill24 = new A.SolidFill();

            A.SchemeColor schemeColor45 = new A.SchemeColor(){ Val = A.SchemeColorValues.Background2 };
            A.LuminanceModulation luminanceModulation2 = new A.LuminanceModulation(){ Val = 50000 };

            schemeColor45.Append(luminanceModulation2);

            solidFill24.Append(schemeColor45);
            A.EffectList effectList3 = new A.EffectList();
            A.LatinFont latinFont10 = new A.LatinFont(){ Typeface = "+mn-lt" };

            defaultRunProperties21.Append(solidFill24);
            defaultRunProperties21.Append(effectList3);
            defaultRunProperties21.Append(latinFont10);

            level1ParagraphProperties4.Append(defaultRunProperties21);

            listStyle10.Append(level1ParagraphProperties4);

            A.Paragraph paragraph14 = new A.Paragraph();

            A.Field field3 = new A.Field(){ Id = "{CE1A2D98-1BBD-4706-A118-AAC2A16BEAD3}", Type = "datetimeFigureOut" };

            A.RunProperties runProperties14 = new A.RunProperties(){ Kumimoji = true, Language = "ja-JP", AlternativeLanguage = "en-US" };
            runProperties14.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text14 = new A.Text();
            text14.Text = "2012/10/3";

            field3.Append(runProperties14);
            field3.Append(text14);
            A.EndParagraphRunProperties endParagraphRunProperties10 = new A.EndParagraphRunProperties(){ Kumimoji = true, Language = "ja-JP", AlternativeLanguage = "en-US" };

            paragraph14.Append(field3);
            paragraph14.Append(endParagraphRunProperties10);

            textBody10.Append(bodyProperties10);
            textBody10.Append(listStyle10);
            textBody10.Append(paragraph14);

            shape10.Append(nonVisualShapeProperties10);
            shape10.Append(shapeProperties15);
            shape10.Append(textBody10);

            Shape shape11 = new Shape();

            NonVisualShapeProperties nonVisualShapeProperties11 = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties19 = new NonVisualDrawingProperties(){ Id = (UInt32Value)5U, Name = "Footer Placeholder 4" };

            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties11 = new NonVisualShapeDrawingProperties();
            A.ShapeLocks shapeLocks11 = new A.ShapeLocks(){ NoGrouping = true };

            nonVisualShapeDrawingProperties11.Append(shapeLocks11);

            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties19 = new ApplicationNonVisualDrawingProperties();
            PlaceholderShape placeholderShape11 = new PlaceholderShape(){ Type = PlaceholderValues.Footer, Size = PlaceholderSizeValues.Quarter, Index = (UInt32Value)3U };

            applicationNonVisualDrawingProperties19.Append(placeholderShape11);

            nonVisualShapeProperties11.Append(nonVisualDrawingProperties19);
            nonVisualShapeProperties11.Append(nonVisualShapeDrawingProperties11);
            nonVisualShapeProperties11.Append(applicationNonVisualDrawingProperties19);

            ShapeProperties shapeProperties16 = new ShapeProperties();

            A.Transform2D transform2D11 = new A.Transform2D();
            A.Offset offset14 = new A.Offset(){ X = 684390L, Y = 6172201L };
            A.Extents extents14 = new A.Extents(){ Cx = 7545765L, Cy = 365125L };

            transform2D11.Append(offset14);
            transform2D11.Append(extents14);

            A.PresetGeometry presetGeometry9 = new A.PresetGeometry(){ Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList9 = new A.AdjustValueList();

            presetGeometry9.Append(adjustValueList9);

            shapeProperties16.Append(transform2D11);
            shapeProperties16.Append(presetGeometry9);

            TextBody textBody11 = new TextBody();
            A.BodyProperties bodyProperties11 = new A.BodyProperties(){ Vertical = A.TextVerticalValues.Horizontal, LeftInset = 91440, TopInset = 45720, RightInset = 91440, BottomInset = 45720, RightToLeftColumns = false, Anchor = A.TextAnchoringTypeValues.Top };

            A.ListStyle listStyle11 = new A.ListStyle();

            A.Level1ParagraphProperties level1ParagraphProperties5 = new A.Level1ParagraphProperties(){ Alignment = A.TextAlignmentTypeValues.Left };

            A.DefaultRunProperties defaultRunProperties22 = new A.DefaultRunProperties(){ FontSize = 1000, Bold = false, Italic = false };

            A.SolidFill solidFill25 = new A.SolidFill();

            A.SchemeColor schemeColor46 = new A.SchemeColor(){ Val = A.SchemeColorValues.Background2 };
            A.LuminanceModulation luminanceModulation3 = new A.LuminanceModulation(){ Val = 50000 };

            schemeColor46.Append(luminanceModulation3);

            solidFill25.Append(schemeColor46);
            A.EffectList effectList4 = new A.EffectList();
            A.LatinFont latinFont11 = new A.LatinFont(){ Typeface = "+mn-lt" };

            defaultRunProperties22.Append(solidFill25);
            defaultRunProperties22.Append(effectList4);
            defaultRunProperties22.Append(latinFont11);

            level1ParagraphProperties5.Append(defaultRunProperties22);

            listStyle11.Append(level1ParagraphProperties5);

            A.Paragraph paragraph15 = new A.Paragraph();
            A.EndParagraphRunProperties endParagraphRunProperties11 = new A.EndParagraphRunProperties(){ Kumimoji = true, Language = "ja-JP", AlternativeLanguage = "en-US" };

            paragraph15.Append(endParagraphRunProperties11);

            textBody11.Append(bodyProperties11);
            textBody11.Append(listStyle11);
            textBody11.Append(paragraph15);

            shape11.Append(nonVisualShapeProperties11);
            shape11.Append(shapeProperties16);
            shape11.Append(textBody11);

            Shape shape12 = new Shape();

            NonVisualShapeProperties nonVisualShapeProperties12 = new NonVisualShapeProperties();
            NonVisualDrawingProperties nonVisualDrawingProperties20 = new NonVisualDrawingProperties(){ Id = (UInt32Value)6U, Name = "Slide Number Placeholder 5" };

            NonVisualShapeDrawingProperties nonVisualShapeDrawingProperties12 = new NonVisualShapeDrawingProperties();
            A.ShapeLocks shapeLocks12 = new A.ShapeLocks(){ NoGrouping = true };

            nonVisualShapeDrawingProperties12.Append(shapeLocks12);

            ApplicationNonVisualDrawingProperties applicationNonVisualDrawingProperties20 = new ApplicationNonVisualDrawingProperties();
            PlaceholderShape placeholderShape12 = new PlaceholderShape(){ Type = PlaceholderValues.SlideNumber, Size = PlaceholderSizeValues.Quarter, Index = (UInt32Value)4U };

            applicationNonVisualDrawingProperties20.Append(placeholderShape12);

            nonVisualShapeProperties12.Append(nonVisualDrawingProperties20);
            nonVisualShapeProperties12.Append(nonVisualShapeDrawingProperties12);
            nonVisualShapeProperties12.Append(applicationNonVisualDrawingProperties20);

            ShapeProperties shapeProperties17 = new ShapeProperties();

            A.Transform2D transform2D12 = new A.Transform2D();
            A.Offset offset15 = new A.Offset(){ X = 10365900L, Y = 5578476L };
            A.Extents extents15 = new A.Extents(){ Cx = 1142543L, Cy = 669925L };

            transform2D12.Append(offset15);
            transform2D12.Append(extents15);

            A.PresetGeometry presetGeometry10 = new A.PresetGeometry(){ Preset = A.ShapeTypeValues.Rectangle };
            A.AdjustValueList adjustValueList10 = new A.AdjustValueList();

            presetGeometry10.Append(adjustValueList10);

            shapeProperties17.Append(transform2D12);
            shapeProperties17.Append(presetGeometry10);

            TextBody textBody12 = new TextBody();
            A.BodyProperties bodyProperties12 = new A.BodyProperties(){ Vertical = A.TextVerticalValues.Horizontal, LeftInset = 91440, TopInset = 45720, RightInset = 91440, BottomInset = 45720, RightToLeftColumns = false, Anchor = A.TextAnchoringTypeValues.Bottom };

            A.ListStyle listStyle12 = new A.ListStyle();

            A.Level1ParagraphProperties level1ParagraphProperties6 = new A.Level1ParagraphProperties(){ Alignment = A.TextAlignmentTypeValues.Right };

            A.DefaultRunProperties defaultRunProperties23 = new A.DefaultRunProperties(){ FontSize = 3200, Bold = false, Italic = false };

            A.SolidFill solidFill26 = new A.SolidFill();

            A.SchemeColor schemeColor47 = new A.SchemeColor(){ Val = A.SchemeColorValues.Background2 };
            A.LuminanceModulation luminanceModulation4 = new A.LuminanceModulation(){ Val = 50000 };

            schemeColor47.Append(luminanceModulation4);

            solidFill26.Append(schemeColor47);
            A.EffectList effectList5 = new A.EffectList();
            A.LatinFont latinFont12 = new A.LatinFont(){ Typeface = "+mn-lt" };

            defaultRunProperties23.Append(solidFill26);
            defaultRunProperties23.Append(effectList5);
            defaultRunProperties23.Append(latinFont12);

            level1ParagraphProperties6.Append(defaultRunProperties23);

            listStyle12.Append(level1ParagraphProperties6);

            A.Paragraph paragraph16 = new A.Paragraph();

            A.Field field4 = new A.Field(){ Id = "{D107CD50-7081-433F-A1F2-156B4E14F4F4}", Type = "slidenum" };

            A.RunProperties runProperties15 = new A.RunProperties(){ Kumimoji = true, Language = "ja-JP", AlternativeLanguage = "en-US" };
            runProperties15.SetAttribute(new OpenXmlAttribute("", "smtClean", "", "0"));
            A.Text text15 = new A.Text();
            text15.Text = "‹#›";

            field4.Append(runProperties15);
            field4.Append(text15);
            A.EndParagraphRunProperties endParagraphRunProperties12 = new A.EndParagraphRunProperties(){ Kumimoji = true, Language = "ja-JP", AlternativeLanguage = "en-US" };

            paragraph16.Append(field4);
            paragraph16.Append(endParagraphRunProperties12);

            textBody12.Append(bodyProperties12);
            textBody12.Append(listStyle12);
            textBody12.Append(paragraph16);

            shape12.Append(nonVisualShapeProperties12);
            shape12.Append(shapeProperties17);
            shape12.Append(textBody12);

            shapeTree3.Append(nonVisualGroupShapeProperties3);
            shapeTree3.Append(groupShapeProperties3);
            shapeTree3.Append(shape8);
            shapeTree3.Append(shape9);
            shapeTree3.Append(shape10);
            shapeTree3.Append(shape11);
            shapeTree3.Append(shape12);

            CommonSlideDataExtensionList commonSlideDataExtensionList3 = new CommonSlideDataExtensionList();

            CommonSlideDataExtension commonSlideDataExtension3 = new CommonSlideDataExtension(){ Uri = "{BB962C8B-B14F-4D97-AF65-F5344CB8AC3E}" };

            P14.CreationId creationId3 = new P14.CreationId(){ Val = (UInt32Value)1057398551U };
            creationId3.AddNamespaceDeclaration("p14", "http://schemas.microsoft.com/office/powerpoint/2010/main");

            commonSlideDataExtension3.Append(creationId3);

            commonSlideDataExtensionList3.Append(commonSlideDataExtension3);

            commonSlideData3.Append(background1);
            commonSlideData3.Append(shapeTree3);
            commonSlideData3.Append(commonSlideDataExtensionList3);
            ColorMap colorMap1 = new ColorMap(){ Background1 = A.ColorSchemeIndexValues.Dark1, Text1 = A.ColorSchemeIndexValues.Light1, Background2 = A.ColorSchemeIndexValues.Dark2, Text2 = A.ColorSchemeIndexValues.Light2, Accent1 = A.ColorSchemeIndexValues.Accent1, Accent2 = A.ColorSchemeIndexValues.Accent2, Accent3 = A.ColorSchemeIndexValues.Accent3, Accent4 = A.ColorSchemeIndexValues.Accent4, Accent5 = A.ColorSchemeIndexValues.Accent5, Accent6 = A.ColorSchemeIndexValues.Accent6, Hyperlink = A.ColorSchemeIndexValues.Hyperlink, FollowedHyperlink = A.ColorSchemeIndexValues.FollowedHyperlink };

            SlideLayoutIdList slideLayoutIdList1 = new SlideLayoutIdList();
            SlideLayoutId slideLayoutId1 = new SlideLayoutId(){ Id = (UInt32Value)2147483754U, RelationshipId = "rId1" };
            SlideLayoutId slideLayoutId2 = new SlideLayoutId(){ Id = (UInt32Value)2147483755U, RelationshipId = "rId2" };
            SlideLayoutId slideLayoutId3 = new SlideLayoutId(){ Id = (UInt32Value)2147483756U, RelationshipId = "rId3" };
            SlideLayoutId slideLayoutId4 = new SlideLayoutId(){ Id = (UInt32Value)2147483757U, RelationshipId = "rId4" };
            SlideLayoutId slideLayoutId5 = new SlideLayoutId(){ Id = (UInt32Value)2147483758U, RelationshipId = "rId5" };
            SlideLayoutId slideLayoutId6 = new SlideLayoutId(){ Id = (UInt32Value)2147483759U, RelationshipId = "rId6" };
            SlideLayoutId slideLayoutId7 = new SlideLayoutId(){ Id = (UInt32Value)2147483760U, RelationshipId = "rId7" };
            SlideLayoutId slideLayoutId8 = new SlideLayoutId(){ Id = (UInt32Value)2147483761U, RelationshipId = "rId8" };
            SlideLayoutId slideLayoutId9 = new SlideLayoutId(){ Id = (UInt32Value)2147483762U, RelationshipId = "rId9" };
            SlideLayoutId slideLayoutId10 = new SlideLayoutId(){ Id = (UInt32Value)2147483763U, RelationshipId = "rId10" };
            SlideLayoutId slideLayoutId11 = new SlideLayoutId(){ Id = (UInt32Value)2147483764U, RelationshipId = "rId11" };
            SlideLayoutId slideLayoutId12 = new SlideLayoutId(){ Id = (UInt32Value)2147483765U, RelationshipId = "rId12" };
            SlideLayoutId slideLayoutId13 = new SlideLayoutId(){ Id = (UInt32Value)2147483766U, RelationshipId = "rId13" };
            SlideLayoutId slideLayoutId14 = new SlideLayoutId(){ Id = (UInt32Value)2147483767U, RelationshipId = "rId14" };
            SlideLayoutId slideLayoutId15 = new SlideLayoutId(){ Id = (UInt32Value)2147483768U, RelationshipId = "rId15" };
            SlideLayoutId slideLayoutId16 = new SlideLayoutId(){ Id = (UInt32Value)2147483769U, RelationshipId = "rId16" };
            SlideLayoutId slideLayoutId17 = new SlideLayoutId(){ Id = (UInt32Value)2147483770U, RelationshipId = "rId17" };

            slideLayoutIdList1.Append(slideLayoutId1);
            slideLayoutIdList1.Append(slideLayoutId2);
            slideLayoutIdList1.Append(slideLayoutId3);
            slideLayoutIdList1.Append(slideLayoutId4);
            slideLayoutIdList1.Append(slideLayoutId5);
            slideLayoutIdList1.Append(slideLayoutId6);
            slideLayoutIdList1.Append(slideLayoutId7);
            slideLayoutIdList1.Append(slideLayoutId8);
            slideLayoutIdList1.Append(slideLayoutId9);
            slideLayoutIdList1.Append(slideLayoutId10);
            slideLayoutIdList1.Append(slideLayoutId11);
            slideLayoutIdList1.Append(slideLayoutId12);
            slideLayoutIdList1.Append(slideLayoutId13);
            slideLayoutIdList1.Append(slideLayoutId14);
            slideLayoutIdList1.Append(slideLayoutId15);
            slideLayoutIdList1.Append(slideLayoutId16);
            slideLayoutIdList1.Append(slideLayoutId17);

            AlternateContent alternateContent2 = new AlternateContent();
            alternateContent2.AddNamespaceDeclaration("mc", "http://schemas.openxmlformats.org/markup-compatibility/2006");
            alternateContent2.AddNamespaceDeclaration("p14", "http://schemas.microsoft.com/office/powerpoint/2010/main");

            AlternateContentChoice alternateContentChoice2 = new AlternateContentChoice(){ Requires = "p14" };

            Transition transition3 = new Transition(){ Speed = TransitionSpeedValues.Slow, Duration = "1500" };
            SplitTransition splitTransition1 = new SplitTransition(){ Orientation = DirectionValues.Vertical };

            transition3.Append(splitTransition1);

            alternateContentChoice2.Append(transition3);

            AlternateContentFallback alternateContentFallback2 = new AlternateContentFallback();

            Transition transition4 = new Transition(){ Speed = TransitionSpeedValues.Slow };
            SplitTransition splitTransition2 = new SplitTransition(){ Orientation = DirectionValues.Vertical };

            transition4.Append(splitTransition2);

            alternateContentFallback2.Append(transition4);

            alternateContent2.Append(alternateContentChoice2);
            alternateContent2.Append(alternateContentFallback2);

            Timing timing3 = new Timing();

            TimeNodeList timeNodeList3 = new TimeNodeList();

            ParallelTimeNode parallelTimeNode3 = new ParallelTimeNode();
            CommonTimeNode commonTimeNode3 = new CommonTimeNode(){ Id = (UInt32Value)1U, Duration = "indefinite", Restart = TimeNodeRestartValues.Never, NodeType = TimeNodeValues.TmingRoot };

            parallelTimeNode3.Append(commonTimeNode3);

            timeNodeList3.Append(parallelTimeNode3);

            timing3.Append(timeNodeList3);

            TextStyles textStyles1 = new TextStyles();

            TitleStyle titleStyle1 = new TitleStyle();

            A.Level1ParagraphProperties level1ParagraphProperties7 = new A.Level1ParagraphProperties(){ Alignment = A.TextAlignmentTypeValues.Left, DefaultTabSize = 457200, RightToLeft = false, EastAsianLineBreak = true, LatinLineBreak = false, Height = true };

            A.SpaceBefore spaceBefore1 = new A.SpaceBefore();
            A.SpacingPercent spacingPercent1 = new A.SpacingPercent(){ Val = 0 };

            spaceBefore1.Append(spacingPercent1);
            A.NoBullet noBullet10 = new A.NoBullet();

            A.DefaultRunProperties defaultRunProperties24 = new A.DefaultRunProperties(){ Kumimoji = true, FontSize = 3600, Kerning = 1200, Capital = A.TextCapsValues.All };

            A.Outline outline6 = new A.Outline(){ Width = 3175, CompoundLineType = A.CompoundLineValues.Single };
            A.NoFill noFill1 = new A.NoFill();

            outline6.Append(noFill1);

            A.SolidFill solidFill27 = new A.SolidFill();
            A.SchemeColor schemeColor48 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill27.Append(schemeColor48);
            A.EffectList effectList6 = new A.EffectList();
            A.LatinFont latinFont13 = new A.LatinFont(){ Typeface = "+mj-lt" };
            A.EastAsianFont eastAsianFont10 = new A.EastAsianFont(){ Typeface = "+mj-ea" };
            A.ComplexScriptFont complexScriptFont10 = new A.ComplexScriptFont(){ Typeface = "Trebuchet MS" };

            defaultRunProperties24.Append(outline6);
            defaultRunProperties24.Append(solidFill27);
            defaultRunProperties24.Append(effectList6);
            defaultRunProperties24.Append(latinFont13);
            defaultRunProperties24.Append(eastAsianFont10);
            defaultRunProperties24.Append(complexScriptFont10);

            level1ParagraphProperties7.Append(spaceBefore1);
            level1ParagraphProperties7.Append(noBullet10);
            level1ParagraphProperties7.Append(defaultRunProperties24);

            A.Level2ParagraphProperties level2ParagraphProperties3 = new A.Level2ParagraphProperties(){ EastAsianLineBreak = true, Height = true };

            A.DefaultRunProperties defaultRunProperties25 = new A.DefaultRunProperties(){ Kumimoji = true };

            A.SolidFill solidFill28 = new A.SolidFill();
            A.SchemeColor schemeColor49 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill28.Append(schemeColor49);

            defaultRunProperties25.Append(solidFill28);

            level2ParagraphProperties3.Append(defaultRunProperties25);

            A.Level3ParagraphProperties level3ParagraphProperties3 = new A.Level3ParagraphProperties(){ EastAsianLineBreak = true, Height = true };

            A.DefaultRunProperties defaultRunProperties26 = new A.DefaultRunProperties(){ Kumimoji = true };

            A.SolidFill solidFill29 = new A.SolidFill();
            A.SchemeColor schemeColor50 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill29.Append(schemeColor50);

            defaultRunProperties26.Append(solidFill29);

            level3ParagraphProperties3.Append(defaultRunProperties26);

            A.Level4ParagraphProperties level4ParagraphProperties3 = new A.Level4ParagraphProperties(){ EastAsianLineBreak = true, Height = true };

            A.DefaultRunProperties defaultRunProperties27 = new A.DefaultRunProperties(){ Kumimoji = true };

            A.SolidFill solidFill30 = new A.SolidFill();
            A.SchemeColor schemeColor51 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill30.Append(schemeColor51);

            defaultRunProperties27.Append(solidFill30);

            level4ParagraphProperties3.Append(defaultRunProperties27);

            A.Level5ParagraphProperties level5ParagraphProperties3 = new A.Level5ParagraphProperties(){ EastAsianLineBreak = true, Height = true };

            A.DefaultRunProperties defaultRunProperties28 = new A.DefaultRunProperties(){ Kumimoji = true };

            A.SolidFill solidFill31 = new A.SolidFill();
            A.SchemeColor schemeColor52 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill31.Append(schemeColor52);

            defaultRunProperties28.Append(solidFill31);

            level5ParagraphProperties3.Append(defaultRunProperties28);

            A.Level6ParagraphProperties level6ParagraphProperties3 = new A.Level6ParagraphProperties(){ EastAsianLineBreak = true, Height = true };

            A.DefaultRunProperties defaultRunProperties29 = new A.DefaultRunProperties(){ Kumimoji = true };

            A.SolidFill solidFill32 = new A.SolidFill();
            A.SchemeColor schemeColor53 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill32.Append(schemeColor53);

            defaultRunProperties29.Append(solidFill32);

            level6ParagraphProperties3.Append(defaultRunProperties29);

            A.Level7ParagraphProperties level7ParagraphProperties3 = new A.Level7ParagraphProperties(){ EastAsianLineBreak = true, Height = true };

            A.DefaultRunProperties defaultRunProperties30 = new A.DefaultRunProperties(){ Kumimoji = true };

            A.SolidFill solidFill33 = new A.SolidFill();
            A.SchemeColor schemeColor54 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill33.Append(schemeColor54);

            defaultRunProperties30.Append(solidFill33);

            level7ParagraphProperties3.Append(defaultRunProperties30);

            A.Level8ParagraphProperties level8ParagraphProperties3 = new A.Level8ParagraphProperties(){ EastAsianLineBreak = true, Height = true };

            A.DefaultRunProperties defaultRunProperties31 = new A.DefaultRunProperties(){ Kumimoji = true };

            A.SolidFill solidFill34 = new A.SolidFill();
            A.SchemeColor schemeColor55 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill34.Append(schemeColor55);

            defaultRunProperties31.Append(solidFill34);

            level8ParagraphProperties3.Append(defaultRunProperties31);

            A.Level9ParagraphProperties level9ParagraphProperties3 = new A.Level9ParagraphProperties(){ EastAsianLineBreak = true, Height = true };

            A.DefaultRunProperties defaultRunProperties32 = new A.DefaultRunProperties(){ Kumimoji = true };

            A.SolidFill solidFill35 = new A.SolidFill();
            A.SchemeColor schemeColor56 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text2 };

            solidFill35.Append(schemeColor56);

            defaultRunProperties32.Append(solidFill35);

            level9ParagraphProperties3.Append(defaultRunProperties32);

            titleStyle1.Append(level1ParagraphProperties7);
            titleStyle1.Append(level2ParagraphProperties3);
            titleStyle1.Append(level3ParagraphProperties3);
            titleStyle1.Append(level4ParagraphProperties3);
            titleStyle1.Append(level5ParagraphProperties3);
            titleStyle1.Append(level6ParagraphProperties3);
            titleStyle1.Append(level7ParagraphProperties3);
            titleStyle1.Append(level8ParagraphProperties3);
            titleStyle1.Append(level9ParagraphProperties3);

            BodyStyle bodyStyle1 = new BodyStyle();

            A.Level1ParagraphProperties level1ParagraphProperties8 = new A.Level1ParagraphProperties(){ LeftMargin = 285750, Indent = -285750, Alignment = A.TextAlignmentTypeValues.Left, DefaultTabSize = 457200, RightToLeft = false, EastAsianLineBreak = true, LatinLineBreak = false, Height = true };

            A.SpaceBefore spaceBefore2 = new A.SpaceBefore();
            A.SpacingPercent spacingPercent2 = new A.SpacingPercent(){ Val = 20000 };

            spaceBefore2.Append(spacingPercent2);

            A.SpaceAfter spaceAfter1 = new A.SpaceAfter();
            A.SpacingPoints spacingPoints1 = new A.SpacingPoints(){ Val = 600 };

            spaceAfter1.Append(spacingPoints1);

            A.BulletColor bulletColor1 = new A.BulletColor();
            A.SchemeColor schemeColor57 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            bulletColor1.Append(schemeColor57);
            A.BulletSizePercentage bulletSizePercentage1 = new A.BulletSizePercentage(){ Val = 70000 };
            A.BulletFont bulletFont1 = new A.BulletFont(){ Typeface = "Lucida Grande" };
            A.CharacterBullet characterBullet1 = new A.CharacterBullet(){ Char = "►" };

            A.DefaultRunProperties defaultRunProperties33 = new A.DefaultRunProperties(){ Kumimoji = true, FontSize = 1800, Kerning = 1200, Capital = A.TextCapsValues.None };

            A.SolidFill solidFill36 = new A.SolidFill();

            A.SchemeColor schemeColor58 = new A.SchemeColor(){ Val = A.SchemeColorValues.Background2 };
            A.LuminanceModulation luminanceModulation5 = new A.LuminanceModulation(){ Val = 75000 };

            schemeColor58.Append(luminanceModulation5);

            solidFill36.Append(schemeColor58);
            A.EffectList effectList7 = new A.EffectList();
            A.LatinFont latinFont14 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont11 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont11 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties33.Append(solidFill36);
            defaultRunProperties33.Append(effectList7);
            defaultRunProperties33.Append(latinFont14);
            defaultRunProperties33.Append(eastAsianFont11);
            defaultRunProperties33.Append(complexScriptFont11);

            level1ParagraphProperties8.Append(spaceBefore2);
            level1ParagraphProperties8.Append(spaceAfter1);
            level1ParagraphProperties8.Append(bulletColor1);
            level1ParagraphProperties8.Append(bulletSizePercentage1);
            level1ParagraphProperties8.Append(bulletFont1);
            level1ParagraphProperties8.Append(characterBullet1);
            level1ParagraphProperties8.Append(defaultRunProperties33);

            A.Level2ParagraphProperties level2ParagraphProperties4 = new A.Level2ParagraphProperties(){ LeftMargin = 742950, Indent = -285750, Alignment = A.TextAlignmentTypeValues.Left, DefaultTabSize = 457200, RightToLeft = false, EastAsianLineBreak = true, LatinLineBreak = false, Height = true };

            A.SpaceBefore spaceBefore3 = new A.SpaceBefore();
            A.SpacingPercent spacingPercent3 = new A.SpacingPercent(){ Val = 20000 };

            spaceBefore3.Append(spacingPercent3);

            A.SpaceAfter spaceAfter2 = new A.SpaceAfter();
            A.SpacingPoints spacingPoints2 = new A.SpacingPoints(){ Val = 600 };

            spaceAfter2.Append(spacingPoints2);

            A.BulletColor bulletColor2 = new A.BulletColor();
            A.SchemeColor schemeColor59 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            bulletColor2.Append(schemeColor59);
            A.BulletSizePercentage bulletSizePercentage2 = new A.BulletSizePercentage(){ Val = 70000 };
            A.BulletFont bulletFont2 = new A.BulletFont(){ Typeface = "Lucida Grande" };
            A.CharacterBullet characterBullet2 = new A.CharacterBullet(){ Char = "►" };

            A.DefaultRunProperties defaultRunProperties34 = new A.DefaultRunProperties(){ Kumimoji = true, FontSize = 1600, Kerning = 1200, Capital = A.TextCapsValues.None };

            A.SolidFill solidFill37 = new A.SolidFill();

            A.SchemeColor schemeColor60 = new A.SchemeColor(){ Val = A.SchemeColorValues.Background2 };
            A.LuminanceModulation luminanceModulation6 = new A.LuminanceModulation(){ Val = 75000 };

            schemeColor60.Append(luminanceModulation6);

            solidFill37.Append(schemeColor60);
            A.EffectList effectList8 = new A.EffectList();
            A.LatinFont latinFont15 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont12 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont12 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties34.Append(solidFill37);
            defaultRunProperties34.Append(effectList8);
            defaultRunProperties34.Append(latinFont15);
            defaultRunProperties34.Append(eastAsianFont12);
            defaultRunProperties34.Append(complexScriptFont12);

            level2ParagraphProperties4.Append(spaceBefore3);
            level2ParagraphProperties4.Append(spaceAfter2);
            level2ParagraphProperties4.Append(bulletColor2);
            level2ParagraphProperties4.Append(bulletSizePercentage2);
            level2ParagraphProperties4.Append(bulletFont2);
            level2ParagraphProperties4.Append(characterBullet2);
            level2ParagraphProperties4.Append(defaultRunProperties34);

            A.Level3ParagraphProperties level3ParagraphProperties4 = new A.Level3ParagraphProperties(){ LeftMargin = 1200150, Indent = -285750, Alignment = A.TextAlignmentTypeValues.Left, DefaultTabSize = 457200, RightToLeft = false, EastAsianLineBreak = true, LatinLineBreak = false, Height = true };

            A.SpaceBefore spaceBefore4 = new A.SpaceBefore();
            A.SpacingPercent spacingPercent4 = new A.SpacingPercent(){ Val = 20000 };

            spaceBefore4.Append(spacingPercent4);

            A.SpaceAfter spaceAfter3 = new A.SpaceAfter();
            A.SpacingPoints spacingPoints3 = new A.SpacingPoints(){ Val = 600 };

            spaceAfter3.Append(spacingPoints3);

            A.BulletColor bulletColor3 = new A.BulletColor();
            A.SchemeColor schemeColor61 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            bulletColor3.Append(schemeColor61);
            A.BulletSizePercentage bulletSizePercentage3 = new A.BulletSizePercentage(){ Val = 70000 };
            A.BulletFont bulletFont3 = new A.BulletFont(){ Typeface = "Lucida Grande" };
            A.CharacterBullet characterBullet3 = new A.CharacterBullet(){ Char = "►" };

            A.DefaultRunProperties defaultRunProperties35 = new A.DefaultRunProperties(){ Kumimoji = true, FontSize = 1400, Kerning = 1200, Capital = A.TextCapsValues.None };

            A.SolidFill solidFill38 = new A.SolidFill();

            A.SchemeColor schemeColor62 = new A.SchemeColor(){ Val = A.SchemeColorValues.Background2 };
            A.LuminanceModulation luminanceModulation7 = new A.LuminanceModulation(){ Val = 75000 };

            schemeColor62.Append(luminanceModulation7);

            solidFill38.Append(schemeColor62);
            A.EffectList effectList9 = new A.EffectList();
            A.LatinFont latinFont16 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont13 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont13 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties35.Append(solidFill38);
            defaultRunProperties35.Append(effectList9);
            defaultRunProperties35.Append(latinFont16);
            defaultRunProperties35.Append(eastAsianFont13);
            defaultRunProperties35.Append(complexScriptFont13);

            level3ParagraphProperties4.Append(spaceBefore4);
            level3ParagraphProperties4.Append(spaceAfter3);
            level3ParagraphProperties4.Append(bulletColor3);
            level3ParagraphProperties4.Append(bulletSizePercentage3);
            level3ParagraphProperties4.Append(bulletFont3);
            level3ParagraphProperties4.Append(characterBullet3);
            level3ParagraphProperties4.Append(defaultRunProperties35);

            A.Level4ParagraphProperties level4ParagraphProperties4 = new A.Level4ParagraphProperties(){ LeftMargin = 1543050, Indent = -171450, Alignment = A.TextAlignmentTypeValues.Left, DefaultTabSize = 457200, RightToLeft = false, EastAsianLineBreak = true, LatinLineBreak = false, Height = true };

            A.SpaceBefore spaceBefore5 = new A.SpaceBefore();
            A.SpacingPercent spacingPercent5 = new A.SpacingPercent(){ Val = 20000 };

            spaceBefore5.Append(spacingPercent5);

            A.SpaceAfter spaceAfter4 = new A.SpaceAfter();
            A.SpacingPoints spacingPoints4 = new A.SpacingPoints(){ Val = 600 };

            spaceAfter4.Append(spacingPoints4);

            A.BulletColor bulletColor4 = new A.BulletColor();
            A.SchemeColor schemeColor63 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            bulletColor4.Append(schemeColor63);
            A.BulletSizePercentage bulletSizePercentage4 = new A.BulletSizePercentage(){ Val = 70000 };
            A.BulletFont bulletFont4 = new A.BulletFont(){ Typeface = "Lucida Grande" };
            A.CharacterBullet characterBullet4 = new A.CharacterBullet(){ Char = "►" };

            A.DefaultRunProperties defaultRunProperties36 = new A.DefaultRunProperties(){ Kumimoji = true, FontSize = 1200, Kerning = 1200, Capital = A.TextCapsValues.None };

            A.SolidFill solidFill39 = new A.SolidFill();

            A.SchemeColor schemeColor64 = new A.SchemeColor(){ Val = A.SchemeColorValues.Background2 };
            A.LuminanceModulation luminanceModulation8 = new A.LuminanceModulation(){ Val = 75000 };

            schemeColor64.Append(luminanceModulation8);

            solidFill39.Append(schemeColor64);
            A.EffectList effectList10 = new A.EffectList();
            A.LatinFont latinFont17 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont14 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont14 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties36.Append(solidFill39);
            defaultRunProperties36.Append(effectList10);
            defaultRunProperties36.Append(latinFont17);
            defaultRunProperties36.Append(eastAsianFont14);
            defaultRunProperties36.Append(complexScriptFont14);

            level4ParagraphProperties4.Append(spaceBefore5);
            level4ParagraphProperties4.Append(spaceAfter4);
            level4ParagraphProperties4.Append(bulletColor4);
            level4ParagraphProperties4.Append(bulletSizePercentage4);
            level4ParagraphProperties4.Append(bulletFont4);
            level4ParagraphProperties4.Append(characterBullet4);
            level4ParagraphProperties4.Append(defaultRunProperties36);

            A.Level5ParagraphProperties level5ParagraphProperties4 = new A.Level5ParagraphProperties(){ LeftMargin = 2000250, Indent = -171450, Alignment = A.TextAlignmentTypeValues.Left, DefaultTabSize = 457200, RightToLeft = false, EastAsianLineBreak = true, LatinLineBreak = false, Height = true };

            A.SpaceBefore spaceBefore6 = new A.SpaceBefore();
            A.SpacingPercent spacingPercent6 = new A.SpacingPercent(){ Val = 20000 };

            spaceBefore6.Append(spacingPercent6);

            A.SpaceAfter spaceAfter5 = new A.SpaceAfter();
            A.SpacingPoints spacingPoints5 = new A.SpacingPoints(){ Val = 600 };

            spaceAfter5.Append(spacingPoints5);

            A.BulletColor bulletColor5 = new A.BulletColor();
            A.SchemeColor schemeColor65 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            bulletColor5.Append(schemeColor65);
            A.BulletSizePercentage bulletSizePercentage5 = new A.BulletSizePercentage(){ Val = 70000 };
            A.BulletFont bulletFont5 = new A.BulletFont(){ Typeface = "Lucida Grande" };
            A.CharacterBullet characterBullet5 = new A.CharacterBullet(){ Char = "►" };

            A.DefaultRunProperties defaultRunProperties37 = new A.DefaultRunProperties(){ Kumimoji = true, FontSize = 1200, Kerning = 1200, Capital = A.TextCapsValues.None };

            A.SolidFill solidFill40 = new A.SolidFill();

            A.SchemeColor schemeColor66 = new A.SchemeColor(){ Val = A.SchemeColorValues.Background2 };
            A.LuminanceModulation luminanceModulation9 = new A.LuminanceModulation(){ Val = 75000 };

            schemeColor66.Append(luminanceModulation9);

            solidFill40.Append(schemeColor66);
            A.EffectList effectList11 = new A.EffectList();
            A.LatinFont latinFont18 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont15 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont15 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties37.Append(solidFill40);
            defaultRunProperties37.Append(effectList11);
            defaultRunProperties37.Append(latinFont18);
            defaultRunProperties37.Append(eastAsianFont15);
            defaultRunProperties37.Append(complexScriptFont15);

            level5ParagraphProperties4.Append(spaceBefore6);
            level5ParagraphProperties4.Append(spaceAfter5);
            level5ParagraphProperties4.Append(bulletColor5);
            level5ParagraphProperties4.Append(bulletSizePercentage5);
            level5ParagraphProperties4.Append(bulletFont5);
            level5ParagraphProperties4.Append(characterBullet5);
            level5ParagraphProperties4.Append(defaultRunProperties37);

            A.Level6ParagraphProperties level6ParagraphProperties4 = new A.Level6ParagraphProperties(){ LeftMargin = 2514600, Indent = -228600, Alignment = A.TextAlignmentTypeValues.Left, DefaultTabSize = 457200, RightToLeft = false, EastAsianLineBreak = true, LatinLineBreak = false, Height = true };

            A.SpaceBefore spaceBefore7 = new A.SpaceBefore();
            A.SpacingPercent spacingPercent7 = new A.SpacingPercent(){ Val = 20000 };

            spaceBefore7.Append(spacingPercent7);
            A.BulletFont bulletFont6 = new A.BulletFont(){ Typeface = "Arial" };
            A.CharacterBullet characterBullet6 = new A.CharacterBullet(){ Char = "•" };

            A.DefaultRunProperties defaultRunProperties38 = new A.DefaultRunProperties(){ Kumimoji = true, FontSize = 2000, Kerning = 1200 };

            A.SolidFill solidFill41 = new A.SolidFill();
            A.SchemeColor schemeColor67 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill41.Append(schemeColor67);
            A.LatinFont latinFont19 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont16 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont16 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties38.Append(solidFill41);
            defaultRunProperties38.Append(latinFont19);
            defaultRunProperties38.Append(eastAsianFont16);
            defaultRunProperties38.Append(complexScriptFont16);

            level6ParagraphProperties4.Append(spaceBefore7);
            level6ParagraphProperties4.Append(bulletFont6);
            level6ParagraphProperties4.Append(characterBullet6);
            level6ParagraphProperties4.Append(defaultRunProperties38);

            A.Level7ParagraphProperties level7ParagraphProperties4 = new A.Level7ParagraphProperties(){ LeftMargin = 2971800, Indent = -228600, Alignment = A.TextAlignmentTypeValues.Left, DefaultTabSize = 457200, RightToLeft = false, EastAsianLineBreak = true, LatinLineBreak = false, Height = true };

            A.SpaceBefore spaceBefore8 = new A.SpaceBefore();
            A.SpacingPercent spacingPercent8 = new A.SpacingPercent(){ Val = 20000 };

            spaceBefore8.Append(spacingPercent8);
            A.BulletFont bulletFont7 = new A.BulletFont(){ Typeface = "Arial" };
            A.CharacterBullet characterBullet7 = new A.CharacterBullet(){ Char = "•" };

            A.DefaultRunProperties defaultRunProperties39 = new A.DefaultRunProperties(){ Kumimoji = true, FontSize = 2000, Kerning = 1200 };

            A.SolidFill solidFill42 = new A.SolidFill();
            A.SchemeColor schemeColor68 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill42.Append(schemeColor68);
            A.LatinFont latinFont20 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont17 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont17 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties39.Append(solidFill42);
            defaultRunProperties39.Append(latinFont20);
            defaultRunProperties39.Append(eastAsianFont17);
            defaultRunProperties39.Append(complexScriptFont17);

            level7ParagraphProperties4.Append(spaceBefore8);
            level7ParagraphProperties4.Append(bulletFont7);
            level7ParagraphProperties4.Append(characterBullet7);
            level7ParagraphProperties4.Append(defaultRunProperties39);

            A.Level8ParagraphProperties level8ParagraphProperties4 = new A.Level8ParagraphProperties(){ LeftMargin = 3429000, Indent = -228600, Alignment = A.TextAlignmentTypeValues.Left, DefaultTabSize = 457200, RightToLeft = false, EastAsianLineBreak = true, LatinLineBreak = false, Height = true };

            A.SpaceBefore spaceBefore9 = new A.SpaceBefore();
            A.SpacingPercent spacingPercent9 = new A.SpacingPercent(){ Val = 20000 };

            spaceBefore9.Append(spacingPercent9);
            A.BulletFont bulletFont8 = new A.BulletFont(){ Typeface = "Arial" };
            A.CharacterBullet characterBullet8 = new A.CharacterBullet(){ Char = "•" };

            A.DefaultRunProperties defaultRunProperties40 = new A.DefaultRunProperties(){ Kumimoji = true, FontSize = 2000, Kerning = 1200 };

            A.SolidFill solidFill43 = new A.SolidFill();
            A.SchemeColor schemeColor69 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill43.Append(schemeColor69);
            A.LatinFont latinFont21 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont18 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont18 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties40.Append(solidFill43);
            defaultRunProperties40.Append(latinFont21);
            defaultRunProperties40.Append(eastAsianFont18);
            defaultRunProperties40.Append(complexScriptFont18);

            level8ParagraphProperties4.Append(spaceBefore9);
            level8ParagraphProperties4.Append(bulletFont8);
            level8ParagraphProperties4.Append(characterBullet8);
            level8ParagraphProperties4.Append(defaultRunProperties40);

            A.Level9ParagraphProperties level9ParagraphProperties4 = new A.Level9ParagraphProperties(){ LeftMargin = 3886200, Indent = -228600, Alignment = A.TextAlignmentTypeValues.Left, DefaultTabSize = 457200, RightToLeft = false, EastAsianLineBreak = true, LatinLineBreak = false, Height = true };

            A.SpaceBefore spaceBefore10 = new A.SpaceBefore();
            A.SpacingPercent spacingPercent10 = new A.SpacingPercent(){ Val = 20000 };

            spaceBefore10.Append(spacingPercent10);
            A.BulletFont bulletFont9 = new A.BulletFont(){ Typeface = "Arial" };
            A.CharacterBullet characterBullet9 = new A.CharacterBullet(){ Char = "•" };

            A.DefaultRunProperties defaultRunProperties41 = new A.DefaultRunProperties(){ Kumimoji = true, FontSize = 2000, Kerning = 1200 };

            A.SolidFill solidFill44 = new A.SolidFill();
            A.SchemeColor schemeColor70 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill44.Append(schemeColor70);
            A.LatinFont latinFont22 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont19 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont19 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties41.Append(solidFill44);
            defaultRunProperties41.Append(latinFont22);
            defaultRunProperties41.Append(eastAsianFont19);
            defaultRunProperties41.Append(complexScriptFont19);

            level9ParagraphProperties4.Append(spaceBefore10);
            level9ParagraphProperties4.Append(bulletFont9);
            level9ParagraphProperties4.Append(characterBullet9);
            level9ParagraphProperties4.Append(defaultRunProperties41);

            bodyStyle1.Append(level1ParagraphProperties8);
            bodyStyle1.Append(level2ParagraphProperties4);
            bodyStyle1.Append(level3ParagraphProperties4);
            bodyStyle1.Append(level4ParagraphProperties4);
            bodyStyle1.Append(level5ParagraphProperties4);
            bodyStyle1.Append(level6ParagraphProperties4);
            bodyStyle1.Append(level7ParagraphProperties4);
            bodyStyle1.Append(level8ParagraphProperties4);
            bodyStyle1.Append(level9ParagraphProperties4);

            OtherStyle otherStyle1 = new OtherStyle();

            A.DefaultParagraphProperties defaultParagraphProperties2 = new A.DefaultParagraphProperties();
            A.DefaultRunProperties defaultRunProperties42 = new A.DefaultRunProperties(){ Language = "en-US" };

            defaultParagraphProperties2.Append(defaultRunProperties42);

            A.Level1ParagraphProperties level1ParagraphProperties9 = new A.Level1ParagraphProperties(){ LeftMargin = 0, Alignment = A.TextAlignmentTypeValues.Left, DefaultTabSize = 457200, RightToLeft = false, EastAsianLineBreak = true, LatinLineBreak = false, Height = true };

            A.DefaultRunProperties defaultRunProperties43 = new A.DefaultRunProperties(){ Kumimoji = true, FontSize = 1800, Kerning = 1200 };

            A.SolidFill solidFill45 = new A.SolidFill();
            A.SchemeColor schemeColor71 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill45.Append(schemeColor71);
            A.LatinFont latinFont23 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont20 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont20 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties43.Append(solidFill45);
            defaultRunProperties43.Append(latinFont23);
            defaultRunProperties43.Append(eastAsianFont20);
            defaultRunProperties43.Append(complexScriptFont20);

            level1ParagraphProperties9.Append(defaultRunProperties43);

            A.Level2ParagraphProperties level2ParagraphProperties5 = new A.Level2ParagraphProperties(){ LeftMargin = 457200, Alignment = A.TextAlignmentTypeValues.Left, DefaultTabSize = 457200, RightToLeft = false, EastAsianLineBreak = true, LatinLineBreak = false, Height = true };

            A.DefaultRunProperties defaultRunProperties44 = new A.DefaultRunProperties(){ Kumimoji = true, FontSize = 1800, Kerning = 1200 };

            A.SolidFill solidFill46 = new A.SolidFill();
            A.SchemeColor schemeColor72 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill46.Append(schemeColor72);
            A.LatinFont latinFont24 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont21 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont21 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties44.Append(solidFill46);
            defaultRunProperties44.Append(latinFont24);
            defaultRunProperties44.Append(eastAsianFont21);
            defaultRunProperties44.Append(complexScriptFont21);

            level2ParagraphProperties5.Append(defaultRunProperties44);

            A.Level3ParagraphProperties level3ParagraphProperties5 = new A.Level3ParagraphProperties(){ LeftMargin = 914400, Alignment = A.TextAlignmentTypeValues.Left, DefaultTabSize = 457200, RightToLeft = false, EastAsianLineBreak = true, LatinLineBreak = false, Height = true };

            A.DefaultRunProperties defaultRunProperties45 = new A.DefaultRunProperties(){ Kumimoji = true, FontSize = 1800, Kerning = 1200 };

            A.SolidFill solidFill47 = new A.SolidFill();
            A.SchemeColor schemeColor73 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill47.Append(schemeColor73);
            A.LatinFont latinFont25 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont22 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont22 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties45.Append(solidFill47);
            defaultRunProperties45.Append(latinFont25);
            defaultRunProperties45.Append(eastAsianFont22);
            defaultRunProperties45.Append(complexScriptFont22);

            level3ParagraphProperties5.Append(defaultRunProperties45);

            A.Level4ParagraphProperties level4ParagraphProperties5 = new A.Level4ParagraphProperties(){ LeftMargin = 1371600, Alignment = A.TextAlignmentTypeValues.Left, DefaultTabSize = 457200, RightToLeft = false, EastAsianLineBreak = true, LatinLineBreak = false, Height = true };

            A.DefaultRunProperties defaultRunProperties46 = new A.DefaultRunProperties(){ Kumimoji = true, FontSize = 1800, Kerning = 1200 };

            A.SolidFill solidFill48 = new A.SolidFill();
            A.SchemeColor schemeColor74 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill48.Append(schemeColor74);
            A.LatinFont latinFont26 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont23 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont23 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties46.Append(solidFill48);
            defaultRunProperties46.Append(latinFont26);
            defaultRunProperties46.Append(eastAsianFont23);
            defaultRunProperties46.Append(complexScriptFont23);

            level4ParagraphProperties5.Append(defaultRunProperties46);

            A.Level5ParagraphProperties level5ParagraphProperties5 = new A.Level5ParagraphProperties(){ LeftMargin = 1828800, Alignment = A.TextAlignmentTypeValues.Left, DefaultTabSize = 457200, RightToLeft = false, EastAsianLineBreak = true, LatinLineBreak = false, Height = true };

            A.DefaultRunProperties defaultRunProperties47 = new A.DefaultRunProperties(){ Kumimoji = true, FontSize = 1800, Kerning = 1200 };

            A.SolidFill solidFill49 = new A.SolidFill();
            A.SchemeColor schemeColor75 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill49.Append(schemeColor75);
            A.LatinFont latinFont27 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont24 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont24 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties47.Append(solidFill49);
            defaultRunProperties47.Append(latinFont27);
            defaultRunProperties47.Append(eastAsianFont24);
            defaultRunProperties47.Append(complexScriptFont24);

            level5ParagraphProperties5.Append(defaultRunProperties47);

            A.Level6ParagraphProperties level6ParagraphProperties5 = new A.Level6ParagraphProperties(){ LeftMargin = 2286000, Alignment = A.TextAlignmentTypeValues.Left, DefaultTabSize = 457200, RightToLeft = false, EastAsianLineBreak = true, LatinLineBreak = false, Height = true };

            A.DefaultRunProperties defaultRunProperties48 = new A.DefaultRunProperties(){ Kumimoji = true, FontSize = 1800, Kerning = 1200 };

            A.SolidFill solidFill50 = new A.SolidFill();
            A.SchemeColor schemeColor76 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill50.Append(schemeColor76);
            A.LatinFont latinFont28 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont25 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont25 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties48.Append(solidFill50);
            defaultRunProperties48.Append(latinFont28);
            defaultRunProperties48.Append(eastAsianFont25);
            defaultRunProperties48.Append(complexScriptFont25);

            level6ParagraphProperties5.Append(defaultRunProperties48);

            A.Level7ParagraphProperties level7ParagraphProperties5 = new A.Level7ParagraphProperties(){ LeftMargin = 2743200, Alignment = A.TextAlignmentTypeValues.Left, DefaultTabSize = 457200, RightToLeft = false, EastAsianLineBreak = true, LatinLineBreak = false, Height = true };

            A.DefaultRunProperties defaultRunProperties49 = new A.DefaultRunProperties(){ Kumimoji = true, FontSize = 1800, Kerning = 1200 };

            A.SolidFill solidFill51 = new A.SolidFill();
            A.SchemeColor schemeColor77 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill51.Append(schemeColor77);
            A.LatinFont latinFont29 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont26 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont26 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties49.Append(solidFill51);
            defaultRunProperties49.Append(latinFont29);
            defaultRunProperties49.Append(eastAsianFont26);
            defaultRunProperties49.Append(complexScriptFont26);

            level7ParagraphProperties5.Append(defaultRunProperties49);

            A.Level8ParagraphProperties level8ParagraphProperties5 = new A.Level8ParagraphProperties(){ LeftMargin = 3200400, Alignment = A.TextAlignmentTypeValues.Left, DefaultTabSize = 457200, RightToLeft = false, EastAsianLineBreak = true, LatinLineBreak = false, Height = true };

            A.DefaultRunProperties defaultRunProperties50 = new A.DefaultRunProperties(){ Kumimoji = true, FontSize = 1800, Kerning = 1200 };

            A.SolidFill solidFill52 = new A.SolidFill();
            A.SchemeColor schemeColor78 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill52.Append(schemeColor78);
            A.LatinFont latinFont30 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont27 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont27 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties50.Append(solidFill52);
            defaultRunProperties50.Append(latinFont30);
            defaultRunProperties50.Append(eastAsianFont27);
            defaultRunProperties50.Append(complexScriptFont27);

            level8ParagraphProperties5.Append(defaultRunProperties50);

            A.Level9ParagraphProperties level9ParagraphProperties5 = new A.Level9ParagraphProperties(){ LeftMargin = 3657600, Alignment = A.TextAlignmentTypeValues.Left, DefaultTabSize = 457200, RightToLeft = false, EastAsianLineBreak = true, LatinLineBreak = false, Height = true };

            A.DefaultRunProperties defaultRunProperties51 = new A.DefaultRunProperties(){ Kumimoji = true, FontSize = 1800, Kerning = 1200 };

            A.SolidFill solidFill53 = new A.SolidFill();
            A.SchemeColor schemeColor79 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };

            solidFill53.Append(schemeColor79);
            A.LatinFont latinFont31 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont28 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont28 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties51.Append(solidFill53);
            defaultRunProperties51.Append(latinFont31);
            defaultRunProperties51.Append(eastAsianFont28);
            defaultRunProperties51.Append(complexScriptFont28);

            level9ParagraphProperties5.Append(defaultRunProperties51);

            otherStyle1.Append(defaultParagraphProperties2);
            otherStyle1.Append(level1ParagraphProperties9);
            otherStyle1.Append(level2ParagraphProperties5);
            otherStyle1.Append(level3ParagraphProperties5);
            otherStyle1.Append(level4ParagraphProperties5);
            otherStyle1.Append(level5ParagraphProperties5);
            otherStyle1.Append(level6ParagraphProperties5);
            otherStyle1.Append(level7ParagraphProperties5);
            otherStyle1.Append(level8ParagraphProperties5);
            otherStyle1.Append(level9ParagraphProperties5);

            textStyles1.Append(titleStyle1);
            textStyles1.Append(bodyStyle1);
            textStyles1.Append(otherStyle1);

            slideMaster1.Append(commonSlideData3);
            slideMaster1.Append(colorMap1);
            slideMaster1.Append(slideLayoutIdList1);
            slideMaster1.Append(alternateContent2);
            slideMaster1.Append(timing3);
            slideMaster1.Append(textStyles1);

            slideMasterPart1.SlideMaster = slideMaster1;
        }
Exemplo n.º 39
0
        // Creates an Paragraph instance and adds its children.
        public TableRow GenerateTableRow(IndividualInfo ii, string iid)
        {
            TableRow tableRow1 = new TableRow() { RsidTableRowAddition = "00FB1F22", RsidTableRowProperties = "00442AD3" };

            TableRowProperties tableRowProperties1 = new TableRowProperties();
            CantSplit cantSplit1 = new CantSplit();

            tableRowProperties1.Append(cantSplit1);

            TableCell tableCell1 = new TableCell();

            TableCellProperties tableCellProperties1 = new TableCellProperties();
            TableCellWidth tableCellWidth1 = new TableCellWidth() { Width = "4788", Type = TableWidthUnitValues.Dxa };

            tableCellProperties1.Append(tableCellWidth1);

            Paragraph paragraph1 = new Paragraph() { RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00F06304", RsidRunAdditionDefault = "00FB1F22" };

            Run run1 = new Run();
            Break break1 = new Break();

            run1.Append(break1);

            Run run2 = new Run();

            RunProperties runProperties1 = new RunProperties();
            NoProof noProof1 = new NoProof();

            runProperties1.Append(noProof1);
            Text text1 = new Text();
            text1.Text = ii.FirstName;

            run2.Append(runProperties1);
            run2.Append(text1);

            Run run3 = new Run();
            Text text2 = new Text() { Space = SpaceProcessingModeValues.Preserve };
            text2.Text = " ";

            run3.Append(text2);

            Run run4 = new Run();

            RunProperties runProperties2 = new RunProperties();
            NoProof noProof2 = new NoProof();

            runProperties2.Append(noProof2);
            Text text3 = new Text();
            text3.Text = ii.LastName;

            run4.Append(runProperties2);
            run4.Append(text3);

            paragraph1.Append(run1);
            paragraph1.Append(run2);
            paragraph1.Append(run3);
            paragraph1.Append(run4);

            Paragraph paragraph2 = new Paragraph() { RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00731A43", RsidRunAdditionDefault = "00FB1F22" };

            Run run5 = new Run();

            RunProperties runProperties3 = new RunProperties();
            NoProof noProof3 = new NoProof();

            runProperties3.Append(noProof3);
            Text text4 = new Text();
            text4.Text = ii.Address;

            run5.Append(runProperties3);
            run5.Append(text4);

            paragraph2.Append(run5);

            Paragraph paragraph2a = null;
            if (ii.Address2.HasValue())
            {
                paragraph2a = new Paragraph() { RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00731A43", RsidRunAdditionDefault = "00FB1F22" };
                Run r = new Run();

                RunProperties rp = new RunProperties();
                NoProof np = new NoProof();

                rp.Append(np);
                Text tt = new Text();
                tt.Text = ii.Address;

                r.Append(rp);
                r.Append(tt);

                paragraph2a.Append(r);
            }

            Paragraph paragraph3 = new Paragraph() { RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00731A43", RsidRunAdditionDefault = "00FB1F22" };

            Run run6 = new Run();

            RunProperties runProperties4 = new RunProperties();
            NoProof noProof4 = new NoProof();

            runProperties4.Append(noProof4);
            Text text5 = new Text();
            text5.Text = ii.CityStateZip;
            run6.Append(runProperties4);
            run6.Append(text5);

            paragraph3.Append(run6);

            Paragraph paragraph4 = new Paragraph() { RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00F06304", RsidRunAdditionDefault = "00FB1F22" };

            Table table1 = new Table();

            TableProperties tableProperties1 = new TableProperties();
            TableStyle tableStyle1 = new TableStyle() { Val = "TableGrid" };
            TableWidth tableWidth1 = new TableWidth() { Width = "0", Type = TableWidthUnitValues.Auto };

            TableBorders tableBorders1 = new TableBorders();
            TopBorder topBorder1 = new TopBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };
            LeftBorder leftBorder1 = new LeftBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };
            BottomBorder bottomBorder1 = new BottomBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };
            RightBorder rightBorder1 = new RightBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };
            InsideHorizontalBorder insideHorizontalBorder1 = new InsideHorizontalBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };
            InsideVerticalBorder insideVerticalBorder1 = new InsideVerticalBorder() { Val = BorderValues.None, Color = "auto", Size = (UInt32Value)0U, Space = (UInt32Value)0U };

            tableBorders1.Append(topBorder1);
            tableBorders1.Append(leftBorder1);
            tableBorders1.Append(bottomBorder1);
            tableBorders1.Append(rightBorder1);
            tableBorders1.Append(insideHorizontalBorder1);
            tableBorders1.Append(insideVerticalBorder1);
            TableLook tableLook1 = new TableLook() { Val = "04A0", FirstRow = true, LastRow = false, FirstColumn = true, LastColumn = false, NoHorizontalBand = false, NoVerticalBand = true };

            tableProperties1.Append(tableStyle1);
            tableProperties1.Append(tableWidth1);
            tableProperties1.Append(tableBorders1);
            tableProperties1.Append(tableLook1);

            TableGrid tableGrid1 = new TableGrid();
            GridColumn gridColumn1 = new GridColumn() { Width = "1435" };
            GridColumn gridColumn2 = new GridColumn() { Width = "3122" };

            tableGrid1.Append(gridColumn1);
            tableGrid1.Append(gridColumn2);

            TableRow tableRow2 = new TableRow() { RsidTableRowAddition = "00FB1F22", RsidTableRowProperties = "00731A43" };

            TableCell tableCell2 = new TableCell();

            TableCellProperties tableCellProperties2 = new TableCellProperties();
            TableCellWidth tableCellWidth2 = new TableCellWidth() { Width = "1435", Type = TableWidthUnitValues.Dxa };

            tableCellProperties2.Append(tableCellWidth2);

            Paragraph paragraph5 = new Paragraph() { RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00F06304", RsidRunAdditionDefault = "00FB1F22" };

            Run run11 = new Run();
            Text text10 = new Text();
            text10.Text = "Email";

            run11.Append(text10);

            paragraph5.Append(run11);

            tableCell2.Append(tableCellProperties2);
            tableCell2.Append(paragraph5);

            TableCell tableCell3 = new TableCell();

            TableCellProperties tableCellProperties3 = new TableCellProperties();
            TableCellWidth tableCellWidth3 = new TableCellWidth() { Width = "3122", Type = TableWidthUnitValues.Dxa };

            tableCellProperties3.Append(tableCellWidth3);
            Paragraph paragraph6 = new Paragraph() { RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00485B24", RsidRunAdditionDefault = "00FB1F22" };

            paragraph6.Append(new Run(new Text(ii.Email)));

            tableCell3.Append(tableCellProperties3);
            tableCell3.Append(paragraph6);

            tableRow2.Append(tableCell2);
            tableRow2.Append(tableCell3);

            TableRow tableRow3 = new TableRow() { RsidTableRowAddition = "00FB1F22", RsidTableRowProperties = "00731A43" };

            TableCell tableCell4 = new TableCell();

            TableCellProperties tableCellProperties4 = new TableCellProperties();
            TableCellWidth tableCellWidth4 = new TableCellWidth() { Width = "1435", Type = TableWidthUnitValues.Dxa };

            tableCellProperties4.Append(tableCellWidth4);

            Paragraph paragraph7 = new Paragraph() { RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00F06304", RsidRunAdditionDefault = "00FB1F22" };

            Run run12 = new Run();
            Text text11 = new Text();
            text11.Text = "Home Phone";

            run12.Append(text11);

            paragraph7.Append(run12);

            tableCell4.Append(tableCellProperties4);
            tableCell4.Append(paragraph7);

            TableCell tableCell5 = new TableCell();

            TableCellProperties tableCellProperties5 = new TableCellProperties();
            TableCellWidth tableCellWidth5 = new TableCellWidth() { Width = "3122", Type = TableWidthUnitValues.Dxa };

            tableCellProperties5.Append(tableCellWidth5);

            Paragraph paragraph8 = new Paragraph() { RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00485B24", RsidRunAdditionDefault = "00FB1F22" };

            Run run13 = new Run();

            RunProperties runProperties7 = new RunProperties();
            NoProof noProof7 = new NoProof();

            runProperties7.Append(noProof7);
            Text text12 = new Text();
            text12.Text = ii.HomePhone.FmtFone();

            run13.Append(runProperties7);
            run13.Append(text12);

            Run run14 = new Run();
            Text text13 = new Text() { Space = SpaceProcessingModeValues.Preserve };
            text13.Text = " ";

            run14.Append(text13);

            paragraph8.Append(run13);
            paragraph8.Append(run14);

            tableCell5.Append(tableCellProperties5);
            tableCell5.Append(paragraph8);

            tableRow3.Append(tableCell4);
            tableRow3.Append(tableCell5);

            TableRow tableRow4 = new TableRow() { RsidTableRowAddition = "00FB1F22", RsidTableRowProperties = "00731A43" };

            TableCell tableCell6 = new TableCell();

            TableCellProperties tableCellProperties6 = new TableCellProperties();
            TableCellWidth tableCellWidth6 = new TableCellWidth() { Width = "1435", Type = TableWidthUnitValues.Dxa };

            tableCellProperties6.Append(tableCellWidth6);

            Paragraph paragraph9 = new Paragraph() { RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00F06304", RsidRunAdditionDefault = "00FB1F22" };

            Run run15 = new Run();
            Text text14 = new Text();
            text14.Text = "Cell Phone";

            run15.Append(text14);

            paragraph9.Append(run15);

            tableCell6.Append(tableCellProperties6);
            tableCell6.Append(paragraph9);

            TableCell tableCell7 = new TableCell();

            TableCellProperties tableCellProperties7 = new TableCellProperties();
            TableCellWidth tableCellWidth7 = new TableCellWidth() { Width = "3122", Type = TableWidthUnitValues.Dxa };

            tableCellProperties7.Append(tableCellWidth7);

            Paragraph paragraph10 = new Paragraph() { RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00F06304", RsidRunAdditionDefault = "00FB1F22" };

            Run run16 = new Run();

            RunProperties runProperties8 = new RunProperties();
            NoProof noProof8 = new NoProof();

            runProperties8.Append(noProof8);
            Text text15 = new Text();
            text15.Text = ii.CellPhone.FmtFone();

            run16.Append(runProperties8);
            run16.Append(text15);

            paragraph10.Append(run16);

            tableCell7.Append(tableCellProperties7);
            tableCell7.Append(paragraph10);

            tableRow4.Append(tableCell6);
            tableRow4.Append(tableCell7);

            TableRow tableRow5 = new TableRow() { RsidTableRowAddition = "00FB1F22", RsidTableRowProperties = "00731A43" };

            TableCell tableCell8 = new TableCell();

            TableCellProperties tableCellProperties8 = new TableCellProperties();
            TableCellWidth tableCellWidth8 = new TableCellWidth() { Width = "1435", Type = TableWidthUnitValues.Dxa };

            tableCellProperties8.Append(tableCellWidth8);

            Paragraph paragraph11 = new Paragraph() { RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00F06304", RsidRunAdditionDefault = "00FB1F22" };

            Run run17 = new Run();
            Text text16 = new Text();
            text16.Text = "Work Phone";

            run17.Append(text16);

            paragraph11.Append(run17);

            tableCell8.Append(tableCellProperties8);
            tableCell8.Append(paragraph11);

            TableCell tableCell9 = new TableCell();

            TableCellProperties tableCellProperties9 = new TableCellProperties();
            TableCellWidth tableCellWidth9 = new TableCellWidth() { Width = "3122", Type = TableWidthUnitValues.Dxa };

            tableCellProperties9.Append(tableCellWidth9);

            Paragraph paragraph12 = new Paragraph() { RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00F06304", RsidRunAdditionDefault = "00FB1F22" };

            Run run18 = new Run();

            RunProperties runProperties9 = new RunProperties();
            NoProof noProof9 = new NoProof();

            runProperties9.Append(noProof9);
            Text text17 = new Text();
            text17.Text = ii.WorkPhone.FmtFone();

            run18.Append(runProperties9);
            run18.Append(text17);

            paragraph12.Append(run18);

            tableCell9.Append(tableCellProperties9);
            tableCell9.Append(paragraph12);

            tableRow5.Append(tableCell8);
            tableRow5.Append(tableCell9);

            TableRow tableRow6 = new TableRow() { RsidTableRowAddition = "00FB1F22", RsidTableRowProperties = "00731A43" };

            TableCell tableCell10 = new TableCell();

            TableCellProperties tableCellProperties10 = new TableCellProperties();
            TableCellWidth tableCellWidth10 = new TableCellWidth() { Width = "1435", Type = TableWidthUnitValues.Dxa };

            tableCellProperties10.Append(tableCellWidth10);

            Paragraph paragraph13 = new Paragraph() { RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00F06304", RsidRunAdditionDefault = "00FB1F22" };

            Run run19 = new Run();
            Text text18 = new Text();
            text18.Text = "Birthday";

            run19.Append(text18);

            paragraph13.Append(run19);

            tableCell10.Append(tableCellProperties10);
            tableCell10.Append(paragraph13);

            TableCell tableCell11 = new TableCell();

            TableCellProperties tableCellProperties11 = new TableCellProperties();
            TableCellWidth tableCellWidth11 = new TableCellWidth() { Width = "3122", Type = TableWidthUnitValues.Dxa };

            tableCellProperties11.Append(tableCellWidth11);

            Paragraph paragraph14 = new Paragraph() { RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00BC57A3", RsidRunAdditionDefault = "00FB1F22" };

            Run run20 = new Run();

            RunProperties runProperties10 = new RunProperties();
            NoProof noProof10 = new NoProof();

            runProperties10.Append(noProof10);
            Text text19 = new Text();
            text19.Text = ii.BirthDay;

            run20.Append(runProperties10);
            run20.Append(text19);

            paragraph14.Append(run20);

            tableCell11.Append(tableCellProperties11);
            tableCell11.Append(paragraph14);

            tableRow6.Append(tableCell10);
            tableRow6.Append(tableCell11);

            TableRow tableRow7 = new TableRow() { RsidTableRowAddition = "00FB1F22", RsidTableRowProperties = "00731A43" };

            TableCell tableCell12 = new TableCell();

            TableCellProperties tableCellProperties12 = new TableCellProperties();
            TableCellWidth tableCellWidth12 = new TableCellWidth() { Width = "1435", Type = TableWidthUnitValues.Dxa };

            tableCellProperties12.Append(tableCellWidth12);

            Paragraph paragraph15 = new Paragraph() { RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "006D0F9D", RsidRunAdditionDefault = "00FB1F22" };

            Run run21 = new Run();
            Text text20 = new Text();
            text20.Text = "Anniversary";

            run21.Append(text20);

            paragraph15.Append(run21);

            tableCell12.Append(tableCellProperties12);
            tableCell12.Append(paragraph15);

            TableCell tableCell13 = new TableCell();

            TableCellProperties tableCellProperties13 = new TableCellProperties();
            TableCellWidth tableCellWidth13 = new TableCellWidth() { Width = "3122", Type = TableWidthUnitValues.Dxa };

            tableCellProperties13.Append(tableCellWidth13);
            Paragraph paragraph16 = new Paragraph() { RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00F06304", RsidRunAdditionDefault = "00FB1F22" };

            paragraph16.Append(new Run(new Text(ii.Anniversary)));

            tableCell13.Append(tableCellProperties13);
            tableCell13.Append(paragraph16);

            tableRow7.Append(tableCell12);
            tableRow7.Append(tableCell13);

            TableRow tableRow8 = new TableRow() { RsidTableRowAddition = "00FB1F22", RsidTableRowProperties = "00731A43" };

            TableCell tableCell14 = new TableCell();

            TableCellProperties tableCellProperties14 = new TableCellProperties();
            TableCellWidth tableCellWidth14 = new TableCellWidth() { Width = "1435", Type = TableWidthUnitValues.Dxa };

            tableCellProperties14.Append(tableCellWidth14);

            Paragraph paragraph17 = new Paragraph() { RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00F06304", RsidRunAdditionDefault = "00FB1F22" };

            Run run22 = new Run();
            Text text21 = new Text();
            text21.Text = "Spouse";

            run22.Append(text21);

            paragraph17.Append(run22);

            tableCell14.Append(tableCellProperties14);
            tableCell14.Append(paragraph17);

            TableCell tableCell15 = new TableCell();

            TableCellProperties tableCellProperties15 = new TableCellProperties();
            TableCellWidth tableCellWidth15 = new TableCellWidth() { Width = "3122", Type = TableWidthUnitValues.Dxa };

            tableCellProperties15.Append(tableCellWidth15);

            Paragraph paragraph18 = new Paragraph() { RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00F06304", RsidRunAdditionDefault = "00FB1F22" };

            ParagraphProperties paragraphProperties1 = new ParagraphProperties();

            ParagraphMarkRunProperties paragraphMarkRunProperties1 = new ParagraphMarkRunProperties();
            NoProof noProof11 = new NoProof();

            paragraphMarkRunProperties1.Append(noProof11);

            paragraphProperties1.Append(paragraphMarkRunProperties1);

            Run run23 = new Run();

            RunProperties runProperties11 = new RunProperties();
            NoProof noProof12 = new NoProof();

            runProperties11.Append(noProof12);
            Text text22 = new Text();
            text22.Text = ii.Spouse;

            run23.Append(runProperties11);
            run23.Append(text22);

            paragraph18.Append(paragraphProperties1);
            paragraph18.Append(run23);

            tableCell15.Append(tableCellProperties15);
            tableCell15.Append(paragraph18);

            tableRow8.Append(tableCell14);
            tableRow8.Append(tableCell15);

            table1.Append(tableProperties1);
            table1.Append(tableGrid1);
            table1.Append(tableRow2);
            table1.Append(tableRow3);
            table1.Append(tableRow4);
            table1.Append(tableRow5);
            table1.Append(tableRow6);
            table1.Append(tableRow7);
            table1.Append(tableRow8);
            Paragraph paragraph19 = new Paragraph() { RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00485B24", RsidRunAdditionDefault = "00FB1F22" };

            tableCell1.Append(tableCellProperties1);
            tableCell1.Append(paragraph1);
            tableCell1.Append(paragraph2);
            if (paragraph2a != null)
                tableCell1.Append(paragraph2a);
            tableCell1.Append(paragraph3);
            tableCell1.Append(paragraph4);
            tableCell1.Append(table1);
            tableCell1.Append(paragraph19);

            TableCell tableCell16 = new TableCell();

            TableCellProperties tableCellProperties16 = new TableCellProperties();
            TableCellWidth tableCellWidth16 = new TableCellWidth() { Width = "4788", Type = TableWidthUnitValues.Dxa };
            TableCellVerticalAlignment tableCellVerticalAlignment1 = new TableCellVerticalAlignment() { Val = TableVerticalAlignmentValues.Center };

            tableCellProperties16.Append(tableCellWidth16);
            tableCellProperties16.Append(tableCellVerticalAlignment1);
            tableCell16.Append(tableCellProperties16);

            Paragraph paragraph20 = new Paragraph() { RsidParagraphAddition = "00FB1F22", RsidParagraphProperties = "00960953", RsidRunAdditionDefault = "00FB1F22" };
            ParagraphProperties paragraphProperties2 = new ParagraphProperties();
            Justification justification1 = new Justification() { Val = JustificationValues.Center };

            paragraphProperties2.Append(justification1);
            paragraph20.Append(paragraphProperties2);

            if (iid.HasValue())
            {
                Run run24 = new Run();

                RunProperties runProperties12 = new RunProperties();
                NoProof noProof13 = new NoProof();

                runProperties12.Append(noProof13);

                Drawing drawing1 = new Drawing();

                Wp.Inline inline1 = new Wp.Inline()
                                    {
                                        DistanceFromTop = (UInt32Value)0U,
                                        DistanceFromBottom = (UInt32Value)0U,
                                        DistanceFromLeft = (UInt32Value)0U,
                                        DistanceFromRight = (UInt32Value)0U
                                    };
                Wp.Extent extent1 = new Wp.Extent() { Cx = 1428750L, Cy = 1905000L };
                Wp.EffectExtent effectExtent1 = new Wp.EffectExtent() { LeftEdge = 0L, TopEdge = 0L, RightEdge = 0L, BottomEdge = 0L };
                Wp.DocProperties docProperties1 = new Wp.DocProperties() { Id = (UInt32Value)1U, Name = "Picture 1", Description = "D:\\Pictures\\ttt.jpg" };

                Wp.NonVisualGraphicFrameDrawingProperties nonVisualGraphicFrameDrawingProperties1 =
                    new Wp.NonVisualGraphicFrameDrawingProperties();

                A.GraphicFrameLocks graphicFrameLocks1 = new A.GraphicFrameLocks() { NoChangeAspect = true };
                graphicFrameLocks1.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");

                nonVisualGraphicFrameDrawingProperties1.Append(graphicFrameLocks1);

                A.Graphic graphic1 = new A.Graphic();
                graphic1.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");

                A.GraphicData graphicData1 = new A.GraphicData() { Uri = "http://schemas.openxmlformats.org/drawingml/2006/picture" };

                Pic.Picture picture1 = new Pic.Picture();
                picture1.AddNamespaceDeclaration("pic", "http://schemas.openxmlformats.org/drawingml/2006/picture");

                Pic.NonVisualPictureProperties nonVisualPictureProperties1 = new Pic.NonVisualPictureProperties();
                Pic.NonVisualDrawingProperties nonVisualDrawingProperties1 = new Pic.NonVisualDrawingProperties()
                                                                             {
                                                                                 Id = (UInt32Value)0U,
                                                                                 Name = "Picture 459",
                                                                                 Description = "D:\\Pictures\\ttt.jpg"
                                                                             };

                Pic.NonVisualPictureDrawingProperties nonVisualPictureDrawingProperties1 =
                    new Pic.NonVisualPictureDrawingProperties();
                A.PictureLocks pictureLocks1 = new A.PictureLocks() { NoChangeAspect = false, NoChangeArrowheads = true };

                nonVisualPictureDrawingProperties1.Append(pictureLocks1);

                nonVisualPictureProperties1.Append(nonVisualDrawingProperties1);
                nonVisualPictureProperties1.Append(nonVisualPictureDrawingProperties1);

                Pic.BlipFill blipFill1 = new Pic.BlipFill();

                A.Blip blip1 = new A.Blip() { Embed = iid };

                A.BlipExtensionList blipExtensionList1 = new A.BlipExtensionList();

                A.BlipExtension blipExtension1 = new A.BlipExtension() { Uri = "{28A0092B-C50C-407E-A947-70E740481C1C}" };

                A14.UseLocalDpi useLocalDpi1 = new A14.UseLocalDpi() { Val = false };
                useLocalDpi1.AddNamespaceDeclaration("a14", "http://schemas.microsoft.com/office/drawing/2010/main");

                blipExtension1.Append(useLocalDpi1);

                blipExtensionList1.Append(blipExtension1);

                blip1.Append(blipExtensionList1);
                A.SourceRectangle sourceRectangle1 = new A.SourceRectangle();

                A.Stretch stretch1 = new A.Stretch();
                A.FillRectangle fillRectangle1 = new A.FillRectangle();

                stretch1.Append(fillRectangle1);

                blipFill1.Append(blip1);
                blipFill1.Append(sourceRectangle1);
                blipFill1.Append(stretch1);

                Pic.ShapeProperties shapeProperties1 = new Pic.ShapeProperties() { BlackWhiteMode = A.BlackWhiteModeValues.Auto };

                A.Transform2D transform2D1 = new A.Transform2D();
                A.Offset offset1 = new A.Offset() { X = 0L, Y = 0L };
                A.Extents extents1 = new A.Extents() { Cx = 1428750L, Cy = 1905000L };

                transform2D1.Append(offset1);
                transform2D1.Append(extents1);

                A.PresetGeometry presetGeometry1 = new A.PresetGeometry() { Preset = A.ShapeTypeValues.Rectangle };
                A.AdjustValueList adjustValueList1 = new A.AdjustValueList();

                presetGeometry1.Append(adjustValueList1);
                A.NoFill noFill1 = new A.NoFill();

                A.Outline outline1 = new A.Outline();
                A.NoFill noFill2 = new A.NoFill();

                outline1.Append(noFill2);

                shapeProperties1.Append(transform2D1);
                shapeProperties1.Append(presetGeometry1);
                shapeProperties1.Append(noFill1);
                shapeProperties1.Append(outline1);

                picture1.Append(nonVisualPictureProperties1);
                picture1.Append(blipFill1);
                picture1.Append(shapeProperties1);

                graphicData1.Append(picture1);

                graphic1.Append(graphicData1);

                inline1.Append(extent1);
                inline1.Append(effectExtent1);
                inline1.Append(docProperties1);
                inline1.Append(nonVisualGraphicFrameDrawingProperties1);
                inline1.Append(graphic1);

                drawing1.Append(inline1);

                run24.Append(runProperties12);
                run24.Append(drawing1);

                paragraph20.Append(run24);
            }
            tableCell16.Append(paragraph20);

            BookmarkStart bookmarkStart1 = new BookmarkStart() { Name = "_GoBack", Id = "0" };
            BookmarkEnd bookmarkEnd1 = new BookmarkEnd() { Id = "0" };

            tableRow1.Append(tableRowProperties1);
            tableRow1.Append(tableCell1);
            tableRow1.Append(tableCell16);
            tableRow1.Append(bookmarkStart1);
            tableRow1.Append(bookmarkEnd1);
            return tableRow1;
        }
Exemplo n.º 40
0
        // Generates content of chartPart10.
        private void GenerateChartPart10Content(ChartPart chartPart10)
        {
            C.ChartSpace chartSpace10 = new C.ChartSpace();
            chartSpace10.AddNamespaceDeclaration("c", "http://schemas.openxmlformats.org/drawingml/2006/chart");
            chartSpace10.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");
            chartSpace10.AddNamespaceDeclaration("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
            C.Date1904 date190410 = new C.Date1904(){ Val = false };
            C.EditingLanguage editingLanguage10 = new C.EditingLanguage(){ Val = "en-US" };
            C.RoundedCorners roundedCorners10 = new C.RoundedCorners(){ Val = false };

            AlternateContent alternateContent21 = new AlternateContent();
            alternateContent21.AddNamespaceDeclaration("mc", "http://schemas.openxmlformats.org/markup-compatibility/2006");

            AlternateContentChoice alternateContentChoice21 = new AlternateContentChoice(){ Requires = "c14" };
            alternateContentChoice21.AddNamespaceDeclaration("c14", "http://schemas.microsoft.com/office/drawing/2007/8/2/chart");
            C14.Style style19 = new C14.Style(){ Val = 101 };

            alternateContentChoice21.Append(style19);

            AlternateContentFallback alternateContentFallback20 = new AlternateContentFallback();
            C.Style style20 = new C.Style(){ Val = 1 };

            alternateContentFallback20.Append(style20);

            alternateContent21.Append(alternateContentChoice21);
            alternateContent21.Append(alternateContentFallback20);

            C.PivotSource pivotSource10 = new C.PivotSource();
            C.PivotTableName pivotTableName10 = new C.PivotTableName();
            pivotTableName10.Text = "[GeneratedDocument.xlsx]Style!PivotTable1";
            C.FormatId formatId10 = new C.FormatId(){ Val = (UInt32Value)19U };

            pivotSource10.Append(pivotTableName10);
            pivotSource10.Append(formatId10);

            C.Chart chart10 = new C.Chart();

            C.Title title10 = new C.Title();
            C.Overlay overlay19 = new C.Overlay(){ Val = false };

            title10.Append(overlay19);
            C.AutoTitleDeleted autoTitleDeleted10 = new C.AutoTitleDeleted(){ Val = false };

            C.PivotFormats pivotFormats10 = new C.PivotFormats();

            C.PivotFormat pivotFormat74 = new C.PivotFormat();
            C.Index index83 = new C.Index(){ Val = (UInt32Value)0U };

            C.ShapeProperties shapeProperties32 = new C.ShapeProperties();

            A.SolidFill solidFill60 = new A.SolidFill();

            A.SchemeColor schemeColor40 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint19 = new A.Tint(){ Val = 100000 };

            schemeColor40.Append(tint19);

            solidFill60.Append(schemeColor40);

            A.Outline outline47 = new A.Outline();
            A.NoFill noFill40 = new A.NoFill();

            outline47.Append(noFill40);
            A.EffectList effectList37 = new A.EffectList();

            shapeProperties32.Append(solidFill60);
            shapeProperties32.Append(outline47);
            shapeProperties32.Append(effectList37);

            C.Marker marker74 = new C.Marker();
            C.Symbol symbol74 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker74.Append(symbol74);

            pivotFormat74.Append(index83);
            pivotFormat74.Append(shapeProperties32);
            pivotFormat74.Append(marker74);

            C.PivotFormat pivotFormat75 = new C.PivotFormat();
            C.Index index84 = new C.Index(){ Val = (UInt32Value)1U };

            C.ShapeProperties shapeProperties33 = new C.ShapeProperties();

            A.SolidFill solidFill61 = new A.SolidFill();

            A.SchemeColor schemeColor41 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent2 };
            A.Tint tint20 = new A.Tint(){ Val = 100000 };

            schemeColor41.Append(tint20);

            solidFill61.Append(schemeColor41);

            A.Outline outline48 = new A.Outline();
            A.NoFill noFill41 = new A.NoFill();

            outline48.Append(noFill41);
            A.EffectList effectList38 = new A.EffectList();

            shapeProperties33.Append(solidFill61);
            shapeProperties33.Append(outline48);
            shapeProperties33.Append(effectList38);

            C.Marker marker75 = new C.Marker();
            C.Symbol symbol75 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker75.Append(symbol75);

            pivotFormat75.Append(index84);
            pivotFormat75.Append(shapeProperties33);
            pivotFormat75.Append(marker75);

            C.PivotFormat pivotFormat76 = new C.PivotFormat();
            C.Index index85 = new C.Index(){ Val = (UInt32Value)2U };

            C.Marker marker76 = new C.Marker();
            C.Symbol symbol76 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker76.Append(symbol76);

            pivotFormat76.Append(index85);
            pivotFormat76.Append(marker76);

            C.PivotFormat pivotFormat77 = new C.PivotFormat();
            C.Index index86 = new C.Index(){ Val = (UInt32Value)3U };

            C.Marker marker77 = new C.Marker();
            C.Symbol symbol77 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker77.Append(symbol77);

            pivotFormat77.Append(index86);
            pivotFormat77.Append(marker77);

            C.PivotFormat pivotFormat78 = new C.PivotFormat();
            C.Index index87 = new C.Index(){ Val = (UInt32Value)4U };

            C.Marker marker78 = new C.Marker();
            C.Symbol symbol78 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker78.Append(symbol78);

            pivotFormat78.Append(index87);
            pivotFormat78.Append(marker78);

            C.PivotFormat pivotFormat79 = new C.PivotFormat();
            C.Index index88 = new C.Index(){ Val = (UInt32Value)5U };

            C.Marker marker79 = new C.Marker();
            C.Symbol symbol79 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker79.Append(symbol79);

            pivotFormat79.Append(index88);
            pivotFormat79.Append(marker79);

            C.PivotFormat pivotFormat80 = new C.PivotFormat();
            C.Index index89 = new C.Index(){ Val = (UInt32Value)6U };

            C.Marker marker80 = new C.Marker();
            C.Symbol symbol80 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker80.Append(symbol80);

            pivotFormat80.Append(index89);
            pivotFormat80.Append(marker80);

            C.PivotFormat pivotFormat81 = new C.PivotFormat();
            C.Index index90 = new C.Index(){ Val = (UInt32Value)7U };

            C.Marker marker81 = new C.Marker();
            C.Symbol symbol81 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker81.Append(symbol81);

            pivotFormat81.Append(index90);
            pivotFormat81.Append(marker81);

            C.PivotFormat pivotFormat82 = new C.PivotFormat();
            C.Index index91 = new C.Index(){ Val = (UInt32Value)8U };

            C.Marker marker82 = new C.Marker();
            C.Symbol symbol82 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker82.Append(symbol82);

            pivotFormat82.Append(index91);
            pivotFormat82.Append(marker82);

            C.PivotFormat pivotFormat83 = new C.PivotFormat();
            C.Index index92 = new C.Index(){ Val = (UInt32Value)9U };

            C.Marker marker83 = new C.Marker();
            C.Symbol symbol83 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker83.Append(symbol83);

            pivotFormat83.Append(index92);
            pivotFormat83.Append(marker83);

            C.PivotFormat pivotFormat84 = new C.PivotFormat();
            C.Index index93 = new C.Index(){ Val = (UInt32Value)10U };

            C.Marker marker84 = new C.Marker();
            C.Symbol symbol84 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker84.Append(symbol84);

            pivotFormat84.Append(index93);
            pivotFormat84.Append(marker84);

            C.PivotFormat pivotFormat85 = new C.PivotFormat();
            C.Index index94 = new C.Index(){ Val = (UInt32Value)11U };

            C.Marker marker85 = new C.Marker();
            C.Symbol symbol85 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker85.Append(symbol85);

            pivotFormat85.Append(index94);
            pivotFormat85.Append(marker85);

            C.PivotFormat pivotFormat86 = new C.PivotFormat();
            C.Index index95 = new C.Index(){ Val = (UInt32Value)12U };

            C.Marker marker86 = new C.Marker();
            C.Symbol symbol86 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker86.Append(symbol86);

            pivotFormat86.Append(index95);
            pivotFormat86.Append(marker86);

            C.PivotFormat pivotFormat87 = new C.PivotFormat();
            C.Index index96 = new C.Index(){ Val = (UInt32Value)13U };

            C.Marker marker87 = new C.Marker();
            C.Symbol symbol87 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker87.Append(symbol87);

            pivotFormat87.Append(index96);
            pivotFormat87.Append(marker87);

            C.PivotFormat pivotFormat88 = new C.PivotFormat();
            C.Index index97 = new C.Index(){ Val = (UInt32Value)14U };

            C.ShapeProperties shapeProperties34 = new C.ShapeProperties();

            A.SolidFill solidFill62 = new A.SolidFill();

            A.SchemeColor schemeColor42 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint21 = new A.Tint(){ Val = 100000 };

            schemeColor42.Append(tint21);

            solidFill62.Append(schemeColor42);

            A.Outline outline49 = new A.Outline();
            A.NoFill noFill42 = new A.NoFill();

            outline49.Append(noFill42);
            A.EffectList effectList39 = new A.EffectList();

            shapeProperties34.Append(solidFill62);
            shapeProperties34.Append(outline49);
            shapeProperties34.Append(effectList39);

            C.Marker marker88 = new C.Marker();
            C.Symbol symbol88 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker88.Append(symbol88);

            pivotFormat88.Append(index97);
            pivotFormat88.Append(shapeProperties34);
            pivotFormat88.Append(marker88);

            C.PivotFormat pivotFormat89 = new C.PivotFormat();
            C.Index index98 = new C.Index(){ Val = (UInt32Value)15U };

            C.ShapeProperties shapeProperties35 = new C.ShapeProperties();

            A.SolidFill solidFill63 = new A.SolidFill();

            A.SchemeColor schemeColor43 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint22 = new A.Tint(){ Val = 100000 };

            schemeColor43.Append(tint22);

            solidFill63.Append(schemeColor43);

            A.Outline outline50 = new A.Outline();
            A.NoFill noFill43 = new A.NoFill();

            outline50.Append(noFill43);
            A.EffectList effectList40 = new A.EffectList();

            shapeProperties35.Append(solidFill63);
            shapeProperties35.Append(outline50);
            shapeProperties35.Append(effectList40);

            C.Marker marker89 = new C.Marker();
            C.Symbol symbol89 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker89.Append(symbol89);

            pivotFormat89.Append(index98);
            pivotFormat89.Append(shapeProperties35);
            pivotFormat89.Append(marker89);

            C.PivotFormat pivotFormat90 = new C.PivotFormat();
            C.Index index99 = new C.Index(){ Val = (UInt32Value)16U };

            C.ShapeProperties shapeProperties36 = new C.ShapeProperties();

            A.SolidFill solidFill64 = new A.SolidFill();

            A.SchemeColor schemeColor44 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint23 = new A.Tint(){ Val = 100000 };

            schemeColor44.Append(tint23);

            solidFill64.Append(schemeColor44);

            A.Outline outline51 = new A.Outline();
            A.NoFill noFill44 = new A.NoFill();

            outline51.Append(noFill44);
            A.EffectList effectList41 = new A.EffectList();

            shapeProperties36.Append(solidFill64);
            shapeProperties36.Append(outline51);
            shapeProperties36.Append(effectList41);

            C.Marker marker90 = new C.Marker();
            C.Symbol symbol90 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker90.Append(symbol90);

            pivotFormat90.Append(index99);
            pivotFormat90.Append(shapeProperties36);
            pivotFormat90.Append(marker90);

            C.PivotFormat pivotFormat91 = new C.PivotFormat();
            C.Index index100 = new C.Index(){ Val = (UInt32Value)17U };

            C.ShapeProperties shapeProperties37 = new C.ShapeProperties();

            A.SolidFill solidFill65 = new A.SolidFill();

            A.SchemeColor schemeColor45 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint24 = new A.Tint(){ Val = 100000 };

            schemeColor45.Append(tint24);

            solidFill65.Append(schemeColor45);

            A.Outline outline52 = new A.Outline();
            A.NoFill noFill45 = new A.NoFill();

            outline52.Append(noFill45);
            A.EffectList effectList42 = new A.EffectList();

            shapeProperties37.Append(solidFill65);
            shapeProperties37.Append(outline52);
            shapeProperties37.Append(effectList42);

            C.Marker marker91 = new C.Marker();
            C.Symbol symbol91 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker91.Append(symbol91);

            pivotFormat91.Append(index100);
            pivotFormat91.Append(shapeProperties37);
            pivotFormat91.Append(marker91);

            C.PivotFormat pivotFormat92 = new C.PivotFormat();
            C.Index index101 = new C.Index(){ Val = (UInt32Value)18U };

            C.ShapeProperties shapeProperties38 = new C.ShapeProperties();

            A.SolidFill solidFill66 = new A.SolidFill();

            A.SchemeColor schemeColor46 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint25 = new A.Tint(){ Val = 100000 };

            schemeColor46.Append(tint25);

            solidFill66.Append(schemeColor46);

            A.Outline outline53 = new A.Outline();
            A.NoFill noFill46 = new A.NoFill();

            outline53.Append(noFill46);
            A.EffectList effectList43 = new A.EffectList();

            shapeProperties38.Append(solidFill66);
            shapeProperties38.Append(outline53);
            shapeProperties38.Append(effectList43);

            C.Marker marker92 = new C.Marker();
            C.Symbol symbol92 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker92.Append(symbol92);

            pivotFormat92.Append(index101);
            pivotFormat92.Append(shapeProperties38);
            pivotFormat92.Append(marker92);

            C.PivotFormat pivotFormat93 = new C.PivotFormat();
            C.Index index102 = new C.Index(){ Val = (UInt32Value)19U };

            C.ShapeProperties shapeProperties39 = new C.ShapeProperties();

            A.SolidFill solidFill67 = new A.SolidFill();

            A.SchemeColor schemeColor47 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint26 = new A.Tint(){ Val = 100000 };

            schemeColor47.Append(tint26);

            solidFill67.Append(schemeColor47);

            A.Outline outline54 = new A.Outline();
            A.NoFill noFill47 = new A.NoFill();

            outline54.Append(noFill47);
            A.EffectList effectList44 = new A.EffectList();

            shapeProperties39.Append(solidFill67);
            shapeProperties39.Append(outline54);
            shapeProperties39.Append(effectList44);

            C.Marker marker93 = new C.Marker();
            C.Symbol symbol93 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker93.Append(symbol93);

            pivotFormat93.Append(index102);
            pivotFormat93.Append(shapeProperties39);
            pivotFormat93.Append(marker93);

            C.PivotFormat pivotFormat94 = new C.PivotFormat();
            C.Index index103 = new C.Index(){ Val = (UInt32Value)20U };

            C.ShapeProperties shapeProperties40 = new C.ShapeProperties();

            A.SolidFill solidFill68 = new A.SolidFill();

            A.SchemeColor schemeColor48 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint27 = new A.Tint(){ Val = 100000 };

            schemeColor48.Append(tint27);

            solidFill68.Append(schemeColor48);

            A.Outline outline55 = new A.Outline();
            A.NoFill noFill48 = new A.NoFill();

            outline55.Append(noFill48);
            A.EffectList effectList45 = new A.EffectList();

            shapeProperties40.Append(solidFill68);
            shapeProperties40.Append(outline55);
            shapeProperties40.Append(effectList45);

            C.Marker marker94 = new C.Marker();
            C.Symbol symbol94 = new C.Symbol(){ Val = C.MarkerStyleValues.None };

            marker94.Append(symbol94);

            pivotFormat94.Append(index103);
            pivotFormat94.Append(shapeProperties40);
            pivotFormat94.Append(marker94);

            pivotFormats10.Append(pivotFormat74);
            pivotFormats10.Append(pivotFormat75);
            pivotFormats10.Append(pivotFormat76);
            pivotFormats10.Append(pivotFormat77);
            pivotFormats10.Append(pivotFormat78);
            pivotFormats10.Append(pivotFormat79);
            pivotFormats10.Append(pivotFormat80);
            pivotFormats10.Append(pivotFormat81);
            pivotFormats10.Append(pivotFormat82);
            pivotFormats10.Append(pivotFormat83);
            pivotFormats10.Append(pivotFormat84);
            pivotFormats10.Append(pivotFormat85);
            pivotFormats10.Append(pivotFormat86);
            pivotFormats10.Append(pivotFormat87);
            pivotFormats10.Append(pivotFormat88);
            pivotFormats10.Append(pivotFormat89);
            pivotFormats10.Append(pivotFormat90);
            pivotFormats10.Append(pivotFormat91);
            pivotFormats10.Append(pivotFormat92);
            pivotFormats10.Append(pivotFormat93);
            pivotFormats10.Append(pivotFormat94);

            C.PlotArea plotArea10 = new C.PlotArea();
            C.Layout layout10 = new C.Layout();

            C.BarChart barChart5 = new C.BarChart();
            C.BarDirection barDirection5 = new C.BarDirection(){ Val = C.BarDirectionValues.Column };
            C.BarGrouping barGrouping5 = new C.BarGrouping(){ Val = C.BarGroupingValues.Clustered };
            C.VaryColors varyColors10 = new C.VaryColors(){ Val = false };

            C.BarChartSeries barChartSeries5 = new C.BarChartSeries();
            C.Index index104 = new C.Index(){ Val = (UInt32Value)0U };
            C.Order order10 = new C.Order(){ Val = (UInt32Value)0U };

            C.SeriesText seriesText10 = new C.SeriesText();

            C.StringReference stringReference19 = new C.StringReference();
            C.Formula formula28 = new C.Formula();
            formula28.Text = "Style!$B$1";

            C.StringCache stringCache19 = new C.StringCache();
            C.PointCount pointCount28 = new C.PointCount(){ Val = (UInt32Value)1U };

            C.StringPoint stringPoint37 = new C.StringPoint(){ Index = (UInt32Value)0U };
            C.NumericValue numericValue64 = new C.NumericValue();
            numericValue64.Text = "Total";

            stringPoint37.Append(numericValue64);

            stringCache19.Append(pointCount28);
            stringCache19.Append(stringPoint37);

            stringReference19.Append(formula28);
            stringReference19.Append(stringCache19);

            seriesText10.Append(stringReference19);

            C.ChartShapeProperties chartShapeProperties16 = new C.ChartShapeProperties();

            A.SolidFill solidFill69 = new A.SolidFill();

            A.SchemeColor schemeColor49 = new A.SchemeColor(){ Val = A.SchemeColorValues.Accent1 };
            A.Tint tint28 = new A.Tint(){ Val = 100000 };

            schemeColor49.Append(tint28);

            solidFill69.Append(schemeColor49);

            A.Outline outline56 = new A.Outline();
            A.NoFill noFill49 = new A.NoFill();

            outline56.Append(noFill49);
            A.EffectList effectList46 = new A.EffectList();

            chartShapeProperties16.Append(solidFill69);
            chartShapeProperties16.Append(outline56);
            chartShapeProperties16.Append(effectList46);
            C.InvertIfNegative invertIfNegative5 = new C.InvertIfNegative(){ Val = false };

            C.CategoryAxisData categoryAxisData10 = new C.CategoryAxisData();

            C.StringReference stringReference20 = new C.StringReference();
            C.Formula formula29 = new C.Formula();
            formula29.Text = "Style!$A$2:$A$5";

            C.StringCache stringCache20 = new C.StringCache();
            C.PointCount pointCount29 = new C.PointCount(){ Val = (UInt32Value)3U };

            C.StringPoint stringPoint38 = new C.StringPoint(){ Index = (UInt32Value)0U };
            C.NumericValue numericValue65 = new C.NumericValue();
            numericValue65.Text = "product_A";

            stringPoint38.Append(numericValue65);

            C.StringPoint stringPoint39 = new C.StringPoint(){ Index = (UInt32Value)1U };
            C.NumericValue numericValue66 = new C.NumericValue();
            numericValue66.Text = "product_D";

            stringPoint39.Append(numericValue66);

            C.StringPoint stringPoint40 = new C.StringPoint(){ Index = (UInt32Value)2U };
            C.NumericValue numericValue67 = new C.NumericValue();
            numericValue67.Text = "product_E";

            stringPoint40.Append(numericValue67);

            stringCache20.Append(pointCount29);
            stringCache20.Append(stringPoint38);
            stringCache20.Append(stringPoint39);
            stringCache20.Append(stringPoint40);

            stringReference20.Append(formula29);
            stringReference20.Append(stringCache20);

            categoryAxisData10.Append(stringReference20);

            C.Values values10 = new C.Values();

            C.NumberReference numberReference10 = new C.NumberReference();
            C.Formula formula30 = new C.Formula();
            formula30.Text = "Style!$B$2:$B$5";

            C.NumberingCache numberingCache10 = new C.NumberingCache();
            C.FormatCode formatCode10 = new C.FormatCode();
            formatCode10.Text = "General";
            C.PointCount pointCount30 = new C.PointCount(){ Val = (UInt32Value)3U };

            C.NumericPoint numericPoint28 = new C.NumericPoint(){ Index = (UInt32Value)0U };
            C.NumericValue numericValue68 = new C.NumericValue();
            numericValue68.Text = "19";

            numericPoint28.Append(numericValue68);

            C.NumericPoint numericPoint29 = new C.NumericPoint(){ Index = (UInt32Value)1U };
            C.NumericValue numericValue69 = new C.NumericValue();
            numericValue69.Text = "13";

            numericPoint29.Append(numericValue69);

            C.NumericPoint numericPoint30 = new C.NumericPoint(){ Index = (UInt32Value)2U };
            C.NumericValue numericValue70 = new C.NumericValue();
            numericValue70.Text = "33";

            numericPoint30.Append(numericValue70);

            numberingCache10.Append(formatCode10);
            numberingCache10.Append(pointCount30);
            numberingCache10.Append(numericPoint28);
            numberingCache10.Append(numericPoint29);
            numberingCache10.Append(numericPoint30);

            numberReference10.Append(formula30);
            numberReference10.Append(numberingCache10);

            values10.Append(numberReference10);

            barChartSeries5.Append(index104);
            barChartSeries5.Append(order10);
            barChartSeries5.Append(seriesText10);
            barChartSeries5.Append(chartShapeProperties16);
            barChartSeries5.Append(invertIfNegative5);
            barChartSeries5.Append(categoryAxisData10);
            barChartSeries5.Append(values10);

            C.DataLabels dataLabels10 = new C.DataLabels();
            C.ShowLegendKey showLegendKey10 = new C.ShowLegendKey(){ Val = false };
            C.ShowValue showValue10 = new C.ShowValue(){ Val = false };
            C.ShowCategoryName showCategoryName10 = new C.ShowCategoryName(){ Val = false };
            C.ShowSeriesName showSeriesName10 = new C.ShowSeriesName(){ Val = false };
            C.ShowPercent showPercent10 = new C.ShowPercent(){ Val = false };
            C.ShowBubbleSize showBubbleSize10 = new C.ShowBubbleSize(){ Val = false };

            dataLabels10.Append(showLegendKey10);
            dataLabels10.Append(showValue10);
            dataLabels10.Append(showCategoryName10);
            dataLabels10.Append(showSeriesName10);
            dataLabels10.Append(showPercent10);
            dataLabels10.Append(showBubbleSize10);
            C.GapWidth gapWidth5 = new C.GapWidth(){ Val = (UInt16Value)219U };
            C.Overlap overlap4 = new C.Overlap(){ Val = -27 };
            C.AxisId axisId17 = new C.AxisId(){ Val = (UInt32Value)208842560U };
            C.AxisId axisId18 = new C.AxisId(){ Val = (UInt32Value)208842952U };

            barChart5.Append(barDirection5);
            barChart5.Append(barGrouping5);
            barChart5.Append(varyColors10);
            barChart5.Append(barChartSeries5);
            barChart5.Append(dataLabels10);
            barChart5.Append(gapWidth5);
            barChart5.Append(overlap4);
            barChart5.Append(axisId17);
            barChart5.Append(axisId18);

            C.CategoryAxis categoryAxis5 = new C.CategoryAxis();
            C.AxisId axisId19 = new C.AxisId(){ Val = (UInt32Value)208842560U };

            C.Scaling scaling9 = new C.Scaling();
            C.Orientation orientation9 = new C.Orientation(){ Val = C.OrientationValues.MinMax };

            scaling9.Append(orientation9);
            C.Delete delete9 = new C.Delete(){ Val = false };
            C.AxisPosition axisPosition9 = new C.AxisPosition(){ Val = C.AxisPositionValues.Bottom };
            C.NumberingFormat numberingFormat9 = new C.NumberingFormat(){ FormatCode = "General", SourceLinked = false };
            C.MajorTickMark majorTickMark9 = new C.MajorTickMark(){ Val = C.TickMarkValues.None };
            C.MinorTickMark minorTickMark9 = new C.MinorTickMark(){ Val = C.TickMarkValues.None };
            C.TickLabelPosition tickLabelPosition9 = new C.TickLabelPosition(){ Val = C.TickLabelPositionValues.NextTo };

            C.ChartShapeProperties chartShapeProperties17 = new C.ChartShapeProperties();
            A.NoFill noFill50 = new A.NoFill();

            A.Outline outline57 = new A.Outline();
            A.NoFill noFill51 = new A.NoFill();

            outline57.Append(noFill51);
            A.EffectList effectList47 = new A.EffectList();

            chartShapeProperties17.Append(noFill50);
            chartShapeProperties17.Append(outline57);
            chartShapeProperties17.Append(effectList47);

            C.TextProperties textProperties13 = new C.TextProperties();
            A.BodyProperties bodyProperties23 = new A.BodyProperties(){ Rotation = -60000000, UseParagraphSpacing = true, VerticalOverflow = A.TextVerticalOverflowValues.Ellipsis, Vertical = A.TextVerticalValues.Horizontal, Wrap = A.TextWrappingValues.Square, Anchor = A.TextAnchoringTypeValues.Center, AnchorCenter = true };
            A.ListStyle listStyle23 = new A.ListStyle();

            A.Paragraph paragraph23 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties13 = new A.ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties13 = new A.DefaultRunProperties(){ FontSize = 900, Kerning = 1200 };

            A.SolidFill solidFill70 = new A.SolidFill();

            A.SchemeColor schemeColor50 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation16 = new A.LuminanceModulation(){ Val = 65000 };
            A.LuminanceOffset luminanceOffset16 = new A.LuminanceOffset(){ Val = 35000 };

            schemeColor50.Append(luminanceModulation16);
            schemeColor50.Append(luminanceOffset16);

            solidFill70.Append(schemeColor50);
            A.LatinFont latinFont10 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont10 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont10 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties13.Append(solidFill70);
            defaultRunProperties13.Append(latinFont10);
            defaultRunProperties13.Append(eastAsianFont10);
            defaultRunProperties13.Append(complexScriptFont10);

            paragraphProperties13.Append(defaultRunProperties13);
            A.EndParagraphRunProperties endParagraphRunProperties13 = new A.EndParagraphRunProperties(){ Language = "en-US" };

            paragraph23.Append(paragraphProperties13);
            paragraph23.Append(endParagraphRunProperties13);

            textProperties13.Append(bodyProperties23);
            textProperties13.Append(listStyle23);
            textProperties13.Append(paragraph23);
            C.CrossingAxis crossingAxis9 = new C.CrossingAxis(){ Val = (UInt32Value)208842952U };
            C.Crosses crosses9 = new C.Crosses(){ Val = C.CrossesValues.AutoZero };
            C.AutoLabeled autoLabeled5 = new C.AutoLabeled(){ Val = true };
            C.LabelAlignment labelAlignment5 = new C.LabelAlignment(){ Val = C.LabelAlignmentValues.Center };
            C.LabelOffset labelOffset5 = new C.LabelOffset(){ Val = (UInt16Value)100U };
            C.NoMultiLevelLabels noMultiLevelLabels5 = new C.NoMultiLevelLabels(){ Val = false };

            categoryAxis5.Append(axisId19);
            categoryAxis5.Append(scaling9);
            categoryAxis5.Append(delete9);
            categoryAxis5.Append(axisPosition9);
            categoryAxis5.Append(numberingFormat9);
            categoryAxis5.Append(majorTickMark9);
            categoryAxis5.Append(minorTickMark9);
            categoryAxis5.Append(tickLabelPosition9);
            categoryAxis5.Append(chartShapeProperties17);
            categoryAxis5.Append(textProperties13);
            categoryAxis5.Append(crossingAxis9);
            categoryAxis5.Append(crosses9);
            categoryAxis5.Append(autoLabeled5);
            categoryAxis5.Append(labelAlignment5);
            categoryAxis5.Append(labelOffset5);
            categoryAxis5.Append(noMultiLevelLabels5);

            C.ValueAxis valueAxis5 = new C.ValueAxis();
            C.AxisId axisId20 = new C.AxisId(){ Val = (UInt32Value)208842952U };

            C.Scaling scaling10 = new C.Scaling();
            C.Orientation orientation10 = new C.Orientation(){ Val = C.OrientationValues.MinMax };

            scaling10.Append(orientation10);
            C.Delete delete10 = new C.Delete(){ Val = false };
            C.AxisPosition axisPosition10 = new C.AxisPosition(){ Val = C.AxisPositionValues.Left };

            C.MajorGridlines majorGridlines5 = new C.MajorGridlines();

            C.ChartShapeProperties chartShapeProperties18 = new C.ChartShapeProperties();

            A.Outline outline58 = new A.Outline(){ Width = 9525, CapType = A.LineCapValues.Flat, CompoundLineType = A.CompoundLineValues.Single, Alignment = A.PenAlignmentValues.Center };

            A.SolidFill solidFill71 = new A.SolidFill();

            A.SchemeColor schemeColor51 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation17 = new A.LuminanceModulation(){ Val = 15000 };
            A.LuminanceOffset luminanceOffset17 = new A.LuminanceOffset(){ Val = 85000 };

            schemeColor51.Append(luminanceModulation17);
            schemeColor51.Append(luminanceOffset17);

            solidFill71.Append(schemeColor51);
            A.Round round7 = new A.Round();

            outline58.Append(solidFill71);
            outline58.Append(round7);
            A.EffectList effectList48 = new A.EffectList();

            chartShapeProperties18.Append(outline58);
            chartShapeProperties18.Append(effectList48);

            majorGridlines5.Append(chartShapeProperties18);
            C.NumberingFormat numberingFormat10 = new C.NumberingFormat(){ FormatCode = "General", SourceLinked = true };
            C.MajorTickMark majorTickMark10 = new C.MajorTickMark(){ Val = C.TickMarkValues.None };
            C.MinorTickMark minorTickMark10 = new C.MinorTickMark(){ Val = C.TickMarkValues.None };
            C.TickLabelPosition tickLabelPosition10 = new C.TickLabelPosition(){ Val = C.TickLabelPositionValues.NextTo };

            C.ChartShapeProperties chartShapeProperties19 = new C.ChartShapeProperties();
            A.NoFill noFill52 = new A.NoFill();

            A.Outline outline59 = new A.Outline();
            A.NoFill noFill53 = new A.NoFill();

            outline59.Append(noFill53);
            A.EffectList effectList49 = new A.EffectList();

            chartShapeProperties19.Append(noFill52);
            chartShapeProperties19.Append(outline59);
            chartShapeProperties19.Append(effectList49);

            C.TextProperties textProperties14 = new C.TextProperties();
            A.BodyProperties bodyProperties24 = new A.BodyProperties(){ Rotation = -60000000, UseParagraphSpacing = true, VerticalOverflow = A.TextVerticalOverflowValues.Ellipsis, Vertical = A.TextVerticalValues.Horizontal, Wrap = A.TextWrappingValues.Square, Anchor = A.TextAnchoringTypeValues.Center, AnchorCenter = true };
            A.ListStyle listStyle24 = new A.ListStyle();

            A.Paragraph paragraph24 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties14 = new A.ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties14 = new A.DefaultRunProperties(){ FontSize = 900, Kerning = 1200 };

            A.SolidFill solidFill72 = new A.SolidFill();

            A.SchemeColor schemeColor52 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation18 = new A.LuminanceModulation(){ Val = 65000 };
            A.LuminanceOffset luminanceOffset18 = new A.LuminanceOffset(){ Val = 35000 };

            schemeColor52.Append(luminanceModulation18);
            schemeColor52.Append(luminanceOffset18);

            solidFill72.Append(schemeColor52);
            A.LatinFont latinFont11 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont11 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont11 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties14.Append(solidFill72);
            defaultRunProperties14.Append(latinFont11);
            defaultRunProperties14.Append(eastAsianFont11);
            defaultRunProperties14.Append(complexScriptFont11);

            paragraphProperties14.Append(defaultRunProperties14);
            A.EndParagraphRunProperties endParagraphRunProperties14 = new A.EndParagraphRunProperties(){ Language = "en-US" };

            paragraph24.Append(paragraphProperties14);
            paragraph24.Append(endParagraphRunProperties14);

            textProperties14.Append(bodyProperties24);
            textProperties14.Append(listStyle24);
            textProperties14.Append(paragraph24);
            C.CrossingAxis crossingAxis10 = new C.CrossingAxis(){ Val = (UInt32Value)208842560U };
            C.Crosses crosses10 = new C.Crosses(){ Val = C.CrossesValues.AutoZero };
            C.CrossBetween crossBetween5 = new C.CrossBetween(){ Val = C.CrossBetweenValues.Between };

            valueAxis5.Append(axisId20);
            valueAxis5.Append(scaling10);
            valueAxis5.Append(delete10);
            valueAxis5.Append(axisPosition10);
            valueAxis5.Append(majorGridlines5);
            valueAxis5.Append(numberingFormat10);
            valueAxis5.Append(majorTickMark10);
            valueAxis5.Append(minorTickMark10);
            valueAxis5.Append(tickLabelPosition10);
            valueAxis5.Append(chartShapeProperties19);
            valueAxis5.Append(textProperties14);
            valueAxis5.Append(crossingAxis10);
            valueAxis5.Append(crosses10);
            valueAxis5.Append(crossBetween5);

            C.ShapeProperties shapeProperties41 = new C.ShapeProperties();

            A.SolidFill solidFill73 = new A.SolidFill();
            A.SchemeColor schemeColor53 = new A.SchemeColor(){ Val = A.SchemeColorValues.Background1 };

            solidFill73.Append(schemeColor53);

            A.Outline outline60 = new A.Outline();
            A.NoFill noFill54 = new A.NoFill();

            outline60.Append(noFill54);
            A.EffectList effectList50 = new A.EffectList();

            shapeProperties41.Append(solidFill73);
            shapeProperties41.Append(outline60);
            shapeProperties41.Append(effectList50);

            plotArea10.Append(layout10);
            plotArea10.Append(barChart5);
            plotArea10.Append(categoryAxis5);
            plotArea10.Append(valueAxis5);
            plotArea10.Append(shapeProperties41);

            C.Legend legend10 = new C.Legend();
            C.LegendPosition legendPosition10 = new C.LegendPosition(){ Val = C.LegendPositionValues.Bottom };
            C.Overlay overlay20 = new C.Overlay(){ Val = false };

            C.ChartShapeProperties chartShapeProperties20 = new C.ChartShapeProperties();
            A.NoFill noFill55 = new A.NoFill();

            A.Outline outline61 = new A.Outline();
            A.NoFill noFill56 = new A.NoFill();

            outline61.Append(noFill56);
            A.EffectList effectList51 = new A.EffectList();

            chartShapeProperties20.Append(noFill55);
            chartShapeProperties20.Append(outline61);
            chartShapeProperties20.Append(effectList51);

            C.TextProperties textProperties15 = new C.TextProperties();
            A.BodyProperties bodyProperties25 = new A.BodyProperties(){ Rotation = 0, UseParagraphSpacing = true, VerticalOverflow = A.TextVerticalOverflowValues.Ellipsis, Vertical = A.TextVerticalValues.Horizontal, Wrap = A.TextWrappingValues.Square, Anchor = A.TextAnchoringTypeValues.Center, AnchorCenter = true };
            A.ListStyle listStyle25 = new A.ListStyle();

            A.Paragraph paragraph25 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties15 = new A.ParagraphProperties();

            A.DefaultRunProperties defaultRunProperties15 = new A.DefaultRunProperties(){ FontSize = 900, Kerning = 1200 };

            A.SolidFill solidFill74 = new A.SolidFill();

            A.SchemeColor schemeColor54 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation19 = new A.LuminanceModulation(){ Val = 65000 };
            A.LuminanceOffset luminanceOffset19 = new A.LuminanceOffset(){ Val = 35000 };

            schemeColor54.Append(luminanceModulation19);
            schemeColor54.Append(luminanceOffset19);

            solidFill74.Append(schemeColor54);
            A.LatinFont latinFont12 = new A.LatinFont(){ Typeface = "+mn-lt" };
            A.EastAsianFont eastAsianFont12 = new A.EastAsianFont(){ Typeface = "+mn-ea" };
            A.ComplexScriptFont complexScriptFont12 = new A.ComplexScriptFont(){ Typeface = "+mn-cs" };

            defaultRunProperties15.Append(solidFill74);
            defaultRunProperties15.Append(latinFont12);
            defaultRunProperties15.Append(eastAsianFont12);
            defaultRunProperties15.Append(complexScriptFont12);

            paragraphProperties15.Append(defaultRunProperties15);
            A.EndParagraphRunProperties endParagraphRunProperties15 = new A.EndParagraphRunProperties(){ Language = "en-US" };

            paragraph25.Append(paragraphProperties15);
            paragraph25.Append(endParagraphRunProperties15);

            textProperties15.Append(bodyProperties25);
            textProperties15.Append(listStyle25);
            textProperties15.Append(paragraph25);

            legend10.Append(legendPosition10);
            legend10.Append(overlay20);
            legend10.Append(chartShapeProperties20);
            legend10.Append(textProperties15);
            C.PlotVisibleOnly plotVisibleOnly10 = new C.PlotVisibleOnly(){ Val = true };
            C.DisplayBlanksAs displayBlanksAs10 = new C.DisplayBlanksAs(){ Val = C.DisplayBlanksAsValues.Gap };
            C.ShowDataLabelsOverMaximum showDataLabelsOverMaximum10 = new C.ShowDataLabelsOverMaximum(){ Val = false };

            chart10.Append(title10);
            chart10.Append(autoTitleDeleted10);
            chart10.Append(pivotFormats10);
            chart10.Append(plotArea10);
            chart10.Append(legend10);
            chart10.Append(plotVisibleOnly10);
            chart10.Append(displayBlanksAs10);
            chart10.Append(showDataLabelsOverMaximum10);

            C.ShapeProperties shapeProperties42 = new C.ShapeProperties();

            A.SolidFill solidFill75 = new A.SolidFill();
            A.SchemeColor schemeColor55 = new A.SchemeColor(){ Val = A.SchemeColorValues.Background1 };

            solidFill75.Append(schemeColor55);

            A.Outline outline62 = new A.Outline(){ Width = 9525, CapType = A.LineCapValues.Flat, CompoundLineType = A.CompoundLineValues.Single, Alignment = A.PenAlignmentValues.Center };

            A.SolidFill solidFill76 = new A.SolidFill();

            A.SchemeColor schemeColor56 = new A.SchemeColor(){ Val = A.SchemeColorValues.Text1 };
            A.LuminanceModulation luminanceModulation20 = new A.LuminanceModulation(){ Val = 15000 };
            A.LuminanceOffset luminanceOffset20 = new A.LuminanceOffset(){ Val = 85000 };

            schemeColor56.Append(luminanceModulation20);
            schemeColor56.Append(luminanceOffset20);

            solidFill76.Append(schemeColor56);
            A.Round round8 = new A.Round();

            outline62.Append(solidFill76);
            outline62.Append(round8);
            A.EffectList effectList52 = new A.EffectList();

            shapeProperties42.Append(solidFill75);
            shapeProperties42.Append(outline62);
            shapeProperties42.Append(effectList52);

            C.TextProperties textProperties16 = new C.TextProperties();
            A.BodyProperties bodyProperties26 = new A.BodyProperties();
            A.ListStyle listStyle26 = new A.ListStyle();

            A.Paragraph paragraph26 = new A.Paragraph();

            A.ParagraphProperties paragraphProperties16 = new A.ParagraphProperties();
            A.DefaultRunProperties defaultRunProperties16 = new A.DefaultRunProperties();

            paragraphProperties16.Append(defaultRunProperties16);
            A.EndParagraphRunProperties endParagraphRunProperties16 = new A.EndParagraphRunProperties(){ Language = "en-US" };

            paragraph26.Append(paragraphProperties16);
            paragraph26.Append(endParagraphRunProperties16);

            textProperties16.Append(bodyProperties26);
            textProperties16.Append(listStyle26);
            textProperties16.Append(paragraph26);

            C.PrintSettings printSettings10 = new C.PrintSettings();
            C.HeaderFooter headerFooter10 = new C.HeaderFooter();
            C.PageMargins pageMargins17 = new C.PageMargins(){ Left = 0.7D, Right = 0.7D, Top = 0.75D, Bottom = 0.75D, Header = 0.3D, Footer = 0.3D };
            C.PageSetup pageSetup10 = new C.PageSetup();

            printSettings10.Append(headerFooter10);
            printSettings10.Append(pageMargins17);
            printSettings10.Append(pageSetup10);

            C.ChartSpaceExtensionList chartSpaceExtensionList10 = new C.ChartSpaceExtensionList();
            chartSpaceExtensionList10.AddNamespaceDeclaration("c14", "http://schemas.microsoft.com/office/drawing/2007/8/2/chart");
            chartSpaceExtensionList10.AddNamespaceDeclaration("mc", "http://schemas.openxmlformats.org/markup-compatibility/2006");

            C.ChartSpaceExtension chartSpaceExtension10 = new C.ChartSpaceExtension(){ Uri = "{781A3756-C4B2-4CAC-9D66-4F8BD8637D16}" };
            chartSpaceExtension10.AddNamespaceDeclaration("c14", "http://schemas.microsoft.com/office/drawing/2007/8/2/chart");

            C14.PivotOptions pivotOptions10 = new C14.PivotOptions();
            C14.DropZoneFilter dropZoneFilter10 = new C14.DropZoneFilter(){ Val = true };
            C14.DropZoneCategories dropZoneCategories10 = new C14.DropZoneCategories(){ Val = true };
            C14.DropZoneData dropZoneData10 = new C14.DropZoneData(){ Val = true };
            C14.DropZoneSeries dropZoneSeries10 = new C14.DropZoneSeries(){ Val = true };
            C14.DropZonesVisible dropZonesVisible10 = new C14.DropZonesVisible(){ Val = true };

            pivotOptions10.Append(dropZoneFilter10);
            pivotOptions10.Append(dropZoneCategories10);
            pivotOptions10.Append(dropZoneData10);
            pivotOptions10.Append(dropZoneSeries10);
            pivotOptions10.Append(dropZonesVisible10);

            chartSpaceExtension10.Append(pivotOptions10);

            chartSpaceExtensionList10.Append(chartSpaceExtension10);

            chartSpace10.Append(date190410);
            chartSpace10.Append(editingLanguage10);
            chartSpace10.Append(roundedCorners10);
            chartSpace10.Append(alternateContent21);
            chartSpace10.Append(pivotSource10);
            chartSpace10.Append(chart10);
            chartSpace10.Append(shapeProperties42);
            chartSpace10.Append(textProperties16);
            chartSpace10.Append(printSettings10);
            chartSpace10.Append(chartSpaceExtensionList10);

            chartPart10.ChartSpace = chartSpace10;
        }