Sort Score
Result 10 results
Languages All
Labels All
Results 3,261 - 3,270 of 223,097 for

new

(0.36 sec)
  1. 搜索

    搜索...//獲取文本行中每個符號的字形標識符 GlyphId[] gids = new GlyphId[text.length()]; for (int...準備輸出位圖 BufferedImage outBitmap = new BufferedImage(960, 720, BufferedImage...

    blog.aspose.com/zh-hant/font/render-text-with-t...
  2. 档案

    档案...//获取文本行中每个符号的字形标识符 GlyphId[] gids = new GlyphId[text.length()]; for (int...准备输出位图 BufferedImage outBitmap = new BufferedImage(960, 720, BufferedImage...

    blog.aspose.com/zh/font/render-text-with-truety...
  3. HorizontalRuleFormat | Aspose.Words for Java

    Represents horizontal rule formatting in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  4. 使用图像|Documentation

    本节介绍如何使用 Aspose.Diagram 从 visio 页面插入或获取图像。...VSD diagram Diagram diagram = new Diagram ( dataDir + "ExtractAllImagesFrom... IO . MemoryStream stream = new System . IO . MemoryStream (...

    docs.aspose.com/diagram/zh/net/working-with-ima...
  5. How to Convert OneNote to Image | Aspose.Note D...

    Learn how to convert your OneNote notes into images using various color modes....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/note/net/convert-onenote-to-ima...
  6. Working with Text|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....; // create a new diagram Diagram diagram = new Diagram (); //...been changed from Process to New Text The process for updating...

    docs.aspose.com/diagram/java/working-with-text/
  7. 创建或添加表格到PDF|Aspose.PDF for Java

    学习如何在PDF文档中创建或添加表格,应用单元格样式,拆分表格到页面上,并自定义行和列等。... Table table = new Aspose . Pdf . Table (); 在现有PDF文档中添加表格...CreateTable () { Document doc = new Document ( _dataDir + "input...

    docs.aspose.com/pdf/zh/java/add-table-in-existi...
  8. Extract Image and Signature Information|Aspose....

    You may extract images from the signature field and extract signature information using the SignatureField class with Java....() { Document pdfDocument = new Document ( _dataDir + "ExtractingImage...{ FileOutputStream output = new FileOutputStream ( _dataDir +...

    docs.aspose.com/pdf/java/extract-image-and-sign...
  9. Public API Changes in Aspose.Imaging 2.9.1|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.... It includes not only new and updated public methods, added...Java 2.9.1 has introduced two new method for the com.aspose.imaging...

    docs.aspose.com/imaging/java/public-api-changes...
  10. Move PDF Pages|Aspose.PDF for PHP via Java

    Try to move pages at desired location or at the end of a PDF file using Aspose.PDF for PHP via Java....$document = new Document ( $inputFile1 ); $dstDocument = new Document...$document = new Document ( $inputFile1 ); $dstDocument = new Document...

    docs.aspose.com/pdf/php-java/move-pages/