Sort Score
Result 10 results
Languages All
Labels All
Results 2,371 - 2,380 of 9,498 for

insert text

(0.15 sec)
  1. Smartly importing and placing data with Smart m...

    Smartly importing and placing data accoding to the template Excel files with Aspose.Cells for Python via java library....the inserted data. To make calculations on the inserted rows...top-to-bottom. numeric - Convert text to number if possible. shift...

    docs.aspose.com/cells/python-java/using-smart-m...
  2. Working with PDF Pages|Aspose.PDF for PHP via Java

    With Aspose.PDF for PHP via Java you can add pages, add headers and footers, add watermarks into your PDF file. This section explain to you all details on this topic....PDF for PHP via Java lets you insert a page to a PDF document at...Acrobat Reader. You can add text or images in the headers and...

    docs.aspose.com/pdf/php-java/working-with-pages/
  3. FieldArgumentBuilder.add_field method | Aspose....

    FieldArgumentBuilder.add_field method. Adds a field represented by a [FieldBuilder](../../fieldbuilder/) to the argument....using a field builder, and then insert them into the document. doc...field = builder . build_and_insert ( ref_node = doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  4. HtmlSaveOptions.export_page_margins property | ...

    HtmlSaveOptions.export_page_margins property. Specifies whether page margins is exported to HTML, MHTML or EPUB...= doc ) # Use a builder to insert a shape with no wrapping. shape...shape = builder . insert_shape ( shape_type = aw . drawing ....

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

    Specifies how the date for a date SDT is stored/retrieved when the SDT is bound to an XML node in the documents data store in Java....Document doc = new Document(); // Insert a structured document tag that...Word, the tag will display the text "Click here to enter a date...

    reference.aspose.com/words/java/com.aspose.word...
  6. DocumentBuilder.font property | Aspose.Words fo...

    DocumentBuilder.font property. Returns an object that represents current font formatting properties....formatting before inserting text. Examples Shows how to insert a string...DASH_DOT_STROKER builder . write ( 'Text surrounded by green border.'...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Comment.story_type property | Aspose.Words for ...

    Comment.story_type property. Returns [StoryType.COMMENTS](../../storytype/#COMMENTS).... Examples Shows how to insert InlineStory nodes. doc = aw...doc ) footnote = builder . insert_footnote ( footnote_type =...

    reference.aspose.com/words/python-net/aspose.wo...
  8. InlineStory.font property | Aspose.Words for Py...

    InlineStory.font property. Provides access to the font formatting of the anchor character of this object.... Examples Shows how to insert InlineStory nodes. doc = aw...doc ) footnote = builder . insert_footnote ( footnote_type =...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldIndex.page_range_separator property | Aspo...

    FieldIndex.page_range_separator property. Gets or sets the character sequence that is used to separate the start and end of a page range....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...
  10. How to Replace Words in a Word Document using P...

    This article describes how to replace words in a word document using python. It contains configuration details, a step-by-step process and a runnable sample code to replace Text in Word using Python....for finding and replacing the text in the loaded document and finally...finally replace the text. Once you find and replace words in...

    kb.aspose.com/words/python/how-to-replace-words...