Sort Score
Result 10 results
Languages All
Labels All
Results 2,121 - 2,130 of 186,656 for

page

(0.23 sec)
  1. ViewOptions.doNotDisplayPageBoundaries property...

    ViewOptions.doNotDisplayPageBoundaries property. Turns off display of the space between the top of the text and the top edge of the Page....text and the top edge of the page. get doNotDisplayPageBoun ()...across 3 pages. builder . writeln ( "Paragraph 1, Page 1." ); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Split PDF programmatically|Aspose.PDF for PHP v...

    This topic shows how to split PDF Pages into individual PDF files in your PHP applications....topic shows how to split PDF pages with Aspose.PDF for PHP via...applications. To split PDF pages into single page PDF files using PHP...

    docs.aspose.com/pdf/php-java/split-document/
  3. Get Visio Shape Inherit Fill|Documentation

    This section explains how to get visio shape's fill style inherited from it's parent style and master with Aspose.Diagram....vsdx" ); // Get page by ID Page page = diagram . getPages...getPage ( "Page-1" ); // Get shape by ID Shape shape = page . getShapes...

    docs.aspose.com/diagram/java/get-visio-shape-in...
  4. Split PDF programmatically|Aspose.PDF for C++

    This topic shows how to split PDF Pages into individual PDF files with C++....topic shows how to split PDF pages into individual PDF files in...applications. To split PDF pages into single page PDF files using C++...

    docs.aspose.com/pdf/cpp/split-pdf-document/
  5. HTML to PDF Merge using C++ | Aspose.PDF

    Combine two or more HTML documents into one PDF single file programmatically with C++ sample code using Aspose.PDF for C++...Library on the Documentation pages. To verify the benefits of the...merging files In loop: add a new page to PDF document In loop: add...

    products.aspose.com/pdf/cpp/merger/html-to-pdf/
  6. 将 Visio 形状转换为 Html|Documentation

    本节介绍如何使用 Aspose.Diagram 将 visio 形状转换为 html。...Get a particular page Page page = diagram . Pages [ 0 ]; // Get...particular shape Shape shape = page . Shapes [ 0 ]; // Shape to...

    docs.aspose.com/diagram/zh/net/convert-a-visio-...
  7. Working with Workbooks in Apache POI and Aspose...

    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....Create New Workbook Page Setup - Fit to Page Setting Set Print...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/java/working-with-workboo...
  8. Aspose::Words::Drawing::ShapeBase::get_Vertical...

    Aspose::Words::Drawing::ShapeBase::get_VerticalAlignment method. Specifies how the shape is positioned vertically in C++....floating image to the center of a page. auto doc = System :: MakeObject...overlapping text and align it to the page's center. System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Example of Hello World using Go language|Aspose...

    This sample demonstrates how to create a simple PDF document with text Hello World using Aspose.PDF for Go.... Add a new page to the PDF document using PageAdd...PageAdd function. Set the page size using PageSetSize . Add “Hello...

    docs.aspose.com/pdf/go-cpp/hello-world-example/
  10. Add, Extract or Remove Images in PDF using Java...

    Manipulate images in PDF programmatically with Java sample code using Aspose.PDF for Java... Get the page you want to add an image. Add...Add the image into the page’s Resources collection. Use the GSave...

    products.aspose.com/pdf/java/images/