diff --git a/test/codetest.md b/test/codetest.md index f5b1b80..391437f 100755 --- a/test/codetest.md +++ b/test/codetest.md @@ -1,13 +1,19 @@ template: Martin Template.pptx contentsplit: 1 2 contentsplitdirn: h +style.fontsize.christopher: 45px +style.fgcolor.christopher: FF0000 +hidden: yes -# Code Test + -### Here Is A Graph +# Code Test -* Here is a bullet - * Here is a sub-bullet +### Here Is A Slide With A Graph ``` run-python @@ -21,15 +27,11 @@ chart1 = RunPython.makeChart(slide, XL_CHART_TYPE.COLUMN_CLUSTERED, renderingRectangle, chart_data, - "Hello World", - XL_LEGEND_POSITION.BOTTOM) - - + "My Important Chart", + XL_LEGEND_POSITION.BOTTOM) ``` -### Here Is A Table - - +## Here Is A Table ``` run-python @@ -45,8 +47,4 @@ RunPython.applyCellFillRGB(table1, 2, 3, 255, 255, 0) # Set list of cells to green greenList = [(0, 0), (2,1), (3,2)] RunPython.applyCellListFillRGB(table1, greenList, 0, 255, 0) - - -``` - -* Here's a bullet below the table \ No newline at end of file +``` \ No newline at end of file diff --git a/test/codetest.pptx b/test/codetest.pptx index 55f2a7c..ceeb1b8 100644 Binary files a/test/codetest.pptx and b/test/codetest.pptx differ