Sort Score
Result 10 results
Languages All
Labels All
Results 1,461 - 1,470 of 184,126 for

page

(0.09 sec)
  1. Aspose::Words::Drawing::ShapeBase::get_Left met...

    Aspose::Words::Drawing::ShapeBase::get_Left method. Gets or sets the position of the left edge of the containing block of the shape in C++....points, from the left side of the page. shape -> set_RelativeHorizontalPo...Drawing :: RelativeHorizontalPo :: Page ); // Set the shape's horizontal...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Orientation enumeration | Aspose.Words for Python

    aspose.words.Orientation enumeration. Specifies Page orientation....Orientation enumeration Specifies page orientation. Members Name Description...Description PORTRAIT Portrait page orientation (narrow and tall)...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Rotate Text Inside PDF using Python|Aspose.PDF ...

    Explore how to rotate text inside a PDF document in Python for flexible document formatting with Aspose.PDF for Python.... Insert a new page to host the rotated text. Create...# Get particular page page = document . pages . add () # Create...

    docs.aspose.com/pdf/python-net/rotate-text-insi...
  4. Add Text to PDF Using PHP | Aspose.PDF

    Add text to PDF programmatically with PHP sample code using Aspose.PDF for PHP via Java...more details check the GitHub page. Add Text to PDF File via PHP...properties. Add the TextParagraph to Page using TextBuilder. Save the...

    products.aspose.com/pdf/php-java/text/
  5. Text Formatting inside PDF using C#|Aspose.PDF ...

    Learn how to format text within a PDF document in .NET using Aspose.PDF to enhance the document's visual presentation....Document ()) { var page = document . Pages . Add (); string textFragment...SubsequentLinesInden = 20 }; page . Paragraphs . Add ( text );...

    docs.aspose.com/pdf/net/text-formatting-inside-...
  6. Add TOC to Existing PDF in Python|Aspose.PDF fo...

    Discover how to add a Table of Contents (TOC) to an existing PDF document using Python and Aspose.PDF for better navigation....Get access to first page of PDF file toc_page = doc . getPages ()...toc_info . setTitle ( title ) toc_page . setTocInfo ( toc_info ) #...

    docs.aspose.com/pdf/python-java/add-toc-to-exis...
  7. Formatting PDF Document|Aspose.PDF for PHP via ...

    Format the PDF Document with Aspose.PDF for PHP via Java. Use the next code snippet to resolve your tasks....Hide ] Get Document Window and Page Display Properties This topic...viewer application, and how pages are displayed. To set these...

    docs.aspose.com/pdf/php-java/formatting-pdf-doc...
  8. PageSet.Odd | Aspose.Words for .NET

    Discover the PageSet Odd property to easily retrieve all odd Pages of your document in their original order for efficient document management....Gets a set with all the odd pages of the document in their original...} Remarks Odd pages have even indices since page indices are zero-based...

    reference.aspose.com/words/net/aspose.words.sav...
  9. IPageLayoutCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called during build and rendering of Page layout model in Java....during build and rendering of page layout model. Remarks: The primary...possible to build page layout model for only a few pages at start of...

    reference.aspose.com/words/java/com.aspose.word...
  10. Draw Rectangle|Documentation

    This section explains how to draw rectangle in a visio Page with Aspose.Diagram. Support using C# to draw rectangle and save as pdf, svg, html, image, xps and other formats....draw a rectangle shape in a page.The code example below shows...developers to draw a rectangle in the page and save as SVG format. The...

    docs.aspose.com/diagram/net/drawing/draw-rectan...