Sort Score
Result 10 results
Languages All
Labels All
Results 1,731 - 1,740 of 8,554 for

annotator

(0.11 sec)
  1. Annotatie verwijderen met .NET | products.aspos...

    C#-broncode om presentatieopmerkingen te verwijderen...en online opnemen Remove Annotation From PPT Annotaties verwijderen...Slides voor .NET API. Remove Annotation From PPTX Annotaties verwijderen...

    products.aspose.com/slides/nl/net/annotation/
  2. إزالة التعليقات التوضيحية باستخدام C++ | produc...

    كود مصدر C++ لإزالة تعليقات العرض...على الإنترنت تشمل Remove Annotation From PPT كيفية إزالة التعليقات...Slides for C++ API. Remove Annotation From PPTX كيفية إزالة التعليقات...

    products.aspose.com/slides/ar/cpp/annotation/
  3. Архивы

    Архивы...аннотаций annotations = page0.page_sheet.annotations; # Перебирать...аннотации for annotation in annotations: comment = annotation.comment...

    blog.aspose.com/ru/diagram/add-comments-to-visi...
  4. أرشيف

    أرشيف...من الشروح annotations = page0.page_sheet.annotations; # كرر من...التوضيحية for annotation in annotations: comment = annotation.comment...

    blog.aspose.com/ar/diagram/add-comments-to-visi...
  5. Arşiv

    Arşiv...koleksiyonunu alın annotations = page0.page_sheet.annotations; # Ek açıklamalar...yapın for annotation in annotations: comment = annotation.comment...

    blog.aspose.com/tr/diagram/add-comments-to-visi...
  6. PDFテキスト注釈|Aspose.PDF for Java

    Aspose.PDF for Javaを使用して、PDFドキュメントにテキスト注釈を追加、取得、および削除できます。... 注釈は特定のページの Annotations コレクションに含まれています。 このコレクション...このコレクションには、その個々のページ専用の注釈が含まれています。各ページには独自のAnnotationsコレクションがあります。 特定のページに注釈を追加...

    docs.aspose.com/pdf/ja/java/text-annotation/
  7. Advanced operations for C++|Aspose.PDF for C++

    Aspose.PDF for C++ can perform not only simple and easy tasks but also cope with more complex functions. For advanced users and developers, the Advanced section will detail these features for you....shapes on the page Annotations - Annotations allow users to add...add, delete and modify the annotation from the PDF documents. Artifacts...

    docs.aspose.com/pdf/cpp/advanced-operations/
  8. Jak uzyskać Caret Adnotację przy użyciu Java | ...

    Przykładowy kod Java, aby uzyskać Caret adnotacje w pliku PDF na Java Runtime Environment dla aplikacji JSP/JSF i aplikacji desktopowych....Annotations Zapisz plik ponownie Wymagania..."sample_caret.pdf" ); // Filter annotations using AnnotationSelector...

    products.aspose.com/pdf/pl/java/annotation/care...
  9. PDFファイルからリンクを抽出する|Aspose.PDF for Java

    JavaでPDFからリンクを抽出します。このトピックでは、AnnotationSelectorクラスを使用してリンクを抽出する方法を説明します。... List < Annotation > list = selector . getSelected...getSelected (); for ( Annotation annot : list ) { System . out ....

    docs.aspose.com/pdf/ja/java/extract-links/
  10. PDFでのアクションの操作|Aspose.PDF for C++

    このセクションでは、C++を使用してドキュメントやフォームフィールドにアクションをプログラムで追加する方法を説明します。...オブジェクトが定義されたら、これらのリンクを Page オブジェクトの Annotations コレクションに追加します。 最後に、 Document...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/ja/cpp/actions/