Sort Score
Result 10 results
Languages All
Labels All
Results 2,451 - 2,460 of 190,040 for

page

(0.41 sec)
  1. Code Comparison for common features with NPOI|A...

    Take a look at code comparison of some features implemented in Aspose.Words for .NET and NPOI using C#....Hide ] Purpose Summary This page describes a code comparison...results. Please refresh the page and try again....

    docs.aspose.com/words/net/code-comparison-for-c...
  2. Resources|Aspose.Slides Documentation

    Discover key Aspose.Slides for Android via Java resources—from downloads and docs to forums and blog updates—to improve working with PPT, PPTX and ODP....Android via Java home page Product home page. Aspose.Slides blog...

    docs.aspose.com/slides/androidjava/resources/
  3. Setting Cells in the Event Section of ShapeShee...

    Manage event properties of visio files....size, or orientation on the page is changed. EventDblClick -...Get page Aspose . Diagram . Page page = diagram . Pages . GetPage...

    docs.aspose.com/diagram/net/setting-cells-in-th...
  4. 绘制矩形|Documentation

    本节介绍如何用Aspose.Diagram在visio页面中绘制矩形。支持使用C#绘制矩形并保存为pdf、svg、html、image、xps等格式。...//Draw Rectangle in page diagram . Pages [ 0 ]. DrawRectangle...developers to draw a rectangle in the page and save as SVG format. The...

    docs.aspose.com/diagram/zh/net/drawing/draw-rec...
  5. XamlFixedSaveOptions.resources_folder_alias pro...

    XamlFixedSaveOptions.resources_folder_alias property. Specifies the name of the folder used to construct image URIs written into an fixed Page Xaml document...image URIs written into an fixed page Xaml document. Default is None...you save a Document in fixed page Xaml format, Aspose.Words needs...

    reference.aspose.com/words/python-net/aspose.wo...
  6. HelloWorld Example in PHP|Aspose.Words for .NET

    Building documents from scratch using Aspose.Words for .NET in PHP via COM in C#....Hide ] Purpose Summary This page explains how to run a Hello...results. Please refresh the page and try again....

    docs.aspose.com/words/net/helloworld-example-in...
  7. 获取页面的纸张宽度和高度|Documentation

    本节介绍如何使用 Aspose.Diagram 获取 visio 页面的纸张大小。... 获取页面的页面宽度和页面高度 Prop of Page 下面的示例代码解释了 PageProps.PageWidth...); // get page of the Visio diagram by name Page page = diagram...

    docs.aspose.com/diagram/zh/java/get-paper-width...
  8. Working with Pages|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....Working with Pages Contents [ Hide ] This section includes the...Retrieve, Get, Copy and Insert a Page Set Orientation and Control...

    docs.aspose.com/diagram/java/working-with-pages/
  9. Split PDF, HTML, TXT Files using PHP | Aspose.PDF

    PHP sample code to split files on any platform....document, you must split the pages of the original file. In order...more details check the GitHub page. Split documents via PHP To...

    products.aspose.com/pdf/php-java/splitter/
  10. 使用 C# 语言的 Hello World 示例|Aspose.PDF for .NET

    此示例演示如何使用 Aspose.PDF 创建一个简单的包含文本 Hello World 的 PDF 文档... 向文档对象添加一个 Page 。 创建一个 TextFragment 对象。 将 TextFragment...Document ()) { // Add page var page = document . Pages . Add (); // Add...

    docs.aspose.com/pdf/zh/net/hello-world-example/