diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..a88e69e --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @DevExpressExampleBot \ No newline at end of file diff --git a/README.md b/README.md index 3fd299d..8545015 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,23 @@ -![](https://img.shields.io/endpoint?url=https://codecentral.devexpress.com/api/v1/VersionRange/150294034/24.2.1%2B) [![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/T830512) [![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183) [![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#does-this-example-address-your-development-requirementsobjectives) # Word Processing Document API - Manage Tables in a Document -The following code example shows how use **Word Processing Document API** to create complex tables. +The following code example shows how to use **Word Processing Document API** to create complex tables. + +> [!Important] +> The Universal Subscription or an additional Office File API Subscription is required to use this example in production code. For pricing information, please refer to the [DevExpress Subscription](https://www.devexpress.com/Subscriptions/) page. + +## Files to Review + +* [Program.cs](./CS/TablesSimpleExample/Program.cs) (VB: [Program.vb](./VB/TablesSimpleExample/Program.vb)) + +## Documentation + +* [Tables in Word Documents](https://docs.devexpress.com/OfficeFileAPI/15311/word-processing-document-api/word-processing-document/tables) + ## Does this example address your development requirements/objectives?