Sort Score
Result 10 results
Languages All
Labels All
Results 3,281 - 3,290 of 18,590 for

paragraphs

(0.44 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. 数式テキスト|Aspose.Slides for Python ドキュメント

    Python で Aspose.Slides を使用して数式テキストを操作します:方程式、分数、根号、スクリプトの作成と編集、書式設定、PPT および PPTX 用の結果のレンダリング。... math_paragraph = math_shape . text_frame . paragraphs [ 0 ]...] . portions [ 0 ] . math_paragraph # 簡単な分数を追加します: x / y. fraction...

    docs.aspose.com/slides/ja/python-net/examples/e...
  3. Архивы

    Архивы...IParagraph paragraph = autoShape.TextFrame.Paragraphs[0]; // Добавить...Timeline.MainSequence.AddEffect(paragraph, EffectType.Fly, EffectSubtype...

    blog.aspose.com/ru/slides/apply-animation-to-te...
  4. أرشيف

    أرشيف...IParagraph paragraph = autoShape.TextFrame.Paragraphs[0]; // أضف...Timeline.MainSequence.AddEffect(paragraph, EffectType.Fly, EffectSubtype...

    blog.aspose.com/ar/slides/apply-animation-to-te...
  5. ControlChar.Lf | Aspose.Words for .NET

    Discover ControlChar Lf, the essential line feed character (x000a) for seamless text formatting. Enhance your coding efficiency today!...new line and starts a new paragraph. Assert . That ( doc . FirstSection...GetChildNodes ( NodeType . Paragraph , true ). Count , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words/con...
  6. NodeCollection.Count | Aspose.Words för .NET

    Upptäck egenskapen NodeCollection Count för att enkelt komma åt det totala antalet noder i din samling, vilket förbättrar datahantering och effektivitet.... Paragraph paragraph = ( Paragraph ) doc . GetChild...( NodeType . Paragraph , 0 , true ); paragraph . AppendChild...

    reference.aspose.com/words/sv/net/aspose.words/...
  7. DocumentBuilder.MoveTo | Aspose.Words for .NET

    Discover the DocumentBuilder MoveTo method to easily navigate inline nodes and efficiently position your cursor at paragraph ends for seamless document editing....inline node or to the end of a paragraph. public void MoveTo ( Node...must be a paragraph or a direct child of a paragraph. Remarks...

    reference.aspose.com/words/net/aspose.words/doc...
  8. ControlChar.ColumnBreakChar | Aspose.Words for ...

    Discover the ControlChar ColumnBreakChar field—optimize your data with the powerful end-of-column character, char14, for seamless formatting!...new line and starts a new paragraph. Assert . That ( doc . FirstSection...GetChildNodes ( NodeType . Paragraph , true ). Count , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words/con...
  9. ControlChar.DefaultTextInputChar | Aspose.Words...

    Discover the ControlChar DefaultTextInputChar field, featuring the 'o' character as the ideal default for your text input forms. Enhance user experience!...new line and starts a new paragraph. Assert . That ( doc . FirstSection...GetChildNodes ( NodeType . Paragraph , true ). Count , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words/con...
  10. 插入docx - Free Support Forum - aspose.com

    [ { "content": "这是一个普通的段落,用于展示一般的文本内容,提供信息或描述情境。", "type": "普通段落" }, { "content": "这是一个加粗的段落,强调重点内容或重要提示,吸引读者注意。", "type": "加粗段落" }, { "content": "<table border…...insert_paragraph() builder.paragraph_format.space_before...space_before = 0 builder.paragraph_format.space_after = 6 builder.font...

    forum.aspose.com/t/docx/310697