Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 5,943 for

area

(0.09 sec)
  1. PageHyperlinkArea Properties - GroupDocs.Parser...

    Gets the document page information such as page index and page size....Rectangle Gets the rectangular area. (Inherited from PageArea .)...

    apireference.groupdocs.com/parser/net/groupdocs...
  2. Text Highlight on GroupDocs Blog | Document Aut...

    Text Highlight on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Text Highlight on GroupDocs Blog | Document Automation Solutions for .NET & Java Develo......PDF files by highlighting any area. Highlight PDF using Annotations...PDF files by highlighting any area. Import Annotations for Presentation...

    blog.groupdocs.com/tag/text-highlight/index.xml
  3. iopacity - GroupDocs.Annotation for Java - API ...

    All Classes Packages com.groupdocs.annotation com.groupdocs.annotation.cache com.groupdocs.annotation.exceptions com.......class AreaAnnotation Represents area annotation properties class...interface IAreaAnnotation Defines Area annotation properties interface...

    apireference.groupdocs.com/annotation/java/com....
  4. GroupDocs.Parser for .NET 18.8 Release Notes | ...

    Note This page contains release notes for GroupDocs.Parser for .NET 18.8. Major Features There are the following features in this release: Support for text analysis API for text documents Support for text analysis API for spreadsheets Support for text analysis API for presentation Ability to request a password for protected documents Full List of Issues Covering all Changes in this Release Key Summary Issue Type PARSERNET-1024 Implement the ability to request a password for protected documents New feature PARSERNET-978 Implement the support for text analysis API for text documents New feature PARSERNET-979 Implement the support for text analysis API for spreadsheets New feature PARSERNET-980 Implement the support for text analysis API for presentations New feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....feature allows extracting text areas from document pages of text..., 300 , 150 ); // Get text areas IList < TextArea > texts = extractor...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  5. GroupDocs.Annotation for .NET 17.7.0 Release No...

    Note This page contains release notes for GroupDocs.Annotation for .NET 17.7.0 Major Features Below the list of new features and fixed bugs in this regular monthly release of GroupDocs.Annotation for .NET. The most notable are: Fixed SVG path parsing for specific cases Implemented annotations import for Diagrams format (Area Redaction, Polyline, Text Field, Area Redaction) Implemented setting opacity to annotations where it is possible Exceptions handling improvements (added several more specific type of exceptions) Full List of Issues Covering all Changes in this Release Key Summary Issue Type ANNOTATIONNET-448 Set opacity for Diagrams annotations New Feature ANNOTATIONNET-447 Set opacity for Pdf annotations New Feature ANNOTATIONNET-446 Set opacity for Words annotations New Feature ANNOTATIONNET-445 Set opacity for Slides annotations New Feature ANNOTATIONNET-442 Implement additional specific exceptions Improvement ANNOTATIONNET-441 Import text field annotation from Diagram New Feature ANNOTATIONNET-440 Import polyline annotation from Diagram New Feature ANNOTATIONNET-439 Import Area Redaction annotation from diagram New Feature ANNOTATIONNET-438 Import Area annotation from diagram New Feature ANNOTATIONNET-430 Implement import annotations for Diagram New Feature ANNOTATIONNET-421 Bug with parsing specific SVG path Bug ANNOTATIONNET-419 Implement TextField annotation for Diagrams New Feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Diagrams format (Area Redaction, Polyline, Text Field, Area Redaction)...Feature ANNOTATIONNET-439 Import Area Redaction annotation from diagram...

    docs.groupdocs.com/annotation/net/groupdocs-ann...
  6. Text labels and names - Accessibility | MDN

    There are many situations in which a control, dialog, or other website feature should be given a descriptive name or label to allow users of assistive technologies to understand what its purpose is and how to operate it correctly. There are a number of different types of problems in this category, found in different contexts, and each has its own solution. The different problems and solutions are discussed in the sections below.... Use alt attribute to label area elements that have the href...attribute In image maps, give each <area> element an alt attribute containing...

    developer.mozilla.org/en-US/docs/Web/Accessibil...
  7. Annotate Documents Using GroupDocs.Annotation f...

    Releasing GroupDocs.Annotation for .NET 3.0 In the world of APIs, GroupDocs.Annotation for .NET has reborn to introduce more flexible, stand alone and powerful back-end API which comes with an extensive number of markup tools to annotate the documents with Area annotation, text highlight, text underline, text strikeout, watermarking, reply based comments and many more. Next Generation GroupDocs.Annotation for .NET 3.0 is disintegrated from the UI to provide developers a free hand to create desktop, web or cloud applications without any bound....annotate the documents with area annotation, text highlight,...NET API. Basic Annotations # Area Annotation Point Annotation...

    blog.groupdocs.com/annotation/groupdocs-annotat...
  8. Inaugurating Next Generation GroupDocs.Annotati...

    Launching GroupDocs.Annotation for Java 3.1.0 The best just got better, Team GroupDocs is pleased to introduce the Next Generation GroupDocs.Annotation for Java 3.1.0. This API has more advanced capabilities to annotate documents with Area annotation, text highlight, text underline, text strikeout, watermarking, reply based comments and many more. The Next Generation GroupDocs.Annotation for Java 3.1.0 is a UI less API to facilitate the developers to create any kind of application including Desktop, Web and cloud applications....capabilities to annotate documents with area annotation, text highlight,...java API. Basic Annotations # Area Annotation Point Annotation...

    blog.groupdocs.com/annotation/groupdocs-annotat...
  9. Extract data from PDF forms | Documentation

    This article shows how to extract data from PDF forms easily with GroupDocs.Parser....Name + ": " ); PageTextArea area = data [ i ]. PageArea as PageTextArea...WriteLine ( area == null ? "Not a template field" : area . Text );...

    docs.groupdocs.com/parser/net/extract-data-from...
  10. Extract data from PDF forms | Documentation

    This article shows how to extract data from PDF forms easily with GroupDocs.Parser....getName () + ": " ); PageTextArea area = data . get ( i ). getPageArea...println ( area == null ? "Not a template field" : area . getText...

    docs.groupdocs.com/parser/java/extract-data-fro...