Aspose.Words.Fields.FieldDde class. Implements the DDE field in C#....DisplayResult { get; } Gets the text that represents the displayed...set; } Gets or sets whether to insert the linked object as a bitmap...
ShapeBase.wrap_type property. Defines whether the shape is inline or floating...defines the wrapping mode for text around the shape. The default...shapes. Examples Shows how to insert a floating image to the center...
aspose.words.fields.FieldLink class. Implements the LINK field... display_result Gets the text that represents the displayed...formatting. insert_as_bitmap Gets or sets whether to insert the linked...
DocumentBuilder InsertHyperlink method. Inserts a hyperlink into the document in C#....InsertHyperlink method Inserts a hyperlink into the document...Description displayText String Text of the link to be displayed...
FieldIndex.has_sequence_name property. Gets a value indicating whether a sequence should be used while the field's result building....will display the XE field's Text property value on the left side...have the same value in their "text" property, # the INDEX field...
ParagraphCollection ParagraphCollection class Represents a collection of a paragraphs. add Name Description add ( Par......Description addFromHtml (String) Adds text from specified html string to...Name Type Description text String HTML text. Returns: void addFromHtml...
Different ways to create tables in your document using C++....you would normally have plain text in a table, you can also put...a child of the main body of text, an inline story such as a comment...
C# Sample code for generating RTF documents. Use this code for creating Word RTF files within VB.NET, Asp.NET or any .NET based application....Single; // Inserttext bldr.Writeln( "This is the...following is a table" ); // Insert a table Table table = bldr...
FormField CheckBoxSize property. Gets or sets the size of the checkbox in points. Has effect only when IsCheckBoxExactSize is true in C#.... Examples Shows how insert different kinds of form fields...// Use a document builder to insert a combo box. builder . Write...
FormField DropDownSelectedIndex property. Gets or sets the index specifying the currently selected item in a dropdown form field in C#....set ; } Examples Shows how insert different kinds of form fields...// Use a document builder to insert a combo box. builder . Write...