Sort Score
Result 10 results
Languages All
Labels All
Results 6,801 - 6,810 of 222,946 for

new

(0.12 sec)
  1. Add Hyperlink to a Visio Shape in PHP|Documenta...

    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....instance of Diagram $diagram = new Diagram ( $dataDir . "Drawing...Hyperlink object $hyperlink = new Hyperlink (); \ # Set address...

    docs.aspose.com/diagram/java/add-hyperlink-to-a...
  2. Public API Changes in Aspose.Cells 8.4.2|Docume...

    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.... It includes not only new and updated public methods, added...cell A1 to D4 . Java //Add a new chart of type Column to chart...

    docs.aspose.com/cells/java/public-api-changes-i...
  3. 使用 JavaScript 通过 C++ 设置边距|Documentation

    在本文中,您将学习如何使用示例代码设置 Excel 工作表的边距,也学习如何通过 JavaScript API 通过 C++ 编程设置页面中心、页眉和页脚的边距。...length ) { // Proceed with a new empty workbook if no file selected...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  4. Search and Get Text from Pages of PDF Document|...

    Explore how to search and extract text from a PDF document in Java with Aspose.PDF for content extraction....document Document pdfDocument = new Document ( "input.pdf" ); //...TextFragmentAbsorber textFragmentAbsorber = new TextFragmentAbsorber ( "sample"...

    docs.aspose.com/pdf/java/search-and-get-text-fr...
  5. Extract Assets from X File Formats via Java | p...

    Sample Java extract assets code for X file. Use this example code to extract assets from X file within any Web or Desktop Java based application....instance of Scene Scene scene = new Scene(file); //Create zip files..."OutputFile.zip" ; File newFile= new File(zipOutput); newFile.createNewFile();...

    products.aspose.com/3d/java/extractor/x/
  6. PageSetup.LineNumberRestartMode | Aspose.Words ...

    Discover the PageSetup LineNumberRestartMode property to control line numbering—choose between restarting at New pages or continuous numbering for seamless documents....starts over at the beginning of a new page or section or runs continuously...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/pag...
  7. Გადაიყვანეთ Გამოსახულება TXT Java

    გადაიყვანეთ Გამოსახულება TXT Java ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც TXT Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...aspose.words.*; Document doc = new Document("Input.png"); doc.save("Output...

    products.aspose.com/words/ka/java/conversion/im...
  8. Გადაიყვანეთ Გამოსახულება PDF Java

    გადაიყვანეთ Გამოსახულება PDF Java ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც PDF Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...aspose.words.*; Document doc = new Document("Input.png"); doc.save("Output...

    products.aspose.com/words/ka/java/conversion/im...
  9. Გადაიყვანეთ Გამოსახულება DOC Java

    გადაიყვანეთ Გამოსახულება DOC Java ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც DOC Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...aspose.words.*; Document doc = new Document("Input.png"); doc.save("Output...

    products.aspose.com/words/ka/java/conversion/im...
  10. 自动调整行和列|Documentation

    通过Aspose.Cells for Java API了解如何自动调整行和列。... Java Workbook workbook = new Workbook ( "workbook.xls" );...Java InputStream inStream = new FileInputStream ( "workbook.xls"...

    docs.aspose.com/cells/zh/java/auto-fit-row-and-...