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

new

(0.71 sec)
  1. 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...
  2. 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...
  3. 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...
  4. Manipulate Tables in existing PDF|Aspose.PDF fo...

    Learn how to work with tables in existing PDFs using Aspose.PDF for Python via .NET, providing flexibility in document modification....saves the modified PDF to a new file. Open the PDF file using..." ) Replace old Table with a new one in PDF document Aspose.PDF...

    docs.aspose.com/pdf/python-net/manipulating-tab...
  5. 将 PDF 转换为文本|Aspose.PDF for Android via Java

    使用 Aspose.PDF for Android via Java,您可以将整个 PDF 文档转换为文本文件,或仅将 PDF 页转换为文本文件。...() { // 打开文档 try { document = new Document ( inputStream ); } catch...TextAbsorber ta = new TextAbsorber (); int [] pages = new int [] { 1...

    docs.aspose.com/pdf/zh/androidjava/convert-pdf-...
  6. 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...
  7. Გადაიყვანეთ 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...
  8. Გადაიყვანეთ 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...
  9. Გადაიყვანეთ 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...
  10. Გადაიყვანეთ DOC Გამოსახულება C#

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

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