Sort Score
Result 10 results
Languages All
Labels All
Results 3,511 - 3,520 of 18,485 for

paragraphs

(0.1 sec)
  1. FrameFormat.HorizontalDistanceFromText | Aspose...

    Scopri la proprietà FrameFormat HorizontalDistanceFromText per misurare lo spazio tra i frame e il testo in punti, migliorando così il layout del tuo documento....Document ( MyDir + "Paragraph frame.docx" ); Paragraph paragraphFrame...FirstSection . Body . Paragraphs . OfType < Paragraph >(). First ( p...

    reference.aspose.com/words/it/net/aspose.words/...
  2. FrameFormat.RelativeVerticalPosition | Aspose.W...

    Scopri la proprietà FrameFormat RelativeVerticalPosition per determinare facilmente l'allineamento verticale di una cornice, migliorando il layout e il design del tuo documento....Document ( MyDir + "Paragraph frame.docx" ); Paragraph paragraphFrame...FirstSection . Body . Paragraphs . OfType < Paragraph >(). First ( p...

    reference.aspose.com/words/it/net/aspose.words/...
  3. FrameFormat.VerticalDistanceFromText | Aspose.W...

    Scopri la proprietà FrameFormat VerticalDistanceFromText per regolare facilmente la spaziatura verticale in punti tra la cornice e il testo circostante, per un controllo migliorato del layout....Document ( MyDir + "Paragraph frame.docx" ); Paragraph paragraphFrame...FirstSection . Body . Paragraphs . OfType < Paragraph >(). First ( p...

    reference.aspose.com/words/it/net/aspose.words/...
  4. FrameFormat.HorizontalAlignment | Aspose.Words ...

    Scopri la proprietà FrameFormat HorizontalAlignment per regolare e ottimizzare facilmente l'allineamento orizzontale della cornice per un migliore controllo del design....Document ( MyDir + "Paragraph frame.docx" ); Paragraph paragraphFrame...FirstSection . Body . Paragraphs . OfType < Paragraph >(). First ( p...

    reference.aspose.com/words/it/net/aspose.words/...
  5. 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/...
  6. 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...
  7. 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...
  8. 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...
  9. 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/...
  10. 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/...