Sort Score
Result 10 results
Languages All
Labels All
Results 2,221 - 2,230 of 141,003 for

page

(0.05 sec)
  1. How to get Link Annotation using Java | Aspose.PDF

    Java sample code to get Link annotations in PDF file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....Document class Create a new page or get a reference to an existing...Get for Link annotation from Page.Annotations collections Save...

    products.aspose.com/pdf/java/annotation/link/get/
  2. 在Ruby中设置页面选项|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....pagesetup 模块的 page_orientation 方法。 Ruby 代码 def page_orientation...Portrait page_setup = sheet . getPageSetup () page_orientation_type...

    docs.aspose.com/cells/zh/java/setting-page-opti...
  3. TxtSaveOptionsBase | Aspose.Words for Java

    The base class for specifying additional options when saving a document into a text based formats in Java....Allows to specify whether the page breaks should be preserved during...saving the document to a fixed page format. getUpdateLastPrinted()...

    reference.aspose.com/words/java/com.aspose.word...
  4. Add PDF Bookmarks|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....not limited to linking to a page. You can set up the precise...view by positioning the target page, and then create the bookmark...

    docs.aspose.com/cells/java/add-pdf-bookmarks/
  5. Aspose::Words::PageSetup::get_BorderAppliesTo m...

    Aspose::Words::PageSetup::get_BorderAppliesTo method. Specifies which Pages the Page border is printed on in C++....method Specifies which pages the page border is printed on. Aspose...border at the top of the first page. auto doc = MakeObject < Document...

    reference.aspose.com/words/cpp/aspose.words/pag...
  6. Font.emboss property | Aspose.Words for Node.js

    Font.emboss property. True if the font is formatted as embossed....letters are sunken into the page: builder . font . engrave =...like the letters pop out of the page: builder . font . engrave =...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Font.engrave property | Aspose.Words for Node.js

    Font.engrave property. True if the font is formatted as engraved....letters are sunken into the page: builder . font . engrave =...like the letters pop out of the page: builder . font . engrave =...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Create VSTM Files via C# | products.aspose.com

    C# Sample code for generating VSTM documents. Use this code for creating VSTM files within VB.NET, Asp.NET or any .NET based application....the first page of the diagram. Add text in the page. Use Save...the first page of the diagram. Page page = diagram.Pages[ 0 ]; //...

    products.aspose.com/diagram/net/create/vstm/
  9. Create VSDM Files via C# | products.aspose.com

    C# Sample code for generating VSDM documents. Use this code for creating VSDM files within VB.NET, Asp.NET or any .NET based application....the first page of the diagram. Add text in the page. Use Save...the first page of the diagram. Page page = diagram.Pages[ 0 ]; //...

    products.aspose.com/diagram/net/create/vsdm/
  10. Convert WORD To TIFF Java

    Convert a Word document to TIFF format in Java code. Save a Word document as TIFF using Java....for ( int page = 0 ; page < doc.getPageCount(); page++) { saveOptions...saveOptions.setPageSet( new PageSet (page)); doc.save(String.format( "Output_%d...

    products.aspose.com/words/java/conversion/word-...