Questions tagged [drawingml]

Part of the Office Open XML specification ECMA-376

Part of the Office Open XML specification ECMA-376, along with WordprocessingML, SpreadsheetML, PresentationML, Shared MLs and Custom XML Schema

25 questions
1
vote
0 answers

DrawingML to Skiasharp arcTo conversion problem (Covert PowerPoint Vector Graphics)

I tried to convert some shapes (PresetGeometry) from PowerPoint, which is DrawingML format, to image file through Skiasharp, everything works fine until I tried to convert arcTo function. Here is the function that I'm using: path, Target SKPath wR:…
1
vote
1 answer

Create custom shape or connector in PowerPoint using code/script/definition

The shapes in in PowerPoint 2007 seem to be built in - is there a way to create 'user'/'custom' shapes? I wanted to create a custom connector, but knowing if you can create a custom shape, could be handy in the future.
Mesh
  • 6,262
  • 5
  • 34
  • 53
1
vote
2 answers

Inject Open XML into an Open PowerPoint Presentation

I'm looking for a way to inject PresentationML and/or DrawingML into an open PowerPoint 2007/2010 presentation using the Open XML SDK or just System.IO.Packaging. There is an article on doing this with Word, but in that example it is using the…
Todd Main
  • 28,951
  • 11
  • 82
  • 146
1
vote
0 answers

Convert between color tint/shade and luminance in WordprocessingML and DrawingML

I am looking for the mathematical relationship between color tint/shading and luminance modulation and offset, if there is any, or at least an approximation of it. I need to know this because i want to convert font colors in WordprocessingML such…
Gabriel S.
  • 1,347
  • 11
  • 31
1
vote
1 answer

Error while trying to insert image in to wordML

Help needed. I am getting this error {"The xml has invalid content and cannot be constructed as an element.\r\nParameter name: outerXml"} while passing constructed xml in to DocumentFormat.OpenXml.Office.Drawing.Drawing() constructor like…
Kiru
  • 3,489
  • 1
  • 25
  • 46
1
vote
0 answers

How to visualize GML with C#

I´d like to create program which can visualize geometry from GML format. Please does anybody know if there is some function in .NET or do you know about some free GIS / GeoSpatila toolkit for C# (something like GeoTools for Java) Thanks a lot!
VilemRousi
  • 2,082
  • 4
  • 24
  • 34
1
vote
0 answers

Missing schema when inserting image to .xlsx file through OpenXML

I'll try to keep this brief as there is a lot of back-story! I can use the code from this example to insert an image into a spreadsheet at an absolute position of 0,0 EMUs using an AbsoluteAnchor. When I try to do the same using a TwoCellAnchor, the…
drewstiff
  • 63
  • 5
0
votes
2 answers

Table Banding in Open Office XML / DrawingML

I am playing with the conversion of PPTX files to HTML and am stuck on an issue with Drawing ML tables, specifically the banding of rows. I have a table with 3 different colors, the main accent color, a tint on the Band1H row and a lighter tint on…
Steeze
  • 5
  • 4
0
votes
1 answer

MS Word, DOCX, Open XML - Apply themes by changing XMLs

Need to apply theme from one word document (DOCX) to another via manipulating the XMLs. The road I'm going through is - word/themes folder contains at least one theme#.xml and could have the rels folder containg relationship files. I decided not…
unknown_boundaries
  • 1,482
  • 3
  • 25
  • 47
0
votes
1 answer

How to update a PowerPoint slide with an Excel Chart

I have one Excel file that has a Chart (Bar Chart). I also have a Powerpoint presentation with 3 slides. Please note that there is no chart "Title" either on the Excel sheet ot on the Powerpoint slides. I need to update the chart in slide #2 with…
Matthew Balraj
  • 101
  • 2
  • 7
1
2