Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 190,273 for

page

(0.45 sec)
  1. 公共 API Aspose.Diagram 16.11.0 的变化|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....get a Visio page by name Page page = diagram . Pages . GetPage...GetPage ( "Page-1" ); // get a shape by ID Shape shape = page . Shapes...

    docs.aspose.com/diagram/zh/net/public-api-chang...
  2. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – เพิ่มแสตมป์หน้าลงใน PDF โดยใช้ Python https://products.aspose.com/pdf/th/python-net/stamps/Page/ Recent content in เพิ่มแสตมป์หน้าลงใน PDF โดยใ......com/pdf/th/python-net/stamps/page/ Recent content in เพิ่มแสตมป์หน้าลงใน...com/pdf/th/python-net/stamps/page/index.xml self application/rss+xml...

    products.aspose.com/pdf/th/python-net/stamps/pa...
  3. IResourceSavingCallback class | Aspose.Words fo...

    Aspose.Words.Saving.IResourceSavingCallback class. Implement this interface if you want to control how Aspose.Words saves external resources (images, fonts and css) when saving a document to fixed Page HTML or SVG....when saving a document to fixed page HTML or SVG. Methods Name Description...an external resource to fixed page HTML or SVG formats. See Also...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Configuration|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....config file Page Setup Table Sorting Configuration...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/reportingservices/configu...
  5. Convert PowerPoint Presentations in Handout Mod...

    Convert presentations to handouts in C++. Set slides per Page, keep notes, export to PDF or images with Aspose.Slides, with sample code. Try it free....multiple slides appear on a single page, making it useful for conferences...slides are placed on a single page and other display parameters...

    docs.aspose.com/slides/cpp/convert-powerpoint-i...
  6. 如何用 Java 添加 Highlight 注解 | Aspose.PDF

    Java 示例代码,用于在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中在 PDF 文件中添加 Highlight 个注释。...创建新页面或获取对现有页面的引用 创建 Highlight 注释 调用 Page.Annotations 集合中的 Highlight 注释方法..._dataDir + "sample.pdf" ); Page page = document . getPages ()....

    products.aspose.com/pdf/zh-hans/java/annotation...
  7. Create a Document|Aspose.Words for .NET

    Create a Word Processing document easily and fast instead of using Open XML SDK in C#....Hide ] Purpose Summary This page describes how to create a new...paragraphs and runs. On this page we will look at how to create...

    docs.aspose.com/words/net/create-a-word-process...
  8. Create and Add a Paragraph Style|Aspose.Words f...

    Create and add a paragraph style easily and fast instead of using Open XML SDK in C#....Hide ] Purpose Summary This page explains how to create a paragraph...consistent formatting. On this page we will look at how to create...

    docs.aspose.com/words/net/create-and-add-a-para...
  9. PageSetup.ChapterPageSeparator | Aspose.Words f...

    Discover the ChapterPageSeparator property in PageSetup. Easily customize the separator character between chapter and Page numbers for a polished look....between the chapter number and the page number. public ChapterPageSeparator...Remarks Before you can create page numbers that include chapter...

    reference.aspose.com/words/net/aspose.words/pag...
  10. Create AcroForm - Create Fillable PDF in C#|Asp...

    With Aspose.PDF for .NET you may create a form from scratch in your PDF file...{ // Add page to PDF file var page = document . Pages . Add ();...Pdf . Forms . TextBoxField ( page , rects ); // Setting the appearances...

    docs.aspose.com/pdf/net/create-form/