Sort Score
Result 10 results
Languages All
Labels All
Results 5,231 - 5,240 of 18,524 for

paragraph

(0.25 sec)
  1. Aspose.PSD for .NET 19.9 - 릴리스 노트|Documentation

    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 T:Aspose.PSD.FileFormats.Psd...portions [ 3 ]. Text != "Second paragraph\r" ) { throw new Exception...

    docs.aspose.com/psd/ko/net/aspose-psd-for-net-1...
  2. ListLabel.LabelString | Aspose.Words per .NET

    Scopri la proprietà LabelString di ListLabel per una semplice rappresentazione in formato stringa delle etichette degli elenchi, migliorando così la presentazione e l'organizzazione dei tuoi dati senza sforzo.... Paragraph , true ); // Verifica se abbiamo...foreach ( Paragraph paragraph in paras . OfType < Paragraph >(). Where...

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

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

    blog.aspose.com/pl/words/extract-text-from-word...
  4. Chercher

    chercher...Dans la boucle, accédez aux paragraphes à l’aide de la méthode I...raphs() . Parcourez les paragraphes et accédez aux parties à...

    blog.aspose.com/fr/slides/extract-text-from-pow...
  5. Lavorare con le forme Paragrafo|Documentation

    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....rectangleId ); //Get shape's paragraph Para para = rectangle . Paras...0 ]; //Set horizontal of paragraph para . HorzAlign . Value =...

    docs.aspose.com/diagram/it/net/working-with-sha...
  6. Verwalten von Aufzählungs‑ und nummerierten Lis...

    Erfahren Sie, wie Sie Aufzählungs‑ und nummerierte Listen in PowerPoint‑ und OpenDocument‑Präsentationen mit Aspose.Slides für Java verwalten. Schritt‑für‑Schritt‑Anleitung....Absatzinstanz mit der Klasse Paragraph . Legen Sie den Aufzählungstyp...eines Absatzes Paragraph para = new Paragraph (); // Festlegen...

    docs.aspose.com/slides/de/java/manage-bullet/
  7. Gestionar listas con viñetas y numeradas en pre...

    Aprenda a gestionar listas con viñetas y numeradas en presentaciones de PowerPoint y OpenDocument usando Aspose.Slides para Java. Guía paso a paso....de párrafo usando la clase Paragraph . Establece el tipo de viñeta...Crear un párrafo Paragraph para = new Paragraph (); // Establecer...

    docs.aspose.com/slides/es/java/manage-bullet/
  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. Фрагмент|Aspose.Slides для Node.js через .NET Д...

    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....getCount (); i ++ ) { const paragraph = textFrame . getParagraphs...); for ( let j = 0 ; j < paragraph . getPortions (). getCount...

    docs.aspose.com/slides/ru/nodejs-java/portion/
  10. 使用 Python 管理演示文稿中的文本片段|Aspose.Slides for Python 文档

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中管理文本片段,从而提升性能和自定义能力。...text_frame for paragraph in text_frame . paragraphs : for portion...portion in paragraph . portions : point = portion . get_coordinates...

    docs.aspose.com/slides/zh/python-net/portion/