Sort Score
Result 10 results
Languages All
Labels All
Results 2,761 - 2,770 of 140,988 for

page

(0.07 sec)
  1. Create VSSM Files via Java | products.aspose.com

    Java Sample code for generating VSSM documents. Use this code for creating VSSM files within Java based desktop or web application....the first page of the diagram. Add text in the page. Use save...Access the first page of the diagram. Page page = diagram.getPages()...

    products.aspose.com/diagram/java/create/vssm/
  2. FootnoteType | Aspose.Words for Java

    Specifies whether this is a footnote or an endnote in Java....appear at the bottom of the page. builder.write("This text will...referenced text, // so this page break will not affect the footnote...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose.PDF for Java 9.1.0 中的公共 API 更改|Aspose.PD...

    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....getAccessPermissions() public void certify(int page, String SigReason, String SigContact...TextBuilder 类更改: public TextBuilder(Page page, OperatorCollection operatorCollection)...

    docs.aspose.com/pdf/zh/java/public-api-changes-...
  4. Working with Table of Contents|Aspose.Words for...

    Insert and manage 'Table of Contents' in a document using Python....TOC by updating the fields and page layout of the document. Without...update_fields Document.update_page_layout Please note that these...

    docs.aspose.com/words/python-net/working-with-t...
  5. Working with Table of Contents in Java|Aspose.W...

    Table of Content field in details. How to create and modify `TOC` field using Java....updating the fields and the page layout of the document. Without...contents will be populated but no page numbers will be displayed. Any...

    docs.aspose.com/words/java/working-with-table-o...
  6. 公共 API Aspose.Diagram 6.6.0 的变化|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....); // get page of the Visio diagram by name Page page = diagram...diagram . getPages (). getPage ( "Page-1" ); // get shape of the Visio...

    docs.aspose.com/diagram/zh/java/public-api-chan...
  7. Insert Background Image to Excel with Node.js v...

    How to insert background image to Excel using Aspose.Cells for Node.js via C++....2019): From the Page Layout menu, find the Page Setup option, and...Background in ODS Files Copy Page Setup Settings from Source Worksheet...

    docs.aspose.com/cells/nodejs-cpp/insert-backgro...
  8. Implement Custom Paper Size of Worksheet for Re...

    This article explains how to use the Node.js API via C++ to set a custom paper size for your desired worksheets when rendering an Excel file to PDF format programmatically....PageSetup class to specify a custom page size. The following sample code...cell B4 b4 . putValue ( "Pdf Page Dimensions: 6.00 x 4.00 in"...

    docs.aspose.com/cells/nodejs-cpp/implement-cust...
  9. PdfSaveOptions.Clone | Aspose.Words for .NET

    Discover the PdfSaveOptions Clone method to effortlessly create a deep clone of your objects, enhancing your PDF management capabilities....( doc ); // Insert text with PAGE and NUMPAGES fields. These fields... Write ( "Page " ); builder . InsertField ( "PAGE" , "" ); builder...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Add Table to PDF using C++ | Aspose.PDF

    Adding table in PDF file programmatically with C++ sample code using Aspose.PDF for C++... Access the Page via its index. Create Table...Populate table. Add the table to a page. Save the file. Add Table in...

    products.aspose.com/pdf/cpp/table/add/