Skip to content

Commit eeeead5

Browse files
author
yevgen-nykytenko
committed
Update content 2025-03-18 03:07:01
1 parent 6e8be71 commit eeeead5

586 files changed

Lines changed: 1694 additions & 543 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.

english/net/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ version:
1818
| [GroupDocs.Metadata.Export](./groupdocs.metadata.export) | The namespace contains classes that allow users to export metadata properties to different representations. |
1919
| [GroupDocs.Metadata.Formats.Archive](./groupdocs.metadata.formats.archive) | The namespace contains classes for working with archive formats. |
2020
| [GroupDocs.Metadata.Formats.Audio](./groupdocs.metadata.formats.audio) | The namespace provides classes intended to work with different audio formats. |
21+
| [GroupDocs.Metadata.Formats.Audio.Ogg](./groupdocs.metadata.formats.audio.ogg) | |
2122
| [GroupDocs.Metadata.Formats.BusinessCard](./groupdocs.metadata.formats.businesscard) | The namespace contains classes intended to work with electronic business card formats. |
2223
| [GroupDocs.Metadata.Formats.Cad](./groupdocs.metadata.formats.cad) | The namespace contains classes for working with CAD (computer-aided design) formats. |
2324
| [GroupDocs.Metadata.Formats.Document](./groupdocs.metadata.formats.document) | The namespace provides functionality intended to work with a variety of document formats such as spreadsheets, presentations, text processing formats, etc. |

english/net/groupdocs.metadata.common/fileformat/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ public enum FileFormat
6767
| Gis | `46` | Gis file. |
6868
| Fb2 | `47` | Files with .fb2 extension are FictionBook 2.0 eBook files that contains the structure of the eBook. It is based on XML format and contains special tags for describing each element of the book. It was developed primarily for fictional writings and literature, but is not limited to these only. 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. In short, it focuses on describing the structure of the file instead of specifying its appearance. Several applications as well as APIs are available to convert FB2 to several other formats on Windows, MacOS, and Linux. Learn more about this file format [here](https://docs.fileformat.com/ebook/fb2/). |
6969
| Mobi | `48` | 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. |
70+
| Ogg | `49` | 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. |
7071

7172
### See Also
7273

english/net/groupdocs.metadata.common/filetype/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ public class FileType
9090
| static readonly [MSG](../../groupdocs.metadata.common/filetype/msg) | MSG is a file format used by Microsoft Outlook and Exchange to store email messages, contact, appointment, or other tasks. Learn more about this file format [here](https://wiki.fileformat.com/email/msg/). |
9191
| static readonly [ODS](../../groupdocs.metadata.common/filetype/ods) | Files with ODS extension stand for OpenDocument Spreadsheet Document format that are editable by user. Learn more about this file format [here](https://wiki.fileformat.com/spreadsheet/ods/). |
9292
| static readonly [ODT](../../groupdocs.metadata.common/filetype/odt) | ODT files are type of documents created with word processing applications that are based on OpenDocument Text File format. These are created with word processor applications such as free OpenOffice Writer and can hold content such as text, images, objects and styles. Learn more about this file format [here](https://wiki.fileformat.com/word-processing/odt/). |
93+
| static readonly [OGG](../../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. Learn more about this file format [here](https://docs.fileformat.com/audio/ogg/). |
9394
| static readonly [ONE](../../groupdocs.metadata.common/filetype/one) | File represented by .ONE extension are created by Microsoft OneNote application. Learn more about this file format [here](https://wiki.fileformat.com/note-taking/one/). |
9495
| static readonly [OSM](../../groupdocs.metadata.common/filetype/osm) | OpenStreetMap (OSM) is a huge collection of volunteered geographic information stores in different types of files, using different encoding schemes to convert this data into bits and bytes. [here](https://docs.fileformat.com/gis/osm/). |
9596
| static readonly [OTC](../../groupdocs.metadata.common/filetype/otc) | OTC (OpenType Collection) is a OpenType font collection format. An OTC file can combine the multiple font files into it. |

english/net/groupdocs.metadata.common/filetype/description/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Description
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: Gets the file type description.
55
type: docs
6-
weight: 1090
6+
weight: 1100
77
url: /net/groupdocs.metadata.common/filetype/description/
88
---
99
## FileType.Description property

english/net/groupdocs.metadata.common/filetype/extension/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Extension
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: Gets the file extension.
55
type: docs
6-
weight: 1100
6+
weight: 1110
77
url: /net/groupdocs.metadata.common/filetype/extension/
88
---
99
## FileType.Extension property

english/net/groupdocs.metadata.common/filetype/fileformat/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: FileFormat
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: Gets the file format.
55
type: docs
6-
weight: 1110
6+
weight: 1120
77
url: /net/groupdocs.metadata.common/filetype/fileformat/
88
---
99
## FileType.FileFormat property

english/net/groupdocs.metadata.common/filetype/fromextension/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: FromExtension
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: Gets FileType for provided fileExtension
55
type: docs
6-
weight: 1080
6+
weight: 1090
77
url: /net/groupdocs.metadata.common/filetype/fromextension/
88
---
99
## FileType.FromExtension method

english/net/groupdocs.metadata.common/filetype/getsupportedfiletypes/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: GetSupportedFileTypes
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: Retrieves supported file types.
55
type: docs
6-
weight: 1130
6+
weight: 1140
77
url: /net/groupdocs.metadata.common/filetype/getsupportedfiletypes/
88
---
99
## FileType.GetSupportedFileTypes method
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: OGG
3+
second_title: GroupDocs.Metadata for .NET API Reference
4+
description: 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. Learn more about this file format herehttps//docs.fileformat.com/audio/ogg/.
5+
type: docs
6+
weight: 570
7+
url: /net/groupdocs.metadata.common/filetype/ogg/
8+
---
9+
## FileType.OGG field
10+
11+
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. Learn more about this file format [here](https://docs.fileformat.com/audio/ogg/).
12+
13+
```csharp
14+
public static readonly FileType OGG;
15+
```
16+
17+
### See Also
18+
19+
* class [FileType](../../filetype)
20+
* namespace [GroupDocs.Metadata.Common](../../../groupdocs.metadata.common)
21+
* assembly [GroupDocs.Metadata](../../../)
22+
23+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.metadata.dll -->

english/net/groupdocs.metadata.common/filetype/one/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ONE
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: File represented by .ONE extension are created by Microsoft OneNote application. Learn more about this file format herehttps//wiki.fileformat.com/notetaking/one/.
55
type: docs
6-
weight: 570
6+
weight: 580
77
url: /net/groupdocs.metadata.common/filetype/one/
88
---
99
## FileType.ONE field

0 commit comments

Comments
 (0)