Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 4,071 for

point

(0.16 sec)
  1. Developing FireFox Add-ons with the Add-on Buil...

    This article explains the basics of creating an add-on for FireFox using the FireFox Add-on Builder and Add-on SDK. Read more about them on the Mozilla website. As an example, I’ll use the GroupDocs add-on. (You can download the source code from Github.) It’s an advanced extension so I’ll focus on the basics and highlight a couple of interesting aspects communication between scripts. I’ll mainly look at the add-on folders data and lib in the /resources/groupdocsviewer/ folder....the lib folder, is the entry point for the extension. It is executed...add-on uses are loaded at this point. Note that the scripts attached...

    blog.groupdocs.com/viewer/developing-firefox-ad...
  2. RegExp.prototype.ignoreCase - JavaScript | MDN

    The ignoreCase accessor property of RegExp instances returns whether or not the i flag is used with this regular expression....always maps to a single code point, so it does not map, for example...code points outside the Basic Latin block to code points within...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  3. Redact Classified Content from Documents using ...

    We are continuing the journey of revamping our products to bring a more simplified and easy to use interfaces for you. We have done it for many of our document manipulation APIs and recently, we have released all-new GroupDocs.Redaction for .NET API for you as v19.9. With this release, we have made it even easier for you to programmatically remove or mask classified information from text, metadata, and the annotations in MS Word, Excel, PowerPoint, and PDF documents as well as images.... The following are the key points about the changes we have introduced...Redactor class as a single entry point to manage the redaction process...

    blog.groupdocs.com/redaction/hide-or-remove-cla...
  4. Positioning - Learn web development | MDN

    I'm sure you had fun playing with basic positioning. While it's not an ideal method to use for entire layouts, there are many specific objectives it's suited for....and use that as a starting point. Introducing positioning Positioning...can see the example at this point live at 1_static-positioning...

    developer.mozilla.org/en-US/docs/Learn/CSS/CSS_...
  5. GroupDocs.Annotation for Java 18.4 Release Note...

    Note This page contains release notes for GroupDocs.Annotation for Java 18.4 Major Features Below is the list of new features improvements and fixes in this release of GroupDocs.Annotation for Java 18.4: Added ability to import distance annotations in Words format Improve import of annotations for Words format Fixed several bugs regarding to PDF annotation import Fixed TextField annotations import for Diagrams format Fixed export some types of annotation for Diagrams format Improved Replacement annotation for text in different paragraphs Fixed import text field for Diagram documents Fixed bug with import text annotations from Pdf Fixed resizing image when user pass width and height Fixed creating of Arrow annotation for Diagrams Fixed issue with wrong distance structure after export in diagram Fixed issue with wrong Polyline structure after export in diagram Fixed bug with hanging of sample while importing distance annotation for Slides format Fixed bug when importing area annotation Fixed bug with importing annotations for diagrams Improved export of underline text annotation for PDF Improved export strikeout text annotation for PDF Improved creating annotations from colored or transparent text Fixed transparent text for all formats Fixed bug when importing text for TextField annotation in Diagrams Full List of Issues Covering all Changes in this Release Key Summary Issue Type ANNOTATIONNET-563 Implement import of distance annotation for Words document New Feature ANNOTATIONNET-583 Add text redaction annotation in Slides document New Feature ANNOTATIONNET-560 Merge similar annotations when importing from a MSWord document Improvement ANNOTATIONNET-559 Improve import of text annotations for Words document Improvement ANNOTATIONNET-548 Merge similar annotations when importing from a MSWord document Improvement ANNOTATIONNET-546 Improve replacement annotation for text in different paragraphs Improvement ANNOTATIONNET-582 Add Point with text for text annotation Improvement ANNOTATIONNET-573 Improve export of text annotations in Slides document Improvement ANNOTATIONNET-570 Improve annotation export for big font sizes for Slides document Improvement ANNOTATIONNET-606 Implement accepting SVG path also with spaces not only with commas Improvement ANNOTATIONNET-602 Improve CleanUp for diagram Improvement ANNOTATIONNET-545 Bug with import and export distance annotations in Pdf Bug ANNOTATIONNET-544 Bug with import text annotations from Pdf Bug ANNOTATIONNET-543 Bug with import arrow annotation from Pdf Bug ANNOTATIONNET-538 AnnotationImageHandler....Improvement ANNOTATIONNET-582 Add point with text for text annotation...images Bug ANNOTATIONNET-591 Fix Point annotation in Slides Bug ANNOTATIONNET-589...

    docs.groupdocs.com/annotation/java/groupdocs-an...
  6. How to Convert CSV to Excel in C#

    This short article focus on how to convert CSV to Excel in C#. Further, this guide consists of convert CSV to XLSX C# code along with detailed instructions....code can be used as a starting point for document conversion and...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Redaction for .NET since version 19.9: Redactor class introduced as a single entry Point to manage the document redaction process (instead of Documentclass from previous versions). Methods RedactWith() of the Document class were replaced with similar Apply() methods in Redactor class. Method Document.Save(Stream, SaveOptions) was replaced with Redactor.Save(Stream, RasterizationOptions). Constructor LoadOptions(DocumentFormatConfiguration) was removed....introduced as a single entry point to manage the document redaction...

    docs.groupdocs.com/redaction/net/migration-notes/
  8. How to add PDF OLE object into PPTX file using ...

    Hi, We try to add pdf ole object into power Point. It’s working with below sample code when powerPoint file format is “ppt” but ‘pptx’. May I know how to add pdf ole object into pptx file? Thanks. <C# sample code her…...add pdf ole object into power point. It’s working with below sample...

    forum.groupdocs.com/t/how-to-add-pdf-ole-object...
  9. Migration Notes | Documentation

    How to migrate from earlier versions of GroupDocs.Merger for Java...introduced as a single entry point to manage the document processing...

    docs.groupdocs.com/merger/java/migration-notes/
  10. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Redaction for Java since version 19.6: Redactor class introduced as a single entry Point to manage the document redaction process (instead of Documentclass from previous versions). Methods redactWith() of the Document class were replaced with similar apply() methods in Redactor class. Method Document.save(OutputStream, SaveOptions) was replaced with Redactor.save(OutputStream, RasterizationOptions). Constructor LoadOptions(DocumentFormatConfiguration) was removed....introduced as a single entry point to manage the document redaction...

    docs.groupdocs.com/redaction/java/migration-notes/