Sort Score
Result 10 results
Languages All
Labels All
Results 2,541 - 2,550 of 144,308 for

pptx

(0.45 sec)
  1. Android 上的组演示形状|Aspose.Slides 文档

    学习使用 Aspose.Slides for Android 对 PowerPoint 幻灯片中的形状进行分组和取消分组——快速、一步一步的指南,附带免费 Java 代码。... 将修改后的演示文稿另存为 PPTX 文件。 下面的示例向幻灯片添加组形状。 // 实例化 Presentation...)); // 将 PPTX 文件写入磁盘 pres . save ( "GroupShape.pptx" , SaveFormat...

    docs.aspose.com/slides/zh/androidjava/group/
  2. Convert PPT to SWF in C#

    Let's convert PPT to SWF in C# using Aspose.Slides for .NET. This .NET SDK is widely used to process and convert Pptx/PPT files to other file formats.... Load the source PPTX/PPT file by initializing an...when it comes to converting PPTX/PPT files to other popular file...

    blog.aspose.com/slides/convert-ppt-to-swf-in-cs...
  3. Aspose.Slides Product Family

    查找有关在不使用 Microsoft PowerPoint 的情况下以代码创建、转换和编辑演示文稿的答案。...Python 保护 PPTX 如何使用Python在PPTX中添加图片水印 如何使用 Python 在 PPTX 中插入草稿水印...

    kb.aspose.com/zh/slides/page/3/
  4. Create Excel Charts and Embed Them in Presentat...

    Create Excel charts and embed them as OLE objects in PowerPoint and OpenDocument presentations with Java. Step-by-step guide with code samples....chart as an OLE object in a PPTX presentation using Aspose.Slides...the presentation to disk in PPTX format. Implementation of the...

    docs.aspose.com/slides/java/creating-excel-char...
  5. Formatting not retained while creating .ppt fro...

    I'm trying to save a excel workbook template as a powerpoint presentation. The background color of grey colored cells in the tables in the excel sheets are not retained as such. They become black instead. How do we reta…...we think you should use the PPTX file format. If you want to...different things(changing the PPT to PPTX, changing the EXCEL Format to...

    forum.aspose.com/t/formatting-not-retained-whil...
  6. Ինչպես ավելացնել ստորագրություն PowerPoint-ում ...

    Այս կտրուկ ձեռնարկը բացատրում է, թե ինչպես ավելացնել ստորագրություն PowerPoint-ում Java-ի միջոցով: Այն պարունակում է բոլոր մանրամասները՝ շրջակա միջավայրը, ծրագրի հոսքը և գործարկվող կոդ՝ PowerPoint-ում թվային ստորագրությունը Java-ի միջոցով տեղադրելու համար:...տեղեկատվություն ավելացնելիս և որպես PPTX ֆայլ պահելիս: Java-ի միջոցով...ստորագրված ներկայացումը որպես PPTX Այս քայլերն օգտակար են հասկանալու...

    kb.aspose.com/hy/slides/java/how-to-add-signatu...
  7. Ինչպես ստեղծել PPT Python-ի միջոցով

    Այս հոդվածը բացատրում է, թե ինչպես ստեղծել PPT՝ օգտագործելով Python-ը: Դուք կարող եք օգտագործել Python-ը ստեղծել PowerPoint ներկայացում և բացել այն MS PowerPoint-ում դիտելու համար:...պահվում է սկավառակի վրա որպես PPTX : Python-ով PowerPoint ստեղծելու...ներկայացումը պահվում է սկավառակի վրա PPTX ձևաչափով: Python-ի միջոցով PPT...

    kb.aspose.com/hy/slides/python/how-to-create-pp...
  8. Extract Text from PPT Presentations using C++ |...

    Extract text from PPT presentations in C++. Use Aspose.Slides for C++ to parse slides, text frames, paragraphs, and portions....OpenDocument formats such as PPT , PPTX , and ODP without Microsoft...format used before the Open XML PPTX format. Read More Other Supported...

    products.aspose.com/slides/cpp/parser/ppt/
  9. 使用 Java 管理演示文稿中的字体|Aspose.Slides 文档

    在 Java 中使用 Aspose.Slides 控制字体:嵌入、替换并加载自定义字体,确保 PPT、Pptx 和 ODP 演示文稿保持清晰、品牌安全且一致。... 将修改后的演示文稿保存为 PPTX 文件。 上述步骤的实现如下。它采用一个未装饰的演示文稿...图:输入文件中的文本 图:相同文本的更新后格式 // 实例化一个表示 PPTX 文件的 Presentation 对象 Presentation...

    docs.aspose.com/slides/zh/java/manage-fonts/
  10. Customize Chart Legends in Presentations Using ...

    Customize chart legends with Aspose.Slides for Java to optimize PowerPoint presentations with tailored legend formatting....Write the presentation as a PPTX file. In the example given below...save ( "Legend_out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/java/chart-legend/