Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 9,690 for

replace text

(0.09 sec)
  1. Can text added to an SVG document be vectorized...

    Is it possible to have Text inserted into an SVG document convert to vector form in the saved file? For example, I can add a Text element: (open tag)Text style=“font-size: 70px; font-family: Arial, Helvetica, sans-seri…...Can text added to an SVG document be vectorized in the final...11:51pm #1 Is it possible to have text inserted into an SVG document...

    forum.aspose.com/t/can-text-added-to-an-svg-doc...
  2. Code Comparison for common features with VSTO|A...

    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....Shapes to Presentation Adding Text Dynamically Add Picture Frame...and Aspose.Slides Find and Replace Text without Losing Format in...

    docs.aspose.com/slides/net/code-comparison-for-...
  3. NoCharacterBehavior | Aspose.PDF for .NET API R...

    Action which is performed when no approppriate font found for changed Text Throw exception / Substitute other font / Replace anyway....approppriate font found for changed text (Throw exception / Substitute...Substitute other font / Replace anyway). public NoCharacterAction NoCharacterBehavior...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  4. Manage TextBox|Documentation

    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....TextBox to Worksheet Replace tag with text in a textbox inside...inside the Worksheet Access the Text Box by the Name Create TextBox...

    docs.aspose.com/cells/java/managing-textbox-of-...
  5. ReplacingArgs.GroupIndex | Aspose.Words for .NET

    ReplacingArgs GroupIndex property. Identifies by index a captured group in the Match that is to be Replaced with the Replacement string in C#....Match that is to be replaced with the Replacement string. public int..."Numbers that the find-and-replace operation will convert to hexadecimal...

    reference.aspose.com/words/net/aspose.words.rep...
  6. ReplacingArgs.GroupName | Aspose.Words for .NET

    ReplacingArgs GroupName property. Identifies by name a captured group in the Match that is to be Replaced with the Replacement string in C#....Match that is to be replaced with the Replacement string. public string..."Numbers that the find-and-replace operation will convert to hexadecimal...

    reference.aspose.com/words/net/aspose.words.rep...
  7. PdfContentEditor Class|Aspose.PDF for .NET

    Explore how to edit PDF content programmatically using the PDFContentEditor class in .NET with Aspose.PDF....file Working with Images Replace Text - Facades Working with Attachments...

    docs.aspose.com/pdf/net/pdfcontenteditor-class/
  8. Search XLS document without opening via C++ | p...

    C++ example code to search words with pattern in XLS file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit.... Use IWorkbook->Replace(..) method with relevant options...eSensitive( false ); // Set text matching option replaceOpti...

    products.aspose.com/cells/cpp/search/xls/
  9. How to end the DocumentVisitor at a specific pl...

    here’s my code : @Override public int visitRowStart(Row row) throws Exception { String Text = row.toString(SaveFormat.Text).trim().Replace(" ", ""); if (Text.isEmpty() || Text.trim().isBlank()) { …...String text = row.toString(SaveFormat.TEXT).trim().replace(" ",... ""); if (text.isEmpty() || text.trim().isBlank()) { return VisitorAction...

    forum.aspose.com/t/how-to-end-the-documentvisit...
  10. PdfContentEditor ReplaceText returns Object ref...

    Latest Version of Aspose.Pdf Using the PdfContentEditor and attempting to Replace Text on certain files throws an “Object reference not set to the instance of an object” error. image.png (190.1 KB) image.png (120.3 KB…...PdfContentEditor and attempting to replace text on certain files throws...magicTags) { //Replace all the matching keys in the text editor.ReplaceText(magicTag...

    forum.aspose.com/t/pdfcontenteditor-replacetext...