Sort Score
Result 10 results
Languages All
Labels All
Results 2,981 - 2,990 of 213,381 for

new

(0.12 sec)
  1. Aspose.PSD for .NET 21.2 - Release Notes|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....PSDNET-778 LayerGroup adding new layers in inverted order Bug...ShapeOriginSettings = new [] { originalSetting , new VectorShapeOriginSet...

    docs.aspose.com/psd/net/aspose-psd-for-net-21-2...
  2. DashStyle | Aspose.Words for Java

    Dashed line style in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...the right end: Shape arrow = new Shape(doc, ShapeType.LINE); arrow...

    reference.aspose.com/words/java/com.aspose.word...
  3. Manage Zooms in Presentations with Python|Aspos...

    Create and customize Zoom with Aspose.Slides for Python via .NET — jump between sections, add thumbnails and transitions across PPT, PPTX and ODP presentations.... Create new slides to which you intend to...Presentation () as pres : #Add new slides to the presentation slide2...

    docs.aspose.com/slides/python-net/manage-zoom/
  4. Alignment Settings|Documentation

    In the Aspose.Cells library, you can use cell alignment settings to adjust the layout and display of text using JavaScript via C++. This document provides detailed steps and sample code for using Aspose.Cells for cell alignment settings....open it; otherwise create a new workbook let workbook ; if (...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/cells-alig...
  5. Watermarker | Aspose.Words for Java

    Provides methods intended to insert watermarks into the documents in Java....create(WatermarkerContext context) Creates new instance of the watermarker processor...create(WatermarkerContext context) Creates new instance of the watermarker processor...

    reference.aspose.com/words/java/com.aspose.word...
  6. TextColumnCollection | Aspose.Words for Java

    A collection of TextColumn objects that represent all the columns of text in a section of a document 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...
  7. Java load font TTF file

    Here you will learn how with the help of Aspose.Font for Java to load font from a TTF file on your hard drive disk even if this file is not a font inself....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/font/java/how-to-load-fonts/loa...
  8. Გადაიყვანეთ HTML JPG C#

    გადაიყვანეთ HTML JPG C# ფორმატში კოდით. შეინახეთ HTML როგორც JPG C#....doc = new Document( "Input.html" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/ka/net/conversion/htm...
  9. Გადაიყვანეთ TEXT GIF C#

    გადაიყვანეთ TEXT GIF C# ფორმატში კოდით. შეინახეთ TEXT როგორც GIF C#....doc = new Document( "Input.txt" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/ka/net/conversion/tex...
  10. Გადაიყვანეთ JPG JPG C#

    გადაიყვანეთ JPG JPG C# ფორმატში კოდით. შეინახეთ JPG როგორც JPG C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...GetShapeRenderer().Save( "Output.jpg" , new ImageSaveOptions(SaveFormat.Jpg));...

    products.aspose.com/words/ka/net/conversion/jpg...