Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 22,256 for

savefileformat

(0.13 sec)
  1. Fiscal Year Properties in PHP | Aspose.Tasks Do...

    Learn how to work with fiscal year properties using Aspose.Tasks Java for PHP....true )); 10 11 $saveFileFormat = new SaveFileFormat(); 12 13 $project..."fiscal_year_properties.xml" , $saveFileFormat -> XML ); 14 15 print "Set...

    docs.aspose.com/tasks/java/fiscal-year-properti...
  2. Visio加水印|Documentation

    如何使用 Java Diagram API 为 visio 添加水印。...vsdx" , SaveFileFormat . VSDX ); 这个例子的工作原理如下:..."ApplyFontOnText_Out.vsdx" , SaveFileFormat . VSDX );...

    docs.aspose.com/diagram/zh/java/add-watermark-t...
  3. Working with Projects in C++ | Aspose.Tasks Doc...

    This guide explains how to create and save project files using Aspose.Tasks for C++ without Microsoft Office dependencies....values provided by the SaveFileFormat enumeration type. At present...Aspose::Tasks::Saving::SaveFileFormat::XML); Examples-CPP-Wo...

    docs.aspose.com/tasks/cpp/creating-and-saving/
  4. 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...
  5. Defining Weekdays for Calendar in PHP | Aspose....

    Learn how to define calendar weekdays for Microsoft Project (MPP/XML) projects using Aspose.Tasks Java for PHP....$myWeekDay ); 62 63 $saveFileFormat = new SaveFileFormat(); 64 65 $project..."CalendarWeekdays.xml" , $saveFileFormat -> XML ); 66 67 print "Defined...

    docs.aspose.com/tasks/java/defining-weekdays-fo...
  6. 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...
  7. Merge Combine Diagram|Documentation

    This section explains how to combine visio file...vsdx" , SaveFileFormat . VSDX ) jpype . shutdownJVM...

    docs.aspose.com/diagram/python-java/merge-combi...
  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. C# Microsoft Visio Files Conversion | products....

    Convert Microsoft Visio formats VSDX VSX VTX VDX VSSX VSTX VSDM VSSM VSTM VDW VSD VSS VST to PDF HTML and Images with few lines of C# code via .NET library....with VSDX file name and SaveFileFormat .targetFile extension as...name with full path and SaveFileFormat as parameters. For specific...

    products.aspose.com/diagram/net/conversion/
  10. Save Visio document programmatically|Documentation

    This page describes how to save Visio document to file, stream with Aspose.Diagram library....supported save formats see the SaveFileFormat Enum. Saving Visio Diagram...also offers an additional SaveFileFormat parameter to specify output...

    docs.aspose.com/diagram/java/save-visio-document/