Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 10,808 for

insert text

(0.24 sec)
  1. FindReplaceOptions class | Aspose.Words for Python

    aspose.words.replacing.FindReplaceOptions class. Specifies options for find/replace operations...Name Description apply_font Text formatting applied to new content...indicating either to ignore text inside delete revisions. The...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldToc Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldToc class for seamless Table of Contents creation in documents. Enhance your workflow with powerful features!...DisplayResult { get; } Gets the text that represents the displayed...Result { get; set; } Gets or sets text that is between the field separator...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Aspose::Words::DocumentBuilder::InsertImage met...

    Aspose::Words::DocumentBuilder::InsertImage method. Inserts an image from a byte array into the document. The image is Inserted inline and at 100% scale in C++....System::ArrayPtr<uint8_t>&) method Inserts an image from a byte array...the document. The image is inserted inline and at 100% scale....

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Working with Table of Contents|Aspose.Words for...

    Insert and manage 'Table of Contents' in a document using Node.js....Words you can insert your own table of contents...field and demonstrates: How to insert a brand new TOC Update new...

    docs.aspose.com/words/nodejs-net/working-with-t...
  5. Paragraph.is_delete_revision property | Aspose....

    Paragraph.is_delete_revision property. Returns true if this object was deleted in Microsoft Word while change tracking was enabled.... Run ( doc = doc , text = 'Paragraph 1. ' )) body ....tracking will register as "Insert" revisions. doc . start_track_revisions...

    reference.aspose.com/words/python-net/aspose.wo...
  6. DropCapPosition | Aspose.Words for Java

    Specifies the position for a drop cap Text in Java....the position for a drop cap text. Examples: Shows how to create...// Insert one paragraph with a large letter that the text in...

    reference.aspose.com/words/java/com.aspose.word...
  7. Android API to Render TEX to ODT | products.asp...

    Transform TEX to ODT via Android via Java API... getTitle ()); Insert Endnotes in ODT Document in...API. One of that feature is inserting endnotes and numbering in...

    products.aspose.com/total/android-java/conversi...
  8. Setting Formula for Named Range with JavaScript...

    Learn how to set formulas for named ranges in spreadsheets using Aspose.Cells for JavaScript via C++....></ script > < script type = "text/javascript" > const { Workbook...formula = "NewNamedRange" ; // Insert the value in cell A3, which...

    docs.aspose.com/cells/javascript-cpp/setting-fo...
  9. CompositeNode | Aspose.Words for Java

    Base class for nodes that can contain other nodes in Java....Composite operations such as insert and remove children. Provides...this node. getText() Gets the text of this node and of all its...

    reference.aspose.com/words/java/com.aspose.word...
  10. 如果在header 和 footer中创建浮动文本框并且不添加新的段落作为锚点 - Free ...

    Hello, 我正在使用 aspose.java 在word中添加 header,footer等元素,基于原始需求(在源文档上追加header 和 footer时, 不要因为添加header 和 footer 而造成文档header 和 footer区域变高引起文档内容排版和页面数量的变化),所以我采用添加浮动文本框来避免造成header footer区域变化;现在的问题是,为了添加浮动文本框,一定需要创建一个段落来作为锚点,而这个段落…...debug("Inserting overlay {} content as floating text box in section...moveTo(anchorPara); // Insert content as floating text box with custom...

    forum.aspose.com/t/header-footer/325498