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

paragraphs

(0.92 sec)
  1. Mức độ logic của các nút trong tài liệu|Aspose....

    Trong tài liệu Aspose.Words dành cho Python via .NET đã đề cập đến các mức logic của nút – cấp khối, cấp nội tuyến hoặc cấp hàng. Cấp độ nút được sử dụng để mô tả vị trí trong cây tài liệu nơi nút thường xuất hiện....biểu thị bằng các đối tượng Paragraph và Table ở cấp Khối. Ngoài...bởi các lớp sau: Tables và Paragraphs , là các nút cấp khối quan...

    docs.aspose.com/words/vi/python-net/logical-lev...
  2. Panoramica del Prodotto|Aspose.Words per Python...

    Aspose.Words for Python via .NET è una libreria software progettata per creare, modificare, convertire, eseguire il rendering e stampare documenti senza fare affidamento su nessun altro software.... Document , Paragraph , Bookmark , Range , Section...Section.page_setup e Paragraph.paragraph_format sono alcune delle...

    docs.aspose.com/words/it/python-net/product-ove...
  3. Konwertuj TXT na PPT przez C# .NET lub za pomoc...

    Konwertuj dokumenty Word txt na pliki ppt programu PowerPoint za pomocą C#. Konwertuj wiele plików w ASP.NET lub innych aplikacjach .NET....AddTextFrame ( "" ); // Clearing all paragraphs in added text frame ashape...ashape . TextFrame . Paragraphs . Clear (); // Loading the HTML file...

    products.aspose.com/total/pl/net/conversion/txt...
  4. Konwertuj TXT na POTM przez C# .NET lub za pomo...

    Konwertuj dokumenty Word txt na pliki potm programu PowerPoint za pomocą C#. Konwertuj wiele plików w ASP.NET lub innych aplikacjach .NET....AddTextFrame ( "" ); // Clearing all paragraphs in added text frame ashape...ashape . TextFrame . Paragraphs . Clear (); // Loading the HTML file...

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

    تحويل مستندات Word txt إلى ملفات PowerPoint pptm باستخدام 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...
  6. A TXT konvertálása PPSM-re C# .NET-en keresztül...

    Konvertálja a Word txt dokumentumokat PowerPoint ppsm 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...
  7. 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...
  8. 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...
  9. تحويل 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...
  10. Pythonを使用してWordの改ページを削除する方法

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

    kb.aspose.com/ja/words/python/how-to-delete-pag...