Skip to content

Commit bb798d8

Browse files
Update file(s) "/." from "groupdocs-metadata/Groupdocs.Metadata-References"
1 parent c31e831 commit bb798d8

1,054 files changed

Lines changed: 6578 additions & 2043 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/sites/groupdocs/metadata/english/python-net/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,13 @@ weight: 40
2727
| [`groupdocs.metadata.formats.ebook.fb2`](/metadata/python-net/groupdocs.metadata.formats.ebook.fb2) | |
2828
| [`groupdocs.metadata.formats.ebook.mobi`](/metadata/python-net/groupdocs.metadata.formats.ebook.mobi) | |
2929
| [`groupdocs.metadata.formats.email`](/metadata/python-net/groupdocs.metadata.formats.email) | The namespace contains classes representing saved email messages and their parts. |
30+
| [`groupdocs.metadata.formats.email.msg`](/metadata/python-net/groupdocs.metadata.formats.email.msg) | |
3031
| [`groupdocs.metadata.formats.fb2`](/metadata/python-net/groupdocs.metadata.formats.fb2) | |
3132
| [`groupdocs.metadata.formats.font`](/metadata/python-net/groupdocs.metadata.formats.font) | The namespace contains classes allowing users to work with formats representing scalable computer fonts. |
3233
| [`groupdocs.metadata.formats.gis`](/metadata/python-net/groupdocs.metadata.formats.gis) | |
3334
| [`groupdocs.metadata.formats.image`](/metadata/python-net/groupdocs.metadata.formats.image) | The namespace provides functionality allowing users to read and update metadata stored in different image formats. |
3435
| [`groupdocs.metadata.formats.image.dng`](/metadata/python-net/groupdocs.metadata.formats.image.dng) | |
36+
| [`groupdocs.metadata.formats.image.svg`](/metadata/python-net/groupdocs.metadata.formats.image.svg) | |
3537
| [`groupdocs.metadata.formats.mpeg`](/metadata/python-net/groupdocs.metadata.formats.mpeg) | The namespace provides functionality allowing users to work with metadata of various MPEG standards. |
3638
| [`groupdocs.metadata.formats.peer2peer`](/metadata/python-net/groupdocs.metadata.formats.peer2peer) | The namespace contains classes intended to work with different formats based on the peer2peer protocol. |
3739
| [`groupdocs.metadata.formats.raw`](/metadata/python-net/groupdocs.metadata.formats.raw) | |
@@ -41,6 +43,7 @@ weight: 40
4143
| [`groupdocs.metadata.formats.threed`](/metadata/python-net/groupdocs.metadata.formats.threed) | |
4244
| [`groupdocs.metadata.formats.threed.dae`](/metadata/python-net/groupdocs.metadata.formats.threed.dae) | |
4345
| [`groupdocs.metadata.formats.threed.fbx`](/metadata/python-net/groupdocs.metadata.formats.threed.fbx) | |
46+
| [`groupdocs.metadata.formats.threed.gltf`](/metadata/python-net/groupdocs.metadata.formats.threed.gltf) | |
4447
| [`groupdocs.metadata.formats.threed.stl`](/metadata/python-net/groupdocs.metadata.formats.threed.stl) | |
4548
| [`groupdocs.metadata.formats.threed.threeds`](/metadata/python-net/groupdocs.metadata.formats.threed.threeds) | |
4649
| [`groupdocs.metadata.formats.video`](/metadata/python-net/groupdocs.metadata.formats.video) | The namespace contains classes for working with the most popular video formats. |

