Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 186,910 for

page

(0.19 sec)
  1. Working with Text|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....Insert a Text Shape in the Visio Page Aspose.Diagram API lets developers...Visio page. To achieve this, the addText method of the Page class...

    docs.aspose.com/diagram/java/working-with-text/
  2. Worksheet Views|Documentation

    This article will describe how to use C# and the .NET API to interact with the Page break preview of an Excel workbook and worksheets. Work with split panes, frozen panes, and zoom factor as well....Worksheet Views Contents [ Hide ] Page Break Preview All worksheets...viewed in two modes: Normal view. Page break preview. Normal view is...

    docs.aspose.com/cells/net/worksheet-views/
  3. Convert a Visio Shape To Image|Documentation

    This section explains how to convert a visio shape to image with Aspose.Diagram.... get a particular page. get a particular shape. convert...); // Get a particular page Page page = diagram . getPages ()...

    docs.aspose.com/diagram/java/convert-a-visio-sh...
  4. 绘制文字|Documentation

    本节介绍如何用Aspose.Diagram在visio页面中绘制文字。支持使用C#绘制文字并保存为pdf、svg、html、image、xps等格式。...diamond shape in page long shapeId = diagram . Pages [ 0 ]. DrawPolyline...added shape from page Shape shape = diagram . Pages [ 0 ]. Shapes...

    docs.aspose.com/diagram/zh/net/drawing/draw-text/
  5. PDF to PNG Merge using C++ | Aspose.PDF

    Combine two or more PDF documents into one PNG single file programmatically with C++ sample code using Aspose.PDF for C++...Library on the Documentation pages. To verify the benefits of the...new page to PNG document In loop: add PDF file to new page After...

    products.aspose.com/pdf/cpp/merger/pdf-to-png/
  6. 使用文本|Documentation

    本节介绍如何使用 Aspose.Diagram 插入文本形状或更新形状的文本。...parameters and add text to a Visio page double PinX = 1 , PinY = 1 ...1 , Height = 1 ; diagram . Pages [ 0 ]. AddText ( PinX , PinY...

    docs.aspose.com/diagram/zh/net/working-with-text/
  7. Export RDL Reports to PDF & XPS in SQL Serv...

    SQL Server Reporting Services rendering extension - Export PDF PDF/A and XPS reports containing tables charts and images from SQL Server...report features like specifying page orientation within reports,...specify the orientation of each page within reports Specify security...

    products.aspose.com/pdf/reporting-services/
  8. Visio加水印|Documentation

    如何使用 Java Diagram API 为 visio 添加水印。...vsdx" ); // get page by name Page page = diagram . getPages...(). getPage ( "Page-1" ); double pinx = page . getPageSheet ()...

    docs.aspose.com/diagram/zh/java/add-watermark-t...
  9. FieldToc.table_of_figures_label property | Aspo...

    FieldToc.table_of_figures_label property. Gets or sets the name of the sequence identifier used when building a table of figures....includes the SEQ field and the page's number that the field appears...immediately to the left # of the page number that the main sequence...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 使用C++旋转PDF页面|Aspose.PDF for C++

    本主题描述了如何使用C++以编程方式旋转现有PDF文件中的页面方向。...( auto page : document -> get_Pages ()) { auto r = page -> get_MediaBox...get_Height () - newHeight ); page -> set_MediaBox ( MakeObject...

    docs.aspose.com/pdf/zh/cpp/rotate-pages/