Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 9,185 for

insert text

(0.04 sec)
  1. Border.line_style property | Aspose.Words for P...

    Border.line_style property. Gets or sets the border style.... Examples Shows how to insert a string surrounded by a border...DASH_DOT_STROKER builder . write ( 'Text surrounded by green border.'...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Working with Headers and Footers|Aspose.Words f...

    Create, manage, and remove headers and footers in a document using Python.... A header is text that is placed at the top of...of a page, and a footer is text at the bottom of a page. Typically...

    docs.aspose.com/words/python-net/working-with-h...
  3. Aspose::Words::Font::get_Border method | Aspose...

    Aspose::Words::Font::get_Border method. Returns a Border object that specifies border for the font in C++....get_Border () Examples Shows how to insert a string surrounded by a border...DashDotStroker ); builder -> Write ( u "Text surrounded by green border."...

    reference.aspose.com/words/cpp/aspose.words/fon...
  4. TextPath.rotate_letters property | Aspose.Words...

    TextPath.rotate_letters property. Determines whether the letters of the Text are rotated....Determines whether the letters of the text are rotated. @property def rotate_letters...def insert_text_paths (): doc = aw . Document () # Insert a WordArt...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldEQ | Aspose.Words for Java

    Implements the EQ field in Java....we use a document builder to insert an EQ field, with an "\f" switch...Displacement switch "\d", displacing text "B" 30 spaces to the right of...

    reference.aspose.com/words/java/com.aspose.word...
  6. Watermarker.set_text method | Aspose.Words for ...

    aspose.words.lowcode.Watermarker.set_Text method...set_text method Contents [ Hide ] set_text(input_file_name, output_file_name...output_file_name, watermark_text) Adds a text watermark into the document...

    reference.aspose.com/words/python-net/aspose.wo...
  7. IReplacingCallback.Replacing | Aspose.Words for...

    Enhance your coding with the IReplacingCallback method! Customize replace operations efficiently by executing user-defined actions for each match found..../// Maintains a log of every text replacement done by a find-and-replace...and notes the original matched text's value. /// </summary> private...

    reference.aspose.com/words/net/aspose.words.rep...
  8. FieldArgumentBuilder.add_text method | Aspose.W...

    FieldArgumentBuilder.add_Text method. Adds a plain Text to the argument....add_text method add_text(text) Adds a plain text to the argument...argument. def add_text ( self , text : str ): ... Parameter Type...

    reference.aspose.com/words/python-net/aspose.wo...
  9. HtmlSaveOptions.ExportDropDownFormFieldAsText |...

    Discover how the HtmlSaveOptions ExportDropDownFormFieldAsText property enhances your HTML/MHTML exports by controlling dropdown field formats. Optimize your documents!...drop-down form fields as normal text. When false , exports drop-down...EPUB, text drop-down form fields are always saved as text due to...

    reference.aspose.com/words/net/aspose.words.sav...
  10. How to Build a Table from a DataTable in Java|A...

    Example of filling document table from external database using Java.... You may wish to easily insert this data into your document...that the preferred way of inserting data from a DataTable into...

    docs.aspose.com/words/java/how-to-build-a-table...