Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 187,113 for

page

(0.09 sec)
  1. PageSetup.page_height property | Aspose.Words f...

    PageSetup.Page_height property. Returns or sets the height of the Page in points....page_height property PageSetup.page_height property Returns or...height of the page in points. @property def page_height ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  2. AsposeWordsPrintDocument.TotalPagesPrinted | As...

    Shows total Pages printed in Aspose.Words to track print session output....property Gets the total number of pages actually printed during the...Shows how to filtering pages base on page color. public void ColorMode...

    reference.aspose.com/words/net/aspose.words.ren...
  3. Insert Nested Fields in Jython|Aspose.Words for...

    Insert Nested Fields using Jython....DocumentBuilder ( doc ) # Insert few page breaks (just for testing) i.... insertBreak ( BreakType . PAGE_BREAK ) i = i + 1 # Move DocumentBuilder...

    docs.aspose.com/words/java/insert-nested-fields...
  4. 使用连接器类型形状|Documentation

    本节介绍如何使用 Aspose.Diagram 设置连接器外观。...particular page Page page = diagram . Pages . GetPage ( "Page-3" );...type shape by id Shape shape = page . Shapes . GetShape ( 18 );...

    docs.aspose.com/diagram/zh/net/working-with-con...
  5. 自定义页码不起作用 - Free Support Forum - aspose.com

    下面的代码: Document document = new Document(); DocumentBuilder builder = new DocumentBuilder(document); Section currentSection = builder.getCurrentSection(); currentSection.getPageSetup().setPageStartingNumber(10); current…...insertField("PAGE", ""); // 奇数页页码在右侧 builder....RIGHT); builder.insertField("PAGE", ""); builder.moveToDocumentEnd();...

    forum.aspose.com/t/topic/315401
  6. Key Features of Aspose.PDF for Go|Aspose.PDF fo...

    Aspose.PDF for Go demonstrates its general features. Its shows the supported PDF versions, and all the manipulations we can do with PDF....SetLicense Page core operation Add page. Insert page. Delete page. Count...Count page. Organize Optimize. OptimizeResource. Grayscale. Rotate...

    docs.aspose.com/pdf/go-cpp/key-features/
  7. Working with PDF Pages in Python via C++|Aspose...

    How to add Pages, rotate Pages, or set Page size you can know in this section. Aspose.PDF for Python via C++ explain to you all details on this topic....Working with PDF Pages in Python via C++ Contents [ Hide ] You...do the following: Add Pages - add pages at desired location or...

    docs.aspose.com/pdf/python-cpp/working-with-pages/
  8. Working with User-defined Cells|Documentation

    This section explains how to read User-defined cells of the visio shapes with Aspose.Diagram....); // Get page by name Page page = diagram . Pages . GetPage...GetPage ( "Page-1" ); // Get shape by id Shape shape = page . Shapes...

    docs.aspose.com/diagram/net/working-with-user-d...
  9. PDF Multimedia Annotation|Aspose.PDF for Java

    Aspose.PDF for Java allows you to add, get, and delete the multimedia annotation from your PDF document....document are contained in a Page object’s Annotations collection...for that individual page only: every page has its own Annotations...

    docs.aspose.com/pdf/java/multimedia-annotation/
  10. Convert PDF to Different Image Formats in Pytho...

    Discover how to convert PDF documents into image formats (PNG, JPG, TIFF) using Aspose.PDF in Python via C++....Get the pages of the document using the document_get_pages function...the desired page of the document using the page_collection_get_page...

    docs.aspose.com/pdf/python-cpp/convert-pdf-to-i...