PageSetup Margins property. Returns or sets preset Margins of the page in C#....layout of the document. Document doc = new Document ( MyDir + "Rendering..."Rendering.docx" ); // Saving a document to PDF, to an image, or printing...
Represents a table row....Description Document { get; } Gets the document of the node....table’s row. // The path to the documents directory. string dataDir...
FieldShape Text property. Gets or sets the text to retrieve in C#.... Document doc = new Document (); DocumentBuilder...for every paragraph in the document to RTL. foreach ( Paragraph...
Cell FirstParagraph property. Gets the first paragraph among the immediate children in C#....using a document builder. Document doc = new Document (); DocumentBuilder...nested table without using a document builder. public void CreateNestedTable...
DocumentVisitor VisitStructuredDocumentTagEnd method. Called when enumeration of a structured Document tag has ended in C#....enumeration of a structured document tag has ended. public virtual...every structured document tag in a document. public void StructuredDocumentTa...
Aspose.Words.Notes.EndnoteOptions class. Represents the endnote numbering options for a Document or section in C#....endnote numbering options for a document or section. To learn more...with Footnote and Endnote documentation article. public sealed class...
LoadOptions constructor. Initializes a new instance of this class with default values in C#....Shows how to open an HTML document with images from a stream...File . OpenRead ( MyDir + "Document.html" )) { // Pass the URI...
FormField SetTextInputValue method. Applies the text format specified in TextInputFormat and stores the value in Result in C#....into a document, and process them with using a document visitor...void Visitor () { Document doc = new Document (); DocumentBuilder...
FormFieldCollection RemoveAt method. Removes a form field at the specified index in C#....into a document, and process them with using a document visitor...void Visitor () { Document doc = new Document (); DocumentBuilder...
OutlineOptions CreateMissingOutlineLevels property. Gets or sets a value determining whether or not to create missing outline levels when the Document is exported in C#....missing outline levels when the document is exported. Default value...saving a PDF document. Document doc = new Document (); DocumentBuilder...