Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 9,641 for

replace text

(0.1 sec)
  1. DWF not loading drawables for some layers - Asp...

    I am evaluating the Aspose.CAD libraries for an automated DWF printing solution which converts the DWF to PDF first, then uses Aspose.PDF to print. My clients’ DWF files all appear to be single page but multiple layer. …...I do a string replace on the DwfWhipText.Text.AsciiString value...value and replace the incorrect characters with the correct ASCII...

    forum.aspose.com/t/dwf-not-loading-drawables-fo...
  2. Convert Word to Excel in Python|Aspose.Words fo...

    Convert PDF to Excel, XML to Excel, DOCX to Excel Python. Save a document in various formats to XLSX using Python.... Find and Replace When Saving to XLSX Also using...expression in your document and replace it with the matching one you...

    docs.aspose.com/words/python-net/convert-a-docu...
  3. DrFont | Aspose.Page for .NET API Reference

    DrFont Contents [ Hide ] DrFont class Use this class instead of GDI+ Font public class DrFont Properties Name Descrip......Returns measurement text box of the text in points. GetTextWidthLis...GetTextWidthLis (string) Gets the text width lis. GetTextWidthPoints...

    reference.aspose.com/page/net/aspose.page.font/...
  4. FindReplaceDirection | Aspose.Words for Java

    Specifies direction for Replace operations in Java....FindReplaceDirection Specifies direction for replace operations. Examples: Shows...which direction a find-and-replace operation traverses the document...

    reference.aspose.com/words/java/com.aspose.word...
  5. TableAbsorber | Aspose.PDF for .NET API Reference

    Represents an absorber object of table elements. Performs search and provides access to search results via TableList./tableabsorber/tablelist collection....instance of the TableAbsorber with text search options. Properties Name...TextSearchOptions { get; set; } Gets or sets text search options. UseFlowEngine...

    reference.aspose.com/pdf/net/aspose.pdf.text/ta...
  6. Search MHTML document without opening via C++ |...

    C++ example code to search words with pattern in MHTML file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit.... Use get_Range()->Replace method with relevant pattern...Find and replace the text mhtml->get_Range()->Replace(u "sad"...

    products.aspose.com/words/cpp/search/mhtml/
  7. Search MHTML document without opening via .NET ...

    C# code to search words with pattern in MHTML file using server side .NET library.... Just use Replace function to find and replace. Also possible...Regex as parameter within Replace method Save file. System Requirements...

    products.aspose.com/words/net/search/mhtml/
  8. Document.first_section property | Aspose.Words ...

    Document.first_section property. Gets the first section in the document.... Examples Shows how to replace text in a document’s footer....FOOTER_PRIMARY ) options = aw . replacing . FindReplaceOptions () options...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Search HTML document without opening via Java |...

    Java source code to search words with pattern in HTML file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....replace method to find and replace Save HTML file..."sourceFile.html" ); // Find and replace similar pattern words in the...

    products.aspose.com/words/java/search/html/
  10. Search TXT document without opening via C++ | p...

    C++ example code to search words with pattern in TXT 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/txt/