Sort Score
Result 10 results
Languages All
Labels All
Results 4,751 - 4,760 of 26,223 for

annotation

(0.12 sec)
  1. Save in the HTML Format|Aspose.Words for .NET

    Export to HTML-based format using various saving features in C#....includes the following topics: Annotation Features Supported on HTML...

    docs.aspose.com/words/net/save-in-html-xhtml-mh...
  2. Save in the DOC Format|Aspose.Words for .NET

    Export to DOC format using various saving features in C#....includes the following topics: Annotation Features Supported on DOC...

    docs.aspose.com/words/net/save-in-ms-word-97-20...
  3. field - Aspose.PDF for Java - API Reference

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....AbsorbedTable ActionCollection Annotation AnnotationActionColl AnnotationCollection...BaseParagraph com.aspose.pdf.Annotation com.aspose.pdf.WidgetAnnotation...

    reference.aspose.com/pdf/java/com.aspose.pdf/field
  4. Page.h - Aspose.PDF for C++ - API Reference

    Page.h 1 #pragma once 2 // Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved. 3 4 #include Annotations 18 { 19 class Annotation; 20 class A...WidgetAnnotation; 29 } // namespace Annotations 30 class ApsFragment; 31...

    reference.aspose.com/pdf/cpp/_page_8h_source/
  5. How to Get HiperLink Text in PDF - Free Support...

    Hi, How to Get Hyperlinks Text in PDF? I am trying this code it search only Text not a hyperlinks text. Document pdfDocument1 = new Document(pathI); // Create TextAbsorber object to find all the phrase…...Pages) { foreach (Annotation annot in page.Annotations) { var ann =...= annot is LinkAnnotation; if (ann != null) { lnkAnnotations...

    forum.aspose.com/t/how-to-get-hiperlink-text-in...
  6. Aspose::Pdf::Annotations::SoundData Class Refer...

    Public Member Functions | Protected Member Functions | List of all members Aspose::Pdf::Annotations::SoundData Class ......all members Aspose::Pdf::Annotations::SoundData Class Reference...sound to be played when the annotation is activated. More... #include...

    reference.aspose.com/pdf/cpp/class/aspose.pdf.a...
  7. Polygon аннотациясын C++ көмегімен қалай қосуға...

    C++ тілімен кез келген платформада PDF файлында Polygon аннотацияларын қосу үшін бастапқы код...Annotations жинақтарынан Polygon аннотациясы...pdf" )); // Create Polygon Annotation var polygonAnnotation = new...

    products.aspose.com/pdf/kk/cpp/annotation/polyg...
  8. index.xml

    2.0 http://www.w3.org/2005/Atom On Premise, Cloud & App Based Solutions to Process Visio Images – Visio Аннотации файлов NET C#https://products.aspose.com/diagram/ru/net/Annotation/Recent content i......com/diagram/ru/net/annotation/Recent content in Visio Аннотации...aspose.com/diagram/ru/net/annotation/index.xml self application/rss+xml...

    products.aspose.com/diagram/ru/net/annotation/i...
  9. How to Add Hyperlink in PDF using C#

    This short tutorial guides on how to add hyperlink in PDF using C#. It provides detailed description along with a runnable sample code to insert hyperlink in PDF using C#....displayed over the link Add both annotations to the page Save the resultant...In the next steps, a link annotation is created within a rectangle...

    kb.aspose.com/pdf/net/how-to-add-hyperlink-in-p...
  10. How to add an excel as an attachment at some sp...

    I have a pdf which is created using aspose. I want to add an excel file as attachment at a particular section of the pdf document . Could you please help me with java code for this. I am using aspose pdf 22.11 version…...add FileAttachment Annotation to Annotations collection of first...This code snippet adds an annotation on the desired text. You...

    forum.aspose.com/t/how-to-add-an-excel-as-an-at...