Sort Score
Result 10 results
Languages All
Labels All
Results 2,751 - 2,760 of 8,738 for

annotation

(0.11 sec)
  1. Usuń adnotację za pomocą Pythona | products.asp...

    Kod źródłowy Pythona do usuwania komentarzy do prezentacji...online Uwzględnij Remove Annotation From PPT Jak usunąć adnotacje...pośrednictwem .NET API. Remove Annotation From PPTX Jak usunąć adnotacje...

    products.aspose.com/slides/pl/python-net/annota...
  2. Usuń adnotację za pomocą C++ | products.aspose.com

    Kod źródłowy C++ do usuwania komentarzy do prezentacji...online Uwzględnij Remove Annotation From PPT Jak usunąć adnotacje...Slides dla C++ API. Remove Annotation From PPTX Jak usunąć adnotacje...

    products.aspose.com/slides/pl/cpp/annotation/
  3. Xóa chú thích bằng Java | products.aspose.com

    Mã nguồn Java để xóa nhận xét bản trình bày...PowerPoint trực tuyến Remove Annotation From PPT Cách xóa chú thích...Aspose.Slides cho Java. Remove Annotation From PPTX Cách xóa chú thích...

    products.aspose.com/slides/vi/java/annotation/
  4. Xóa chú thích bằng C++ | products.aspose.com

    Mã nguồn C++ để xóa nhận xét bản trình bày...PowerPoint trực tuyến Remove Annotation From PPT Cách xóa chú thích...Slides cho API C++. Remove Annotation From PPTX Cách xóa chú thích...

    products.aspose.com/slides/vi/cpp/annotation/
  5. Remove the specific hyperlink from pdf - Free S...

    Hi, We are replacing the text using com.aspose.pdf. There is a use case where we need to find hyperlink if the replacing text contains hyperlink then to remove the link. Is there a way to find and remove hyperlink from…...Annotations.Count; i++) { LinkAnnotation...LinkAnnotation link_ann = page.Annotations[i] as LinkAnnotation; if (link_ann...

    forum.aspose.com/t/remove-the-specific-hyperlin...
  6. Добавить звуковую аннотацию|Aspose.PDF for Pyth...

    В этом примере привязывается входной PDF, добавляется звуковая аннотация на странице 1 и сохраняется изменённый PDF....initialize_data_dir def add_sound_annotation ( infile , sound_file , outfile...bind_pdf ( infile ) # Add sound annotation to page 1 content_editor...

    docs.aspose.com/pdf/ru/python-net/add-sound-ann...
  7. | Aspose.PDF

    Gestisci le annotazioni in PDF in modo programmatico con il codice di esempio C++ utilizzando Aspose.PDF per C++...da rimuovere con Redaction Annotation Aggiungi annotazione di collegamento...l’annotazione all’insieme Annotations dell’oggetto Page. Salva...

    products.aspose.com/pdf/it/cpp/annotation/
  8. arkiv

    arkiv...kommentarerna annotations = page0.page_sheet.annotations; # Iterera...anteckningarna for annotation in annotations: comment = annotation.comment...

    blog.aspose.com/sv/diagram/add-comments-to-visi...
  9. PDF API 편집하기 | Aspose.PDF

    모든 플랫폼에서 사용할 수 있는 무료 크로스 플랫폼 앱과 High Code API를 사용하여 PDF 문서를 수정할 수 있습니다....Rectangle ; Annotations . RedactionAnnotation annot = new Annotations...page , annotationRectangle ); annot . FillColor = Color . Black...

    products.aspose.com/pdf/ko/redaction/
  10. Extraire des liens à partir du fichier PDF|Aspo...

    Extraire des liens à partir de PDF avec C#. Ce sujet vous explique comment extraire des liens en utilisant la classe AnnotationSelector....sont représentés comme des annotations dans un fichier PDF, donc...Page. Obtenez toutes les annotations de lien sélectionnées dans...

    docs.aspose.com/pdf/fr/cpp/extract-links/