Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 199,154 for

new

(0.09 sec)
  1. EmptyLineConfig|Documentation

    EmptyLineConfig element is used to add vertical spacing between elements.... new EmptyLineConfig () Optional properties...templateConfig = new TemplateConfig () { Children = new List < BaseConfig...

    docs.aspose.com/omr/net/programmatic-forms/empt...
  2. Does the API support adding a datetime text wit...

    Hi,Support: Does the API support adding a datetime text element on pdf page and the added datetime text element can auto-update as the OS current date and time? If so,how to reach it on VB.net? Thanks for your help....private void Logic() { var doc = new Document(); var page = doc.Pages...DateField dateField = new DateField(page, new Aspose.Pdf.Rectangle(100...

    forum.aspose.com/t/does-the-api-support-adding-...
  3. Aspose.PSD for .NET 24.4 - 发行说明|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.... Save ( outputFilePath , new PngOptions ()); } PSDNET-1879...false ; PsdOptions psdOptions = new PsdOptions ( psdImage ) { ColorMode...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  4. Working with Linear Extrusion|Documentation

    Aspose.3D for Node.js via Java offers LinearExtrusion class, which takes a 2D shape as an input and extends the shape in the 3rd dimension....to be extruded var profile = new aspose . threed . RectangleShape...3rd dimension var extrusion = new aspose . threed . LinearExtrusion...

    docs.aspose.com/3d/nodejs-java/working-with-lin...
  5. Manipulate PDF Document|Aspose.PDF for PHP via ...

    Discover how to manipulate PDF files in PHP with Aspose.PDF for content modification and document structuring....$document = new Document ( $inputFile ); $pdfFormat = ( new PdfFormat...pdf package can both create new and manipulate existing PDF files...

    docs.aspose.com/pdf/php-java/manipulate-pdf-doc...
  6. 在单元格中插入文本|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....name and text, // inserts a new work sheet and writes the text...text to cell "A1" of the new worksheet. public static void InsertText...

    docs.aspose.com/cells/zh/net/insert-text-into-a...
  7. Set PDF Expiration in PHP|Aspose.PDF for Java

    Discover how to set an expiration date for a PDF file in PHP, controlling access with Aspose.PDF.... $doc = new Document ( $dataDir . "input1..."input1.pdf" ); $javascript = new JavascriptAction ( "var year=2014;...

    docs.aspose.com/pdf/java/set-pdf-expiration-in-...
  8. Convert PDF to JPG|Aspose.PDF for Android via Java

    This page describes how to convert PDF Pages to JPEG image, convert all and single pages to JPEG images with Aspose.PDF for Android via Java....convertPDFtoJPEG () { try { document = new Document ( inputStream ); } catch...()); return ; } File file = new File ( fileStorage , "PDF-to-JPEG...

    docs.aspose.com/pdf/androidjava/convert-pdf-to-...
  9. Vytvorte Dokument V Jazyku Java

    Vytvorte súbor pomocou knižnice Java. Jednoducho vytvorte nový dokument v Java v niekoľkých krokoch....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getFont(); font.setName( "Courier New" ); font.setColor(Color.BLUE);...

    products.aspose.com/words/sk/java/make/
  10. Buat Markdown Menggunakan Java

    Buat Markdown baharu dalam Java dalam beberapa langkah. Buat Markdown dengan mudah menggunakan pustaka Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getFont(); font.setName( "Courier New" ); font.setColor(Color.BLUE);...

    products.aspose.com/words/ms/java/make/md/