C#/VB.NET – How to Create a Cross-Reference in Word

A cross-reference allows you to link to other parts of the same document. You can create a cross-reference to link to a title, a footnote, a bookmark, an endnote, and so on. After the user clicks the cross-reference link, the document will automatically jump to the specified location. In this article, you will learn how … Continue reading C#/VB.NET – How to Create a Cross-Reference in Word

C#/VB.NET – Get Paragraphs from Word by the Paragraph Style Name

The ability to retrieve paragraphs from a Word document is one of the essential qualities a Word library should have. Getting a paragraph by its style name can help developers accurately access a paragraph in a short time. This article shows you how to obtain paragraphs by their style names using Spire.Doc for .NET. Spire.Doc … Continue reading C#/VB.NET – Get Paragraphs from Word by the Paragraph Style Name

C#/VB.NET – Add Math Equations to Word Using LaTeX Code

LaTeX is capable of displaying any mathematical notation. It’s possible to typeset integrals, fractions and more. In this article, I am going to introduce how to create math equations in a Word document by using LaTeX code with Spire.Doc for .NET. INSTALL SPIRE.DOC First of all, you need to download the latest version of Spire.Doc … Continue reading C#/VB.NET – Add Math Equations to Word Using LaTeX Code

C#/VB.NET – How to Extract OLE Objects from Word Documents

This article demonstrates how to save OLE objects in commonly used file formats such as .pdf, .doc, .docx, .ppt, .pptx, .xls and .xlsx, out of a Word document by using Free Spire.Doc for .NET. INSTALL SPIRE.DOC Download the latest version of Free Spire.Doc from this link, and manually add the DLL files in your .NET application … Continue reading C#/VB.NET – How to Extract OLE Objects from Word Documents