Sort Score
Result 10 results
Languages All
Labels All
Results 2,321 - 2,330 of 19,417 for

replacement

(0.11 sec)
  1. 9.2.0 Release Notes|Aspose.Words for .NET

    Aspose.Words for .NET 9.2.0 Release Notes – the latest updates and fixes....all events and delegates are replaced with interfaces. Breaking...propertyDocument.NodeChangingCallback | Replaced events with a property. You...

    docs.aspose.com/words/net/aspose-words-for-net-...
  2. Class ReplacingArgs | Referencia de API de Aspo...

    Aspose.Words.Replacing.ReplacingArgs clase. Proporciona datos para una operación de reemplazo personalizada....se va a reemplazar con el Replacement cadena. GroupName { get;...se va a reemplazar con el Replacement cadena. Match { get; } ElMatch...

    reference.aspose.com/words/es/net/aspose.words....
  3. البحث والاستبدال في Python|Aspose.Words لـ Pyth...

    ابحث عن سلسلة أو نمط تعبير عادي في مستندك واستبدله بالنص الذي تريده باستخدام Python....البحث عن {#ways-to-find-and-replace} واستبداله يوفر Aspose.Words...باستخدام وحدة aspose.words.replacing . يمكنك العمل مع العديد من...

    docs.aspose.com/words/ar/python-net/find-and-re...
  4. stringbuilder - Aspose.Tasks for Java - API Ref...

    Developer's manual that contains Java classes to work with Microsoft Project documents without utilizing Microsoft Project....StringBuilder replace (char oldChar, char newChar) Replaces all occurrences...specified character. StringBuilder replace (char oldValue, char newValue...

    reference.aspose.com/tasks/java/com.aspose.task...
  5. Interface IReplacingCallback | Aspose.Words for...

    Aspose.Words.Replacing.IReplacingCallback arayüz. Bul ve değiştir işlemi sırasında kendi özel yönteminizin çağrılmasını istiyorsanız bu arabirimi uygulayın....IReplacingCallback yöntemler İsim Tanım Replacing (ReplacingArgs) Bir değiştirme...ReplacingCallback = logger ; doc . Range . Replace ( new Regex ( "New York City|NYC"...

    reference.aspose.com/words/tr/net/aspose.words....
  6. Redact ODP Presentation Files using .NET | prod...

    C# source code to find and replace text in ODP Presentation....NET apps to find and replace text in presentation files...APIs. Learn how to search and replace text in content, comments or...

    products.aspose.com/slides/net/redaction/odp/
  7. Redact ODP Presentation Files using Java | prod...

    Java source code to find and replace text in ODP Presentation....own Java apps to find and replace text in presentation files...APIs. Learn how to search and replace text in content, comments or...

    products.aspose.com/slides/java/redaction/odp/
  8. HtmlGenerator | Aspose.Sildes for Python via .N...

    HtmlGenerator Contents [ Hide ] HtmlGenerator class Html generator. The HtmlGenerator type exposes the following memb......plain text to the html files, replacing special characters with html...Linebreaks and whitespaces aren’t replaced. add_text(text) Adds plain...

    reference.aspose.com/slides/python-net/aspose.s...
  9. Issue with adding Headers to PDF - Free Support...

    Aspose Version: 22.2.0 Code: .net Out current process is as follows: We Save a Docx as a PDF to a local directory We load that PDF into a Document We loop through each page of the document and add different Headers/F…...Replace("{{document.pagecount}}", (bc...Pages.Count).ToString()) .Replace("{{document.pagenumber}}",...

    forum.aspose.com/t/issue-with-adding-headers-to...
  10. How to determine if paragraph is a table to ski...

    import aspose.words as aw docToRead = aw.Document("...docx") for paragraph in docToRead.get_child_nodes(aw.NodeType.PARAGRAPH, True) : paragraph = paragraph.as_paragraph() #if paragraph.istable != 0: …...please one more time - why replace method works fine with constant...TABLE) is None) : doc.range.replace(paragraph.to_string(aw.SaveFormat...

    forum.aspose.com/t/how-to-determine-if-paragrap...