Sort Score
Result 10 results
Languages All
Labels All
Results 1,581 - 1,590 of 9,976 for

insert text

(0.12 sec)
  1. How to create a hyper link at the end of every ...

    We are using ASPOSE.WOrds to convert from .doc to .docx. How to add a hyperlink at the end of every page of the document?...the DocumentBuilder class to insert hyperlinks programmatically...builder.moveTo(paragraph); // Insert the hyperlink builder.insertHyperlink("Visit...

    forum.aspose.com/t/how-to-create-a-hyper-link-a...
  2. Categories

    Find Answers by API Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Pr......to PSD format in C# How to Insert Word Header and Footer using...Bookmarks in PDF using C# How to Insert Comment into Word Document...

    kb.aspose.com/categories/page/75/
  3. Footnote.footnote_type property | Aspose.Words ...

    Footnote.footnote_type property. Returns a value that specifies whether this is a footnote or endnote....attaching numbered references to the text. Both these references will...mark at the location that we insert them. # The reference mark...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldIndex.page_number_separator property | Asp...

    FieldIndex.page_number_separator property. Gets or sets the character sequence that is used to separate an index entry and its page number....will display the XE field's Text property value on the left side...with matching values in the "Text" property # into one entry as...

    reference.aspose.com/words/python-net/aspose.wo...
  5. TextPath.bold property | Aspose.Words for Python

    TextPath.bold property. True if the font is formatted as bold....def insert_text_paths (): doc = aw . Document () # Insert a WordArt...WordArt object to display text in a shape that we can re-size...

    reference.aspose.com/words/python-net/aspose.wo...
  6. TextPath.small_caps property | Aspose.Words for...

    TextPath.small_caps property. True if the font is formatted as small capital letters....def insert_text_paths (): doc = aw . Document () # Insert a WordArt...WordArt object to display text in a shape that we can re-size...

    reference.aspose.com/words/python-net/aspose.wo...
  7. TextPath.font_family property | Aspose.Words fo...

    TextPath.font_family property. Defines the family of the Textpath font....def insert_text_paths (): doc = aw . Document () # Insert a WordArt...WordArt object to display text in a shape that we can re-size...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldAdvance.horizontal_position property | Asp...

    FieldAdvance.horizontal_position property. Gets or sets the number of points by which the Text that follows the field should be moved horizontally from the left edge of the column, frame, or Text box....number of points by which the text that follows the field should...edge of the column, frame, or text box. @property def horizontal_position...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FootnotePosition enumeration | Aspose.Words for...

    Aspose.Words.Notes.FootnotePosition enumeration. Defines the footnote position....Footnotes are output beneath text on each page. Examples Shows...reference or a side comment to text // that does not interfere with...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ReplaceAction | Aspose.Words for Java

    Allows the user to specify what happens to the current match during a replace operation in Java.... Examples: Shows how to insert an entire document’s contents...Document(getMyDir() + "Document insertion destination.docx"); // We...

    reference.aspose.com/words/java/com.aspose.word...