Sort Score
Result 10 results
Languages All
Labels All
Results 1,621 - 1,630 of 2,652 for

trim document

(0.14 sec)
  1. FindReplaceOptions Class | Aspose.Words för .NET

    Upptäck klassen Aspose.Words.FindReplaceOptions för avancerade sök- och ersättningsfunktioner, vilket förbättrar dokumentredigering med precision och flexibilitet.... Document doc = new Document (); DocumentBuilder...necklace." , doc . GetText (). Trim ()); Visar hur man växlar mellan...

    reference.aspose.com/words/sv/net/aspose.words....
  2. ค้นหา

    ค้นหา...ล์อื่น ๆ ได้หลากหลาย คลาส Document ของ API แสดงถึงเอกสารที่โหลดในรูปแบบที่กำหนด...โหลดไฟล์ข้อความโดยใช้คลาส Document บันทึกเป็น PDF โดยใช้วิธี Document.save() ใ...

    blog.aspose.com/th/words/convert-text-to-pdf-us...
  3. Lưu trữ

    Lưu trữ...liệu văn bản vào đối tượng Document. Vui lòng tải xuống JAR của...dạng PDF bằng phương thức Document.save(). Nó lấy đường dẫn tệp...

    blog.aspose.com/vi/words/convert-text-to-pdf-us...
  4. Paragraph.ListFormat | Aspose.Words för .NET

    Upptäck egenskapen Paragraph ListFormat för att enkelt komma åt och anpassa styckets listformatering och förbättra dokumentets presentation.... Document doc = new Document (); DocumentBuilder...$"\t\" { para . GetText (). Trim ()} \ "" ); } Se även class...

    reference.aspose.com/words/sv/net/aspose.words/...
  5. Paragraph.ListFormat | Aspose.Words per .NET

    Scopri la proprietà Paragraph ListFormat per accedere facilmente e personalizzare la formattazione dell'elenco dei paragrafi, migliorando la presentazione del tuo Documento.... Document doc = new Document (); DocumentBuilder...$"\t\" { para . GetText (). Trim ()} \ "" ); } Guarda anche class...

    reference.aspose.com/words/it/net/aspose.words/...
  6. OdtSaveOptions.Password | Aspose.Words لـ .NET

    أمّن مستنداتك باستخدام خاصية كلمة المرور في OdtSaveOptions. يمكنك بسهولة تعيين كلمة مرور أو استردادها لضمان تشفير قوي وحماية بيانات مُحسّنة.... Document doc = new Document (); DocumentBuilder...الصحيحة لمنشئ التحميل. doc = new Document ( ArtifactsDir + "OdtSaveOptions...

    reference.aspose.com/words/ar/net/aspose.words....
  7. OdtSaveOptions.Password | Aspose.Words för .NET

    Skydda dina dokument med OdtSaveOptions lösenordsegenskap. Ställ enkelt in eller hämta ett lösenord för robust kryptering och förbättrat dataskydd.... Document doc = new Document (); DocumentBuilder...laddningskonstruktor. doc = new Document ( ArtifactsDir + "OdtSaveOptions...

    reference.aspose.com/words/sv/net/aspose.words....
  8. OdtSaveOptions.SaveFormat | Aspose.Words per .NET

    Scopri come la proprietà SaveFormat di OdtSaveOptions ti consente di salvare facilmente i Documenti nei formati Odt o Ott, garantendo compatibilità e flessibilità.... Document doc = new Document (); DocumentBuilder...di caricamento. doc = new Document ( ArtifactsDir + "OdtSaveOptions...

    reference.aspose.com/words/it/net/aspose.words....
  9. PlainTextDocument.BuiltInDocumentProperties | A...

    اكتشف خاصية PlainTextDocument BuiltInDocumentProperties للوصول بسهولة إلى بيانات التعريف الأساسية للمستندات وإدارتها لتحسين تنظيم المستندات.... Document doc = new Document (); DocumentBuilder...world!" , plaintext . Text . Trim ()); Assert . AreEqual ( "John...

    reference.aspose.com/words/ar/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/