Sort Score
Result 10 results
Languages All
Labels All
Results 7,951 - 7,960 of 18,355 for

paragraphs

(0.47 sec)
  1. A TXT konvertálása ODP-re C# .NET-en keresztül ...

    Konvertálja a Word txt dokumentumokat PowerPoint odp fájlokká C# segítségével. Több fájl konvertálása az ASP.NET-en vagy más .NET-alkalmazásokon belül....AddTextFrame ( "" ); // Clearing all paragraphs in added text frame ashape...ashape . TextFrame . Paragraphs . Clear (); // Loading the HTML file...

    products.aspose.com/total/hu/net/conversion/txt...
  2. Převést TXT na ODP přes C# .NET nebo pomocí bez...

    Převeďte dokumenty Word txt na soubory PowerPoint odp pomocí C#. Převeďte více souborů v rámci ASP.NET nebo jiných aplikací .NET....AddTextFrame ( "" ); // Clearing all paragraphs in added text frame ashape...ashape . TextFrame . Paragraphs . Clear (); // Loading the HTML file...

    products.aspose.com/total/cs/net/conversion/txt...
  3. تحويل TXT إلى ODP عبر C# .NET أو مع محول مجاني ...

    تحويل مستندات Word txt إلى ملفات PowerPoint odp باستخدام C#. تحويل ملفات متعددة داخل ASP.NET أو تطبيقات .NET الأخرى....AddTextFrame ( "" ); // Clearing all paragraphs in added text frame ashape...ashape . TextFrame . Paragraphs . Clear (); // Loading the HTML file...

    products.aspose.com/total/ar/net/conversion/txt...
  4. Pythonを使用してWordの改ページを削除する方法

    この記事では、Python を使用して Word の改ページを削除する方法を説明します。 IDE 設定、タスクのリスト、および Python を使用して Word ですべての改ページを削除するための実行可能なサンプル コードに関する詳細を共有します。...Document クラス オブジェクトに読み込み、その paragraphs にアクセスします すべての段落を繰り返し、各段落の前に改ページがないか確認します。...を示しています。段落コレクションの各ノードは、as_paragraph() メソッドを使用して段落にキャストされ、プロパティ...

    kb.aspose.com/ja/words/python/how-to-delete-pag...
  5. Story Class | Aspose.Words per .NET

    Scopri la classe Aspose.Words.Story, il tuo strumento essenziale per gestire in modo efficiente gli elementi a livello di blocco come paragrafi e tabelle....nodi a livello di blocco Paragraph E Table . Per saperne di più...Ottiene il tipo di questo nodo. Paragraphs { get; } Ottiene una raccolta...

    reference.aspose.com/words/it/net/aspose.words/...
  6. Revision Class | Aspose.Words för .NET

    Utforska klassen Aspose.Words.Revision för att hantera spårade ändringar i dokument. Identifiera enkelt revisionstyper för smidig dokumentredigering.... Paragraphs [ 1 ]; Node endNode = doc...doc . FirstSection . Body . Paragraphs [ 1 ]. NextSibling ; Node...

    reference.aspose.com/words/sv/net/aspose.words/...
  7. Aspose::Words::Fields::FieldSeq::get_BookmarkNa...

    Aspose::Words::Fields::FieldSeq::get_BookmarkName method. Gets or sets a bookmark name that refers to an item elsewhere in the document rather than in the current location in C++....// Each entry contains the paragraph that contains the SEQ field...bookmark's bounds. // The paragraph that contains this field will...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. Boîte de texte|Documentation Aspose.Slides

    Créez et formatez des boîtes de texte en C# avec Aspose.Slides : définissez les polices, l’alignement, le retour à la ligne, l’ajustement automatique et les liens pour peaufiner les diapositives PowerPoint et OpenDocument.... Paragraphs [ 0 ]. ParagraphFormat ....Solid ; textBox . TextFrame . Paragraphs [ 0 ]. ParagraphFormat ....

    docs.aspose.com/slides/fr/net/examples/elements...
  9. Cambiamenti nell API pubblica in Aspose.Cells 8...

    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....CharactersWithSpaces, Lines, Paragraphs Molte proprietà della classe...CharactersWithSpaces, Lines & Paragraphs. Il motivo è che le proprietà...

    docs.aspose.com/cells/it/java/public-api-change...
  10. Как читать документ Word в Java

    Этот краткий учебник содержит информацию о том, как читать документ Word на Java. Вы узнаете, как Java читает файл DOCX, с помощью пошаговых инструкций и исполняемого примера кода Java.... Перебрать все узлы типа Paragraph в документе. Преобразуйте...извлекаем все узлы абзаца. Класс Paragraph предоставляет функцию toString()...

    kb.aspose.com/ru/words/java/how-to-read-word-do...