Sort Score
Result 10 results
Languages All
Labels All
Results 4,461 - 4,470 of 18,324 for

paragraphs

(0.09 sec)
  1. Hipervínculo|Documentación de Aspose.Slides par...

    Añade, edita y elimina hipervínculos en Python con Aspose.Slides: texto de enlaces, formas, diapositivas, URL y correo electrónico; define destinos y acciones para PPT, PPTX y ODP.... paragraphs [ 0 ] . portions [ 0 ] text_portion...text_portion = shape . text_frame . paragraphs [ 0 ] . portions [ 0 ] hyperlink...

    docs.aspose.com/slides/es/python-net/examples/e...
  2. NodeCollection.add method | Aspose.Words for Py...

    NodeCollection.add method. Adds a node to the end of the collection....body, which in turn has a paragraph. # We can add contents to...shapes, or tables to that paragraph. self . assertEqual ( aw ...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Texto animado|Aspose.Slides para Node.js a trav...

    Texto animado en PowerPoint con Java... get_Item ( 0 ); var paragraph = autoShape . getTextFrame...getMainSequence (). addEffect ( paragraph , aspose . slides . EffectType...

    docs.aspose.com/slides/es/nodejs-java/animated-...
  4. 在 Android 上为 PowerPoint 文本添加动画|Aspose.Slides 文档

    使用 Aspose.Slides for Android 在 PowerPoint 和 OpenDocument 演示文稿中创建动态动画文本,并提供易于遵循、优化的 Java 示例代码。...get_Item ( 0 ); IParagraph paragraph = autoShape . getTextFrame...getMainSequence (). addEffect ( paragraph , EffectType . Fly , EffectSubtype...

    docs.aspose.com/slides/zh/androidjava/animated-...
  5. Incorrect Bullet Character Detected in a PowerP...

    I have attached a pptx file “bullet_issue.pptx” having one shape in the first slide. The shape text has bullet points enabled. I have attached the screenshot of slide content as file “slide_screenshot.png” to show how t…...paragraphs[0].paragraph_format.bullet.get_effective()...specifically set for that paragraph. Here’s an example of how...

    forum.aspose.com/t/incorrect-bullet-character-d...
  6. نص رياضي|توثيق Aspose.Slides

    العمل مع نص رياضي في C# باستخدام Aspose.Slides: إنشاء وتحرير المعادلات، الكسور، الجذور، النصوص المتدرجة، التنسيق، وعرض النتائج للـ PPT و PPTX.... Paragraphs [ 0 ]. Portions [ 0 ]). MathParagraph...= null && s . TextFrame . Paragraphs . Any ( p => p . Portions...

    docs.aspose.com/slides/ar/net/examples/elements...
  7. MD 저장 – C# 파서 – Aspose.HTML for .NET

    C#에서 Markdown 파일을 저장하기 위한 코드입니다. C# 라이브러리를 사용하여 Markdown을 구문 분석, 편집 및 저장합니다....Create an empty paragraph var paragraph = mdf.Paragraph(); // Add texts...texts to the paragraph paragraph.AppendChild(mdf.Text( "Markdown...

    products.aspose.com/html/ko/net/save-md/
  8. Aspose.Words DOM|Python via .NET 格式的 Aspose.Words

    Document Object Model (DOM) 是 Word 文档的内存表示形式。使用 Python 读取、操作和修改 Word 文档的内容和格式。...可以包含其他节点的节点(例如 Section 或 Paragraph )派生自 CompositeNode 类,而 CompositeNode...时,将创建对象树,如下图所示。 Document 、 Section 、 Paragraph 、 Table 、 Shape 、 Run 以及图表上的所有其他省略号都是表示...

    docs.aspose.com/words/zh/python-net/aspose-word...
  9. DocumentVisitor Class | Aspose.Words لـ .NET

    اكتشف فئة Aspose.Words.DocumentVisitor، وهي الأساس لإنشاء زوار مستندات مخصصين لتحسين معالجة المستندات ومعالجتها....virtual VisitParagraphEnd ( Paragraph ) يتم استدعاؤها عند انتهاء...virtual VisitParagraphStart ( Paragraph ) يتم استدعاؤها عند بدء تعداد...

    reference.aspose.com/words/ar/net/aspose.words/...
  10. Markdown 목록 – C# 코드 – Aspose.HTML for .NET

    C#에서 목록 만들기. C# 라이브러리를 사용하여 정렬된 Markdown 목록과 정렬되지 않은 Markdown 목록을 만듭니다....AppendChild(li1); // Create a paragraph with text content and add...the li1 item var paragraph = mdf.Paragraph(); var heading = mdf...

    products.aspose.com/html/ko/net/markdown-list/