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

savefileformat

(0.06 sec)
  1. Visio转其他格式|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/zh/java/convert-visio-t...
  2. 公共 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 ); 在 ForeignData...

    docs.aspose.com/diagram/zh/java/public-api-chan...
  3. 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 ); Convert Visio...

    docs.aspose.com/diagram/net/convert-visio-to-html/
  4. 公共 API Aspose.Diagram 16.11.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....vsdx" , SaveFileFormat . VSDX ); 呈现宏“代码”时出错:为参数...@"C:\temp\Output.vsdx" , SaveFileFormat . VSDX ); 呈现宏“代码”时出错:为参数...

    docs.aspose.com/diagram/zh/net/public-api-chang...
  5. Add Comments to Drawings in Visio|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....vdx" , SaveFileFormat . VDX ); Download Sample...

    docs.aspose.com/diagram/net/add-comments-to-dra...
  6. Convert Project Data to Excel in C++ | Aspose.T...

    Learn how to convert Microsoft Project (MPP/XML) projects to Excel using Aspose.Tasks for C++....to XLSX format using the SaveFileFormat enumeration type. To save...the project to XLSX using SaveFileFormat.XLSX. Saving a Project...

    docs.aspose.com/tasks/cpp/convert-project-data-...
  7. Create, Insert fields|Documentation

    How to create, insert fields using C# Diagram API ....vsdx" , SaveFileFormat . VSDX ); Update,Remove...

    docs.aspose.com/diagram/net/create-insert-fields/
  8. 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...
  9. Archive

    archives...formats are defined under SaveFileFormat enumeration. Please either...ImageSaveOptions class with the SaveFileFormat.Jpeg as an argument. After...

    blog.aspose.com/tasks/export-ms-project-mpp-to-...
  10. Working with Task Links in PHP | Aspose.Tasks D...

    Learn how to write Microsoft Project task links using Aspose.Tasks Java for PHP....StartToStart ); 38 39 $saveFileFormat = new SaveFileFormat(); 40 41 $project...save ( "TaskLinks.mpp" , $saveFileFormat -> MPP ); 42 43 print "Saved...

    docs.aspose.com/tasks/java/writing-updated-task...