Sort Score
Result 10 results
Languages All
Labels All
Results 6,381 - 6,390 of 141,620 for

page

(0.06 sec)
  1. RevisionTextEffect | Aspose.Words for Java

    Allows to specify decoration effect for revisions of document text in Java....bar on the left side of the page next to lines affected by revisions...// on the right side of the page. revisionOptions.setShowInB...

    reference.aspose.com/words/java/com.aspose.word...
  2. Convert a Document in C++|Aspose.Words for C++

    Easily convert documents from one format to another using C++. You can work with all the most popular formats like Microsoft Word formats such as DOCX or DOC, OpenDocument formats such as ODT or OTT, web formats such as HTML or XHTML, text formats such as MarkDown or TXT, and others....combination is linked to the definite page. This is the case because our...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/words/cpp/convert-a-document/
  3. FAQ|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....Edit Select Preferences In the Page Display Category Check the “Smooth...Edit Select Preferences In the Page Display Category Uncheck the...

    docs.aspose.com/cells/net/faq/
  4. answer_sheet|Documentation

    Answer_sheet element generates a numbered matrix of bubbles arranged in multiple columns to make more efficient use of space....number of answers on a single page. Syntax The element is declared...question. Overrides the Multiselect page setting. multiselect=false Allowed...

    docs.aspose.com/omr/net/txt-markup/answer_sheet/
  5. Convert PowerPoint Presentations to Word Docume...

    Learn how to effortlessly convert PowerPoint and OpenDocument presentations to Word documents using Aspose.Slides for .NET. Our step-by-step guide with sample C# code provides the solution for developers looking to streamline their document workflows.... Set the page size for the Word document to...DocumentBuilder ( document ); // Set the page size in the Word document. var...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  6. Aspose::Words::Loading::PdfLoadOptions class | ...

    Aspose::Words::Loading::PdfLoadOptions class. Allows to specify additional options when loading Pdf document into a Document object. To learn more, visit the documentation article in C++....() const Gets the number of pages to read. Default is MaxValue...MaxValue which means all pages of the document will be read. get_PageIndex...

    reference.aspose.com/words/cpp/aspose.words.loa...
  7. Several DOC Into PNG Python

    Merge multiple DOC into PNG in Python code. Save DOC as PNG using Python....KEEP_SOURCE_FORMATTING) for page in range ( 0 , output.page_count): extractedPage...extract_pages(page, 1 ) extractedPage.save( f"Output_ {page + 1 }...

    products.aspose.com/words/python-net/merge/doc-...
  8. Several WORD Into JPG Python

    Merge multiple a Word document into JPG in Python code. Save a Word document as JPG using Python....KEEP_SOURCE_FORMATTING) for page in range ( 0 , output.page_count): extractedPage...extract_pages(page, 1 ) extractedPage.save( f"Output_ {page + 1 }...

    products.aspose.com/words/python-net/merge/word...
  9. Several DOC Into JPG Python

    Merge multiple DOC into JPG in Python code. Save DOC as JPG using Python....KEEP_SOURCE_FORMATTING) for page in range ( 0 , output.page_count): extractedPage...extract_pages(page, 1 ) extractedPage.save( f"Output_ {page + 1 }...

    products.aspose.com/words/python-net/merge/doc-...
  10. ViewType enumeration | Aspose.Words for Python

    aspose.words.settings.ViewType enumeration. Possible values for the view mode in Microsoft Word.... PAGE_LAYOUT The document shall be...would be displayed in a web page. Examples Shows how to set a...

    reference.aspose.com/words/python-net/aspose.wo...