Sort Score
Result 10 results
Languages All
Labels All
Results 1,601 - 1,610 of 4,368 for

replace text

(0.17 sec)
  1. Python and .NET Version Differences|Aspose.Word...

    Aspose.Words for Python via .NET is a wrapper of Aspose.Words for .NET, this page describes the differences in features and API of these two products....example demonstrates how to replace hyper link links: doc = aw...artifacts_dir + "WorkingWithFields.replace_hyperlinks.docx" ) As you might...

    docs.aspose.com/words/python-net/python-notes/
  2. FieldDdeAuto | Aspose.Words for Java

    Implements the DDEAUTO field in Java....linked document in the form of text. // 1 - A LINK field: builder...Object[][] { {InsertLinkedObjectAs.TEXT}, {InsertLinkedObjectAs.UNICODE}...

    reference.aspose.com/words/java/com.aspose.word...
  3. Inserting Hyperlinks Dynamically in C#|Aspose.W...

    Insert hyperlinks into your document dynamically when building a report using C#....uri_or_bookmark_expression ] [ display_text_expression ]>> Here, uri_or...In turn, display_text_expression defines text to be displayed...

    docs.aspose.com/words/net/inserting-hyperlinks-...
  4. Common issues with LaTeX files and how to solve...

    Practical tips to troubleshoot LaTeX files, resolving errors, compilation problems, package conflicts, and formatting bugs for seamless document creation....a plain text file that contains a combination of text content...beginners. LaTeX files are plain text, making them amenable to version...

    docs.aspose.com/tex/net/troubleshoot-with-latex...
  5. 管理文本框|Aspose.Slides 文档

    使用 Java 在 PowerPoint 幻灯片上创建文本框。在 PowerPoint 幻灯片中使用 Java 在文本框或文本框架中添加列。使用 Java 在 PowerPoint 幻灯片中添加带超链接的文本框。...Presentation pres = new Presentation ( "text.pptx" ); try { for ( ISlide...setText ( portion . getText (). replace ( "years" , "months" )); //...

    docs.aspose.com/slides/zh/androidjava/manage-te...
  6. Style | Aspose.Words for Java

    Represents a single built-in or user-defined style in Java....paragraph, and then add some text. builder.getParagraphFormat()...getParagraphFormat().getStyle(); // Any text that used a removed style reverts...

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldBibliography | Aspose.Words for Java

    Implements the BIBLIOGRAPHY field in Java....write("Text to be cited with one source...insertParagraph(); builder.write("Text to be cited with two sources...

    reference.aspose.com/words/java/com.aspose.word...
  8. GlossaryDocument | Aspose.Words for Java

    Represents the root element for a glossary document within a Word document in Java.... getText() Gets the text of this node and of all its...paragraphText = new Run(doc, "Initial text. "); paragraph.appendChild(paragraphText);...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::MailMerging::IMailMergeCallback:...

    Aspose::Words::MailMerging::IMailMergeCallback::TagsReplaced method. Called when "mustache" Text tags are Replaced with MERGEFIELD fields in C++....Called when “mustache” text tags are replaced with MERGEFIELD fields...

    reference.aspose.com/words/cpp/aspose.words.mai...
  10. FieldIf | Aspose.Words for Java

    Implements the IF field in Java....getDisplayResult() Gets the text that represents the displayed...end. getFalseText() Gets the text displayed if the comparison...

    reference.aspose.com/words/java/com.aspose.word...