Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 1,932 for

full text search

(0.27 sec)
  1. oklch() - CSS: Cascading Style Sheets | MDN

    The oklch() functional notation expresses a given color in the Oklab color space. oklch() is the cylindrical form of oklab(), using the same L axis, but with polar Chroma (C) and Hue (h) coordinates....Skip to main content Skip to search Skip to select language Article...chroma on them: starting from full color saturation at the high...

    developer.mozilla.org/en-US/docs/Web/CSS/color_...
  2. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....Search Product Solution GroupDocs...Duration); Console.WriteLine(subtitle.Text); } } } More resources GitHub...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. GroupDocs.Viewer for .NET 17.11 Release Notes |...

    Note This page contains release notes for GroupDocs.Viewer for .NET 17.11. Major Features There are 15 improvements and fixes in this regular monthly release. The most notable are: Added new overload for RotatePage and ReorderPage methods with ability to specify RenderOptions Improved MHT documents rendering performance Improved styles generation when rendering into HTML with embedded resources Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-1424 New overload for RotatePage and ReorderPage methods with ability to specify RenderOptions Improvement VIEWERNET-1417 Improve MHT documents rendering performance Improvement VIEWERNET-1405 Drop support of caching based on render options Improvement VIEWERNET-1363 Add code examples for CAD rendering options Improvement VIEWERNET-1362 Load custom fonts on demand Improvement VIEWERNET-1351 Improve styles generation when rendering into HTML with embedded resources Improvement VIEWERNET-1347 Watermark is not over the content when rendering into HTML Improvement VIEWERNET-560 DWG+DFX (2007,2010) support is required....Search Product Solution GroupDocs...HTML with embedded resources Full List of Issues Covering all...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  4. ID3V2Tag - GroupDocs.Metadata for Java - API Re...

    All Classes Packages com.groupdocs.metadata com.groupdocs.metadata.core com.groupdocs.metadata.export com.groupdocs.m......search com.groupdocs.metadata.tagging...intended for any kind of full text information that does not...

    apireference.groupdocs.com/metadata/java/com.gr...
  5. master

    GroupDocs.Comparison-for-.NET-master/.gitignore ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. # User-specific files *.suo *.user *......Text; using Newtonsoft.Json; using...MVC.Test v4.6.1 512 true true full false bin\Debug\ DEBUG;TRACE...

    codeload.github.com/groupdocs-comparison/GroupD...
  6. font-awesome.min.css

    @font-face{font-family:'FontAwesome';src:url('../assets/font/fontawesome-webfont.eot?v=3.2.1');src:url('../assets/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),url('../a......ht:normal;font-style:normal;text-decoration:inherit;-webkit-...re,[class*=" icon-"]:before{text-decoration:inherit;display:...

    helpdesk.groupdocs.com/css/font-awesome.min.css
  7. GroupDocs.Viewer for Java 19.11 Release Notes |...

    Note This page contains release notes for GroupDocs.Viewer for Java 19.11 Major Features There are 20 features, improvements and a bug-fixes in this release, the most notable are: Added Zipped File (.zip) file format support Added Consolidated Unix File Archive (.tar) file format support Added support of rendering PDF documents with security settings Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERJAVA-1983 Add zip file format support Feature VIEWERJAVA-1984 Add tar file format support Feature VIEWERJAVA-1996 Obtaining list of folders contained in the zip archive Feature VIEWERJAVA-1997 Add C# (....Search Product Solution GroupDocs...documents with security settings Full List of Issues Covering all...

    docs.groupdocs.com/viewer/java/groupdocs-viewer...
  8. id3v2tag - GroupDocs.Metadata for Java - API Re...

    All Classes Packages com.groupdocs.metadata com.groupdocs.metadata.core com.groupdocs.metadata.export com.groupdocs.m......search com.groupdocs.metadata.tagging...intended for any kind of full text information that does not...

    apireference.groupdocs.com/metadata/java/com.gr...
  9. The box model - Learn web development | MDN

    That's most of what you need to understand about the box model. You may want to return to this lesson in the future if you ever find yourself confused about how big boxes are in your layout....Skip to main content Skip to search Skip to select language Article...the paragraph — expands to the full container width and breaks onto...

    developer.mozilla.org/en-US/docs/Learn/CSS/Buil...
  10. GroupDocs.Viewer for .NET 18.4 Release Notes | ...

    Note This page contains release notes for GroupDocs.Viewer for .NET 18.4. Major Features There are 18 new features, improvements, and fixes in this regular monthly release. The most notable are: Added support for following file formats POTX (PowerPoint Open XML Presentation Template) PPTM (PowerPoint Open XML Macro-Enabled Presentation) EPS (Encapsulated PostScript) Implemented simple file storage interface Improved minification process Added settings to include or exclude hidden content in Excel documents Added option for rendering Print Area in Excel documents Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-1552 Feature for AutoFitting column width depending on content for rendering into HTML New Feature VIEWERNET-1544 Implement simple file storage interface New Feature VIEWERNET-1518 Settings to include/exclude hidden content in Excel documents New Feature VIEWERNET-1517 Rendering only Print Area in Excel documents New Feature VIEWERNET-1478 Add POTX file format support New Feature VIEWERNET-1476 Add PPTM file format support New Feature VIEWERNET-526 Add EPS (Encapsulated PostScript) file format support New Feature VIEWERNET-1537 Add prefix for CSS classes when rendering Email messages Improvement VIEWERNET-1501 Minify CSS content when rendering into HTML with EnableMinification is true Improvement VIEWERNET-1481 Improve rendering comments from Presentation documents Improvement VIEWERNET-1428 Support JpegQuality option when rendering Microsoft Project documents Improvement VIEWERNET-1549 Extend support for DefaultFontName setting to PDF documents when rendering into HTML Improvement VIEWERNET-512 Responsive HTML output required in the case of HTML representation Improvement VIEWERNET-1526 Invalid PDF when rendering Excel document with multiple pages per sheet Bug VIEWERNET-1511 DefaultFontName setting is not working for rendering Text documents into PDF and image Bug VIEWERNET-1494 Incorrect rendering of the content in header and footer of Word document Bug WEB-2106 Local links are ignored when rendering PDF to HTML Bug WEB-1153 Discrepancy when rendering as JPEG and HTML Bug Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Search Product Solution GroupDocs...Print Area in Excel documents Full List of Issues Covering all...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...