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

replacement

(0.06 sec)
  1. ReplaceColor | Aspose.Imaging for .NET API Refe...

    ReplaceColor RasterCachedMultipageImage.ReplaceColor method Replaces one color to another with allowed difference and......ReplaceColor method Replaces one color to another with...Old color ARGB value to be replaced. oldColorDiff Byte Allowed...

    reference.aspose.com/imaging/net/aspose.imaging...
  2. FindReplaceOptions.direction property | Aspose....

    FindReplaceOptions.direction property. Selects direction for replace...property Selects direction for replace. Default value is FindReplaceDirection...self ) -> aspose . words . replacing . FindReplaceDirection : ...

    reference.aspose.com/words/python-net/aspose.wo...
  3. IColorChangeEffectiveData | Aspose.Sildes for P...

    IColorChangeEffectiveData IColorChangeEffectiveData class Immutable object which represents a Color Change effect. In......Instances of FromColor are replaced with instances of ToColor...from_color Color which will be replaced. Read-only aspose.pydrawing...

    reference.aspose.com/slides/python-net/aspose.s...
  4. AlphaReplace | Aspose.Sildes for Python via .NE...

    AlphaReplace AlphaReplace class Represents and Alpha Replace effect. Effect alpha (opacity) values are replaced by a ......class Represents and Alpha Replace effect. Effect alpha (opacity)...(opacity) values are replaced by a fixed alpha. The AlphaReplace type...

    reference.aspose.com/slides/python-net/aspose.s...
  5. AddText | Aspose.Sildes for .NET API Reference

    Adds plain text to the html files replacing special characters with html entities. Linebreaks and whitespaces arent replaced....plain text to the html files, replacing special characters with html...Linebreaks and whitespaces aren’t replaced. public void AddText ( string...

    reference.aspose.com/slides/net/aspose.slides.e...
  6. XamlFlowSaveOptions.ReplaceBackslashWithYenSign...

    XamlFlowSaveOptions ReplaceBackslashWithYenSign property. Specifies whether backslash characters should be replaced with yen signs. Default value is false in C#....backslash characters should be replaced with yen signs. Default value...Word’s behavior and doesn’t replace backslash characters with yen...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Search RTF document without opening via .NET | ...

    C# code to search words with pattern in Microsoft Word RTF 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/rtf/
  8. 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/
  9. Search HTML document without opening via .NET |...

    C# code to search words with pattern in HTML 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/html/
  10. Insert bookmarks in place of tags in a Work doc...

    I have a Word document in which there are some tags inserted around the content e.g. @@tag_01, @@tag_02 and @@tag_03 etc. These tags I wish to replace with bookmarks e.g. bookmark_01, bookmark_02 and bookmark_03. I’m t…... These tags I wish to replace with bookmarks e.g. bookmark_01...run); run.Text = run.Text.Replace(tags[i], ""); BookmarkEnd bookmarkEnd...

    forum.aspose.com/t/insert-bookmarks-in-place-of...