Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 22,253 for

savefileformat

(0.09 sec)
  1. 使用文本框|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....vsdx" , SaveFileFormat . VSDX ); 旋转和设置形状文本的位置..."SetShapeTextPosition_Out.vsdx" , SaveFileFormat . VSDX ); 将形状的文本位置设置在底部...

    docs.aspose.com/diagram/zh/java/working-with-te...
  2. 将 Visio 转换为图像格式|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to various images formats. Convert Visio,VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to PNG, JPEG, BMP images with a few lines of code....png" , SaveFileFormat . PNG ) 也可以将特定页面保存为图像,而不是整个文档:...saving . ImageSaveOptions ( SaveFileFormat . PNG ) #// Save one page...

    docs.aspose.com/diagram/zh/python-net/convert-v...
  3. Public API Changes in Aspose.Diagram 16.11.0|Do...

    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 ); Error rendering...@"C:\temp\Output.vsdx" , SaveFileFormat . VSDX ); Error rendering...

    docs.aspose.com/diagram/net/public-api-changes-...
  4. Render Project to Multipage TIFF | Aspose.Tasks...

    Learn how to export your project files (MPP/XML/Primavera XML) as multipage TIFF using Aspose.Tasks for Java.... The SaveFileFormat enumeration contains the...save ( "RenderMe.tif" , SaveFileFormat. TIFF ); 6 //Save the project...

    docs.aspose.com/tasks/java/render-project-to-mu...
  5. Working with Shapes Paragraph|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....vsdx" , SaveFileFormat . VSDX ); Working with...

    docs.aspose.com/diagram/java/working-with-shape...
  6. Convert Visio to HTML format|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to html formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to html with a few lines of code....html" , SaveFileFormat . HTML ); Save resultant...diagram . Save ( stream , SaveFileFormat . HTML ); 将 Visio 转换为图像格式...

    docs.aspose.com/diagram/zh/net/convert-visio-to...
  7. Visio加水印|Documentation

    如何使用 .NET Diagram API 为 visio 添加水印。... Save ( dataDir , SaveFileFormat . VSDX ); 这个例子的工作原理如下:...dataDir + "Watermark.vsdx" , SaveFileFormat . VSDX ); } 旋转 Visio 形状文字...

    docs.aspose.com/diagram/zh/net/add-watermark-to...
  8. Public API Changes in Aspose.Diagram 6.8.0|Docu...

    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 ); Error rendering...@"c:\temp\AddLayer_Out.vsdx" , SaveFileFormat . VSDX ); Error rendering...

    docs.aspose.com/diagram/net/public-api-changes-...
  9. Visio转其他格式|Documentation

    This topic show you how to convert Visio to SVG,XPS,XML,XAML formats using Aspose.Diagram for Python via Java. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM, VSSM to SVG,XPS,XML,XAML with a few lines of code....vdx" , SaveFileFormat . VDX ) # 2. Exporting..."ExportToXML_Out.vsx" , SaveFileFormat . VSX ) # 3. Export VSD...

    docs.aspose.com/diagram/zh/python-java/convert-...
  10. Saving Project Data to Excel Format | Aspose.Ta...

    This article explains how to export project data to Excel using Aspose.Tasks Java for PHP....mpp' ); 2 3 $saveFileFormat = new SaveFileFormat(); 4 5 $project...save ( "Project.XLSX" , $saveFileFormat -> XLSX ); 6 7 print "Saved...

    docs.aspose.com/tasks/java/saving-project-data-...