Sort Score
Result 10 results
Languages All
Labels All
Results 7,201 - 7,210 of 188,999 for

paged

(1.35 sec)
  1. C#を使用したPDFハイライト注釈|Aspose.PDF for .NET

    Aspose.PDFを使用して、.NETでPDFドキュメントにハイライト注釈を追加する方法を学び、テキストの強調とレビューを行います。... Pages [ 1 ]); // Create annotations...HighlightAnnotation ( document . Pages [ 1 ], tfa . TextFragments [...

    docs.aspose.com/pdf/ja/net/highlights-annotation/
  2. Comparison Aspose.Words and Open XML SDK|Aspose...

    Take a look at code comparison of some features implemented in Aspose.Words for .NET and Open XML SDK using C#.... What is this page about? This page explains a code comparison...Words and Open XML SDK. The pages in this section contain a short...

    docs.aspose.com/words/net/code-comparison-aspos...
  3. IDocumentProcessorPlugin class | Aspose.Words f...

    Aspose.Words.IDocumentProcessorPlugin class. Defines an interface for external document processor plugin....Adds image watermark on each page of the document loaded by IDocumentProcessorPl...Adds text watermark on each page of the document loaded by IDocumentProcessorPl...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. วิธีการลบ Freetext คำอธิบายประกอบโดยใช้ Java | ...

    Java ตัวอย่างรหัสที่จะลบ Freetext คำอธิบายประกอบในไฟล์ PDF บน Java Runtime สภาพแวดล้อมสำหรับการประยุกต์ใช้ JSP/JSF และการประยุกต์ใช้สก์ท็อป...Freetext คำอธิบายประกอบจากคอลเลกชัน Page.Annotations บันทึกแฟ้มอีกครั้ง...using AnnotationSelector Page page = document . getPages ()....

    products.aspose.com/pdf/th/java/annotation/free...
  5. Remove Breaks in Ruby|Aspose.Words for Java

    Remove breaks using Ruby....Ruby, simply invoke the remove_page_breaks() & remove_section_breaks()...module. Ruby Code def remove_page_breaks ( doc ) # Retrieve all...

    docs.aspose.com/words/java/remove-breaks-in-ruby/
  6. Language detecton|Documentation

    How to detect the languages used on the provided image.... page int Page number. When working with single-page images...); out . println ( "Page: " + result . page ); for ( Map . Entry...

    docs.aspose.com/ocr/java/language_detection/
  7. Kako pretvoriti EPS u TIFF u C#

    Ovaj vodič korak po korak objašnjava kako pretvoriti EPS u TIFF u C#. Aspose.Page za .NET API pomaže vam pretvoriti EPS u TIFF u C# kodu....Page Product Family Aspose.PSD Product...format koji sadrži crteže. Aspose.Page za .NET omogućuje pretvaranje...

    kb.aspose.com/hr/page/net/how-to-convert-eps-to...
  8. Manipolare gli oggetti OLE incorporati in Visio...

    Questa pagina descrive come manipolare un oggetto ole con la libreria Aspose.Diagram....vsdx" ); // Get page of the Visio diagram by name...Diagram . Page page = diagram . Pages . GetPage ( "Page-1" ); //...

    docs.aspose.com/diagram/it/net/manipulate-the-e...
  9. Pubblico API Modifiche Aspose.Diagram 16.11.0|D...

    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....vsd" ); // get a Visio page by name Page page = diagram . getPages...getPage ( "Page-1" ); // get a shape by ID Shape shape = page . getShapes...

    docs.aspose.com/diagram/it/java/public-api-chan...
  10. Formen verbinden|Documentation

    In diesem Abschnitt wird erklärt, wie Sie zwei Shapes mit Aspose.Diagram verbinden...."Rectangle" ; // add two rectangles to page 0 long rectangle1 = diagram... 0 ); // add a connector to page 0 Shape connector1 = new Shape...

    docs.aspose.com/diagram/de/net/connect-shapes/