Sort Score
Result 10 results
Languages All
Labels All
Results 1,471 - 1,480 of 2,317 for

trim document

(0.08 sec)
  1. WriteProtection.SetPassword | Aspose.Words لـ .NET

    أمّن مستنداتك باستخدام طريقة WriteProtection SetPassword. حدّد كلمة مرور بسهولة لتعزيز أمان مستنداتك ومنع الوصول غير المصرّح به.... Document doc = new Document (); DocumentBuilder...Writeln ( "Hello world! This document is protected." ); // أدخل...

    reference.aspose.com/words/ar/net/aspose.words....
  2. WriteProtection.ValidatePassword | Aspose.Words...

    Proteggi i tuoi Documenti con il metodo WriteProtection ValidatePassword. Verifica facilmente se la password corrisponde al livello di protezione del Documento per una maggiore sicurezza.... Document doc = new Document (); DocumentBuilder...Writeln ( "Hello world! This document is protected." ); // Inserisci...

    reference.aspose.com/words/it/net/aspose.words....
  3. FindReplaceOptions.MatchCase | Aspose.Words per...

    FindReplaceOptions MatchCase proprietà. Vero indica un confronto con distinzione tra maiuscole e minuscole falso indica un confronto senza distinzione tra maiuscole e minuscole in C#.... Document doc = new Document (); DocumentBuilder...necklace." , doc . GetText (). Trim ()); Guarda anche class FindReplaceOptions...

    reference.aspose.com/words/it/net/aspose.words....
  4. WriteProtection.ReadOnlyRecommended | Aspose.Wo...

    Upptäck egenskapen WriteProtection ReadOnlyRecommended, som vägleder användare att öppna dokument i skrivskyddat läge för förbättrad säkerhet och integritet.... Document doc = new Document (); DocumentBuilder...Writeln ( "Hello world! This document is protected." ); // Ange...

    reference.aspose.com/words/sv/net/aspose.words....
  5. التلاعب بخصائص الصفحة|Aspose.PDF for .NET

    يشرح هذا القسم كيفية التلاعب بخصائص الصفحة باستخدام واجهات Aspose.PDF من خلال فئة PdfPageEditor.... () { // The path to the documents directory var dataDir = RunExamples...GetDataDir_AsposePdf (); // Open PDF document using ( var pageEditor = new...

    docs.aspose.com/pdf/ar/net/manipulate-page-prop...
  6. ReplacingArgs Class | Aspose.Words för .NET

    Upptäck klassen Aspose.Words.Replacing.ReplacingArgs för effektiv anpassad textersättning i dina dokument. Förbättra ditt arbetsflöde idag!...ReplaceWithCallback () { Document doc = new Document (); DocumentBuilder...opening!" , doc . GetText (). Trim ()); Assert . AreEqual ( "\"New...

    reference.aspose.com/words/sv/net/aspose.words....
  7. FindReplaceOptions.IgnoreFieldCodes | Aspose.Wo...

    اكتشف خاصية FindReplaceOptions IgnoreFieldCodes لإدارة النصوص في رموز الحقول بسهولة. تحكم في الرؤية بإعداد منطقي بسيط!... Document doc = new Document (); DocumentBuilder...\u0015" , doc . GetText (). Trim ()); أنظر أيضا class FindReplaceOptions...

    reference.aspose.com/words/ar/net/aspose.words....
  8. FindReplaceOptions.FindWholeWordsOnly | Aspose....

    Upptäck hur egenskapen FindWholeWordsOnly förbättrar din sökning med korrekta resultat, vilket säkerställer att oldValue bara matchar som ett fristående ord.... Document doc = new Document (); DocumentBuilder...Louisville." , doc . GetText (). Trim ()); Se även class FindReplaceOptions...

    reference.aspose.com/words/sv/net/aspose.words....
  9. CompositeNode.LastChild | Aspose.Words per .NET

    Scopri la proprietà CompositeNode LastChild per accedere e manipolare facilmente l'ultimo nodo figlio, migliorando la gestione della struttura dei dati.... Document doc = new Document (); DocumentBuilder...2 text." , doc . GetText (). Trim ()); Guarda anche class Node...

    reference.aspose.com/words/it/net/aspose.words/...
  10. C# でドキュメントのクローンを作成する|.NET用Aspose.Words

    C# を使用してドキュメントのクローンを作成し、同一のコピーを取得します。コピーを作成すると、元のドキュメントのノードとプロパティが複製されます。...// Create a document. Document doc = new Document (); DocumentBuilder...Writeln ( "This is the original document before applying the clone...

    docs.aspose.com/words/ja/net/clone-a-document/