Sort Score
Result 10 results
Languages All
Labels All
Results 9,631 - 9,640 of 424,032 for

document

(0.13 sec)
  1. C++ API to Convert MHTML to XLTX | products.asp...

    Convert MHTML to XLTX via C++ API without using Microsoft Excel or Adobe Reader...XLTX Open MHTML file using Document class reference Convert MHTML...member function Load XLSX document by using IWorkbook class reference...

    products.aspose.com/total/cpp/conversion/mhtml-...
  2. C++ API to Convert CGM to XLAM | products.aspos...

    Convert CGM to XLAM via C++ API without using Microsoft Excel or Adobe Reader...to XLAM Open CGM file using Document class reference Convert CGM...member function Load XLSX document by using IWorkbook class reference...

    products.aspose.com/total/cpp/conversion/cgm-to...
  3. Convert VSTX to XPS via Java | products.aspose.com

    Sample Java conversion code for VSTX format to XPS file. Use this example code to convert VSTX to XPS within any Web or Desktop Java based application....Diagram is a Microsoft Visio document format manipulation API. One...printing information of a document. It is, in fact, more justified...

    products.aspose.com/diagram/java/conversion/vst...
  4. Convert VSDM to XPS via Java | products.aspose.com

    Sample Java conversion code for VSDM format to XPS file. Use this example code to convert VSDM to XPS within any Web or Desktop Java based application....Diagram is a Microsoft Visio document format manipulation API. One...printing information of a document. It is, in fact, more justified...

    products.aspose.com/diagram/java/conversion/vsd...
  5. C++ API to Convert SVG to ODS | products.aspose...

    Convert SVG to ODS via C++ API without using Microsoft Excel or Adobe Reader...to ODS Open SVG file using Document class reference Convert SVG...member function Load XLSX document by using IWorkbook class reference...

    products.aspose.com/total/cpp/conversion/svg-to...
  6. C++ API to Export SVG to DOT | products.aspose.com

    Convert SVG to DOT within C++ applications....editing, and converting PDF documents, as well as manipulating PDF...involves using the advanced Word Document Processing API, Aspose.Words...

    products.aspose.com/total/cpp/conversion/svg-to...
  7. 使用 C++ 和 JavaScript 进行图表数据过滤的三种方法|Documentation

    学习如何在 Excel 中使用 Aspose.Cells for JavaScript 进行图表过滤。我们的全面指南将演示如何应用过滤器到图表、自定义图表元素,以及使用数据分析工具来获取更好见解和做出明智决策。...Cells initialized" ); }); document . getElementById ( 'runExample'...() => { const fileInput = document . getElementById ( 'fileInput'...

    docs.aspose.com/cells/zh/javascript-cpp/filteri...
  8. OdsoDataSourceType | Aspose.Words for Java

    Specifies the type of the external data source to be connected to as part of the ODSO connection information in Java....ADDRESS_BOOK Specifies that a given document has been connected to an address...DATABASE Specifies that a given document has been connected to a database...

    reference.aspose.com/words/java/com.aspose.word...
  9. C++ API to Convert EPUB to EXCEL | products.asp...

    Convert EPUB to EXCEL via C++ API without using Microsoft Excel or Adobe Reader...EXCEL Open EPUB file using Document class reference Convert EPUB...member function Load XLSX document by using IWorkbook class reference...

    products.aspose.com/total/cpp/conversion/epub-t...
  10. 如何生成一个竖向的文本框,并且插入的富文本内容需要旋转 -90 度 - Free Suppor...

    我使用words.java 试图在word中生成类似sidebar的功能,插入的竖向形状后插入富文本内容,我想知道怎么才能把富文本中的文字和图片都旋转 -90 ° 并保持内容正确,以下是我的代码 private void insertSidebarIntoHeader(Document Document, HeaderFooter header, String htmlContent) throws Exception { …...insertSidebarIntoHea(Document document, HeaderFooter header,...Shape sidebar = new Shape(document, ShapeType.RECTANGLE); //...

    forum.aspose.com/t/topic/324972