Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 10,721 for

insert text

(0.24 sec)
  1. Aspose::Words::Notes::FootnoteType enum | Aspos...

    Aspose::Words::Notes::FootnoteType enum. Specifies whether this is a footnote or an endnote in C++....Examples Shows how to reference text with a footnote and an endnote...DocumentBuilder > ( doc ); // Insert some text and mark it with a footnote...

    reference.aspose.com/words/cpp/aspose.words.not...
  2. Working with Form Fields in Java|Aspose.Words f...

    Understanding Form Fields feature, working with Form Fields using Java....fields in Microsoft Word include text input, combobox and checkbox...DocumentBuilder has special methods for inserting them, one for each form field...

    docs.aspose.com/words/java/working-with-form-fi...
  3. Aspose.Slides Product Family

    Find answers about creating, converting, and editing presentations in code without utilizing Microsoft PowerPoint....Presentation using C# How to Strike Out Text in PPTX using Python How to...Strike Out Text in PPTX using Java How to Strike Out Text in PPTX...

    kb.aspose.com/slides/page/2/
  4. FormField.DropDownItems | Aspose.Words for .NET

    Access and manage dropdown items effortlessly with the FormField DropDownItems property, enhancing your forms with seamless user interaction.... Examples Shows how insert different kinds of form fields...// Use a document builder to insert a combo box. builder . Write...

    reference.aspose.com/words/net/aspose.words.fie...
  5. FormField.Default | Aspose.Words for .NET

    Discover how to customize the FormField Default property to set your checkbox's default value. Enhance user experience with easy value adjustments!... Examples Shows how insert different kinds of form fields...// Use a document builder to insert a combo box. builder . Write...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Caption and image parabreak - Free Support Foru...

    inputdoc.docx (332.8 KB) In a .docx file, it have presented an figure and paragraph consecutively, how it is should to separate them with a line break/paragraph break before a specific startpara (e.g., Fig.). Please fin…...paragraph whose text starts with “Fig” . Insert an empty paragraph...if (para.toString(SaveFormat.TEXT).trim().startsWith("Fig")) {...

    forum.aspose.com/t/caption-and-image-parabreak/...
  7. Aspose.words for java 25.6版本 插入带表格的脚注报错 - Free ...

    @Test public void wordToTest2() throws Exception { String htmlContent = "<table border='1'><tr><td>脚注表格</td></tr></table>"; com.aspose.words.Document doc = new com.aspose.words.Document(); …...DocumentBuilder(doc); // Insert footnote reference in the main text builder.write("这是正文中的文字");...moveTo(footnoteParagraph); // Insert HTML content builder.insertHtml(htmlContent);...

    forum.aspose.com/t/aspose-words-for-java-25-6/3...
  8. FieldDdeAuto class | Aspose.Words for Python

    aspose.words.fields.FieldDdeAuto class. Implements the DDEAUTO field...Description display_result Gets the text that represents the displayed...Field ) insert_as_bitmap Gets or sets whether to insert the linked...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Public API Changes in Aspose.Diagram 16.11.0|Do...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... VSDX ); Insert a Text Shape in the Visio Diagram...Diagram Developers can insert a text shape in the Visio diagram using...

    docs.aspose.com/diagram/java/public-api-changes...
  10. CompositeNode.InsertBefore | Aspose.Words for .NET

    Discover how to use the CompositeNode InsertBefore method to seamlessly Insert nodes before reference nodes, enhancing your data structure management....InsertBefore<T> method Inserts the specified node immediately...Description newChild T The Node to insert. refChild Node The Node that...

    reference.aspose.com/words/net/aspose.words/com...