DocumentBuilder Writeln method. Inserts a string and a paragraph break into the Document in C#....a paragraph break into the document. public void Writeln ( string...string to insert into the document. Remarks Current font and...
Section Clone method. Creates a duplicate of this section in C#....sections in a document. Document doc = new Document (); DocumentBuilder...the first section from the document. doc . Sections . RemoveAt...
Gets the owner Document....OwnerDocument Document.OwnerDocument property Gets the owner...owner document. public override Document OwnerDocument { get ; } Property...
DocumentVisitor VisitCellEnd method. Called when enumeration of a table cell has ended in C#....table in a document. public void TableToText () { Document doc = new...new Document ( MyDir + "DocumentVisitor-compatible features.docx"...
PageSetup PaperSize property. Returns or sets the paper size in C#.... Document doc = new Document (); DocumentBuilder...set page sizes. Document doc = new Document (); DocumentBuilder...
Aspose.Words.MailMerging.FieldMergingArgs class. Provides data for the MergeField event in C#....Mail Merge and Reporting documentation article. public class FieldMergingArgs...Description Document { get; } Returns the Document object for...
VariableCollection Clear method. Removes all elements from the collection in C#....work with a document’s variable collection. Document doc = new...new Document (); VariableCollection variables = doc . Variables...
Aspose.Words.VariableCollection class. A collection of Document variables in C#....VariableCollection class A collection of document variables. To learn more,...the Work with Document Properties documentation article. public...
Enumerates the operations to perform with Document during launch action executing....operations to perform with document during launch action executing...Open 1 Open a document. Print 2 Print a document. See Also namespace...