Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 9,118 for

replacement

(0.1 sec)
  1. index.xml

    2.0 http://www.w3.org/2005/Atom Excel File Format Soluton for End Users & Developers – Microsoft Excel File Conversion via C++https://products.aspose.com/cells/cpp/conversion/Recent content in Micr......format was created as a replacement of Graphics Interchange Format...others. The XLS file format was replaced with a more open and structured...

    products.aspose.com/cells/cpp/conversion/index.xml
  2. ReplacerContext.SetReplacement | Aspose.Words p...

    Ottimizza le operazioni di ricerca e sostituzione con il metodo SetReplacement di ReplacerContext, che consente una gestione fluida di modelli e sostituzioni per un'efficienza ottimale....string pattern , string replacement ) Osservazioni L’utilizzo...Aspose Pty Ltd." ; string replacement = "Copyright (C) 2024 by...

    reference.aspose.com/words/it/net/aspose.words....
  3. استبدال النص داخل دفتر العمل باستخدام التعبيرات...

    استبدال النص داخل دفتر العمل باستخدام التعبيرات العادية باستخدام Aspose.Cells في C++....Create replace options ReplaceOptions replace ; replace . SetCaseSensitive...SetCaseSensitive ( false ); replace . SetMatchEntireCellCo ( false...

    docs.aspose.com/cells/ar/cpp/replace-text-in-a-...
  4. NodeCollection.to_array method | Aspose.Words f...

    NodeCollection.to_array method. Copies all nodes from the collection to a new array of nodes.... Examples Shows how to replace all textbox shapes with image... ShapeType . TEXT_BOX : replacement_shape = aw . drawing . Shape...

    reference.aspose.com/words/python-net/aspose.wo...
  5. WrapSide enumeration | Aspose.Words for Python

    aspose.words.drawing.WrapSide enumeration. Specifies what side(s) of the shape or picture the text wraps around.... Examples Shows how to replace all textbox shapes with image... ShapeType . TEXT_BOX : replacement_shape = aw . drawing . Shape...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Reemplazar texto en un libro usando expresiones...

    Reemplazar texto en un libro usando expresiones regulares con Aspose.Cells en C++....Create replace options ReplaceOptions replace ; replace . SetCaseSensitive...SetCaseSensitive ( false ); replace . SetMatchEntireCellCo ( false...

    docs.aspose.com/cells/es/cpp/replace-text-in-a-...
  7. ReplacerContext Class | Aspose.Words för .NET

    Upptäck Aspose.Words LowCode ReplacerContext-klassen för sömlösa sök- och ersättningsåtgärder, vilket förbättrar din dokumentautomation och effektivitet....Regex ( "gr(a|e)y" ); string replacement = "lavender" ; ReplacerContext...SetReplacement ( pattern , replacement ); replacerContext . FindReplaceOptions...

    reference.aspose.com/words/sv/net/aspose.words....
  8. ReplacerContext Class | Aspose.Words لـ .NET

    اكتشف فئة Aspose.Words LowCode ReplacerContext لإجراء عمليات بحث واستبدال سلسة، مما يعزز أتمتة مستنداتك وكفاءتها....Regex ( "gr(a|e)y" ); string replacement = "lavender" ; ReplacerContext...SetReplacement ( pattern , replacement ); replacerContext . FindReplaceOptions...

    reference.aspose.com/words/ar/net/aspose.words....
  9. 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...
  10. Unable to Search the text contains (.) in the s...

    Hi Team, we are trying to search for text in a pdf and text contains the “.” in it. We are using the regular expression to search the string. the search string exists in the pdf but the textabsorber returns zero counts…...Replace(“(”, @“(”).Replace(“)”, @“)”); searchText...searchText = searchText.Replace(“[”, @“[”).Replace(“]”, @“]”); searchText...

    forum.aspose.com/t/unable-to-search-the-text-co...