# Document

This section describes the document features available in DsWord such as document properties, styles, protection, formatting source, and more.

## Content



In DsWord, a document is represented by the [GcWordDocument](/document-solutions/dot-net-word-api/api/online/DS.Documents.Word/GrapeCity.Documents.Word.GcWordDocument.html) class which is the main class that contains document properties. The **GcWordDocument** class provides access to the main functionality, such as creating, loading, and saving of documents.

In this section, you learn how to work with the following:

*   [Document Properties](/document-solutions/dot-net-word-api/docs/online/features/document/documentproperties)
*   [Document Styles](/document-solutions/dot-net-word-api/docs/online/features/documentstyles)
*   [Document Protection](/document-solutions/dot-net-word-api/docs/online/features/document/documentprotection)
*   [Document Formatting Source](/document-solutions/dot-net-word-api/docs/online/features/document/document-formatting-source)
*   [Copy or Move Document Content](/document-solutions/dot-net-word-api/docs/online/features/document/copy-or-move-document-content)
*   [Split or Merge Documents](/document-solutions/dot-net-word-api/docs/online/features/document/split_or_merge_documents)
*   [Page Settings](/document-solutions/dot-net-word-api/docs/online/features/document/pagesetting)