Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 216,908 for

new

(1.02 sec)
  1. Set Default Font while rendering spreadsheets t...

    Learn how to set the default font while rendering spreadsheets to images using Aspose.Cells for JavaScript via C++....defaultFont property to Courier New , and the second image is created...setting the same property to Times New Roman . This is the output image...

    docs.aspose.com/cells/javascript-cpp/set-defaul...
  2. ReportBuilderContext | Aspose.Words for Java

    LINQ Reporting Engine context in Java....stream: MessageTestClass sender = new MessageTestClass("LINQ Reporting...(FileInputStream streamIn = new FileInputStream(getMyDir() +...

    reference.aspose.com/words/java/com.aspose.word...
  3. PSD PSB Reduce Size Solution | products.aspose.com

    Reduce PSD files size...Bounds, new int[layer.Bounds.Width * layer...stream = new MemoryStream(); image.Save(stream, new PsdOptions(image));...

    products.aspose.com/psd/reduce-size/
  4. Printing Barcodes in Report Using Data Source|D...

    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.... This time, create a new data source inherited from the...private Object [][] data = { { new Integer ( 22 ), "Bill Ott" ,...

    docs.aspose.com/barcode/jasperreports/printing-...
  5. Working with Outlook Calendar Items|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....(); MapiCalendar calendar = new MapiCalendar ( "LAKE ARGYLE WA...MapiCalendarIcsSaveO icsSaveOptions = new MapiCalendarIcsSaveO (); icsSaveOptions...

    docs.aspose.com/email/java/working-with-outlook...
  6. Add Figures Annotations using C#|Aspose.PDF for...

    This article describes how to add, get, and delete figures annotations from your PDF document with Aspose.PDF for .NET...file or create new by Document . Create the new annottaion and...and set parameters (new Rectangle, new Point, title, color, width...

    docs.aspose.com/pdf/net/figures-annotation/
  7. ReplacingArgs | Aspose.Words for Java

    Provides data for a custom replace operation in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...builder.writeln("Our new location in New York City is opening...

    reference.aspose.com/words/java/com.aspose.word...
  8. Specify 3D File Save Options|Documentation

    There are several Scene.save method overloads that accept a SaveOptions instance....ColladaSaveOptions saveColladaopts = new ColladaSaveOptions (); // Generates...Discreet3DSSaveOptio saveOpts = new Discreet3DSSaveOptio (); // The...

    docs.aspose.com/3d/java/specify-3d-file-save-op...
  9. PDF 中的文本格式化|Aspose.PDF for Java

    本页解释了如何在 PDF 文件中格式化文本。这包括添加行缩进、添加文本边框、添加下划线文本、在添加的文本周围添加边框、浮动框内容的文本对齐等。...创建新的文档对象 Document document = new Document (); Page page = document...add (); TextFragment text = new TextFragment ( "A quick brown...

    docs.aspose.com/pdf/zh/java/text-formatting-ins...
  10. Add Image to Existing PDF File|Aspose.PDF for Java

    This section describes how to add image to existing PDF file using Java library....document Document pdfDocument1 = new Document ( _dataDir + "sample...imageStream = new java . io . FileInputStream ( new java . io ....

    docs.aspose.com/pdf/java/add-image-to-existing-...