Aspose.Words.Body class. Represents a container for the main text of a section in C#....Words Document Object Model (DOM) documentation article. public...identifier. virtual Document { get; } Gets the document to which this...
Aspose.Words.Fonts.FontEmbeddingUsagePermissions enum. Represents the font embedding usage permissions in C#....of viewing or printing the document. Editable 3 The font may be...fonts (FontInfo). Document doc = new Document ( MyDir + "Embedded...
Aspose.Words.Settings.MailMergeDataType enum. Specifies the type of an external mail merge data source in C#....TextFile 0 Specifies that a given document has been connected to a text...Database 1 Specifies that a given document has been connected to an Access...
Gets or sets the language of the text.... var document = new Document (); var page = new...outline ); document . AppendChildLast ( page ); document . Save (...
Field DisplayResult property. Gets the text that represents the displayed field result in C#....displays in the document. Document doc = new Document (); DocumentBuilder...); builder . Write ( "This document was written by " ); FieldAuthor...
CompositeNode LastChild property. Gets the last child of the node in C#....section in the document. Document doc = new Document (); DocumentBuilder...the first one, leaving the document with only the second. Assert...
SaveOptions MemoryOptimization property. Gets or sets value determining if memory optimization should be performed before saving the Document. Default value for this property is false in C#....performed before saving the document. Default value for this property...consumption while saving large documents at the cost of slower saving...
FontInfoCollection SaveSubsetFonts property. Specifies whether or not to save a subset of the embedded TrueType fonts with the Document. Default value for this property is false in C#....embedded TrueType fonts with the document. Default value for this property...save a document with embedded TrueType fonts. Document doc = new...
Initializes the facade....public override void BindPdf ( Document srcDoc ) Parameter Type Description...Description srcDoc Document The Aspose.Pdf.Document object. See Also...
ImageData Save method. Saves the image into the specified stream in C#....images from a document to the file system. Document imgSourceDoc...imgSourceDoc = new Document ( MyDir + "Images.docx" ); // Shapes with the...