Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 10,117 for

presentation

(0.04 sec)
  1. 在 Microsoft PowerPoint 演示文稿中创建图表|Aspose.Slides 文档

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....//Access the first slide of presentation objSlide = objPres . Slides...RightAngleAxes = false ; // Save the presentation as a PPTX objPres . SaveAs...

    docs.aspose.com/slides/zh/net/create-a-chart-in...
  2. 现代 API|Aspose.Slides for Node.js via .NET 文档

    现代 API... Presentation (); try { var ppImage ;...= new aspose . slides . Presentation ( "pres.pptx" ); try { var...

    docs.aspose.com/slides/zh/nodejs-java/modern-api/
  3. Ինչպես ջնջել տեքստը PPTX-ում՝ օգտագործելով C#

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

    kb.aspose.com/hy/slides/net/how-to-strike-out-t...
  4. Ինչպես փոխարկել PDF-ը ներկայացման Java-ի միջոցով

    Այս ձեռնարկում մենք կկենտրոնանանք այն վրա, թե ինչպես փոխարկել PDF-ը ներկայացման՝ օգտագործելով Java-ն MS Windows-ում, macOS-ում կամ Ubuntu-ում: Java-ի կոդի նմուշը PDF-ն ավելացնում է շնորհանդեսին՝ առանց MS PowerPoint-ից կախվածության:...ինչպես փոխակերպել PDF -ը Presentation -ի` օգտագործելով Java MS...ներկայացում՝ օգտագործելով Presentation դասը՝ Java-ում PPTX-ին PDF...

    kb.aspose.com/hy/slides/java/how-to-convert-pdf...
  5. 格式化文本|Aspose.Slides 文档

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....VSTO //打开演示文稿 Presentation pres = new Presentation ( "source.ppt"...Aspose.Slides PowerPoint . Presentation pres = null ; //打开演示文稿 pres...

    docs.aspose.com/slides/zh/net/format-text/
  6. 3D 图表|Aspose.Slides 文档

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... 创建 Presentation 类的实例。 访问第一张幻灯片。 添加默认数据的图表。...将修改后的演示文稿写入 PPTX 文件。 Presentation pres = new Presentation (); try { //...

    docs.aspose.com/slides/zh/androidjava/3d-chart/
  7. Data Points of Treemap and Sunburst Chart|Aspos...

    Sunburst Graph, Sunburst Diagram, Sunburst Chart, Radial Chart, Radial Graph or Multi Level Pie Chart with Aspose.Slides....new Sunburst chart to the presentation: auto pres = System :: MakeObject...MakeObject < Presentation > (); auto chart = pres -> get_Slides...

    docs.aspose.com/slides/cpp/data-points-of-treem...
  8. 图表数据标记|Aspose.Slides 文档

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....设置图表标记选项,请按照以下步骤操作: 实例化 Presentation 类。 创建默认图表。 设置图片。 取第一个图表系列。...// 创建空的演示文稿 Presentation pres = new Presentation (); try { //...

    docs.aspose.com/slides/zh/java/chart-data-marker/
  9. Chart Calculations|Aspose.Slides for Node.js vi...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Presentation (); try { var chart = pres...= new aspose . slides . Presentation (); try { var chart = pres...

    docs.aspose.com/slides/nodejs-java/chart-calcul...
  10. 直线|Aspose.Slides for PHP 文档

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....要向演示文稿的选定幻灯片添加一条简单的直线,请按照以下步骤操作: 创建 Presentation 类的实例。 通过使用其索引获得幻灯片的引用。 使用...PresentationEx 类 $pres = new Presentation (); try { # 获取第一张幻灯片 $sld...

    docs.aspose.com/slides/zh/php-java/line/