MailMergeSettings LinkToQuery property. Not sure about this one. The Microsoft Word Automation Reference suggests that this specifies that the query is executed every time the Document is opened in Microsoft Word. But the OOXML specification suggests that this specifies that the query contains a reference to an external query file which contains the actual query. The default value is false in C#....is executed every time the document is opened in Microsoft Word...Data Source Object. Document doc = new Document (); DocumentBuilder...
Aspose.Words.Fields.Field class. Represents a Microsoft Word Document field in C#....Represents a Microsoft Word document field. To learn more, visit...the Working with Fields documentation article. public class Field...
Table DistanceTop property. Gets or sets distance between table top and the surrounding text in points in C#.... Document doc = new Document ( MyDir + "Table...namespace Aspose.Words.Tables assembly Aspose.Words Table.DistanceRight...
ListFormat RemoveNumbers method. Removes numbers or bullets from the current paragraph and sets list level to zero in C#.... Document doc = new Document (); DocumentBuilder...numbered lists. Document doc = new Document (); DocumentBuilder...
SystemFontSource Type property. Returns the type of the font source in C#....Examples Shows how to access a document’s system font source and set...font substitutes. Document doc = new Document (); doc . FontSettings...
FontSettings SubstitutionSettings property. Settings related to font substitution mechanism in C#....Examples Shows how to access a document’s system font source and set...font substitutes. Document doc = new Document (); doc . FontSettings...
FieldCitation SourceTag property. Gets or sets a value that matches the Tag elements value of the source to insert in C#.... // Open a document containing bibliographical...Manage Sources. Document doc = new Document ( MyDir + "Bibliography...
Aspose.Words.Themes.ThemeFont enum. Specifies the types of theme font names for Document themes in C#....types of theme font names for document themes. public enum ThemeFont...theme fonts, located in the document’s Theme part, which allows...
Gets or sets indication that text will be searched using font engine encoding. true - means that font engine encoding will be used try this if text search fails because of imperfect encoding in the Document false - means that Document font encoding will be used default value...encoding in the document) false - means that document font encoding...namespace Aspose.Pdf.Text assembly Aspose.PDF StoredGraphicElement...
ListLevel NumberStyle property. Returns or sets the number style for this list level in C#.... Document doc = new Document (); // A list allows...and end a list by using a document builder's "ListFormat" property...