Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 17,602 for

savefileformat

(0.08 sec)
  1. 公共 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...
  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 ); 呈现宏“代码”时出错:为参数...

    docs.aspose.com/diagram/zh/net/public-api-chang...
  3. Writing Updated TaskLink Data to MPP in PHP

    Learn how to write Microsoft Project (MPP/XML) task links using Aspose.Tasks Java for PHP....StartToStart ); 20 $saveFileFormat = new SaveFileFormat(); 21 $project...save ( "TaskLinks.mpp" , $saveFileFormat -> MPP ); 22 print "Saved...

    docs.aspose.com/tasks/java/writing-updated-task...
  4. Defining Weekdays for Calendar in PHP

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

    docs.aspose.com/tasks/java/defining-weekdays-fo...
  5. Currency Properties in PHP

    Learn how to manage Microsoft Project (MPP/XML) currency properties using Aspose.Tasks Java for PHP....After ); 8 $saveFileFormat = new SaveFileFormat(); 9 $project..."currency_properties.xml" , $saveFileFormat -> XML ); 10 print "Set...

    docs.aspose.com/tasks/java/currency-properties-...
  6. Weekday Properties in PHP

    Learn how to work with Microsoft Project (MPP/XML) weekday properties using Aspose.Tasks Java for PHP.... 3240 ); 8 $saveFileFormat = new SaveFileFormat(); 9 $project..."weekday_properties.xml" , $saveFileFormat -> XML ); 10 print "Set...

    docs.aspose.com/tasks/java/weekday-properties-i...
  7. Moving Tasks

    Learn how to move Microsoft Project (MPP/XML) the tasks under another ones using Aspose.Tasks for C++....Aspose::Tasks::Saving::SaveFileFormat::MPP); view raw Exampl...Aspose::Tasks::Saving::SaveFileFormat::MPP); view raw Exampl...

    docs.aspose.com/tasks/cpp/moving-tasks/
  8. Ինչպես փոխարկել VSX-ը HTML-ի Java-ում

    Այս կարճ ձեռնարկը ձեզ ուղղորդում է, թե ինչպես փոխարկել VSX-ը HTML-ի Java-ում: Դուք կարող եք բեռնել մուտքագրման դիագրամը և հեշտությամբ ստեղծել HTML VSX-ից Java-ում API-ի մի քանի զանգերի միջոցով ցանկացած օպերացիոն համակարգում, ինչպիսիք են MS Windows-ը, Linux-ը կամ macOS-ը:...HTML ֆայլը՝ օգտագործելով SaveFileFormat թվարկումը Այս քայլերում...մեթոդը ընդունում է արժեք SaveFileFormat թվարկումից, որը սահմանում...

    kb.aspose.com/hy/diagram/java/how-to-convert-vs...
  9. 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 ); Set the Color..."c:\\temp\\AddLayer_Out.vsdx" , SaveFileFormat . VSDX ); Adds InheritFill...

    docs.aspose.com/diagram/java/public-api-changes...
  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 the...

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