Sort Score
Result 10 results
Languages All
Labels All
Results 5,211 - 5,220 of 13,313 for

2024

(0.15 sec)
  1. translate() - CSS: Cascading Style Sheets | MDN

    The translate() CSS function repositions an element in the horizontal and/or vertical directions. Its result is a data type....was last modified on Jul 18, 2024 by . View this page on GitHub...

    developer.mozilla.org/en-US/docs/Web/CSS/transf...
  2. <figure>: O elemento Figure com Caption opciona...

    O elemento
    HTML representa conteúdo autocontido, potencialmente com uma legenda opcional, que é especificada usando o
    elemento. A figura, sua legenda e seu conteúdo são referenciados como uma única unidade.... de 2024 by . View this page on GitHub...

    developer.mozilla.org/pt-BR/docs/Web/HTML/Eleme...
  3. initial-letter - CSS: Cascading Style Sheets | MDN

    The initial-letter CSS property sets the size and sink for dropped, raised, and sunken initial letters. This property applies to ::first-letter pseudo-elements and inline-level first children of block containers....was last modified on Nov 6, 2024 by . View this page on GitHub...

    developer.mozilla.org/en-US/docs/Web/CSS/initia...
  4. Load TXT document with options | Documentation

    Learn this article and check how to load and convert text files with advanced options using GroupDocs.Conversion for .NET API....Products Support © Groupdocs 2001-2024. All Rights Reserved. Privacy...

    docs.groupdocs.com/conversion/net/load-txt-docu...
  5. <article> : l'élément de contenu d'un article -...

    L'élément
    représente une composition autonome dans un document, une page, une application ou un site, destinée à être distribuée ou réutilisée de manière indépendante (par exemple, dans le cadre d'une syndication). Exemples : un message de forum, un article de magazine ou de journal, ou un article de blog, une fiche produit, un commentaire soumis par un utilisateur, un widget ou gadget interactif, ou tout autre élément de contenu indépendant.... 2024 by . View this page on GitHub...

    developer.mozilla.org/fr/docs/Web/HTML/Element/...
  6. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for .NET provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the DocumentProperties property defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement.ProjectManagementReadBuiltInProperties using (Metadata metadata = new Metadata(Constants.InputMpp)) { var root = metadata....Products Support © Groupdocs 2001-2024. All Rights Reserved. Privacy...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for Java provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the getDocumentProperties method defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. advanced_usage.managing_metadata_for_specific_formats.document.project_management.ProjectManagementReadBuiltInProperties try (Metadata metadata = new Metadata(Constants.InputMpp)) { ProjectManagementRootPackage root = metadata....Products Support © Groupdocs 2001-2024. All Rights Reserved. Privacy...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Java Annotation 23.2 | Image Quality Adjustment...

    GroupDocs.Annotation for Java 23.2 introduces image quality adjustment for document previews and resolves application slowdown during annotations....6 June 30, 2024 23.10 October 9, 2023 23.8 August...

    releases.groupdocs.com/annotation/java/23-2/
  9. Convert eBook formats | Documentation

    In this article, you will learn how to convert eBook formats with GroupDocs.Conversion for Java....Products Support © Groupdocs 2001-2024. All Rights Reserved. Privacy...

    docs.groupdocs.com/conversion/java/convert/ebook/
  10. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Products Support © Groupdocs 2001-2024. All Rights Reserved. Privacy...

    docs.groupdocs.com/metadata/java/working-with-c...