Sort Score
Result 10 results
Languages All
Labels All
Results 3,161 - 3,170 of 141,215 for

page

(0.06 sec)
  1. LayoutEnumerator.document property | Aspose.Wor...

    LayoutEnumerator.document property. Gets document this instance enumerates.... # Layout entities are pages, cells, rows, lines, and other...layout . LayoutEntityType . PAGE ) self . assertEqual ( aw ....

    reference.aspose.com/words/python-net/aspose.wo...
  2. Visio File Drawing NET C# | products.aspose.com

    C# source code to draw geomtry to visio file on .NET Framework, .NET Core, Mono Platforms....geomtry in Pages. Open a Diagram object Select Page via its id...series methods to add geomtry to page Call the Save() method and pass...

    products.aspose.com/diagram/net/drawing/
  3. LayoutEnumerator.Document | Aspose.Words for .NET

    Discover the LayoutEnumerator Document property for efficient document enumeration. Enhance your workflow with this powerful feature!... // Layout entities are pages, cells, rows, lines, and other...LayoutEntityType . Page ); Assert . AreEqual ( LayoutEntityType . Page , layoutEnumerator...

    reference.aspose.com/words/net/aspose.words.lay...
  4. 在Php中管理分页符|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....添加分页符,请调用 pagebreaks 模块的 add_page_breaks 方法。下面是代码示例。 PHP 代码 $worksheets...$worksheets -> get ( 0 ); $h_page_breaks = $worksheet -> getHorizontalPageBre...

    docs.aspose.com/cells/zh/java/managing-page-bre...
  5. Frequently Asked Questions | Aspose.Page for C++

    Get answers to the most frequent questions about Aspose.Page for C++, - a comprehensive API for manipulation, Conversion and editing EP,XPS and PS files....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/cpp/faq/
  6. Limiting memory usage when concatenating large ...

    I am trying to concatenate two large PDF documents together using Aspose.PDF (23.1) in Java like this: Document doc1 = new Document("D:/input1.pdf"); Document doc2 = new Document("D:/input2.pdf"); for (final Page p : do…...pdf"); for (final Page p : doc2.getPages()) { doc1...and have 8000 pages with a large image on each page and a small...

    forum.aspose.com/t/limiting-memory-usage-when-c...
  7. Not able to add line spacing value in decimal b...

    m trying to set the line spacing of a TextFragment object using Aspose.pdf in C#, but I’m unable to set the value between 0.0 to 1.0 I also want to set the line spacing to a value less than 1, such as 0.82, but it seems…...Document(); var page = document.Pages.Add(); TextBuilder builder...builder = new TextBuilder(page); TextParagraph paragraph = new...

    forum.aspose.com/t/not-able-to-add-line-spacing...
  8. XML Paper Specification - XPS|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....XML Paper Specification is a page description language and a fixed-document...uses the same high-fidelity page layout and rendering engine...

    docs.aspose.com/cells/net/xml-paper-specificati...
  9. Create VSTX Files via Java | products.aspose.com

    Java Sample code for generating VSTX documents. Use this code for creating VSTX files within Java based desktop or web application....the first page of the diagram. Add text in the page. Use save...Access the first page of the diagram. Page page = diagram.getPages()...

    products.aspose.com/diagram/java/create/vstx/
  10. Create VSDM Files via Java | products.aspose.com

    Java Sample code for generating VSDM documents. Use this code for creating VSDM files within Java based desktop or web application....the first page of the diagram. Add text in the page. Use save...Access the first page of the diagram. Page page = diagram.getPages()...

    products.aspose.com/diagram/java/create/vsdm/