Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 7,698 for

savefileformat vsd

(2.41 sec)
  1. 以编程方式保存 Visio 文档|Documentation

    本页介绍如何将 Visio 文档保存到文件,使用 Aspose.Diagram 库进行流式传输。...API 从文件扩展名推断保存格式,还提供一个额外的 SaveFileFormat 参数来指定输出文件格式。 以任何支持的文件格式保存..."SaveVisioDiagram_Out.vsdx" , SaveFileFormat . VSDX ); ByteArrayOutputStrea...

    docs.aspose.com/diagram/zh/java/save-visio-docu...
  2. View Visio VSTX File Formats via Java | product...

    Java sample code to view Visio VSTX documents on Java Runtime Environment for JSP/JSF Application and Desktop Applications....save method with SaveFileFormat.HTML as parameters Load...constructor to load diagram from a VSD file Diagram diagram = new Diagram...

    products.aspose.com/diagram/java/viewer/vstx/
  3. View Visio VSSM File Formats via Java | product...

    Java sample code to view Visio VSSM documents on Java Runtime Environment for JSP/JSF Application and Desktop Applications....save method with SaveFileFormat.HTML as parameters Load...constructor to load diagram from a VSD file Diagram diagram = new Diagram...

    products.aspose.com/diagram/java/viewer/vssm/
  4. View Visio VSTM File Formats via Java | product...

    Java sample code to view Visio VSTM documents on Java Runtime Environment for JSP/JSF Application and Desktop Applications....save method with SaveFileFormat.HTML as parameters Load...constructor to load diagram from a VSD file Diagram diagram = new Diagram...

    products.aspose.com/diagram/java/viewer/vstm/
  5. Change Background of VSS File via java | produc...

    Java source code to change background of VSS file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....vsdx" , SaveFileFormat . VSDX ); About Aspose...objects that can be included in a .VSD Visio drawing. Microsoft Visio...

    products.aspose.com/diagram/java/changebackgrou...
  6. Working with Shapes Gluing|Documentation

    This section explains how to get shapes which glued to a particular shape with Aspose.Diagram....class constructor to load the VSD diagram Diagram diagram = new...dataDir + "RetrieveShapeInfo.vsd" ); // Get shape by an ID Shape...

    docs.aspose.com/diagram/net/working-with-shapes...
  7. Apply preset theme to VSS document via Java | p...

    Java source code to apply preset theme to vss file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....vsdx" , SaveFileFormat . VSDX ); About Aspose...objects that can be included in a .VSD Visio drawing. Microsoft Visio...

    products.aspose.com/diagram/java/theme/vss/
  8. View Visio VDX File Formats via Java | products...

    Java sample code to view Visio VDX documents on Java Runtime Environment for JSP/JSF Application and Desktop Applications....save method with SaveFileFormat.HTML as parameters Load...constructor to load diagram from a VSD file Diagram diagram = new Diagram...

    products.aspose.com/diagram/java/viewer/vdx/
  9. View Visio VTX File Formats via Java | products...

    Java sample code to view Visio VTX documents on Java Runtime Environment for JSP/JSF Application and Desktop Applications....save method with SaveFileFormat.HTML as parameters Load...constructor to load diagram from a VSD file Diagram diagram = new Diagram...

    products.aspose.com/diagram/java/viewer/vtx/
  10. Convert VSS to VSDX via Python | products.aspos...

    Sample Python conversion code for VSS format to VsdX file. Use this example code to convert VSS to VsdX within any Python based application....with output file path and SaveFileFormat as parameters VSDX file...diagram.save( "output.vsdx" , SaveFileFormat.VSDX); VSS to VSDX Conversion...

    products.aspose.com/diagram/python-net/conversi...