Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 199,561 for

new

(0.09 sec)
  1. FieldCreateDate | Aspose.Words for Java

    Implements the CREATEDATE field 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...
  2. Public API Changes in Aspose.BarCode 6.8.0|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, but...to specify number of rows for new symbology DatabarExpandedStack...

    docs.aspose.com/barcode/java/public-api-changes...
  3. Convert SVG to XPS – C# Examples

    You will learn how to convert SVG to XPS programmatically or online and consider C# examples of SVG to XPS conversions using Aspose.SVG....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/svg/net/convert-svg-to-xps/
  4. 使用PDF打印|Aspose.PDF for Java

    本节说明如何使用Aspose.PDF Facades通过PdfViewer类打印PDF文件。...创建PdfViewer对象 PdfViewer viewer = new PdfViewer (); // 打开输入PDF文件 viewer...PdfPrinterSettings printerSettings = new PdfPrinterSettings (); PrintPageSettings...

    docs.aspose.com/pdf/zh/java/print-pdf-file/
  5. 搜索

    搜索...//獲取文本行中每個符號的字形標識符 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...
  6. Convert Text to PDF|Aspose.PDF for Android via ...

    Aspose.PDF for Android via Java allows you to convert plain text file to PDF or to convert pre-formatted text file to PDF....and add a new page in the Pages collection. Create a new object...object to its constructor. Add a new paragraph in Paragraphs collection...

    docs.aspose.com/pdf/androidjava/convert-text-to...
  7. DocumentSavingArgs.EstimatedProgress | Aspose.W...

    Track your DocumentSavingArgs progress effortlessly with the EstimatedProgress property, providing real-time percentage updates for enhanced efficiency....string ext ) { Document doc = new Document ( MyDir + "Big document...HtmlSaveOptions saveOptions = new HtmlSaveOptions ( saveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  8. 档案

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

    blog.aspose.com/zh/font/render-text-with-truety...
  9. Section|Aspose.Slides 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....Add_Section () { using var pres = new Presentation (); // Specify the...pres . Sections . AddSection ( "New Section" , pres . Slides [ 0...

    docs.aspose.com/slides/net/examples/elements/se...
  10. Set Default Font Name|Aspose.PDF for Java

    This section describes how to set default font name using Aspose.PDF for Java library....setDefaultFontName is set to null the Times New Roman font will be used. The...() { Document pdfDocument = new Document ( _dataDir + "input...

    docs.aspose.com/pdf/java/set-default-font-name/