Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 187,695 for

page

(0.09 sec)
  1. PageRange | Aspose.Words for Java

    Represents a continuous range of Pages in Java....Represents a continuous range of pages. To learn more, visit the Programming...Shows how to extract pages based on exact page ranges. Document doc...

    reference.aspose.com/words/java/com.aspose.word...
  2. Working with Operators|Aspose.PDF for .NET

    This topic explains how to use operators with Aspose.PDF. The operator classes provide great features for PDF manipulation....painting a graphical shape on the page. An operator keyword is distinguished...elements to be painted on a page. More details about PDF operators...

    docs.aspose.com/pdf/net/working-with-operators/
  3. PageInfo class | Aspose.Words for Python

    aspose.words.rendering.PageInfo class. Represents information about a particular document Page...about a particular document page. To learn more, visit the Rendering...documentation article. Remarks The page width and height returned by...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Orientation | Aspose.Words for Java

    Specifies Page orientation in Java....class Orientation Specifies page orientation. Examples: Shows...Shows how to apply and revert page setup settings to sections in...

    reference.aspose.com/words/java/com.aspose.word...
  5. PageSet class | Aspose.Words for Python

    aspose.words.saving.PageSet class. Describes a random set of Pages...class Describes a random set of pages. To learn more, visit the Programming...PageSet(page) Creates an one-page set based on exact page index...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Move Pages to PDF using C++ | Aspose.PDF

    Move PDF Pages of your document programmatically programmatically with C++ sample code using Aspose.PDF for C++...to Move pages to PDF using C++ In order to move page in PDF file...Install-Package Aspose.PDF.Cpp Move Page to PDF using C++ You need Aspose...

    products.aspose.com/pdf/cpp/pages/move/
  7. FieldIndex.HasSequenceName | Aspose.Words for .NET

    Discover if a sequence is needed for efficient field result building with the FieldIndex HasSequenceName property. Optimize your data management today!...side, // and the number of the page that contains the XE field on...will around the sequence and page numbers to explain their meaning...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Working with User-defined Cells|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....vsdx" ); // get page by name Page page = diagram . getPages...getPage ( "Page-1" ); // get shape by id Shape shape = page . getShapes...

    docs.aspose.com/diagram/java/working-with-user-...
  9. PageSetup.PageStartingNumber | Aspose.Words for...

    Discover the PageSetup PageStartingNumber property to easily customize your document's starting Page number for enhanced organization and clarity....property Gets or sets the starting page number of the section. public...PageStartingNumber property so that page numbering can continue from...

    reference.aspose.com/words/net/aspose.words/pag...
  10. 将线对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将线对象创建到您的PDF中。...Document ()) { // Add page var page = document . Pages . Add (); // Create...paragraphs collection of page instance page . Paragraphs . Add (...

    docs.aspose.com/pdf/zh/net/add-line/