Sort Score
Result 10 results
Languages All
Labels All
Results 1,901 - 1,910 of 187,695 for

page

(0.17 sec)
  1. Aspose.Words.Framesets module | Aspose.Words fo...

    The Aspose.Words.Framesets module provides classes and enumerations that represents a frames Page or a single frame on a frames Page....represents a frames page or a single frame on a frames page. Classes Class...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Connect Shapes|Documentation

    This section explains how to connect two shapes with Aspose.Diagram for Java....shapes via a connector in the Page class. The code below shows...rectangles shape to page. Add a connector shape to page. Connect the...

    docs.aspose.com/diagram/java/connect-shapes/
  3. Using Text Annotation for PDF via Python|Aspose...

    Aspose.PDF for Python allows you to Add, Get, and Delete Text Annotation from your PDF document....Annotations collection of a particular Page. This collection contains the...for that individual page only; every page has its own Annotations...

    docs.aspose.com/pdf/python-net/text-annotation/
  4. FieldToa Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldToa class for seamless TOA field implementation. Enhance your document processing with powerful features today!...of authorities entry and its page number. Format { get; } Gets...used to separate two page numbers in a page number list. PageRangeSeparator...

    reference.aspose.com/words/net/aspose.words.fie...
  5. 获取 Visio 形状包括儿童|Documentation

    本节介绍如何获取 visio 形状,包括形状 ID 或名称为 Aspose.Diagram 的孩子。... Page 类公开的 Shapes 属性支持 Aspose.Diagram..."NetworkConnection.vsdx" ); Page page = diagram . Pages [ 0 ]; Shape shapeContainerChild...

    docs.aspose.com/diagram/zh/net/get-visio-shape-...
  6. How to Set Print Titles with JavaScript via C++...

    This article shows you how to set print titles using the Aspose.Cells library for JavaScript via C++....are repeated on every printed page, which is especially useful...spreadsheets that span multiple pages. Here are some reasons why you...

    docs.aspose.com/cells/javascript-cpp/how-to-set...
  7. Delete Forms from PDF in C#|Aspose.PDF for .NET

    Remove Text based on subtype/form with Aspose.PDF for .NET library. Remove all forms from the PDF....accesses the forms presented on page 2 of the document and checks...from the first page var forms = document . Pages [ 1 ]. Resources...

    docs.aspose.com/pdf/net/remove-form/
  8. Calculate Pin Values and Setting Size of a Shap...

    This section explains how to calculate PinX and PinY Values of the Sub Shape with Aspose.Diagram....not absolute coordinate in the Page . If the user require to get...ID and page index is 0 Shape shape = diagram . Pages [ 0 ]. Shapes...

    docs.aspose.com/diagram/net/calculate-pin-value...
  9. PageSetup.clear_formatting method | Aspose.Word...

    PageSetup.clear_formatting method. Resets Page setup to default paper size, margins and orientation....method clear_formatting() Resets page setup to default paper size...Shows how to apply and revert page setup settings to sections in...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 请教,如何在pdf中某一个固定位置插入一个base64image的图片,固定位置需要判断横向纵...

    public static void main(String[] args) { try { String inFilePath = "E:\\test\\pdf_signature\\a.pdf"; String outFilePath = "E:\\test\\pdf_signature\\z" + Instant.now().toEpochMilli() + ".pdf"; …...new Document(inFilePath); Page page = pdfDocument.getPages().get_Item(1);...isLandscape = page.getPageInfo().getWidth() > page.getPageInfo()...

    forum.aspose.com/t/pdf-base64image/315504