Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 22,252 for

savefileformat

(0.2 sec)
  1. 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-...
  2. 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-...
  3. 使用文本框|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...
  4. 将 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...
  5. 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 ); Insert a Text..."C:\\temp\\Output.vsdx" , SaveFileFormat . VSDX ); Public API Changes...

    docs.aspose.com/diagram/java/public-api-changes...
  6. 使用评论|Documentation

    本页介绍如何使用 Aspose.Diagram 库添加或编辑评论。...vsdx" , SaveFileFormat . VSDX ); 在 Visio Diagram..."EditComment_out.vsdx" , SaveFileFormat . VSDX ); 在 Visio 绘图中添加形状级注释...

    docs.aspose.com/diagram/zh/net/working-with-com...
  7. 在 PHP 中对形状的每个文本值应用不同的样式|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....Save diagram $saveFileFormat = new SaveFileFormat (); $diagram..."AddShapeTextAndStyle.vdx" , $saveFileFormat -> VDX ); print "Added...

    docs.aspose.com/diagram/zh/java/apply-different...
  8. 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...
  9. 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...
  10. Convert Visio to other formats|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to SVG,XPS,XML,XAML formats. 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/java/convert-visio-to-o...