Questions tagged [presentationml]

Part of the Office Open XML specification ECMA-376

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

34 questions
2
votes
1 answer

Openxml: Added ImagePart is not showing in Powerpoint / Missing RelationshipID

I'm trying to dynamically create a PowerPoint presentation. One slide has a bunch of placeholder images that need to be changed based on certain values. My approach is to create a new ImagePart and link it to the according Blip. The image is…
Tobi N
  • 554
  • 6
  • 22
2
votes
3 answers

In PowerPoint 2007, how can I position a Callout's Tail programatically?

I'm looking at the DrawingML of a PowerPoint 2007 file and this is what it has for the Callout object's coordinates and geometry: // X,Y Position of Callout Box
Ryan Abbott
  • 5,317
  • 7
  • 31
  • 34
2
votes
1 answer

CustomXML In Powerpoint

I want to create a PowerPoint template. I want the template to have references to items like NAME and the like based on an external source. I know with WordprocessingML I can just make a reference to an XML file and supply an x-path, but I also hear…
diadem
  • 834
  • 2
  • 11
  • 24
2
votes
1 answer

OpenXML - PresentationML Cloning - Corrupts Powerpoint

My need is to clone all slides in a presentation to a base presentation and change the layout of the cloned slides to the layout of the base presentation. The approach I took was, (Base presentation denoted as B, to be cloned presentation is…
Yasindu
  • 149
  • 9
2
votes
1 answer

How to bind data form database to a existing table in powerpoint using open xml

I using openxml to create a powerpoint from an web app.I created a ppt with charts and opened ppt in openxml sdk productivity tool and code which was generated with that i modified the chart data which is coming from database,Code for which i…
Dinesh Haraveer
  • 1,784
  • 3
  • 31
  • 54
1
vote
1 answer

How to generate a PowerPoint slideshow using OpenXML?

I am writing a UWP application that will be used to generate a powerpoint presentation. This presentation will contain slides from several other powerpoint presentations as well as textual content that is defined by my application. I have been…
Greg Loomis
  • 109
  • 5
1
vote
0 answers

Add new chart in blank PPTX using OpenXML/PresentationML

I am using OpenXML to generate new presentation from the scratch. Here i want to add new chart to the presentation with my custom data. Though I am able to update existing chart, i am not able to create new one. Please guide me..
Vikas Nale
  • 303
  • 2
  • 12
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
1 answer

OpenXML- Set a slide layout for a slide in presentation

Here is the code i used to create the presentation. What i'm trying here is to create a slide and insert shapes into it and attach the slide into already created presentation. That works fine. My question is how i set the layout the of the inserted…
Eldho
  • 7,795
  • 5
  • 40
  • 77
1
vote
1 answer

Generating PowerPoint files in C# with OpenXML SDK; Validates, but opens with errors

I've recently begun digging into the OpenXML SDK in hopes of automatically generating a PowerPoint presentation. I found the entire process painful, and have spent the better part of the weekend and the last two days generating a library to sit over…
mgw854
  • 657
  • 6
  • 17
1
vote
0 answers

Creating a PresentationML document in C++

I already work and succeed with wordprocessingML but not with presentationML. My problem is that my size's file is 0ko and I do not know why. I know it is enough to create an empty word document but is it enough for an empty powerpoint? I follow…
townyoh
  • 11
  • 2
1
vote
1 answer

PPTX OpenXML - Which is the newline indicator in bulleted text?

Can you please help me identify which is the newline indicator in bulleted text in PPTX OpenXML ? based on this I want add newline character in my program -Thank you
0
votes
2 answers

Openxml 2.0 xml processing

I have a pretty basic question regarding the openxml sdk. I want to process pptx documents. In my c# code from slideMaster1.xml I want to get a list of every XMLNode where the node's type is p:cNvPr because i want to store their values in a list of…
Zoltan Varadi
  • 2,468
  • 2
  • 34
  • 51
0
votes
0 answers

How to hide some contents from the PowerPoint slides, also which needs hidden from the selection pane?

I am working on PowerPoint slides, I am looking for hiding some of the contents from slides. The files I am going to make hidden should not be displayed or should not able to modify from the selection pane. Is there any solution for this guys ? I…
0
votes
1 answer

Presentation OpenXml package not able to find source of font color

I am reading openxml package file and at one place I am not able to figure out the source of text color If you look into the below xml there are run elements which contains Aug and 2019 and its color is shown as in below screenshot. I have tried…
Vishwajeet
  • 1,575
  • 2
  • 19
  • 35