Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 16,681 for

insert text

(0.1 sec)
  1. Aspose::Words::Fields::FormField Class Referenc...

    Represents a single form field....following form fields: checkbox, text input and dropdown (combobox)...a character within a line of text. A complete form field in a...

    reference.aspose.com/words/cpp/class/aspose.wor...
  2. System::Text::RegularExpressions::MatchCollecti...

    Public Member Functions | Protected Member Functions | List of all members System::Text::RegularExpressions::MatchCol......List of all members System::Text::RegularExpressions::MatchCollection...item in list. More... void Insert (int index, const MatchPtr...

    reference.aspose.com/pdf/cpp/class/system.text....
  3. ShapeBase.WrapType | Aspose.Words for .NET

    ShapeBase WrapType property. Defines whether the shape is inline or floating. For floating shapes defines the wrapping mode for Text around the shape in C#....defines the wrapping mode for text around the shape. public WrapType...shapes. Examples Shows how to insert a floating image to the center...

    reference.aspose.com/words/net/aspose.words.dra...
  4. CellFormat.VerticalMerge | Aspose.Words for .NET

    CellFormat VerticalMerge property. Specifies how the cell is merged with other cells vertically in C#....DocumentBuilder ( doc ); // Insert a cell into the first column...builder . Write ( "Text in merged cells." ); // Insert a cell into the...

    reference.aspose.com/words/net/aspose.words.tab...
  5. How to remove table structure and not the table...

    I am having a document with some tables. Each table contains some data fields, bookmarks, images etc,. I want to remove the table structure and i want keep the data which are inside the table. I can do this manually for…...Layout Tab and select Convert to Text option under Data option. Choose...following code to convert a table to text: Document doc = new Document(MyDir...

    forum.aspose.com/t/how-to-remove-table-structur...
  6. ShowInBalloons | Aspose.Words for Java

    Specifies which revisions are rendered in balloons in Java....getRevisionOptions(); // Render insertion revisions in green and italic...xtEffect.BOLD); // The same text will appear twice in a movement...

    reference.aspose.com/words/java/com.aspose.word...
  7. FootnoteType enumeration | Aspose.Words for Python

    aspose.words.notes.FootnoteType enumeration. Specifies whether this is a footnote or an endnote....Examples Shows how to reference text with a footnote and an endnote...DocumentBuilder ( doc = doc ) # Insert some text and mark it with a footnote...

    reference.aspose.com/words/python-net/aspose.wo...
  8. BookmarksOutlineLevelCollection - Aspose.Words ...

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word documents using Java....new DocumentBuilder(doc); // Insert a bookmark with another bookmark...startBookmark("Bookmark 1"); builder.writeln("Text inside Bookmark 1."); builder...

    reference.aspose.com/words/java/com.aspose.word...
  9. How to Put Page Number in Word using Python

    This article provides detailed information on how to put page number in Word using Python. It will guide you to load an existing Word file and then Insert page numbers in word using python with the help of few API calls only....sample code at the end will insert a page number in word using...to the footer section Write text, page number, and the total...

    kb.aspose.com/words/python/how-to-put-page-numb...
  10. CompositeNode.InsertAfter | Aspose.Words for .NET

    CompositeNode InsertAfter method. Inserts the specified node immediately after the specified reference node in C#....InsertAfter<T> method Inserts the specified node immediately...Description newChild T The Node to insert. refChild Node The Node that...

    reference.aspose.com/words/net/aspose.words/com...