Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 17,571 for

savefileformat

(0.04 sec)
  1. 在 PHP 中将窗口元素添加到 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....supported format $saveFileFormat = new SaveFileFormat (); $diagram..."AddWindowElement.vdx" , $saveFileFormat -> VDX ); print "Added...

    docs.aspose.com/diagram/zh/java/add-window-elem...
  2. 在 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..."ConnectSubShapes.vdx" , $saveFileFormat -> VDX ); print "Connected...

    docs.aspose.com/diagram/zh/java/connect-sub-sha...
  3. Saving Project Data to CSV and Text Formats in PHP

    This article explains how to save project data to CSV or text formats using Aspose.Tasks Java for PHP....mpp' ); 2 $saveFileFormat = new SaveFileFormat(); 3 $project...save ( "Project.csv" , $saveFileFormat -> CSV ); 4 print "Saved...

    docs.aspose.com/tasks/java/saving-project-data-...
  4. Insert a New Blank Page into a Visio Drawing in...

    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..."NewPage_Output.vdx" , $saveFileFormat -> VDX ); print "Added...

    docs.aspose.com/diagram/java/insert-a-new-blank...
  5. 在 PHP 中显示和隐藏 Visio Diagram 的网格、标尺、参考线和分页符|Docum...

    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....supported format $saveFileFormat = new SaveFileFormat (); $diagram..."ShowHideProperties.vdx" , $saveFileFormat -> VDX ); print "Show and...

    docs.aspose.com/diagram/zh/java/show-and-hide-g...
  6. Setup Environment and Installation Guidelines|D...

    setup Aspose.Diagram for Python via Java and installation guidelines....vsdx" , SaveFileFormat . VSDX ) jpype . shutdownJVM...save ( "output.vsdx" , SaveFileFormat . VSDX ) jpype . shutdownJVM...

    docs.aspose.com/diagram/python-java/setup-envir...
  7. Export Visio Diagram to PDF in 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....file format $saveFileFormat = new SaveFileFormat (); $diagram...$dataDir . "Diagram.pdf" , $saveFileFormat -> PDF ); print "Exported...

    docs.aspose.com/diagram/java/export-visio-diagr...
  8. Export Visio Diagram to XAML in 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 as XAML $saveFileFormat = new SaveFileFormat (); $diagram...$dataDir . "Diagram.xaml" , $saveFileFormat -> XAML ); print "Exported...

    docs.aspose.com/diagram/java/export-visio-diagr...
  9. Aspose.Diagram for Python via Java Limitations ...

    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 ); } } Aspose.Diagram...diagram . save ( "out.vsdx" , SaveFileFormat . VSDX ) jpype . shutdownJVM...

    docs.aspose.com/diagram/java/aspose-diagram-for...
  10. 在 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..."SelectRerouteOption.vdx" , $saveFileFormat -> VDX ); print "Seleted...

    docs.aspose.com/diagram/zh/java/select-reroute-...