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

page

(0.26 sec)
  1. Draw Diamond|Documentation

    This section explains how to draw diamond in a visio Page with Aspose.Diagram. Support using C# to draw diamond and save as pdf, svg, html, image, xps and other formats....to draw a diamond shape in a page.The code example below shows...}; //Draw Diamond in page diagram . Pages [ 0 ]. DrawPolyline...

    docs.aspose.com/diagram/net/drawing/draw-diamond/
  2. Implement Custom Paper Size of Worksheet for Re...

    This article explains how to use the C# API or .NET Library sample code to set a custom paper size for your desired worksheets when rendering an Excel file to PDF format programmatically....PageSetup class to specify a custom page size. The following sample code...Worksheets in Excel file Copy Page Setup Settings from Source Worksheet...

    docs.aspose.com/cells/net/implement-custom-pape...
  3. Structured Document Tags or Content Control|Asp...

    Work with Structured Document Tags or Content Controls using C#.... What is this page about? This page explains structured...results. Please refresh the page and try again....

    docs.aspose.com/words/net/structured-document-t...
  4. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::set_SplitPgBreakAndParaMark method. Always Move Paragraph Mark to Page after a Page Break in C++....Move Paragraph Mark to Page after a Page Break. void Aspose ::...

    reference.aspose.com/words/cpp/aspose.words.set...
  5. Working with Headers in NPOI|Aspose.Words for .NET

    Work with headers in a document easily and fast instead of using NPOI in C#.... What is this page about? This page explains how to work...results. Please refresh the page and try again....

    docs.aspose.com/words/net/working-with-headers-...
  6. Aspose.Diagram 用于 Node.js 示例|Documentation

    Viso Diagram Node.js API lets you work with Visio diagrams without any understanding of underlying file format. You can create Visio VSDX files from scratch and convert VSDX files to PNG with just a couple of lines of code.... VSDX ); Export Page of Visio VSDX File to PNG Format.... PNG ); // Save one page only, by page index options . setPageIndex...

    docs.aspose.com/diagram/zh/java/aspose-diagram-...
  7. ShapeBase.allow_overlap property | Aspose.Words...

    ShapeBase.allow_overlap property. Gets or sets a value that specifies whether this shape can overlap other shapes....allow_overlap ) # Only Margin, Page, Column available in RelativeHorizontalPo...RelativeHorizontalPo . COLUMN # Only Margin, Page, Paragraph available in RelativeVerticalPosi...

    reference.aspose.com/words/python-net/aspose.wo...
  8. PaperSize enumeration | Aspose.Words for Python

    aspose.words.PaperSize enumeration. Specifies paper size.... page_setup . paper_size = aw . PaperSize...PaperSize . LEGAL builder . page_setup . orientation = aw . Orientation...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 操作 PDF 文档|Aspose.PDF for PHP via Java

    本文包含有关如何验证 PDF A 标准的 PDF 文档、如何处理目录、如何设置 PDF 到期日期以及如何确定 PDF 文件生成进度的信息。..."First page" , "Second page" , "Third page" , "Fourth page" ]; for...$segment2 ); // 指定标题对象的目标页面 $page = $document -> getPages () ->...

    docs.aspose.com/pdf/zh/php-java/manipulate-pdf-...
  10. 向PDF文件添加椭圆对象|Aspose.PDF for Java

    本文解释了如何使用Aspose.PDF for Java向PDF中创建椭圆对象。...Document (); // 向PDF文件的页面集合添加页面 Page page = pdfDocument . getPages ()...ellipse2 ); // 将Graph对象添加到页面的段落集合中 page . getParagraphs (). add ( graph...

    docs.aspose.com/pdf/zh/java/add-ellipse/