Sort Score
Result 10 results
Languages All
Labels All
Results 5,241 - 5,250 of 18,540 for

paragraph

(0.29 sec)
  1. ListCollection.Item | Aspose.Words per .NET

    Accedi facilmente agli elementi di ListCollection tramite indice. Semplifica la gestione dei dati e migliora l'efficienza della tua programmazione con questa potente proprietà!...Writeln ( "Paragraph 1" ); builder . Writeln ( "Paragraph 2" ); builder...builder . Write ( "Paragraph 3" ); NodeCollection paras = doc...

    reference.aspose.com/words/it/net/aspose.words....
  2. Archiwa

    Archiwa... public static List<Paragraph> ParagraphsByStyleNam(Document...List<Paragraph> paragraphsWithStyle = new List<Paragraph>(); NodeCollection...

    blog.aspose.com/pl/words/extract-text-from-word...
  3. إدارة القوائم النقطية والمرقمة في العروض التقدي...

    تعرّف على كيفية إدارة القوائم النقطية والمرقمة في عروض PowerPoint وOpenDocument باستخدام Aspose.Slides لأندرويد عبر جافا. دليل خطوة بخطوة....الفقرة الأولى باستخدام فئة Paragraph . تعيين نوع النقطة للفقرة...); // إنشاء فقرة Paragraph para = new Paragraph (); // تعيين نمط...

    docs.aspose.com/slides/ar/androidjava/manage-bu...
  4. TabStopCollection.Before | Aspose.Words per .NET

    Scopri il metodo TabStopCollection Before e recupera in modo efficiente la tabulazione a sinistra più vicina per una navigazione fluida nella tua applicazione....ParagraphCollection paragraphs = doc . FirstSection . Body . Paragraphs ; Assert...Assert . AreEqual ( 2 , paragraphs . Count ); // Ogni paragrafo...

    reference.aspose.com/words/it/net/aspose.words/...
  5. 在 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/zh/cpp/animated-text/
  6. Hyperlien|Documentation d'Aspose.Slides pour No...

    Ajoutez et gérez les hyperliens dans Aspose.Slides pour Node.js: texte du lien, formes et images, définissez les cibles et les actions pour PPT, PPTX et ODP avec des exemples....setText ( "Aspose" ); let paragraph = shape . getTextFrame ()...( 0 ); let textPortion = paragraph . getPortions (). get_Item...

    docs.aspose.com/slides/fr/nodejs-java/examples/...
  7. Hyperlien|Documentation d'Aspose.Slides pour PHP

    Ajouter, modifier et supprimer des hyperliens en PHP avec Aspose.Slides : texte de lien, formes, diapositives, URL et e‑mail ; définir les cibles et les actions pour PPT, PPTX et ODP....-> setText ( "Aspose" ); $paragraph = $shape -> getTextFrame ()...get_Item ( 0 ); $portion = $paragraph -> getPortions () -> get_Item...

    docs.aspose.com/slides/fr/php-java/examples/ele...
  8. Adding Tables to PDF using Python|Aspose.PDF fo...

    Aspose.PDF for Python via .NET is a library used to create, read, and edit PDF Tables. Check other advanced functions in this topic.... paragraphs . add ( table ) # Save updated...to paragraphs collection of cell object cell . paragraphs . add...

    docs.aspose.com/pdf/python-net/adding-tables/
  9. Rotar texto dentro de PDF usando C#|Aspose.PDF ...

    Aprende cómo rotar texto dentro de archivos PDF en .NET usando Aspose.PDF para ajustar la alineación del texto y mejorar la presentación.... Add (); var paragraph = new Aspose . Pdf . Text...Text . TextParagraph (); paragraph . Position = new Aspose . Pdf...

    docs.aspose.com/pdf/es/net/rotate-text-inside-pdf/
  10. DocumentBuilder.move_to_document_start method |...

    DocumentBuilder.move_to_document_start method. Moves the cursor to the beginning of the document....end_bookmark ( 'MyBookmark' ) first_paragraph_nodes = doc . first_section...first_section . body . first_paragraph . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...