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

paragraphs

(0.45 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. 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...
  3. 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...
  4. Перемещение абзаца из одной презентации в другу...

    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-...
  5. Aspose.Words Modello oggetto documento (DOM)|As...

    Document Object Model (DOM) è una rappresentazione in memoria di un documento Word. Leggere, manipolare e modificare il contenuto e la formattazione di un documento di Word utilizzando Java....nodi, ad esempio Section o Paragraph , derivano dalla classe CompositeNode...seguente. Document , Section , Paragraph , Table , Shape , Run , e...

    docs.aspose.com/words/it/java/aspose-words-docu...
  6. Aspose.Words Document Object Model (DOM) em C#|...

    Document Object Model (DOM) é uma representação na memória de um documento do Word. Leia, manipule e modifique o conteúdo e a formatação de um documento do Word usando C#.... por exemplo, Section ou Paragraph , derivam da classe CompositeNode...abaixo. Document , Section , Paragraph , Table , Shape , Run e todas...

    docs.aspose.com/words/pt/net/aspose-words-docum...
  7. Aspose.Words Dokument Voorwerp Model (DOM) in C...

    Dokument Object Model (DOM) is'n in-geheue voorstelling van'n Word dokument. Lees, manipuleer en verander die inhoud en formatering van'n Word-dokument met behulp van C#....bevat, byvoorbeeld Section of Paragraph , is afgelei van die CompositeNode...getoon. Document , Section , Paragraph , Table , Shape , Run , en...

    docs.aspose.com/words/af/net/aspose-words-docum...
  8. 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...
  9. Архів

    Архів...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...
  10. 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/