Sort Score
Result 10 results
Languages All
Labels All
Results 5,671 - 5,680 of 20,125 for

insert documents

(0.22 sec)
  1. FieldIndex.use_yomi property | Aspose.Words for...

    FieldIndex.use_yomi property. Gets or sets whether to enable the use of yomi text for index entries.... Document () builder = aw . DocumentBuilder...each XE field found in the document. # Each entry will display...

    reference.aspose.com/words/python-net/aspose.wo...
  2. If Statement in Microsoft Word - Free Support F...

    Brand spanking new to Aspose. I inherited a project where I need to add an IF statement and have not a clue how to do this or even where to go to find out. I need to add an IF Rates Table has no rows, do not show the f…...rows will be removed from the document. Or if mail merge is not executed...| Aspose.Words for .NET and Insert Fields in C#|Aspose.Words for...

    forum.aspose.com/t/if-statement-in-microsoft-wo...
  3. StructuredDocumentTag.remove_self_only method |...

    StructuredDocumentTag.remove_self_only method. Removes just this SDT node itself, but keeps the content of it inside the document tree....the content of it inside the document tree. def remove_self_only...how to create a structured document tag in a plain text box and...

    reference.aspose.com/words/python-net/aspose.wo...
  4. EndnoteOptions.restart_rule property | Aspose.W...

    EndnoteOptions.restart_rule property. Determines when automatic numbering restarts....certain places in the document. doc = aw . Document () builder = aw...main body text's flow. # Inserting a footnote/endnote adds a...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Java API to Convert ODT to XLT or with free Onl...

    Convert ODT to XLT via Java or Online App without using using Microsoft Word or Microsoft Excel or online. Test free ODT to XLT online converter quickly before integrating the code....to manipulate and convert documents with ease. It provides a simple...use Aspose.Words for Java, a document manipulation and conversion...

    products.aspose.com/total/java/conversion/odt-t...
  6. Line Breaks and Text Wrapping with C++|Document...

    How to implement text wrapping and word wrap using the Aspose.Cells library in C++. By using the Aspose.Cells library, you can easily Insert text in cells and set the text wrapping method, such as manual word wrap, word wrap, etc. This document details how to implement these features and provides sample code for your reference....You can use ‘\n’ in C++ to insert explicit line breaks in a cell...Cells :: Cleanup (); } AI Document Assistant Close Change Cells...

    docs.aspose.com/cells/cpp/line-breaks-and-text-...
  7. 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.... Document () builder = aw . DocumentBuilder...each XE field found in the document. # Each entry will display...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 如何生成一个竖向的文本框,并且插入的富文本内容需要旋转 -90 度 - Free Suppor...

    我使用words.java 试图在word中生成类似sidebar的功能,插入的竖向形状后插入富文本内容,我想知道怎么才能把富文本中的文字和图片都旋转 -90 ° 并保持内容正确,以下是我的代码 private void InsertSidebarIntoHeader(Document document, HeaderFooter header, String htmlContent) throws Exception { …...insertSidebarIntoHea(Document document, HeaderFooter header,...Shape sidebar = new Shape(document, ShapeType.RECTANGLE); //...

    forum.aspose.com/t/topic/324972
  9. DocumentBase | Aspose.Words for Java

    Provides the abstract base class for a main document and a glossary document of a Word document in Java....main document and a glossary document of a Word document. To learn...Aspose.Words Document Object Model (DOM) documentation article. Remarks:...

    reference.aspose.com/words/java/com.aspose.word...
  10. 使用C++添加超链接图片|Documentation

    通过Aspose.Cells for C++ API学习如何添加图片超链接。... Get ( 0 ); // Insert a string value to a cell worksheet...Cells :: Cleanup (); } AI Document Assistant Close 使用C++获取范围内的超链接...

    docs.aspose.com/cells/zh/cpp/add-image-hyperlinks/