Discover Aspose.Words.MailMerging.MappedDataFieldCollection for seamless mapping of data source fields to mail merge fields, enhancing document automation....Properties Name Description Count { get; } Gets the number of... That ( mappedDataFields . Count , Is . EqualTo ( 2 )); using...
Discover the Aspose.Words.RevisionGroup class, designed to efficiently manage and organize sequential Revision objects for streamlined document editing.... Count , Is . EqualTo ( 7 )); foreach...namespace Aspose.Words assembly Aspose.Words RevisionCollection...
Discover the Aspose.Words.Fields.FieldSectionPages class to efficiently implement the SECTIONPAGES field and enhance your document processing capabilities....{ get; } Gets the Microsoft Word field type. Methods Name Description...// The PAGE field will keep counting pages across the whole document...
Node.range property. Returns a [Range](../../range/) object that represents the portion of a document that is contained in this node.... words . Range : ... Examples Shows...assertEqual ( 1 , doc . sections . count ) self . assertEqual ( 'Section...
Efficiently remove all characters within a specified range using the Range Delete method. Simplify your text editing tasks effortlessly!... Count , Is . EqualTo ( 1 )); Assert...namespace Aspose.Words assembly Aspose.Words Range.Text Range...
Discover the IsHeading property. Easily identify if a style is a built-in Heading style, enhancing your document's structure and readability.... Count , Is . EqualTo ( 4 )); // Enumerate...document created using Aspose.Words contains by default. using (...
Node.range property. Returns a [Range](../../range/) object that represents the portion of a document that is contained in this node.... Words . Range Examples Shows how to...(); expect ( doc . sections . count ). toEqual ( 1 ); expect ( doc...
Discover the Node NodeType property to easily identify node types in your application, enhancing your development efficiency and code clarity.... Count , Is . EqualTo ( 2 )); Node...NodeType . Table , true ). Count , Is . EqualTo ( 0 )); Shows...
Effortlessly manage your documents with the VariableCollection RemoveAt method, which removes a variable at any specified index for seamless data handling.... Count , Is . EqualTo ( 3 )); // We...Assert . That ( variables . Count , Is . EqualTo ( 0 )); See Also...