Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 16,623 for

insert text

(0.1 sec)
  1. Table cell containing long URL has hyperlink tr...

    We’re using the ‘Aspose.Words’ library version 23.2, to build a PDF Document, using the DocumentBuilder class. No settings have been overwritten as per the below reference, normal save method is used to save the documen…...Explicitly set code to not wrap text. builder.CellFormat.WrapText...link) Note: Selecting all of the Text within the Cell, copying and...

    forum.aspose.com/t/table-cell-containing-long-u...
  2. How to Add a Hyperlink to a Word Document using...

    This article describes the process of how to add a hyperlink to a Word document using Java. It guides to set the environment, write the application and a runnable sample code to Insert hyperlink in Word using Java....demonstrate the process to insert hyperlink in Word using Java...object for it Add some sample text using the DocumentBuilder object...

    kb.aspose.com/words/java/how-to-add-a-hyperlink...
  3. FieldGoToButton.display_text property | Aspose....

    FieldGoToButton.display_Text property. Gets or sets the Text of the button that appears in the document, such that it can be selected to activate the jump....display_text property FieldGoToButton.display_text property Gets...Gets or sets the text of the “button” that appears in the document...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldTC.entry_level property | Aspose.Words for...

    FieldTC.entry_level property. Gets or sets the level of the entry.... Examples Shows how to insert a TOC field, and filter which... DocumentBuilder ( doc ) # Insert a TOC field, which will compile...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FormField.Enabled | Aspose.Words for .NET

    FormField Enabled property. True if a form field is enabled in C#.... Examples Shows how insert different kinds of form fields...// Use a document builder to insert a combo box. builder . Write...

    reference.aspose.com/words/net/aspose.words.fie...
  6. FormField.Accept | Aspose.Words for .NET

    FormField Accept method. Accepts a visitor in C#.... Examples Shows how insert different kinds of form fields...// Use a document builder to insert a combo box. builder . Write...

    reference.aspose.com/words/net/aspose.words.fie...
  7. FieldPageRef Class | Aspose.Words for .NET

    Aspose.Words.Fields.FieldPageRef class. Implements the PAGEREF field in C#....DisplayResult { get; } Gets the text that represents the displayed...set; } Gets or sets whether to insert a hyperlink to the bookmarked...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Aspose::Cells::Drawing::Texts::FontSettingColle...

    Aspose::Cells::Drawing::Texts::FontSettingCollection class. Represents the list of FontSetting in C++....Aspose::Cells::Drawing::Texts::FontSettingCollectio class Contents...AppendText(const U16String& text) Appends the text. AppendText(const char16_t*...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  9. ICommentCollection | Aspose.Sildes for Python v...

    ICommentCollection Contents [ Hide ] ICommentCollection class Represents a collection of comments of one author. The ...... add_comment(text, slide, position, creation_time)...collection. add_modern_comment(text, slide, shape, position, creation_time)...

    reference.aspose.com/slides/python-net/aspose.s...
  10. Create DOTX Files via C# | products.aspose.com

    C# Sample code for generating DOTX documents. Use this code for creating Word DOTX files within VB.NET, Asp.NET or any .NET based application....Single; // Insert text bldr.Writeln( "This is the...following is a table" ); // Insert a table Table table = bldr...

    products.aspose.com/words/net/create/dotx/