Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 187,806 for

page

(0.2 sec)
  1. RelativeVerticalPosition | Aspose.Words for Java

    Specifies to what the vertical position of a shape or text frame is relative in Java....floating image to the center of a page. Document doc = new Document();...overlapping text and align it to the page's center. Shape shape = builder...

    reference.aspose.com/words/java/com.aspose.word...
  2. Working with Comments|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....Comments Contents [ Hide ] Add a Page-Level Comment in the Visio Aspose...to add comment anywhere on a page of the Visio drawing. Add Comment...

    docs.aspose.com/diagram/java/working-with-comme...
  3. Delete PDF Pages programmatically C#|Aspose.PDF...

    You can delete Pages from your PDF file using Aspose.PDF for .NET library....Ask AI Delete PDF Pages programmatically C# Contents [ Hide ]...Drawing library. You can delete pages from a PDF file using Aspose...

    docs.aspose.com/pdf/net/delete-pages/
  4. Public API Changes in Aspose.Diagram 6.0.0|Docu...

    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....vsdx" ); // get Visio page by name Page page = diagram . getPages...getPages (). getPage ( "Page-1" ); // get Visio shapes by ids Shape...

    docs.aspose.com/diagram/java/public-api-changes...
  5. Working with Pages in PS file | Java

    How to add Pages to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/java/ps/working-with-pages/
  6. PageSetup.odd_and_even_pages_header_footer prop...

    PageSetup.odd_and_even_Pages_header_footer property. True if the document has different headers and footers for odd-numbered and even-numbered Pages....odd_and_even_pages_header_footer property PageSetup.odd_and_...odd_and_even_pages_header_footer property True if the document has different...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FootnoteSeparatorType | Aspose.Words for Java

    Specifies the type of the footnote/endnote separator in Java....Printed below endnote text on a page when endnote text must be continued...continued on a succeeding page. ENDNOTE_CONTINUATION_SEPARATOR...

    reference.aspose.com/words/java/com.aspose.word...
  8. Add Image to PDF using C#|Aspose.PDF for .NET

    This section describes how to add image to existing PDF file using C# library....Existing PDF File Every PDF page contains Resources and Contents...input PDF document. Get the page you want to add an image to...

    docs.aspose.com/pdf/net/add-image-to-existing-p...
  9. Creating a non editable pdf blurs the text - Fr...

    On creating PDF non editable by using below code. The non editable PDF look is not in sync with the normal editable pdf. Content of Non editable pdf shrinks a little and becomes blurry on zooming in. Code which we are …...Pages pages = pdfDocument.Pages; // ZOOM SETTINGS...the pages using the Pages collection foreach (Page page in pdfDocument...

    forum.aspose.com/t/creating-a-non-editable-pdf-...
  10. Add Pages in PDF with C++|Aspose.PDF for C++

    This article teaches how to insert (add) a Page at the desired location PDF file. Learn how to move, remove (delete) Pages from a PDF file using C++....Add Pages in PDF with C++ Contents [ Hide ] This section shows...shows how to add pages to a PDF using Aspose.PDF for C++ library...

    docs.aspose.com/pdf/cpp/add-pages/