Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 8,737 for

annotate

(0.21 sec)
  1. Работа с комментариями|Documentation

    На этой странице описывается, как добавить комментарий на страницу чертежа Visio с помощью библиотеки Aspose.Diagram.... предоставляемое классом Annotation, позволяет разработчикам...collection of the annotations annotations = diagram . getPages...

    docs.aspose.com/diagram/ru/python-java/working-...
  2. Travailler avec des commentaires|Documentation

    Cette page décrit comment ajouter un commentaire sur une page du dessin Visio avec la bibliothèque Aspose.Diagram....Comment, exposée par la classe Annotation, permet aux développeurs...collection of the annotations annotations = diagram . getPages...

    docs.aspose.com/diagram/fr/python-java/working-...
  3. Lavorare con i commenti|Documentation

    Questa pagina descrive come aggiungere un commento ad una pagina del disegno Visio con libreria Aspose.Diagram....Comment, esposta dalla classe Annotation, consente agli sviluppatori...collection of the annotations annotations = diagram . getPages...

    docs.aspose.com/diagram/it/python-java/working-...
  4. Arbeiten mit Kommentaren|Documentation

    Auf dieser Seite wird beschrieben, wie Sie einer Seite der Zeichnung Visio mit der Bibliothek Aspose.Diagram einen Kommentar hinzufügen....Comment-Eigenschaft, die von der Annotation-Klasse verfügbar gemacht...collection of the annotations annotations = diagram . getPages...

    docs.aspose.com/diagram/de/python-java/working-...
  5. Arşiv

    Arşiv...Annotations.Add(Annotation)] 12 yöntemini kullanarak...belirli bir PDF sayfasının Annotations koleksiyonuna açıklama ekleyin...

    blog.aspose.com/tr/pdf/add-or-remove-annotation...
  6. Извлечение вложений из PDF|Aspose.PDF for Pytho...

    Узнайте, как работать с вложениями PDF, используя Python и Aspose.PDF....def extract_file_attachment_annotation ( infile , output_dir ):...FileAttachment annotation file_attachment = next ( ( annot for annot in page...

    docs.aspose.com/pdf/ru/python-net/extract-attac...
  7. Extraer archivos adjuntos de PDF|Aspose.PDF for...

    Aprenda cómo trabajar con archivos adjuntos PDF usando Python y Aspose.PDF....def extract_file_attachment_annotation ( infile , output_dir ):...FileAttachment annotation file_attachment = next ( ( annot for annot in page...

    docs.aspose.com/pdf/es/python-net/extract-attac...
  8. PDF のリンクを更新する|Aspose.PDF for C++

    Aspose.PDF for C++ を使用してプログラムで PDF 内のリンクを更新します。このガイドは、PDF ファイル内のリンクを更新する方法について説明しています。...DynamicCast < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...page -> get_Annotations () -> idx_get ( 1 )); // リンクの変更: リンク先を変更...

    docs.aspose.com/pdf/ja/cpp/update-links/
  9. PDF 高亮注释使用 Python|Aspose.PDF for Python via .NET

    标记注释以高亮、下划线、删除线或锯齿下划线的形式呈现在文档的文本中。... annotations . HighlightAnnotation ( document...document . pages [ 1 ] . annotations . append ( highlightAnnotation...

    docs.aspose.com/pdf/zh/python-net/highlights-an...
  10. Extraer Enlaces del Archivo PDF|Aspose.PDF para...

    Extraer enlaces de PDF con Java. Este tema le explica cómo extraer enlaces utilizando la clase AnnotationSelector.... List < Annotation > list = selector . getSelected...getSelected (); for ( Annotation annot : list ) { System . out ....

    docs.aspose.com/pdf/es/java/extract-links/