Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 891 for

distance

(0.1 sec)
  1. text-underline-offset - CSS: Cascading Style Sh...

    The text-underline-offset CSS property sets the offset Distance of an underline text decoration line (applied using text-decoration) from its original position....CSS property sets the offset distance of an underline text decoration...

    developer.mozilla.org/en-US/docs/Web/CSS/text-u...
  2. Save Annotations in a DB and Set User Avatars i...

    Today, I’d like to present several great enhancements that we’ve implemented in the GroupDocs.Annotation for Java library version 1.6.0: User Avatars Remote collaboration in groups is much more engaging and productive when we can see each other (or at least put a face to each other). In this release we’ve implemented functionality that allows users to use personal avatars when annotating documents in a group. The avatar functionality can be easily configured through the library’s API....allows users to measure the distance between specified points in...

    blog.groupdocs.com/annotation/save-annotations-...
  3. Render Word documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Word documents to HTML, PDF, PNG, and JPEG formats....image formats: specifies the distance (in points) between document...of the page. specifies the distance (in points) between document...

    docs.groupdocs.com/viewer/net/render-word-docum...
  4. GroupDocs.Viewer for .NET 17.9 Release Notes | ...

    Note This page contains release notes for GroupDocs.Viewer for .NET 17.9. Major Features There are 2 new features and 12 improvements and fixes in this regular monthly release. The most notable are: Setting to exclude fonts while rendering into HTML Setting to exclude default fonts when rendering Presentation documents Responsive output for rendering MS Visio documents and SVG images into HTML Responsive output for Text documents with HtmlOptions.EnableResponsiveRendering setting Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-1343 GIF images are displayed without animation New Feature VIEWERNET-1263 Implement a setting for excluding fonts while rendering into HTML New Feature VIEWERNET-1336 Show local time when rendering Email messages Improvement VIEWERNET-1323 Implement responsive output for rendering MS Visio documents and SVG images into HTML Improvement VIEWERNET-1311 Extend support for HtmlOptions.... WriteLine ( "Distance from left: " + rowData . LineLeft...); Console . WriteLine ( "Distance from top: " + rowData . LineTop...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  5. GroupDocs.Signature for .NET 18.1 Release Notes...

    Note This page contains release notes for GroupDocs.Signature for .NET 18.1 Major Features There are more about 14 improvements, new features and fixes in this regular release. Most new features were implemented with Text Signatures additional appearances like shadows. Improvements and bug fixes update functionality with URL provided documents and implementation of additional properties on verification processing. The most notable changes are: Introduced new Signature Appearances Options that allows to add special features Implemented text shadow appearance options for Text Signature for all supported Document types Improved Verification event arguments for start, progress and complete handlers Improved Signature event arguments for start, progress and complete handlers Updated Document Info properties with additional properties Improved Url provided Document Information with correct values Updated Stream result of Sign methods with start position after signing document Fixed output file name for Url provided Document or Stream based Documents Updated signing process when Document provided by URL without specific file name Updated classes, methods and properties with detailed comments Marked few properties as obsolete....<summary> /// Gets or sets distance from text to shadow. /// Default.../// </summary> public double Distance { get ; set ; } /// <summary>...

    docs.groupdocs.com/signature/net/groupdocs-sign...
  6. 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....Text Redaction Area Redaction Distance Annotation Reply Based Comments...

    blog.groupdocs.com/annotation/groupdocs-annotat...
  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....Text Redaction Area Redaction Distance Annotation Reply Based Comments...

    blog.groupdocs.com/annotation/groupdocs-annotat...
  8. GroupDocs.Annotation Product Family - Free Supp...

    Get technical support of GroupDocs.Annotation for .NET and Java....category 0 1217 July 11, 2017 Distance annotation changes the user...

    forum.groupdocs.com/c/annotation/10
  9. GroupDocs.Annotation for Java 18.10 Release Not...

    Note This page contains release notes for GroupDocs.Annotation for Java 18.10 Major Features Below is the list of most notable changes in release of GroupDocs.Annotation for Java: Fixed removing watermarks after cleanup in PDF Fixed highlight color is not changed in footnotes for highlight annotations in words. Added a font highlight color change for text annotations in word Improved integration tests coverage Implemented using metadata for storing annotations on Slides Implemented support of adding new types of annotations for Diagrams (Watermark, Point) Implemented support of adding new types of annotations for Words (Watermark, Point) Full List of Issues Covering all Changes in this Release Key Summary Issue Type ANNOTATIONNET-666 Add a font highlight color change for text annotations in word New Feature ANNOTATIONNET-714 Implement support of metadata in Slides New Feature ANNOTATIONNET-713 Implement Watermark annotation in Diagrams New Feature ANNOTATIONNET-706 Implement adding Point annotation in Diagrams New Feature ANNOTATIONNET-704 Implement Polyline annotation for Words New Feature ANNOTATIONNET-700 Implement watermark annotation for Words New Feature ANNOTATIONNET-697 Implement Point annotation for Words New Feature ANNOTATIONNET-684 Cleanup in PDF doesn’t remove watermarks Bug ANNOTATIONNET-677 Highlight color is not changed in footnotes for highlight annotations in words.... while exporting Line and Distance annotation Bug ANNOTATIONJAVA-1069...53 . 07511737089203f )); // Distance annotation AnnotationInfo...

    docs.groupdocs.com/annotation/java/groupdocs-an...
  10. Classes - JavaScript | MDN

    Classes are a template for creating objects. They encapsulate data with code to work on that data. Classes in JS are built on prototypes but also have some syntax and semantics that are unique to classes....displayName = "Point"; static distance(a, b) { const dx = a.x - b...displayName; // undefined p1.distance; // undefined p2.displayName;...

    developer.mozilla.org/en-US/docs/Web/JavaScript...