Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 184,235 for

page

(0.07 sec)
  1. Set Orientation and Control the Export of Hidde...

    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....Visio Pages on Saving Contents [ Hide ] Change a Visio Page Layout...orientation of the Visio drawing page programmatically. This help...

    docs.aspose.com/diagram/java/set-orientation-an...
  2. PageRange | Aspose.Words for .NET

    Create customized Page ranges effortlessly with our PageRange constructor. Enhance your document management with precision and flexibility....PageRange constructor Creates a new page range object. public PageRange...starting page zero-based index. to Int32 The ending page zero-based...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Working with Themes|Documentation

    This section explains how to apply a preset theme to a Page or a shape with Aspose.Diagram....to Apply a Preset theme to a Page or a Shape This article can...vsdx Apply a Preset Theme to a Page Aspose.Diagram APIs allows to...

    docs.aspose.com/diagram/net/working-with-themes/
  4. Working with Themes|Documentation

    This section explains how to apply a preset theme to a Page or a shape with Aspose.Diagram....to Apply a Preset theme to a Page or a Shape This article can...vsdx Apply a Preset Theme to a Page Aspose.Diagram APIs allows to...

    docs.aspose.com/diagram/java/working-with-themes/
  5. Track Conversion Progress of Excel to TIFF with...

    Learn how to track the conversion progress of Excel files to TIFF using Aspose.Cells for Node.js via C++. Enhance user experience during the conversion process....You may also control which pages are rendered as demonstrated...`Start saving page index ${ args . pageIndex } of pages ${ args ....

    docs.aspose.com/cells/nodejs-cpp/track-conversi...
  6. 通过 Node.js 结合 C++ 跟踪文档转换进度|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 跟踪Excel文件中的转换进度。... log ( `Saving page ${ pageIndex } to ${ fileName...saving page index ${ args . getPageIndex () } of pages ${ args...

    docs.aspose.com/cells/zh/nodejs-cpp/track-docum...
  7. 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...
  8. FieldIndex.sequence_name property | Aspose.Word...

    FieldIndex.sequence_name property. Gets or sets the name of a sequence whose number is included with the Page number....number is included with the page number. @property def sequence_name...side, # and the number of the page that contains the XE field on...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Hello World Java Example|Aspose.PDF for Java

    This Page show how use simple programming for create a PDF document containing text - Hello World using Aspose.PDF for Java....Instantiate a Document object Add a Page to document object Create a...Paragraph collection of the page Save the resultant PDF document...

    docs.aspose.com/pdf/java/hello-world-example/
  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/