content/sites/groupdocs/metadata/english/python-net/groupdocs.metadata.common/custompackage/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The CustomPackage type exposes the following members:
3333
### Methods
3434
| Method | Description |
3535
| :- | :- |
36-
| [contains](/metadata/python-net/groupdocs.metadata.common/custompackage/contains/#str) | Determines whether the package contains a metadata property with the specified name. |
36+
| [contains](/metadata/python-net/groupdocs.metadata.common/custompackage/contains/#System.String) | Determines whether the package contains a metadata property with the specified name. |
3737
| [find_properties](/metadata/python-net/groupdocs.metadata.common/custompackage/find_properties/#groupdocs.metadata.search.Specification) | Finds the metadata properties satisfying a specification. <br/>The search is recursive so it affects all nested packages as well. |
3838
| [update_properties](/metadata/python-net/groupdocs.metadata.common/custompackage/update_properties/#groupdocs.metadata.search.Specification-groupdocs.metadata.common.PropertyValue) | Updates known metadata properties satisfying a specification.<br/>The operation is recursive so it affects all nested packages as well. |
3939
| [remove_properties](/metadata/python-net/groupdocs.metadata.common/custompackage/remove_properties/#groupdocs.metadata.search.Specification) | Removes metadata properties satisfying a specification. |

content/sites/groupdocs/metadata/english/python-net/groupdocs.metadata.common/custompackage/add_properties/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def add_properties(self, specification, value):
2929
| Parameter | Type | Description |
3030
| :- | :- | :- |
3131
| specification | groupdocs.metadata.search.Specification | A specification to test each metadata property for a condition. |
32-
| value | [`PropertyValue`](/metadata/python-net/groupdocs.metadata.common/propertyvalue) | A value for the picked properties. |
32+
| value | groupdocs.metadata.common.PropertyValue | A value for the picked properties. |
3333

3434

3535

content/sites/groupdocs/metadata/english/python-net/groupdocs.metadata.common/custompackage/contains/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ is_root: false
88
weight: 30
99
---
1010

11-
## contains {#str}
11+
## contains {#System.String}
1212

1313
Determines whether the package contains a metadata property with the specified name.
1414

@@ -27,7 +27,7 @@ def contains(self, property_name):
2727

2828
| Parameter | Type | Description |
2929
| :- | :- | :- |
30-
| property_name | str | The name of the property to locate in the package. |
30+
| property_name | System.String | The name of the property to locate in the package. |
3131

3232

3333

content/sites/groupdocs/metadata/english/python-net/groupdocs.metadata.common/custompackage/set_properties/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def set_properties(self, specification, value):
3232
| Parameter | Type | Description |
3333
| :- | :- | :- |
3434
| specification | groupdocs.metadata.search.Specification | A specification to test each metadata property for a condition. |
35-
| value | [`PropertyValue`](/metadata/python-net/groupdocs.metadata.common/propertyvalue) | A new value for the filtered properties. |
35+
| value | groupdocs.metadata.common.PropertyValue | A new value for the filtered properties. |
3636

3737

3838

content/sites/groupdocs/metadata/english/python-net/groupdocs.metadata.common/custompackage/update_properties/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def update_properties(self, specification, value):
2929
| Parameter | Type | Description |
3030
| :- | :- | :- |
3131
| specification | groupdocs.metadata.search.Specification | A specification to test each metadata property for a condition. |
32-
| value | [`PropertyValue`](/metadata/python-net/groupdocs.metadata.common/propertyvalue) | A new value for the filtered properties. |
32+
| value | groupdocs.metadata.common.PropertyValue | A new value for the filtered properties. |
3333

3434

3535

content/sites/groupdocs/metadata/english/python-net/groupdocs.metadata.common/fileformat/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ The FileFormat type exposes the following members:
6969
| FB2 | Files with .fb2 extension are FictionBook 2.0 eBook files that contains the structure of the eBook.<br/>It is based on XML format and contains special tags for describing each element of the book.<br/>It was developed primarily for fictional writings and literature, but is not limited to these only.<br/>The format accommodates all the metadata as well as content in itself and allows flexibility for a number of operations such as automatic processing, indexing, and conversion to other formats.<br/>In short, it focuses on describing the structure of the file instead of specifying its appearance.<br/>Several applications as well as APIs are available to convert FB2 to several other formats on Windows, MacOS, and Linux.<br/>Learn more about this file format [here](https://docs.fileformat.com/ebook/fb2/). |
7070
| MOBI | The MOBI file format is one of the most widely used ebook file formats. The format is an enhancement to the old OEB (Open Ebook Format) format and was used as the proprietary format for Mobipocket Reader. |
7171
| OGG | OGG is an Ogg Vorbis Compressed Audio File that is saved with the .ogg extension. OGG files are used for storing audio data and can include artist and track information and metadata as well. OGG is a free and open container format that is maintained by Xiph.Org Foundation. |
72+
| SVG | Scalable Vector Graphics (SVG) is an XML-based vector graphics format for defining two-dimensional graphics, having support for interactivity and animation. The SVG specification is an open standard developed by the World Wide Web Consortium since 1999. |
73+
| GLTF | glTF (Graphics Library Transmission Format or GL Transmission Format and formerly known as WebGL Transmissions Format or WebGL TF) is a standard file format for three-dimensional scenes and models. A glTF file uses one of two possible file extensions: .gltf (JSON/ASCII) or .glb (binary). |
7274

7375

7476

content/sites/groupdocs/metadata/english/python-net/groupdocs.metadata.common/filetype/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ The FileType type exposes the following members:
114114
| [TAR](/metadata/python-net/groupdocs.metadata.common/filetype/tar) | In computing, tar is a computer software utility for collecting many files into one archive file, often referred to as a tarball, for distribution or backup purposes.<br/>[here](https://wiki.fileformat.com/compression/tar/). |
115115
| [THREEDS](/metadata/python-net/groupdocs.metadata.common/filetype/threeds) | A file with .3ds extension represents 3D Sudio (DOS) mesh file format used by Autodesk 3D Studio. Autodesk 3D Studio has been in 3D file format market since 1990s and has now evolved to 3D Studio MAX for working with 3D modeling, animation and rendering.<br/>[here](https://wiki.fileformat.com/3d/3ds/). |
116116
| [DAE](/metadata/python-net/groupdocs.metadata.common/filetype/dae) | A DAE file is a Digital Asset Exchange file format that is used for exchanging data between interactive 3D applications.<br/>[here](https://wiki.fileformat.com/3d/dae/). |
117+
| [GLTF](/metadata/python-net/groupdocs.metadata.common/filetype/gltf) | glTF (GL Transmission Format) is a 3D file format that stores 3D model information in JSON format. The use of JSON minimizes both the size of 3D assets and the runtime processing needed to unpack and use those assets. It was adopted for the efficient transmission and loading of 3D scenes and models by applications. glTF was developed by the Khronos Group 3D Formats Working Group and is also described as JPEG of 3D by its creators.<br/>[here](https://wiki.fileformat.com/3d/gltf/). |
117118
| [FBX](/metadata/python-net/groupdocs.metadata.common/filetype/fbx) | FBX (Filmbox) is a proprietary file format (.fbx) developed by Kaydara and owned by Autodesk since 2006. It is used to provide interoperability between digital content creation applications. FBX is also part of Autodesk Gameware, a series of video game middleware.<br/>[here](https://wiki.fileformat.com/3d/fbx/). |
118119
| [STL](/metadata/python-net/groupdocs.metadata.common/filetype/stl) | STL is a file format native to the stereolithography CAD software created by 3D Systems. Chuck Hull, the inventor of stereolithography and 3D Systems’ founder, reports that the file extension is an abbreviation for stereolithography.<br/>[here](https://wiki.fileformat.com/3d/stl/). |
119120
| [SHP](/metadata/python-net/groupdocs.metadata.common/filetype/shp) | The shapefile format is a geospatial vector data format for geographic information system (GIS) software.<br/>[here](https://docs.fileformat.com/gis/shp/). |
@@ -130,13 +131,14 @@ The FileType type exposes the following members:
130131
| [FB2](/metadata/python-net/groupdocs.metadata.common/filetype/fb2) | Files with .fb2 extension are FictionBook 2.0 eBook files that contains the structure of the eBook.<br/>It is based on XML format and contains special tags for describing each element of the book.<br/>It was developed primarily for fictional writings and literature, but is not limited to these only.<br/>The format accommodates all the metadata as well as content in itself and allows flexibility for a number of operations such as automatic processing, indexing, and conversion to other formats.<br/>In short, it focuses on describing the structure of the file instead of specifying its appearance.<br/>Several applications as well as APIs are available to convert FB2 to several other formats on Windows, MacOS, and Linux.<br/>Learn more about this file format [here](https://docs.fileformat.com/ebook/fb2/). |
131132
| [MOBI](/metadata/python-net/groupdocs.metadata.common/filetype/mobi) | The MOBI file format is one of the most widely used ebook file formats. The format is an enhancement to the old OEB (Open Ebook Format) format and was used as the proprietary format for Mobipocket Reader. Like EPUB, it is supported by almost all modern e-readers specifically by mobile devices with low bandwidth. The format can be converted to several other formats such as PDF, EPUB, and several other formats using publicly available software applications such as the Kindle app. There are several companies that offer free MOBI books such as Project Gutenberg, Feedbooks, and Open Library.<br/>Learn more about this file format [here](https://docs.fileformat.com/ebook/mobi/). |
132133
| [OGG](/metadata/python-net/groupdocs.metadata.common/filetype/ogg) | OGG is an Ogg Vorbis Compressed Audio File that is saved with the .ogg extension. OGG files are used for storing audio data and can include artist and track information and metadata as well. OGG is a free and open container format that is maintained by Xiph.Org Foundation.<br/>Learn more about this file format [here](https://docs.fileformat.com/audio/ogg/). |
134+
| [SVG](/metadata/python-net/groupdocs.metadata.common/filetype/svg) | An SVG file is a Scalar Vector Graphics file that uses XML based text format for describing the appearance of an image. The word Scalable refers to the fact that the SVG can be scaled to different sizes without losing any quality. Text-based description of such files makes them independent of resolution. It is one of the most used formats for building a website and print graphics in order to achieve scalability. The format can only be used for two-dimensional graphics though. SVG files can be viewed/opened in almost all modern browsers including Chrome, Internet Explorer, Firefox, and Safari.<br/>Learn more about this file format [here](https://docs.fileformat.com/image/svg/). |
133135

134136

135137
### Methods
136138
| Method | Description |
137139
| :- | :- |
138140
| [get_supported_file_types](/metadata/python-net/groupdocs.metadata.common/filetype/get_supported_file_types/#) | Retrieves supported file types. |
139-
| [from_extension](/metadata/python-net/groupdocs.metadata.common/filetype/from_extension/#str) | Gets FileType for provided fileExtension |
141+
| [from_extension](/metadata/python-net/groupdocs.metadata.common/filetype/from_extension/#System.String) | Gets FileType for provided fileExtension |
140142

141143

142144

content/sites/groupdocs/metadata/english/python-net/groupdocs.metadata.common/filetype/description/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description:
55
type: docs
66
url: /python-net/groupdocs.metadata.common/filetype/description/
77
is_root: false
8-
weight: 1130
8+
weight: 1150
99
---
1010

1111
## description property

content/sites/groupdocs/metadata/english/python-net/groupdocs.metadata.common/filetype/extension/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description:
55
type: docs
66
url: /python-net/groupdocs.metadata.common/filetype/extension/
77
is_root: false
8-
weight: 1140
8+
weight: 1160
99
---
1010

1111
## extension property

0 commit comments

Comments
 (0)