powerpoint

Is it possible to update a PowerPoint slide with new data (in C#)?

久未见 提交于 2019-12-29 06:34:12
问题 Are there any examples out there on how to update a PowerPoint slide (by clearing the text in a certain textbox and updating it with new content)? I have a monthly report to generate in PowerPoint and I have all the data in a database. I am trying to determine if I can simply autogenerate the slides by having a blank PowerPoint template with three textboxes and the data would get filled in from my C# code. The other examples i would look for are: bulletted lists tables Any help in the right

Is it possible to update a PowerPoint slide with new data (in C#)?

跟風遠走 提交于 2019-12-29 06:33:29
问题 Are there any examples out there on how to update a PowerPoint slide (by clearing the text in a certain textbox and updating it with new content)? I have a monthly report to generate in PowerPoint and I have all the data in a database. I am trying to determine if I can simply autogenerate the slides by having a blank PowerPoint template with three textboxes and the data would get filled in from my C# code. The other examples i would look for are: bulletted lists tables Any help in the right

convert any file type to pdf using Java API

蹲街弑〆低调 提交于 2019-12-25 20:49:08
问题 Can you please let me know which java api (open source - Devlopment & Commercial) can be used to convert any file type (e.g. doc, docx, xls, xlsx, ppt, pptx) to pdf. Those files may contain text, image, graph,chart, style etc. Thanks in advance. 回答1: You can user iText library for creating pdf documents, see: http://itextpdf.com/. For reading the doc, docx, xls, etc. files I suggest using apache poi library, see: http://poi.apache.org/ 来源: https://stackoverflow.com/questions/12382186/convert

how to add image in table(XSLFTable) cell in powerpoint poi api in java

北城以北 提交于 2019-12-25 18:18:29
问题 how to add image in table(XSLFTable) cell in powerpoint poi api in java, we are not able to get the CTBlipFillProperties through poi latest jar poi-3.15.jar how to add image in table(XSLFTable) cell in powerpoint poi api in java, we are not able to get the CTBlipFillProperties through poi latest jar poi-3.15.jar public static void main(String[] args) throws Exception { XMLSlideShow pptx = new XMLSlideShow(); XSLFSlide slide = pptx.createSlide(); // you need to include ooxml-schemas:1.1 for

将水印添加到 powerpoint 首选使用的照片

一个人想着一个人 提交于 2019-12-25 10:42:07
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> 注意: 我们希望能够尽快以你的语言为你提供最新的帮助内容。 本页面是自动翻译的,可能包含语法错误或不准确之处。我们的目的是使此内容能对你有所帮助。可以在本页面底部告诉我们此信息是否对你有帮助吗? 请在此处查看本文的 英文版本 以便参考。 如果您想要与您的姓名或其他识别标记为您的照片,您可以添加水印。 向照片添加水印,使用PowerPoint包括以下三个主要任务: 添加水印,格式使其外观透明,然后进行分组并保存照片。 设置第一张照片的水印后,您可以为其他照片快速通过取消分组水印,然后更改照片。 较新版本 Office 2010 添加水印 设置水印的格式 保存含水印的照片 快速将水印添加到其他照片 添加水印 打开新的空白PowerPoint幻灯片。 在 插入 选项卡的 图像 组中,单击 图片 。 浏览到要添加水印,请单击照片,照片,然后单击 插入 。 在 插入 选项卡的 文本 组中,单击 艺术字 ,,然后单击您想要用于水印的文本样式。 选择水印,然后再将其拖动到所需的位置。 选择水印,内部的文本,然后键入您想要使用的文本。 设置水印的格式 单击水印将其选中。 在 绘图工具 选项卡上,单击 艺术字样式 对话框启动器。 文本填充和大纲 选项卡上,在 设置形状格式 窗格中单击 文本填充 ,选择所需的颜色,然后将 透明度

How to dynamically reference PowerPoint slides using VBA

梦想与她 提交于 2019-12-25 08:34:15
问题 I've written/compiled a macro that opens an Excel file, creates a PowerPoint chart and populates the chart worksheet with data from a worksheet in the Excel file. I'm trying to alter the macro to loop through the Excel file's worksheets and: for each worksheet create a PowerPoint slide and chart populate the PowerPoint chart with data from the worksheet in the Excel file Presently when I run the macro, the first PowerPoint chart and slide is created correctly. The second slide is created for

vba power point changing image border color on click

让人想犯罪 __ 提交于 2019-12-25 07:17:09
问题 I'm trying to make an educational interactive presentation for kinder children using Power Point, and I'm trying to do a kind of test/activity in which the children have to click on some pictures according to the question. Some will be right, some don't. (for instance: can you point the tools used by a fireman? and show 4 images of different tools) Using the mousemove event, I can reproduce a sound that says the name of the object, and using the click event I can reproduce another sound to

Interactive Quiz using ppt

一曲冷凌霜 提交于 2019-12-25 07:01:31
问题 I posted a rubbish question about this before and have gone away and done some work on it to re-ask. Basically I've made a ppt quiz that counts how many correct and incorrect answers a person has given. It then feeds this information back to the user at the end. However what I want to happen now is I want the results to be stored so that I can go back in and see how each user has performed in the quiz. Ideally I would like it to work over 6 networked computers storing all the quiz results in

How to make a powerpoint chart reflect changes to its data source?

允我心安 提交于 2019-12-25 06:24:28
问题 I'm using openxml sdk 2 to change the excel data from a chart on a powerpoint file (2007). I can change the data but when I open the changed file on powerpoint, the chart shows the original data. Only when I choose "Edit data", it shows the excel sheet with the correct data and the chart is updated. How can I make the chart reflect the underlying changes? 回答1: It sounds as though you have an embedded chart rather than a linked one. With an embedded chart, the chart and the spreadsheet behind

interop Shapes.AddPicture creates incorrect dimension for image

五迷三道 提交于 2019-12-25 05:27:24
问题 I am using interop to create powerpoint presentation.i use Shapes.AddPicture to add images to slide. Shapes.AddPicture(strImagePath, Microsoft.Office.Core.MsoTriState.msoTrue, Microsoft.Office.Core.MsoTriState.msoFalse, Convert.ToInt32(shape.Left), Convert.ToInt32(shape.Top), Convert.ToInt32(xmlTempNode.Attributes["imgwidth"].Value), Convert.ToInt32(xmlTempNode.Attributes["imgheight"].Value));//load new image to shape i am passing imageheight as 127, however final slide contains image with