Sort Score
Result 10 results
Languages All
Labels All
Results 6,651 - 6,660 of 18,331 for

paragraph

(0.11 sec)
  1. Архивы

    Архивы...Paragraphs.Add(Table) . Сохраните файл...таблицу на страницу page.Paragraphs.Add(table); // Сохраните...

    blog.aspose.com/ru/pdf/create-table-in-pdf-file...
  2. Arsip

    Arsip...Paragraphs.Add(Table) . Simpan file...Tambahkan tabel ke halaman page.Paragraphs.Add(table); // Simpan dokumen...

    blog.aspose.com/id/pdf/create-table-in-pdf-file...
  3. تحويل عروض PowerPoint إلى فيديو باستخدام Python...

    تعرّف على كيفية تحويل عروض PowerPoint وOpenDocument إلى فيديو باستخدام Python. اكتشف عينة الشيفرة وتقنيات الأتمتة لتبسيط سير عملك.... Paragraph () para1 . portions . add...Python" )) para2 = slides . Paragraph () para2 . portions . add...

    docs.aspose.com/slides/ar/python-net/convert-po...
  4. HTML-Dokument bearbeiten – Aspose.HTML for .NET

    Lernen Sie, das Document Object Model zu lesen oder zu ändern, ein HTML-Element zu erstellen und Inline-CSS, internes CSS und externes CSS zu verwenden.... Body ; 7 8 // Create a paragraph element 9 HTMLParagraphElement...SetAttribute ( "id" , "my-paragraph" ); 13 14 // Create a text...

    docs.aspose.com/html/de/net/edit-html-document/
  5. Absatzgrenzen aus Präsentationen in C++ abrufen...

    Erfahren Sie, wie Sie in Aspose.Slides für C++ die Grenzen von Absätzen und Textportionen abrufen können, um die Textpositionierung in PowerPoint-Präsentationen zu optimieren....rechteckigen Koordinaten eines Paragraphs innerhalb der Absatzsammlung...auto rect = textFrame -> get_Paragraphs () -> idx_get ( 0 ) -> GetRect...

    docs.aspose.com/slides/de/cpp/paragraph/
  6. Aspose::Words::Document::UpdateWordCount method...

    Aspose::Words::Document::UpdateWordCount method. Updates word count properties of the document in C++....updates Characters, Words and Paragraphs properties in the BuiltInDocumentPrope...get_BuiltInDocumentPrope () -> get_Paragraphs ()); ASSERT_EQ ( 1 , doc...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. Obtenez les titres de toutes les diapositives|D...

    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....Déclarez un séparateur de paragraphes. string paragraphSeparator...chaque paragraphe de cette forme. foreach ( var paragraph in shape...

    docs.aspose.com/slides/fr/net/get-the-titles-of...
  8. Extraction de texte depuis la présentation|Docu...

    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....) //Boucle à travers les paragraphes dans le TextFrame actuel...foreach ( Paragraph para in textFramesSlideOne [ i ]. Paragraphs ) //Boucle...

    docs.aspose.com/slides/fr/cpp/extracting-text-f...
  9. Integrate Excel Data into PowerPoint Presentati...

    Read data from Excel workbooks in Aspose.Slides using the ExcelDataWorkbook API. Load sheets and cells and use values to generate data-driven PowerPoint presentations....get_Slide ( 0 )); // Get paragraphs from the target shape (assumes...shape index 1 is used). auto paragraphs = ExplicitCast < IAutoShape...

    docs.aspose.com/slides/cpp/excel-integration/
  10. 档案

    档案...(SharedPtr<IParagraph> paragraph : textFramesSlideOne[i]->get_Paragraphs()) { //...(SharedPtr<IPortion> portion : paragraph->get_Portions()) { // 显示文字...

    blog.aspose.com/zh/slides/extract-text-from-pow...