Sort Score
Result 10 results
Languages All
Labels All
Results 5,071 - 5,080 of 18,538 for

paragraph

(1.58 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. ParagraphFormat.PageBreakBefore | Aspose.Words ...

    اكتشف خاصية ParagraphFormat PageBreakBefore، وتحكم بسهولة في فواصل الصفحات قبل الفقرات لتحسين تنسيق المستند وسهولة قراءته....Writeln ( "Paragraph 1." ); builder . Writeln ( "Paragraph 2." );...ParagraphCollection paragraphs = doc . FirstSection . Body . Paragraphs ; if...

    reference.aspose.com/words/ar/net/aspose.words/...
  3. Aspose::Words::Document::get_RevisionsView meth...

    Aspose::Words::Document::get_RevisionsView method. Gets or sets a value indicating whether to work with the original or revised version of a document in C++....:: ParagraphCollection > paragraphs = doc -> get_FirstSection...-> get_Paragraphs (); ASSERT_EQ ( u "1." , paragraphs -> idx_get...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. CleanupOptions.DuplicateStyle | Aspose.Words fö...

    Optimera dina dokument med CleanupOptions DuplicateStyle-egenskap – ta enkelt bort dubbletter av formatering för en renare och effektivare formatering. Standardvärdet är falskt.... Paragraph , "MyStyle1" ); myStyle ....Styles . Add ( StyleType . Paragraph , "MyStyle2" ); duplicateStyle...

    reference.aspose.com/words/sv/net/aspose.words/...
  5. Python で PowerPoint のテキスト段落を管理する|Aspose.Slides ...

    Aspose.Slides for Python (via .NET) を使用して段落の書式設定をマスターし、Python で PowerPoint と OpenDocument プレゼンテーションの配置、間隔、スタイルを最適化して視聴者を引き付けます。...は、段落オブジェクトを作成するための Paragraph クラスを提供します。 Paragraph オブジェクトは、1 つ以上の...するための Portion クラスを提供します。 Paragraph オブジェクトは、基礎となる Portion オブジ...

    docs.aspose.com/slides/ja/python-net/manage-par...
  6. DocumentBuilder.move_to_document_end method | A...

    DocumentBuilder.move_to_document_end method. Moves the cursor to the end 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...
  7. Texte mathématique|Documentation Aspose.Slides

    Explorez les exemples de TexteMathématique d'Aspose.Slides pour Java : créez et formatez des équations, fractions, matrices et symboles avec Java dans les présentations PPT, PPTX et ODP....Accéder au paragraphe mathématique. IParagraph paragraph = mathShape...); IPortion textPortion = paragraph . getPortions (). get_Item...

    docs.aspose.com/slides/fr/java/examples/element...
  8. Utiliser DocumentBuilder pour Modifier facileme...

    Utilisez le générateur de documents pour modifier facilement un document en C++....des Paragraphes La mise en forme actuelle du paragraphe est représentée...propriétés de mise en forme de paragraphe disponibles dans Microsoft...

    docs.aspose.com/words/fr/cpp/using-documentbuil...
  9. CompositeNode.GetChildNodes | Aspose.Words per ...

    Scopri il metodo CompositeNode GetChildNodes recupera senza sforzo una raccolta live di nodi figlio personalizzati in base al tipo specificato per prestazioni migliorate.... Paragraph paragraph = ( Paragraph ) doc . GetChild...( NodeType . Paragraph , 0 , true ); paragraph . AppendChild...

    reference.aspose.com/words/it/net/aspose.words/...
  10. ListLabel.LabelString | Aspose.Words لـ .NET

    اكتشف خاصية ListLabel LabelString لتمثيل سلسلة تسميات القائمة بسهولة، مما يعزز عرض بياناتك وتنظيمها بسهولة.... Paragraph , true ); // ابحث إن كانت...foreach ( Paragraph paragraph in paras . OfType < Paragraph >(). Where...

    reference.aspose.com/words/ar/net/aspose.words....