Skip to content

Commit 0204d5e

Browse files
committed
Fix Readme Links
Update links changed after new API Reference.
1 parent 287632d commit 0204d5e

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,9 @@ the existing documents programmatically. This .NET library is user friendly and
3434

3535
This Open-Source .NET library offers the following features:
3636

37-
- <a href="https://fileformat-words.github.io/FileFormat.Words-for-.NET/">FileFormat.Words</a> offers empty Word document creation as well as with the content. Developers can
38-
open existing Word document from a file & stream.
39-
- This Open-Source API lets you add <a href="https://fileformat-words.github.io/FileFormat.Words-for-.NET/api/FileFormat.Words.Paragraph.html">Paragraphs</a> to the document. Developers can make the text Bold, Italic, and can set the various props such as alignment, style and more.
40-
- Developers can add <a href="https://fileformat-words.github.io/FileFormat.Words-for-.NET/api/FileFormat.Words.Table.Table.html">Tables</a> using this Open-Source .NET API. There are many features offered by the <a href="https://fileformat-words.github.io/FileFormat.Words-for-.NET/api/FileFormat.Words.Table.html">Table namespace</a> such as creating tables, setting table border style, and setting table width.
41-
In addition, developers can read tables along with all the props(i.e. rows, columns and more) from an existing Word document, and can add/update/remove rows and cells. Further, it lets you edit text inside table cells & more.
42-
- The <a href="https://fileformat-words.github.io/FileFormat.Words-for-.NET/api/FileFormat.Words.Image.html">Image</a> class lets you add images with custom props into a Word document.
37+
- Create a word document from scratch.
38+
- Load an existing word document.
39+
- Perform insert, update, remove and append operations.
4340

4441
## Getting Started With FileFormat.Words For .NET
4542

0 commit comments

Comments
 (0)