Sort Score
Result 10 results
Languages All
Labels All
Results 3,441 - 3,450 of 18,319 for

paragraphs

(0.15 sec)
  1. Document.UpdateListLabels | Aspose.Words för .NET

    Uppdatera enkelt alla listobjektsetiketter i ditt dokument med metoden UpdateListLabels, vilket säkerställer konsekvens och tydlighet i ditt innehåll.... Paragraph , true ); // Se om vi har...foreach ( Paragraph paragraph in paras . OfType < Paragraph >(). Where...

    reference.aspose.com/words/sv/net/aspose.words/...
  2. ReplaceAction enumeration | Aspose.Words for No...

    Aspose.Words.Replacing.ReplaceAction enumeration. Allows the user to specify what happens to the current match during a replace operation....Insert a document after the paragraph containing the matched text...text. let para = ( Paragraph ) args . matchNode . parentNode ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Node.ParentNode | Aspose.Words for .NET

    Discover the Node ParentNode property to easily access the immediate parent of any node, enhancing your web development efficiency and code clarity....Document doc = new Document (); Paragraph para = doc . FirstSection...node to the document's first paragraph. Run run = new Run ( doc ...

    reference.aspose.com/words/net/aspose.words/nod...
  4. Node.parent_node property | Aspose.Words for Py...

    Node.parent_node property. Gets the immediate parent of this node.... first_paragraph # Append a child Run node...node to the document's first paragraph. run = aw . Run ( doc = doc...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ParagraphCollection.Item | Aspose.Words per .NET

    Accedi facilmente a paragrafi specifici con la proprietà ParagraphCollection Item. Recupera qualsiasi paragrafo tramite indice per una gestione fluida del testo....Recupera un Paragraph all’indice dato. public Paragraph this [ int...ParagraphCollection paragraphs = doc . FirstSection . Body . Paragraphs ; //...

    reference.aspose.com/words/it/net/aspose.words/...
  6. TabStopCollection.Before | Aspose.Words لـ .NET

    اكتشف طريقة TabStopCollection Before، واسترجع بشكل فعال علامة التبويب اليسرى الأقرب للتنقل بسلاسة في تطبيقك....ParagraphCollection paragraphs = doc . FirstSection . Body . Paragraphs ; Assert...Assert . AreEqual ( 2 , paragraphs . Count ); // تحصل كل فقرة على...

    reference.aspose.com/words/ar/net/aspose.words/...
  7. TabStopCollection.After | Aspose.Words لـ .NET

    اكتشف طريقة TabStopCollection After لاسترداد علامة التبويب الأولى الموجودة على يمين الموضع المحدد بكفاءة لضمان التنقل السلس....ParagraphCollection paragraphs = doc . FirstSection . Body . Paragraphs ; Assert...Assert . AreEqual ( 2 , paragraphs . Count ); // تحصل كل فقرة على...

    reference.aspose.com/words/ar/net/aspose.words/...
  8. ControlChar.FIELD_SEPARATOR_CHAR property | Asp...

    ControlChar.FIELD_SEPARATOR_CHAR property. Field separator character separates field code from field value...new line and starts a new paragraph. self . assertEqual ( 1 ,...get_child_nodes ( aw . NodeType . PARAGRAPH , True ) . count ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ControlChar.COLUMN_BREAK_CHAR property | Aspose...

    ControlChar.COLUMN_BREAK_CHAR property. End of column character: (char)14....new line and starts a new paragraph. self . assertEqual ( 1 ,...get_child_nodes ( aw . NodeType . PARAGRAPH , True ) . count ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ControlChar.PAGE_BREAK property | Aspose.Words ...

    ControlChar.PAGE_BREAK property. Page break character: \x000c or \f...new line and starts a new paragraph. self . assertEqual ( 1 ,...get_child_nodes ( aw . NodeType . PARAGRAPH , True ) . count ) builder...

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