Sort Score
Result 10 results
Languages All
Labels All
Results 7,151 - 7,160 of 129,303 for

presentation

(0.21 sec)
  1. Color Palette Labels in a Chart Are Not Positio...

    Hello team. We encountered an issue when converting a given SVG image to EMF and inserting into empty PPT document. The sample code for conversion is as following: private static byte[] convertSvgImageToEmf(byte[] ima…...pptx - empty PowerPoint presentation; regularBarChart.svg_26...svg_26.2.pptx - Presentation after SVG image converted into EMF and...

    forum.aspose.com/t/color-palette-labels-in-a-ch...
  2. New slides version affecting the numbers in OLE...

    With the new Aspose slide version - ‘aspose-slides’, version:‘25.5’ we are getting # symbols for entries which were not there for older ‘aspose-slides’, version:‘24.8’ for generating grid in a ppt. Note- this grid is an …...OLE objects, which were not present in the previous version (24...Sample Data : Create a simple presentation with a known OLE object...

    forum.aspose.com/t/new-slides-version-affecting...
  3. 针对 Java 演示文稿的图表计算优化|Aspose.Slides 文档

    了解 Aspose.Slides for Java 在 PPT 和 PPTX 中的图表计算、数据更新和精度控制,并提供实用的 Java 代码示例。... Presentation pres = new Presentation (); try { Chart...方法,以便用实际值填充这些属性。 Presentation pres = new Presentation (); try { Chart...

    docs.aspose.com/slides/zh/java/chart-calculations/
  4. 优化 Android 演示文稿中的图表计算|Aspose.Slides 文档

    了解在 Aspose.Slides for Android 中的图表计算、数据更新和精度控制,适用于 PPT 和 PPTX,附带实用的 Java 代码示例。... Presentation pres = new Presentation (); try { Chart... 来填充属性的实际值。 Presentation pres = new Presentation (); try { Chart...

    docs.aspose.com/slides/zh/androidjava/chart-cal...
  5. Generating a Slide ID Greater than Integer.MAX_...

    When using Aspose.Slides for Java (version 24.12 - also tried on the latest version 25.4) our team ran into an interesting issue. After cloning new slides to an existing Presentation, when that Presentation was opened i…...an existing presentation, when that presentation was opened in...can attempt to repair the presentation” pop-up dialog. In our case...

    forum.aspose.com/t/generating-a-slide-id-greate...
  6. Saving a PPTX File as PDF in C# Causes Text Ove...

    Hi team. We have run into a problem with overlapping text when *.pptx file was saved in pdf format applying specific font to the text. Scenario: there is a *.pptx file where Untitled Serif font is applied to the text.…...embedding: Presentation presentation = new Presentation("input.pptx");...options.setEmbedFonts(true); presentation.save("output.pdf", SaveFormat...

    forum.aspose.com/t/saving-a-pptx-file-as-pdf-in...
  7. .NET 6 Support|Aspose.Slides Documentation

    Configure Aspose.Slides for .NET 6 to create, edit and convert PowerPoint PPT, PPTX and ODP Presentations in modern, cross-platform C# applications.... Image GetThumbnail ( Presentation pres ) { return pres . Slides...GetThumbnail ( Presentation presentation ) { return presentation . Slides...

    docs.aspose.com/slides/net/net6/
  8. How to Create Charts in Presentations in .NET|A...

    Learn how to create charts in PowerPoint PPT, PPTX and ODP Presentations in .NET with Aspose.Slides using both legacy and modern chart APIs....How to Create Charts in Presentations in .NET Contents [ Hide...All the classes that were present in old Aspose.Slides for .NET...

    docs.aspose.com/slides/net/how-to-create-charts...
  9. 搜索

    搜索...Animation; using (Presentation presentation = new Presentation()) { //...添加微笑形狀,然後對其進行動畫處理 IAutoShape smile = presentation.Slides[0].Shapes.AddAutoShape(ShapeType...

    blog.aspose.com/zh-hant/slides/convert-ppt-to-v...
  10. Extract text and images from PPTX document usin...

    C# source code to extract text and images from PPTX file on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....from the Whole pptx Presentation Presentation pptxPresentation =...= new Presentation(dataDir + "demo.pptx" ); //Get an Array of...

    products.aspose.com/slides/net/parser/pptx/