Sort Score
Result 10 results
Languages All
Labels All
Results 6,181 - 6,190 of 19,344 for

replacement

(0.11 sec)
  1. Using Aspose.Drawing in .NET 6|Documentation

    Learn how to use Aspose.Drawing in .NET 6 application with C#.... Replace the Program.cs file with the...

    docs.aspose.com/drawing/net/using-aspose-drawin...
  2. Aspose.Words for .NET

    This API allows to create, edit, render, print, and convert Word documents without utilizing Microsoft Word....PDF using C# How to Find and Replace Text in Word Document using...

    kb.aspose.com/words/net/page/3/
  3. C++を介してXLSドキュメントのテキストを検索および置換します | products.asp...

    C++ Windows 32ビット、Windows 64ビット、およびLinux64ビットのランタイム環境でXLSファイルの機密情報を編集するためのサンプルコード。... +テキストマッチングオプションを設定する Replace(…)メソッドを使用してテキストを置換する +ワークブックを保存します。...); // テキストを置き換える workbook->Replace( new String( "Text to find"...

    products.aspose.com/cells/ja/cpp/redaction/xls/
  4. C++を介して開かずにXLSドキュメントを検索する | products.aspose.com

    C++ Windows 32ビット、Windows 64ビット、およびLinux64ビットのランタイム環境でXLSファイル内のパターンを持つ単語を検索するためのサンプルコード。... IWorkbook-> Replace(..)メソッドを関連するオプションとともに使用します。...false ); // テキストを置き換える wkb->Replace( new String( "Text to find"...

    products.aspose.com/cells/ja/cpp/search/xls/
  5. Export block to image - Free Support Forum - as...

    Hi, I need to get a preview for each block. I managed to get image for every block. But the block is not in the center of the image. How to place each block in the center of image? And Hoe to fit block to image? priva…...Replace("*", "") + ".bmp"; cadImage...

    forum.aspose.com/t/export-block-to-image/256647
  6. How to Identify a Shape or a Video in a Unique ...

    Hi Andrey How are things going ? Can you please tell me how to identify a shape or a video in a unique way ? In powerpoint, a unique video can be played several times, so how to identify it… Thank you, cheers...has the same video I want to replace that video from an external...

    forum.aspose.com/t/how-to-identify-a-shape-or-a...
  7. Last chart image is missing while Extracting co...

    Hi, I am extracting content between two special hidden character(after find the character i will convert it as bookmark and passing it to extract method) and convert it to html and store it. Then for requirement I will …...replace(pattern, " ", options); Bookmark...

    forum.aspose.com/t/last-chart-image-is-missing-...
  8. Download only unread emails from pop-imap and e...

    Hi Aspose, One of our system uses Aspose email lib for download emails from various email servers. is there anyway to download only unread emails by pop, imap and mapi protocols?...Replace(":", "") + ".eml", MailMessageSaveType...

    forum.aspose.com/t/download-only-unread-emails-...
  9. Split Document into 2 based on Bookmark availab...

    Hi, I have a document that has Bookmark in it and I would need to split that document into 2 documents if a specific bookmark exists in it. Ex. - Document1 has 6 pages and in 4th Page I have a bookmark (named - Bookma…...(startIndex == endIndex) must be replaced by: if (startIndex == endIndex...

    forum.aspose.com/t/split-document-into-2-based-...
  10. MultiColoring letters - Free Support Forum - as...

    I am trying to multicolor a letter from a pdf using Python. For example i wanted to color all the “a” letters in the pdf, i managed to give a single color using aspose to extract the text and then color it. Does anyone…...pdf") print("Text found and replaced successfully") asad.ali June...

    forum.aspose.com/t/multicoloring-letters/267090