The Aspose.Words Processor for ODT Files in .NET is a smart tool for editing ODT (Open Document Format for Office Applications) & OTT (Open Document Text Template) documents. It lets you open or create OpenOffice files, make changes using different options, and save the final document in either ODT or OTT format. It makes editing OpenOffice files easy and straightforward.
Document
class, pass input file path to the constructorDocumentBuilder
class, and pass object of Document
class to the constructorDocumentBuilder
utility methodsDocument.Save
method to save the resultGet the respective assembly files from the downloads or fetch the package from NuGet to add Aspose.Words
directly in your workspace.
Document
classDocumentBuilder
class, and pass object of Document
class to the constructorDocumentBuilder.InsertChart
method to insert a chart of any typeDocumentBuilder.InsertChart
method returns an object of Shape
Chart
object using Shape
class to modify its title & seriesChart.Series.Add
methodDocument.Save
method to save the resultant documentIn order to create a bookmark using OpenOffice File Processor, start by creating a new Word document. Initialize an object of DocumentBuilder
for the created document. Start a new bookmark with the help of DocumentBuilder.StartBookmark
, and name it. Then, write the text within the bookmark. End the bookmark using DocumentBuilder.EndBookmark
. Finally, save the modified document with the bookmark as an ODT file in the specified directory.
Aspose.Words Processor of ODT Files for .NET is an advanced document editing tool tailored specifically for ODT files. It allows users to load or create ODT documents, make various edits, and save the final result in ODT or OTT format.
The Aspose.Words library provides a convenient way to make necessary changes within a document, offering high performance and accuracy. It enables working with various formats without relying on third-party applications and allows for flexible customization of document content.
Aspose.Words Processor for .NET finds extensive applications in document management, billing, invoice management, information recording, and storage. It is effectively implemented in various domains, including software development, retail, medical and pharmaceutical industries, banking, enterprise management, automotive, aviation, logistics, and media and entertainment.
Visit the Aspose.Words GitHub repository for complete examples and data files.