ListLevel Font property. Specifies character formatting used for the list label in C#.... Document doc = new Document (); // A list allows...and end a list by using a document builder's "ListFormat" property...
CellFormat HorizontalMerge property. Specifies how the cell is merged horizontally with other cells in the row in C#.... Document doc = new Document (); DocumentBuilder...CheckCellsMerged () { Document doc = new Document ( MyDir + "Table...
Aspose.Words.Fonts.FontInfoSubstitutionRule class. Font info substitution rule in C#....the Working with Fonts documentation article. public class FontInfoSubstitution...EnableFontSubstituti () { // Open a document that contains text formatted...
FieldDocVariable VariableName property. Gets or sets the name of the Document variable to retrieve in C#....Gets or sets the name of the document variable to retrieve. public...display document properties and variables. Document doc = new...
FindReplaceOptions UseSubstitutions property. Gets or sets a boolean value indicating whether to recognize and use substitutions within replacement patterns. The default value is false in C#.... Document doc = new Document (); DocumentBuilder...with substitutions. Document doc = new Document (); DocumentBuilder...
ListLevel NumberPosition property. Returns or sets the position in points of the number or bullet for the list level in C#.... Document doc = new Document (); // A list allows...and end a list by using a document builder's "ListFormat" property...
List ListLevels property. Gets the collection of list levels for this list in C#.... Document doc = new Document (); // A list allows...and end a list by using a document builder's "ListFormat" property...
List IsListStyleReference property. Returns true if this list is a reference to a list style in C#....use it in a document. Document doc = new Document (); // A list...and end a list by using a document builder's "ListFormat" property...