Sort Score
Result 10 results
Languages All
Labels All
Results 4,861 - 4,870 of 187,651 for

page

(0.27 sec)
  1. Visual Studio Export ListView To Word Control|A...

    How to export contents of ListView into Word Processing document using Aspose.Words in C#.... What is this page about? This page explains how to export...export current page or all pages when paging is enabled using...

    docs.aspose.com/words/net/visual-studio-export-...
  2. PageExtractOptions.updatePageStartingNumber pro...

    PageExtractOptions.updatePageStartingNumber property. Specifies whether the start Page number in the resulting document shall be updated...Specifies whether the start page number in the resulting document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FieldTA.isItalic property | Aspose.Words for No...

    FieldTA.isItalic property. Gets or sets whether to apply italic formatting to the Page number for the entry....apply italic formatting to the page number for the entry. get isItalic...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. FieldIndex.hasPageNumberSeparator property | As...

    FieldIndex.hasPageNumberSeparator property. Gets a value indicating whether a Page number separator is overridden through the field's code....a value indicating whether a page number separator is overridden...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose.Total Java for Spring|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.... On the Veterinarians Page, availability days and email...Email API. On the Veterinarians Page, you can now export a list of...

    docs.aspose.com/total/java/aspose-total-java-fo...
  6. DetectAreasMode.CURVED_TEXT|Documentation

    How Aspose.OCR determines the structure of a document using the DetectAreasMode.CURVED_TEXT algorithm.... When photographing pages of books and magazine articles...cylindrical curvature of the page results in distortion of the...

    docs.aspose.com/ocr/net/areas-detection/curved_...
  7. Փոխարկել DOC PNG Python

    Փոխարկեք DOC ը PNG ձևաչափի Python կոդով: Պահեք DOC որպես PNG օգտագործելով Python:...PNG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .png" , save_options)...

    products.aspose.com/words/hy/python-net/convers...
  8. Փոխարկել TEXT SVG Python

    Փոխարկեք TEXT ը SVG ձևաչափի Python կոդով: Պահեք TEXT որպես SVG օգտագործելով Python:...SVG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .svg" , save_options)...

    products.aspose.com/words/hy/python-net/convers...
  9. Փոխարկել WORD Պատկեր Python

    Փոխարկեք WORD ը Պատկեր ձևաչափի Python կոդով: Պահեք WORD որպես Պատկեր օգտագործելով Python:...JPG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .jpg" , save_options)...

    products.aspose.com/words/hy/python-net/convers...
  10. 在C++中使用Artifacts|Aspose.PDF for C++

    本页描述了如何使用Aspose.PDF for C++处理Artifact类。代码片段展示了如何向PDF页面添加背景图像以及如何获取PDF文件第一页的每个水印。...ArtifactType枚举的值,其中值包括Background, Layout, Page, Pagination和Undefined)。 Artifact...ArtifactCollection 。 为了获取特定页面上的所有工件, Page 类具有Artifacts属性。本主题展示了如何在PDF文件中处理水印工件。...

    docs.aspose.com/pdf/zh/cpp/artifacts/