Sort Score
Result 10 results
Languages All
Labels All
Results 3,481 - 3,490 of 8,581 for

annotation

(0.49 sec)
  1. Notions de base de Aspose.PDF DOM API|Aspose.PD...

    Aspose.PDF pour C++ utilise également l'idée de DOM pour représenter la structure d'un document PDF en termes d'objets. Ici, vous pouvez lire la description de cette structure....Aspose::Pdf::Annotations Namespace Reference Les annotations font partie...dédié un namespace pour les annotations. Ce namespace contient des...

    docs.aspose.com/pdf/fr/cpp/basics-of-dom-api/
  2. O que há de novo 2024|Aspose.PDF for .NET

    Esta página apresenta os recursos novos mais populares em Aspose.PDF for .NET introduzidos em 2024....Create an OutputIntent with annotation required OutputConditionIdent...necessary, an OutputCondition and annotation RegistryName may be provided...

    docs.aspose.com/pdf/pt/net/whatsnew/2024/
  3. آرشیوها

    آرشیوها...Annotations به یادداشت ها دسترسی پیدا...استفاده از روش Page.Annotations.Delete(Annotation) از طریق حاشیه نویسی...

    blog.aspose.com/fa/pdf/advanced-tricks-to-conve...
  4. Tooltip PDF usando C++|Aspose.PDF para C++

    Aprende cómo agregar un tooltip al fragmento de texto en PDF usando C++ y Aspose.PDF...Annotations.HideAction para asignar una...get_Flags () | Aspose :: Pdf :: Annotations :: AnnotationFlags :: Hidden...

    docs.aspose.com/pdf/es/cpp/pdf-tooltip/
  5. Arşiv

    Arşiv...yineleyin for (auto annotation : page->get_Annotations()) { // Ek açıklama...edin if (annotation->get_AnnotationType() == Annotations::AnnotationType::Square)...

    blog.aspose.com/tr/pdf/extract-data-from-tables...
  6. Notions de base de l'API DOM d'Aspose.PDF|Aspos...

    Aspose.PDF pour Android via Java utilise également l'idée de DOM pour représenter la structure d'un document PDF en termes d'objets. Ici, vous pouvez lire la description de cette structure....Annotation Les annotations font partie des fonctionnalités...dédié un namespace pour les annotations. Ce namespace contient des...

    docs.aspose.com/pdf/fr/androidjava/basics-of-do...
  7. Tooltip em PDF usando Python|Aspose.PDF para Py...

    Aprenda como adicionar tooltip ao fragmento de texto em PDF usando Python e Aspose.PDF... annotations . AnnotationFlags . HIDDEN...default_appearance = ap . annotations . DefaultAppearance ( "Helv"...

    docs.aspose.com/pdf/pt/python-net/pdf-tooltip/
  8. Архів

    Архів...сторінці for (auto annotation : page->get_Annotations()) { // Перевірте...анотації if (annotation->get_AnnotationType() == Annotations::AnnotationType::Square)...

    blog.aspose.com/uk/pdf/extract-data-from-tables...
  9. ארכיון

    ארכיון...בדף for (auto annotation : page->get_Annotations()) { // בדוק...ההערה if (annotation->get_AnnotationType() == Annotations::AnnotationType::Square)...

    blog.aspose.com/he/pdf/extract-data-from-tables...
  10. تحديث الروابط في ملف PDF|Aspose.PDF for Java

    تحديث الروابط في ملف PDF برمجياً. يتناول هذا الدليل كيفية تحديث الروابط في ملف PDF باستخدام لغة Java....get_Item ( 1 ); for ( Annotation annotation : page . getAnnotations...getAnnotations ()) { if ( annotation . getAnnotationType () == AnnotationType...

    docs.aspose.com/pdf/ar/java/update-links/