Sort Score
Result 10 results
Languages All
Labels All
Results 3,101 - 3,110 of 18,445 for

paragraphs

(0.27 sec)
  1. CleanupOptions.DuplicateStyle | Aspose.Words لـ...

    حسّن مستنداتك باستخدام خاصية DuplicateStyle في CleanupOptions - أزل الأنماط المكررة بسهولة لتنسيق أنظف وأكثر كفاءة. القيمة الافتراضية هي "خطأ".... Paragraph , "MyStyle1" ); myStyle ....Styles . Add ( StyleType . Paragraph , "MyStyle2" ); duplicateStyle...

    reference.aspose.com/words/ar/net/aspose.words/...
  2. Document.UpdateListLabels | Aspose.Words per .NET

    Aggiorna senza sforzo tutte le etichette delle voci di elenco nel tuo documento con il metodo UpdateListLabels, assicurando coerenza e chiarezza nei tuoi contenuti.... Paragraph , true ); // Verifica se abbiamo...foreach ( Paragraph paragraph in paras . OfType < Paragraph >(). Where...

    reference.aspose.com/words/it/net/aspose.words/...
  3. CompositeNode.Count | Aspose.Words لـ .NET

    اكتشف خاصية CompositeNode Count، واسترجع بسهولة عدد العقد الفرعية المباشرة لإدارة البيانات بكفاءة وتبسيط المعالجة.... Paragraphs . Count ); // يمكن للعقد...ومضمنة أخرى كأبناء. Paragraph paragraph = doc . FirstSection...

    reference.aspose.com/words/ar/net/aspose.words/...
  4. TabStopCollection.Add | Aspose.Words لـ .NET

    اكتشف كيف تقوم طريقة TabStopCollection Add بإضافة علامات التبويب أو تحديثها بكفاءة، مما يعمل على تحسين تخطيط مستندك وتنسيقه....Document (); Paragraph paragraph = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); // فيما يلي طريقتان...

    reference.aspose.com/words/ar/net/aspose.words/...
  5. Comment extraire du contenu entre les nœuds de ...

    Extraction du contenu du document sous différentes formes à l'aide de C#....d’éléments complexes tels que des paragraphes, des tableaux, des images...extraire du contenu entre: Deux paragraphes spécifiques Des séquences...

    docs.aspose.com/words/fr/net/how-to-extract-sel...
  6. Python でプレゼンテーションの段落およびテキスト部分をコピーする|Aspose.Slid...

    Aspose.Slides for Python を使用して、PowerPoint および OpenDocument プレゼンテーション間で段落およびテキスト部分をコピーし、ワークフローを向上させる方法をご紹介します。...def copy_paragraph ( par ): temp = slides . Paragraph () # Cr... paraData = par . create_paragraph_format_effective () # 値を設...

    docs.aspose.com/slides/ja/python-net/copying-pa...
  7. ParagraphFormat.keep_together property | Aspose...

    ParagraphFormat.keep_together property. True if all lines in the paragraph are to remain on the same page....True if all lines in the paragraph are to remain on the same...Examples Shows how to insert a paragraph into the document. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  8. InlineStory.ensureMinimum method | Aspose.Words...

    InlineStory.ensureMinimum method. If the last child is not a paragraph, creates and appends one empty paragraph....not a paragraph, creates and appends one empty paragraph. ensureMinimum...last child of the node is a paragraph, // for us to be able to click...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Управление маркированными и нумерованными списк...

    Узнайте, как управлять маркированными и нумерованными списками в презентациях PowerPoint и OpenDocument с помощью Aspose.Slides для Java. Пошаговое руководство....абзаца с использованием класса Paragraph . Установите тип маркера для...Создание абзаца Paragraph para = new Paragraph (); // Установка...

    docs.aspose.com/slides/ru/java/manage-bullet/
  10. TxtSaveOptions.saveFormat property | Aspose.Wor...

    TxtSaveOptions.saveFormat property. Specifies the format in which the document will be saved if this save options object is used...txt document with a custom paragraph break. let doc = new aw ....writeln ( "Paragraph 1." ); builder . writeln ( "Paragraph 2." );...

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