Sort Score
Result 10 results
Languages All
Labels All
Results 3,891 - 3,900 of 223,114 for

new

(0.85 sec)
  1. RowFormat.HeightRule | Aspose.Words for .NET

    Discover the RowFormat HeightRule property to easily customize table row heights for optimal layout and design in your applications....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...current row, as well as any new rows it creates afterwards. builder...

    reference.aspose.com/words/net/aspose.words.tab...
  2. CommentRangeEnd | Aspose.Words for Java

    Denotes the end of a region of text that has a comment associated with it in Java....Document doc = new Document(); Comment newComment = new Comment(doc);...setInitial("VD"); newComment.setDateTime(new Date()); } newComment.setText("Comment...

    reference.aspose.com/words/java/com.aspose.word...
  3. Spreadsheet Editor - Working with Rows and Colu...

    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....addCellShiftDown Add a Row To add a new row: Click on a cell where you...cell. The editor will add a new row at the selected location...

    docs.aspose.com/cells/java/spreadsheet-editor-w...
  4. 渲染器 – Renderers – Aspose.HTML for .NET

    了解支持的渲染器 – HtmlRenderer、SvgRenderer、MhtmlRenderer 和 EpubRenderer,它们用于渲染 HTML、SVG、MHTML 和 EPUB...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/html/zh/net/renderers/
  5. PDF file distorted - Free Support Forum - aspos...

    hello, when we create doc file and insert pdf file inside doc and convert into pdf then PDF file is disctorting. As we are using below code. Document doc = New Document(); DocumentBuilder builder = New DocumentBuilder…...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...(MemoryStream mst = new MemoryStream()) { var pdf = new Aspose.Pdf.Document(filepath);...

    forum.aspose.com/t/pdf-file-distorted/327238
  6. Manage Presentation Zoom in C++|Aspose.Slides D...

    Create and customize Zoom with Aspose.Slides for C++ — jump between sections, add thumbnails and transitions across PPT, PPTX and ODP presentations.... Create new slides to which you intend to...() -> idx_get ( 0 ); //Adds new slides to the presentation auto...

    docs.aspose.com/slides/cpp/manage-zoom/
  7. Extract Image and Signature Information|Aspose....

    You may extract images from the signature field and extract signature information using the SignatureField class with Java....() { Document pdfDocument = new Document ( _dataDir + "ExtractingImage...{ FileOutputStream output = new FileOutputStream ( _dataDir +...

    docs.aspose.com/pdf/java/extract-image-and-sign...
  8. Move PDF Pages|Aspose.PDF for PHP via Java

    Try to move pages at desired location or at the end of a PDF file using Aspose.PDF for PHP via Java....$document = new Document ( $inputFile1 ); $dstDocument = new Document...$document = new Document ( $inputFile1 ); $dstDocument = new Document...

    docs.aspose.com/pdf/php-java/move-pages/
  9. ImportFormatOptions.AppendDocumentWithNewPage |...

    Control document merging by forcing imported sections to start on a New page when appending documents in Aspose.Words....Document dstDoc = new Document (); Document srcDoc = new Document ();...ImportFormatOptions options = new ImportFormatOptions { AppendDocumentWithNe...

    reference.aspose.com/words/net/aspose.words/imp...
  10. Change Password of PDF File|Aspose.PDF for Java

    Learn how to change the password of a PDF file for enhanced security using Aspose.PDF in Java....existing owner password and new user and owner passwords to the...{ PdfFileInfo pdfFileInfo = new PdfFileInfo ( _dataDir + "sample_encrypted...

    docs.aspose.com/pdf/java/change-password/