Sort Score
Result 10 results
Languages All
Labels All
Results 5,011 - 5,020 of 164,094 for

new

(0.07 sec)
  1. Export to XAML|Aspose.Slides Documentation

    Export or convert PowerPoint presentation to XAML...pres = new Presentation ( "pres.pptx" )) { pres . Save ( new XamlOptions...pres = new Presentation ( "pres.pptx" )) { pres . Save ( new XamlOptions...

    docs.aspose.com/slides/net/export-to-xaml/
  2. Შეკუმშოს TIFF Java

    შეკუმშოს TIFF Java ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ TIFF კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/ka/java/compress/tiff/
  3. | Aspose

    Sample code for JPEG2000 to XLSX Java conversion. Use API example code for batch JPEG2000 files to XLSX conversion within any Web or Desktop Java based application....API instance AsposeOCR api = new AsposeOCR (); //Prepare rectangles...rectArray = new ArrayList (); rectArray . add ( new Rectangle (...

    products.aspose.com/ocr/java/conversion/jpeg200...
  4. | Aspose

    Sample code for PNG to XLSX Java conversion. Use API example code for batch PNG files to XLSX conversion within any Web or Desktop Java based application....API instance AsposeOCR api = new AsposeOCR (); //Prepare rectangles...rectArray = new ArrayList (); rectArray . add ( new Rectangle (...

    products.aspose.com/ocr/java/conversion/png-to-...
  5. | Aspose

    Sample code for TIFF to XLSX Java conversion. Use API example code for batch TIFF files to XLSX conversion within any Web or Desktop Java based application....API instance AsposeOCR api = new AsposeOCR (); //Prepare rectangles...rectArray = new ArrayList (); rectArray . add ( new Rectangle (...

    products.aspose.com/ocr/java/conversion/tiff-to...
  6. PDF to PDFA Merge using C# | Aspose.PDF

    Combine two or more PDF documents into one PDFA single file programmatically with C# sample code using Aspose.PDF for .NET... Initialize a new Document, and run a loop for...merging files In loop: add a new page to PDF/A document In loop:...

    products.aspose.com/pdf/net/merger/pdf-to-pdfa/
  7. Font Settings with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports setting the font settings of cells, allowing users to customize the font style and properties of cells. This article will introduce how to use the Aspose.Cells library to set cell font settings....Create a new workbook Workbook workbook ; // Add a new worksheet..."Times New Roman" style . GetFont (). SetName ( u "Times New Roman"...

    docs.aspose.com/cells/cpp/cells-font-settings/
  8. Adjust_Right_Indent <w:adjustRightInd w:val="of...

    { "type": "ADJUST_RIGHT_INDENT", "attributes": { "val": "0" } },...{ // Create a new document Document doc = new Document(); DocumentBuilder...DocumentBuilder builder = new DocumentBuilder(doc); // Access the...

    forum.aspose.com/t/adjust-right-indent-w-adjust...
  9. 在 Apache POI 和 Aspose.Cells 中拆分窗格|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.... Java //Instantiate a new workbook / Open a template file...file Workbook book = new Workbook ( dataDir + "workbook.xls" );...

    docs.aspose.com/cells/zh/java/split-panes-in-ap...
  10. Create PDF using Java | Aspose.PDF

    This topic shows you how to use the Aspose.PDF for Java API to easily generate and read PDF files in Java applications.... Create a new TextFragment object and set its...document object Document document = new Document (); //Add page Page...

    products.aspose.com/pdf/java/create/