Aspose.Words.Range class. Represents a contiguous area in a Document in C#....Represents a contiguous area in a document. To learn more, visit the...the Working with Ranges documentation article. public class Range...
Comment constructor. Initializes a new instance of the Comment class in C#....doc DocumentBase The owner document. Remarks When Comment is created...specified document, but is not yet part of the document and ParentNode...
Aspose.Words.SpecialChar class. Base class for special characters in the Document in C#....special characters in the document. To learn more, visit the...Aspose.Words Document Object Model (DOM) documentation article. public...
Gets or sets text extraction options.... // open documentDocument doc = new Document ( inFile );...accept the absorber for all document's pages doc . Pages . Accept...
The method returns a DocumentTypeaspose.html.dom/Documenttype object which can either be used with DOMImplementation.createDocument upon Document creation or can be put into the Document via methods like Node.insertBefore or Node.replaceChild....CreateDocumentType Document.CreateDocumentType method The method...upon document creation or can be put into the document via methods...
Gets or sets String text object that the TextFragmentaspose.pdf.text/textfragment object represents.... // Open documentDocument doc = new Document ( @"D:\Tests\input...Text = "hi world" ; // Save document doc . Save ( @"D:\Tests\output...
HtmlSaveOptions ImagesFolder property. Specifies the physical folder where images are saved when exporting a Document to HTML format. Default is an empty string in C#....are saved when exporting a document to HTML format. Default is...} Remarks When you save a Document in HTML format, Aspose.Words...
Initializes a new instance of the PDF3DArtworkaspose.pdf.annotations/pdf3dartwork class....PDF3DArtwork PDF3DArtwork(Document, PDF3DContent, PDF3DLightingScheme...class. public PDF3DArtwork ( Document doc , PDF3DContent content...
DocumentBuilder InsertBreak method. Inserts a break of the specified type into the Document in C#....the specified type into the document. public void InsertBreak (...section or line break into the document. Examples Shows how to create...
Aspose.Words.Saving.SaveOptions class. This is an abstract base class for classes that allow the user to specify additional options when saving a Document into a particular format in C#....additional options when saving a document into a particular format....the Specify Save Options documentation article. public abstract...