Skip to content

Commit 30b3a19

Browse files
authored
Fixed missing Namespace(FileFormat.Words.IElements)
1 parent 408b85b commit 30b3a19

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ For a more detailed understanding of our system architecture, design patterns, a
1010
- The primary interface for creating, loading, and modifying Word documents.
1111
- Serves as a facade for interacting with internal classes in the OpenXML.Words, OpenXML.Words.Data, and OpenXML.Templates namespaces.
1212

13-
### FileFormat.Words.IElements (Custom Objects)
13+
## FileFormat.Words.IElements Namespace
14+
15+
### FileFormat.Words.IElement (Common Interface for all custom elements)
1416
- Custom elements, such as Paragraphs, Images, and Tables, that mimic Word document structure.
1517
- Act as a data structure for seamless data transfer to and from OpenXML objects.
1618
- Offers a user-friendly interface for interacting with Word document content.

0 commit comments

Comments
 (0)