Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 1,807 for

replacement

(0.02 sec)
  1. ReplacingArgs.MatchNode | Aspose.Words per .NET

    ReplacingArgs MatchNode proprietà. Ottiene il nodo che contiene linizio della corrispondenza in C#.... Replace ( new Regex ( "\\[MY_DOCUMENT\\]"...ReplaceAction IReplacingCallback . Replacing ( ReplacingArgs args ) { Document...

    reference.aspose.com/words/it/net/aspose.words....
  2. FindReplaceOptions.UseSubstitutions | Aspose.Wo...

    FindReplaceOptions UseSubstitutions ملكية. الحصول على قيمة منطقية أو تعيينها تشير إلى ما إذا كان سيتم التعرف على البدائل واستخدامها ضمن أنماط الاستبدال. القيمة الافتراضية هيخطأ شنيع في C#.... Replace ( regex , @"$2 took money from...([A-z]+)" ); doc . Range . Replace ( regex , @"$3 bought a $2...

    reference.aspose.com/words/ar/net/aspose.words....
  3. Aspose.PSD для .NET 23.4 - Примітки до випуску|...

    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.... Replace ( textSplit [ i ], "<.*?>"...>" , String . Empty ). Replace ( "br/" , "//" ); textData . AddPortion...

    docs.aspose.com/psd/uk/net/aspose-psd-for-net-2...
  4. FindReplaceOptions.UseLegacyOrder | Aspose.Word...

    FindReplaceOptions UseLegacyOrder proprietà. True indica che una ricerca di testo viene eseguita in sequenza dallalto verso il basso considerando le caselle di testo. Il valore predefinito èfalso in C#.... Replace ( new Regex ( @"\[tag \d*\]"...ReplaceAction IReplacingCallback . Replacing ( ReplacingArgs e ) { Matches...

    reference.aspose.com/words/it/net/aspose.words....
  5. Migration Between Versions – Aspose.HTML for .NET

    The articles in this chapter supply information about the deprecated classes of Aspose.HTML for .NET API and provide examples of how to replace them with new ones....2 replaces the deprecated IOutputStorage...enumerations of System.Drawing , were replaced with our implementations in...

    docs.aspose.com/html/net/migration-between-vers...
  6. ConnectionPointPlace not defined - Free Support...

    A very basic question. But didn’t find the solution so far. I am trying to connect in python two Rectangle shapes (to be generated in visio format). I am using ConnectionPointPlace method but get the error - “name ‘Con…...id # Replace with your actual shape ID shapeIdStar...diagram.pages[0].shapes[1].id # Replace with your actual shape ID shapeIdConnector...

    forum.aspose.com/t/connectionpointplace-not-def...
  7. FindReplaceOptions.UseSubstitutions | Aspose.Wo...

    FindReplaceOptions UseSubstitutions proprietà. Ottiene o imposta un valore booleano che indica se riconoscere e utilizzare le sostituzioni allinterno dei modelli di sostituzione. Il valore predefinito èfalso in C#.... Replace ( regex , @"$2 took money from...([A-z]+)" ); doc . Range . Replace ( regex , @"$3 bought a $2...

    reference.aspose.com/words/it/net/aspose.words....
  8. FindReplaceOptions.UseSubstitutions | Aspose.Wo...

    FindReplaceOptions UseSubstitutions fast egendom. Hämtar eller ställer in ett booleskt värde som indikerar om ersättningar ska identifieras och användas inom ersättningsmönster. Standardvärdet ärfalsk i C#.... Replace ( regex , @"$2 took money from...([A-z]+)" ); doc . Range . Replace ( regex , @"$3 bought a $2...

    reference.aspose.com/words/sv/net/aspose.words....
  9. FindReplaceOptions.use_legacy_order property | ...

    FindReplaceOptions.use_legacy_order property. True indicates that a text search is performed sequentially from top to bottom considering the text boxes...replacing class FindReplaceOptions FindReplaceOptions...FindReplaceOptions.smart_paragraph_break_replacement property FindReplaceOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Mergefield Calculation - Free Support Forum - a...

    Scenario: We have a merge field defined as: { MERGEFIELD phone # “(000) 000’-'0000” } In the data source, the value for phone is: (734) 123-4567 Actual behavior (Aspose.Words): Aspose interprets the value as a mathem…...Replace("(", "").Replace(")", "").Replace("-", "").Replace("...Replace(" ", ""); } public void ImageFieldMerging(ImageFieldMergingArg...

    forum.aspose.com/t/mergefield-calculation/311156