Aspose.Words.Layout.RevisionColor enum. Allows to specify color of Document revisions in C#....Allows to specify color of document revisions. public enum RevisionColor...rendered output document. Document doc = new Document (); DocumentBuilder...
ImageData Borders property. Gets the collection of borders of the image. Borders only have effect for inline images in C#.... Document imgSourceDoc = new Document ( MyDir + "Images..., true )[ 0 ]; Document dstDoc = new Document (); // Import a...
Hyphenation WarningCallback property. Called during a load hyphenation patterns when an issue is detected that might result in formatting fidelity loss in C#.... Count ); // Open a document with a locale that Microsoft...such as German. Document doc = new Document ( MyDir + "German...
ShapeBase IsMoveFromRevision property. Returns true if this object was moved deleted in Microsoft Word while change tracking was enabled in C#....we move an element in the document body by cut-and-pasting it...move revisions. Document doc = new Document ( MyDir + "Revision...
PageSetup LayoutMode property. Gets or sets the layout mode of this section in C#.... Document doc = new Document (); DocumentBuilder...each page may have. Document doc = new Document (); DocumentBuilder...
Aspose.Words.Fields.FieldPrint class. Implements the PRINT field in C#....the Working with Fields documentation article. public class FieldPrint...modifications made to the document. IsLocked { get; set; } Gets...
Represents options for loading/importing XSL-FO file into pdf Document....loading/importing XSL-FO file into pdf document. The XslFoLoadOptions type...for converting xml into pdf document. base_path The base path/url...
Gets or sets the name of the font....// Load the document into Aspose.Note. Document oneFile = new...new Document ( dataDir + "ApplyNumberingOnText.one" ); // Retrieve...
Comment Ancestor property. Returns the parent Comment object. Returns null for toplevel comments in C#....all of a document’s comments and their replies. Document doc = new...new Document ( MyDir + "Comments.docx" ); NodeCollection comments...
Comment Replies property. Returns a collection of Comment objects that are immediate children of the specified comment in C#....all of a document’s comments and their replies. Document doc = new...new Document ( MyDir + "Comments.docx" ); NodeCollection comments...