English

How to Insert Bullets in Word Document using C#

Word documents are the favorite choice when it comes to creating reports and documenting content. Using bullets in a document enhances the readability of the document and helps in organizing the information. These also help in comparisons of data and highlight key information. As a .NET developer, you can provide the functionality of working with bullets from within your .NET application using C#/VB.NET. In this blog, we’ll show how to work with bullets by creating bullets and sub-bullets in the Word document using NPOI API in C#.
June 24, 2023 · 3 min · Kashif Iqbal

Create Table in Word Document using C#

Tables are a wonderful way to organize data in your Word documents. A table can comprise multiple rows and columns where each combination of row and column is known as a cell. Each cell can have its text and different text formatting styles can be applied to the cell contents. Being a .NET application developer, you can provide the functionality of creating a table in a Word document in your document processing C# application.
June 12, 2023 · 3 min · Kashif Iqbal

Text Formatting in Word Document using NPOI in C#/VB.NET

Microsoft Word is to stay here and remain one of the widely used document editors for creating documents. Almost everyone knows about it and uses it in daily life one way or the other. People from every aspect of life use it one way or the other to generate documents. You must be familiar with the .docx file format which is the default file format for saving Word documents. Being a .
May 29, 2023 · 3 min · Kashif Iqbal

Create Empty Word Document using NPOI API in C#/VB.NET

Almost everyone uses Microsoft Word on a daily basis to create documents and save them once they are done. It offers a lot of functionality for creating documents that are rich in text, images, multimedia options, art clips, tables, and many other types of data. That is why it is the first choice of use when it comes to creating documents. Word documents, hence, created are saved in the popular Open Office XML document format with .
May 26, 2023 · 3 min · Kashif Iqbal