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

replacement

(0.06 sec)
  1. How to get inline text message in word document...

    DocumentBuilder builder = new DocumentBuilder(doc); ReportBuildOptions.InlineErrorMessages; var hasError = engine.BuildReport(builder.Document, studyData, "Study") if(hasError ){ // How to get the error text ? exampl…...@Amisha43 You can use find/replace functionality in this case...tag with error, but you can replace it using the same functionality:...

    forum.aspose.com/t/how-to-get-inline-text-messa...
  2. ReplacingArgs.Match | Aspose.Words for .NET API...

    ReplacingArgs mülk. Match sırasında tek bir normal ifade eşleşmesinden kaynaklanan Yer değiştirmek ...."Numbers that the find-and-replace operation will convert to hexadecimal...replacementCount = doc . Range . Replace ( new Regex ( "[0-9]+" ), ""...

    reference.aspose.com/words/tr/net/aspose.words....
  3. FindReplaceOptions.ApplyFont | Aspose.Words for...

    FindReplaceOptions mülk. Yeni içeriğe metin biçimlendirme uygulandı...."Numbers that the find-and-replace operation will convert to hexadecimal...replacementCount = doc . Range . Replace ( new Regex ( "[0-9]+" ), ""...

    reference.aspose.com/words/tr/net/aspose.words....
  4. FindReplaceOptions.ApplyFont | Aspose.Words لـ ...

    FindReplaceOptions ApplyFont ملكية. تطبيق تنسيق النص على المحتوى الجديد في C#...."Numbers that the find-and-replace operation will convert to hexadecimal...replacementCount = doc . Range . Replace ( new Regex ( "[0-9]+" ), ""...

    reference.aspose.com/words/ar/net/aspose.words....
  5. FindReplaceOptions.ApplyFont | Referencia de AP...

    FindReplaceOptions propiedad. Formato de texto aplicado al nuevo contenido...."Numbers that the find-and-replace operation will convert to hexadecimal...replacementCount = doc . Range . Replace ( new Regex ( "[0-9]+" ), ""...

    reference.aspose.com/words/es/net/aspose.words....
  6. Enum FindReplaceDirection | Aspose.Words for .N...

    Aspose.Words.Replacing.FindReplaceDirection Sıralama. Değiştirme işlemlerinin yönünü belirtir.... Replace ( new Regex ( @"Match \d*" ), "Replacement" , options...AreEqual ( "Replacement.\r" + "Replacement.\r" + "Replacement.\r" +...

    reference.aspose.com/words/tr/net/aspose.words....
  7. Aspose.Cells Template and Smart Markers|Documen...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....placeholder for report items and are replaced with the corresponding data...rendering time, data markers are replaced with the values of dataset...

    docs.aspose.com/cells/reportingservices/aspose-...
  8. TextReplaceOptions.Scope | Aspose.PDF for .NET ...

    应用替换文本操作的范围 REPLACE_FIRST 默认情况下 保留此过时选项以保持兼容性它对 PdfContentEditor 有影响对 TextFragmentAbsorber 没有影响...Scope enumeration 应用替换文本操作的范围 REPLACE_FIRST 默认情况下 保留此过时选项以保持兼容性。它对...姓名 价值 描述 REPLACE_FIRST 0 仅替换每个受影响页面上第一次出现的文本 REPLACE_ALL 1 替换所有受影响页面上的所有文本...

    reference.aspose.com/pdf/zh/net/aspose.pdf.text...
  9. ColorChange | Aspose.Sildes for Node.js via Jav...

    ColorChange ColorChange class Represents a Color Change effect. Instances of FromColor are replaced with instances of......Instances of FromColor are replaced with instances of ToColor...getFromColor () Color which will be replaced. Read-only IColorFormat. Result:...

    reference.aspose.com/slides/nodejs-java/aspose....
  10. Bookmarks removed when removing blank pages - F...

    hi, we have this code to remove blank pages from a document var stream = new MemoryStream(); var listOfBlankPageNumbers = new List<int>(); int pagecount = document.PageCount; for (int i = 0; i < pagecount; i++) { v…...Replace("\r", "")?.Replace("\n", "")?.Replace("\a", "")..."")?.Replace("\t", "")?.Replace("\v\r", "")) && shapeCount ==...

    forum.aspose.com/t/bookmarks-removed-when-remov...