Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 6,208 for

replace text

(0.29 sec)
  1. 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...
  2. FieldToc | Aspose.Words for Java

    Implements the TOC field in Java....will create a line with the text in that heading style to the...setBookmarkName("MyBookmark"); // Text with a built-in heading style...

    reference.aspose.com/words/java/com.aspose.word...
  3. FieldOptions | Aspose.Words for Java

    Represents options to control field handling in a document in Java....indicating whether bidirectional text is fully supported during field...indicating whether bidirectional text is fully supported during field...

    reference.aspose.com/words/java/com.aspose.word...
  4. Convert CSV, TSV, and TXT to Excel with C++|Doc...

    Learn how to convert CSV, TSV, and TXT files to Excel using Aspose.Cells for C++....(); } Opening CSV Files and Replacing Invalid Characters In Excel...characters are automatically replaced. The same is done by the Aspose...

    docs.aspose.com/cells/cpp/convert-csv-tsv-and-t...
  5. Range.NormalizeFieldTypes | Aspose.Words for .NET

    Transform field types with the NormalizeFieldTypes method. Ensure FieldStart, FieldSeparator, and FieldEnd align with specified field codes for seamless data handling....)); // Manually change the raw text of the field, which determines...Run , true )[ 0 ]; fieldText . Text = "PAGE" ; // Changing the field...

    reference.aspose.com/words/net/aspose.words/ran...
  6. FlattenAllFields not displaying output for Aria...

    Hello; In testing version 7.7 of the codebase we've found that characters are not displayed when FlattenAllFields is used. Attached is a project and PDF you can use.Thanks,Elizabeth...then we see the text after we’ve clicked on the text field in the...place, then we don’t see the text. Private Sub asposePDF() Dim...

    forum.aspose.com/t/flattenallfields-not-display...
  7. 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...
  8. FindReplaceOptions.ReplacementFormat | Aspose.W...

    Discover the FindReplaceOptions ReplacementFormat property—customize your Text Replacement format easily for enhanced document editing efficiency....Specifies format of the replacement. Default is Text. public ReplacementFormat...effect only when using in Replacer See Also enum ReplacementFormat...

    reference.aspose.com/words/net/aspose.words.rep...
  9. Removing Paragraphs Containing Only Template Sy...

    Learn how remove paragraphs containing only template tags using LINQ in Java....after the tags are removed or replaced with empty values. To remove...document Prefix < <if [false] > > Text to be removed < </if> > Suffix...

    docs.aspose.com/words/java/removing-paragraphs-...
  10. Need to get the per line author changes in the ...

    I’m working with Word documents that have been edited by multiple authors. Some of the changes were made with Track Changes enabled, and others were made without it. I want to compare two versions of the document using A…...Replace(" ", ""); //string authorForComparison...content = revision.ParentNode.Text; revisionDetails.Add((author...

    forum.aspose.com/t/need-to-get-the-per-line-aut...