Sort Score
Result 10 results
Languages All
Labels All
Results 8,321 - 8,330 of 18,529 for

paragraph

(0.26 sec)
  1. NodeCollection.Add | Aspose.Words لـ .NET

    اكتشف طريقة NodeCollection Add لإضافة العقد إلى مجموعتك بسهولة، مما يعزز إدارة البيانات لديك بسهولة وكفاءة.... Paragraph , doc . Sections [ 0 ]. Body...Assert . AreEqual ( NodeType . Paragraph , doc . Sections [ 1 ]. Body...

    reference.aspose.com/words/ar/net/aspose.words/...
  2. TabAlignment Enum | Aspose.Words per .NET

    Scopri l'enum Aspose.Words.TabAlignment per l'allineamento personalizzabile delle tabulazioni. Migliora la formattazione dei documenti con precisione e flessibilità oggi stesso!...Document doc = new Document (); Paragraph para = doc . FirstSection.... Save ( ArtifactsDir + "Paragraph.TabStops.docx" ); Guarda anche...

    reference.aspose.com/words/it/net/aspose.words/...
  3. Node.NextSibling | Aspose.Words for .NET

    Discover the Node NextSibling property to easily access the next node in your DOM. Enhance your JavaScript skills and streamline your coding today!...= new Document ( MyDir + "Paragraphs.docx" ); for ( Node node...= new Document ( MyDir + "Paragraphs.docx" ); // Any node that...

    reference.aspose.com/words/net/aspose.words/nod...
  4. Node.NodeTypeToString | Aspose.Words for .NET

    Discover the Node NodeTypeToString method, effortlessly convert node type enums into user-friendly strings for seamless coding and improved readability....= new Document ( MyDir + "Paragraphs.docx" ); for ( Node node...= new Document ( MyDir + "Paragraphs.docx" ); // Any node that...

    reference.aspose.com/words/net/aspose.words/nod...
  5. CompositeNode.FirstChild | Aspose.Words for .NET

    Discover the CompositeNode FirstChild property to easily access the first child node, enhancing your coding efficiency and simplifying data management....= new Document ( MyDir + "Paragraphs.docx" ); for ( Node node...= new Document ( MyDir + "Paragraphs.docx" ); // Any node that...

    reference.aspose.com/words/net/aspose.words/com...
  6. Extraheer tekst en afbeeldingen uit PPTX-bestan...

    Python broncode om PPTX presentatie te ontleden....range(len(textFramesPPTX)): # Loop through paragraphs in current ITextFrame for...para in textFramesPPTX[i] . paragraphs: # Loop through portions...

    products.aspose.com/slides/nl/python-net/parser...
  7. استخراج فقرة من PDF|Aspose.PDF لبي إتش بي عبر جافا

    يصف هذا المقال كيفية استخدام ParagraphAbsorber - أداة خاصة في Aspose.PDF لاستخراج النص من مستندات PDF....$section -> getParagraphs () as $paragraph ) { $paragraphText = " \r\n...\r\n " ; foreach ( $paragraph -> getLines () as $line ) { foreach...

    docs.aspose.com/pdf/ar/php-java/extract-paragra...
  8. استخراج متن و تصاویر از فایل های PPTX با استفاد...

    کد منبع Python برای تجزیه PPTX ارائه....range(len(textFramesPPTX)): # Loop through paragraphs in current ITextFrame for...para in textFramesPPTX[i] . paragraphs: # Loop through portions...

    products.aspose.com/slides/fa/python-net/parser...
  9. Extrair Parágrafo de PDF|Aspose.PDF para PHP vi...

    Este artigo descreve como usar o ParagraphAbsorber - uma ferramenta especial no Aspose.PDF para extrair texto de documentos PDF....$section -> getParagraphs () as $paragraph ) { $paragraphText = " \r\n...\r\n " ; foreach ( $paragraph -> getLines () as $line ) { foreach...

    docs.aspose.com/pdf/pt/php-java/extract-paragra...
  10. Пример Hello World с использованием языка C#|As...

    Этот пример демонстрирует, как создать простой PDF-документ с текстом Hello World с помощью Aspose.PDF... Добавить TextFragment в Paragraph коллекцию страницы. Сохранить...Add text to new page page . Paragraphs . Add ( new Aspose . Pdf...

    docs.aspose.com/pdf/ru/net/hello-world-example/