DigitalSignature constructor. Constructor of digitalSignature. Uses .Net implementation...that was used to sign the document. comments String The purpose...DateTime The utc time when the document was signed. Examples The following...
Aspose.Words.Fields.FieldFormCheckBox class. Implements the FORMCHECKBOX field in C#....the Working with Fields documentation article. public class FieldFormCheckBox...modifications made to the document. IsLocked { get; set; } Gets...
Style Aliases property. Gets all aliases of this style. If style has no aliases then empty array of string is returned in C#.... Document doc = new Document ( MyDir + "Style...with alias.docx" ); // This document contains a style named "MyStyle...
FieldCollection Clear method. Removes all fields of this collection from the Document and from this collection itself in C#....of this collection from the document and from this collection itself...field collection. Document doc = new Document (); DocumentBuilder...
IFieldMergingCallback ImageFieldMerging method. Called when the Aspose.Words mail merge engine is about to insert an image into a merge field in C#....ImageFromBlob () { Document doc = new Document ( MyDir + "Mail merge...encounters a MERGEFIELD in the document with an "Image:" tag in its...
Row NodeType property. Returns Row in C#....RecurseChildren () { Document doc = new Document ( MyDir + "Paragraphs...contain child nodes, such as the document itself, is composite. Assert...
Aspose.Words.Fields.FieldIndex class. Implements the INDEX field in C#....the Working with Fields documentation article. public class FieldIndex...that marks the portion of the document used to build the index. ...
ThemeColors Accent2 property. Specifies color Accent 2 in C#.... Document doc = new Document ( MyDir + "Theme...object gives us access to the document theme, a source of default...
ThemeColors Light2 property. Specifies color Light 2 in C#.... Document doc = new Document ( MyDir + "Theme...object gives us access to the document theme, a source of default...
ThemeColors Light1 property. Specifies color Light 1 in C#.... Document doc = new Document ( MyDir + "Theme...object gives us access to the document theme, a source of default...