Sort Score
Result 10 results
Languages All
Labels All
Results 4,631 - 4,640 of 18,509 for

paragraphs

(0.17 sec)
  1. ParagraphFormat.word_wrap property | Aspose.Wor...

    ParagraphFormat.word_wrap property. If this property is ``False``, Latin text in the middle of a word can be wrapped for the current paragraph...be wrapped for the current paragraph. Otherwise Latin text is wrapped...first_section . body . first_paragraph . paragraph_format format . far...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Перемещение абзаца из одной презентации в другу...

    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.... Paragraph p1 = textBody1 . Elements...Elements < Drawing . Paragraph >(). First (); // Получаем первый слайд...

    docs.aspose.com/slides/ru/net/move-a-paragraph-...
  3. Comment lire un document Word en C#

    Ce bref tutoriel vous explique comment lire un document Word en C#. Pour lire du texte à partir d'un document Word, les détails de l'environnement C# et un exemple de code exécutable avec description sont partagés....type Paragraph du document Convertissez chaque paragraphe en chaîne...puis en accédant à tous ses paragraphes pour afficher le texte. Il...

    kb.aspose.com/fr/words/net/how-to-read-word-doc...
  4. Mathetext|Aspose.Slides Dokumentation

    Entdecken Sie Beispiele für MathematicalText mit Aspose.Slides für .NET: Erstellen und formatieren Sie Gleichungen, Brüche, Matrizen und Symbole mit C# in PPT-, PPTX- und ODP-Präsentationen.... Paragraphs [ 0 ]. Portions [ 0 ]). MathParagraph...= null && s . TextFrame . Paragraphs . Any ( p => p . Portions...

    docs.aspose.com/slides/de/net/examples/elements...
  5. Range.revisions property | Aspose.Words for Python

    Range.revisions property. Gets a collection of revisions (tracked changes) that exist in this range....docx' ) paragraph = doc . first_section . body...body . first_paragraph for revision in paragraph . range . revisions...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Edit HTML in C# – Aspose.HTML for .NET

    Code to edit HTML files in C#. Use Aspose.HTML for .NET API features to create, remove, or edit content of an HTML document....Body; // Create a new paragraph element var p = (HTMLPara...CreateTextNode( "We add a new paragraph to an HTML document." ); //...

    products.aspose.com/html/net/editor/html/
  7. Markdown Lists – C# Code Examples

    Creating Markdown Lists in C#. Use the Aspose.HTML for .NET library to create ordered and unordered Markdown lists....AppendChild(li1); // Create a paragraph with text content and add...the li1 item var paragraph = mdf.Paragraph(); var heading = mdf...

    products.aspose.com/html/net/markdown-list/
  8. Архів

    Архів...auto paragraph = autoShape->get_TextFrame()->get_Paragraphs()->idx_get(0);...ainSequence()->AddEffect(paragraph, EffectType::Fly, EffectSubtype::Left...

    blog.aspose.com/uk/slides/apply-animation-to-te...
  9. C++ で PowerPoint テキストをアニメーション化|Aspose.Slides ドキ...

    Aspose.Slides for C++ を使用して、PowerPoint および OpenDocument のプレゼンテーションで動的なアニメーションテキストを作成し、わかりやすく最適化された C++ コード例を提供します。...() -> idx_get ( 0 )); auto paragraph = autoShape -> get_TextFrame...get_TextFrame () -> get_Paragraphs () -> idx_get ( 0 ); // 選択された段落に Fly...

    docs.aspose.com/slides/ja/cpp/animated-text/
  10. ハイパーリンク|Aspose.Slides for PHP ドキュメント

    Aspose.Slides を使用した PHP でハイパーリンクを追加、編集、削除します: テキスト、図形、スライド、URL、メールへのリンク; PPT、PPTX、ODP 用のターゲットとアクションを設定します。...-> setText ( "Aspose" ); $paragraph = $shape -> getTextFrame ()...get_Item ( 0 ); $portion = $paragraph -> getPortions () -> get_Item...

    docs.aspose.com/slides/ja/php-java/examples/ele...