Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 22,253 for

savefileformat

(0.09 sec)
  1. Creating a Calendar in PHP | Aspose.Tasks Docum...

    This article explains how to create calendar components in PHP using Aspose.Tasks Java for PHP...."cal3" ); 8 9 $saveFileFormat = new SaveFileFormat(); 10 11 $project..."CreateCalendar.xml" , $saveFileFormat -> XML ); 12 13 print "Created...

    docs.aspose.com/tasks/java/creating-a-calendar-...
  2. 插入图片|Documentation

    本节介绍如何在visio页面插入图片,Aspose.Diagram支持使用java插入图片,保存为pdf、svg、html、image、xps等格式。...vsdx" , SaveFileFormat . VSDX ); 在 SVG 中插入图像 Aspose..."AddImageToPage_Out.svg" , SaveFileFormat . SVG ); 在 PNG 中插入图像 Aspose...

    docs.aspose.com/diagram/zh/java/drawing/insert-...
  3. Your First Aspose.Diagram Application - Hello W...

    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....vsdx" , SaveFileFormat . VSDX ) 打开现有文件 The following..."CreateHelloWorldVisi_out.vsdx" , SaveFileFormat . VSDX )...

    docs.aspose.com/diagram/zh/python-net/your-firs...
  4. Rotate Visio Shape Text|Documentation

    How to rotate shape's text in visio using .NET Diagram API.... Save ( dataDir , SaveFileFormat . VSDX ); This example..."UpdateShapeText_out.vdx" , SaveFileFormat . VDX ); Add Watermark...

    docs.aspose.com/diagram/net/rotate-visio-shape-...
  5. 公共 API Aspose.Diagram 6.6.0 的变化|Documentation

    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.... 在 SaveFileFormat 类中添加 VSDM、VSSM 和 VSTM 格式...( @"c:\temp\out.vssm" , SaveFileFormat . VSSM ); 呈现宏“代码”时出错:为参数...

    docs.aspose.com/diagram/zh/net/public-api-chang...
  6. Add Watermark to Visio|Documentation

    How to add watermark to visio using Java Diagram API....vsdx" , SaveFileFormat . VSDX ); This example..."ApplyFontOnText_Out.vsdx" , SaveFileFormat . VSDX );...

    docs.aspose.com/diagram/java/add-watermark-to-v...
  7. Working with Text Boxes|Documentation

    This section explains how to format a text shape with Aspose.Diagram....vsdx" , SaveFileFormat . VSDX ); Rotate and Set..."SetShapeTextPosition_out.vsdx" , SaveFileFormat . VSDX ); Set shape’s text...

    docs.aspose.com/diagram/net/working-with-text-b...
  8. Convert Visio to HTML format|Documentation

    This topic show you how to convert Visio to html formats using Aspose.Diagram for Python via Java. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM, VSSM to html with a few lines of code....html" , SaveFileFormat . HTML ) jpype . shutdownJVM...diagram . save ( dstStream , SaveFileFormat . HTML ) # In you want...

    docs.aspose.com/diagram/zh/python-java/convert-...
  9. 创建、更新、布局和自动调整形状|Documentation

    使用 C# Diagram API 在您的应用程序中使用 C# 在 Visio 文件中创建、更新和自动布局形状。包含 C# 代码示例的完整指南。... Save ( dataDir , SaveFileFormat . VSDX ); 流程图样式的布局形状 对..."sample_btm_top_out.vdx" , SaveFileFormat . VDX ); // Set layout...

    docs.aspose.com/diagram/zh/net/create-update-la...
  10. Working with Themes|Documentation

    This section explains how to apply a preset theme to a page or a shape with Aspose.Diagram....vsdx" , SaveFileFormat . VSDX ); Result of Apply...+ "SetTheme_out.vsdx" , SaveFileFormat . VSDX ); Result of Apply...

    docs.aspose.com/diagram/net/working-with-themes/