Sort Score
Result 10 results
Languages All
Labels All
Results 3,891 - 3,900 of 18,953 for

paragraphs

(0.58 sec)
  1. Aspose.Words model objektu dokumentu (DOM) v C+...

    Objektový model dokumentu (DOM) je reprezentace dokumentu Word v paměti. Číst, manipulovat a upravovat obsah a formátování Word dokumentu pomocí C++....uzly, například Section nebo Paragraph , pocházejí z třídy CompositeNode...níže. Document , Section , Paragraph , Table , Shape , Run , a...

    docs.aspose.com/words/cs/cpp/aspose-words-docum...
  2. How to create a content control(SDT) when you h...

    Hi Team, Let’s take an example such that a documents consists of below text Hello World How to write a regex pattern to match and create a content control? I need to match both Hello and World and it should create a …...if the current node is a paragraph if (currentNode.NodeType ==...NodeType.Paragraph) { Paragraph currentParagraph = (Paragraph)currentNode;...

    forum.aspose.com/t/how-to-create-a-content-cont...
  3. Formatear texto de PowerPoint en C++|Documentac...

    Formatear y dar estilo al texto en presentaciones PowerPoint y OpenDocument usando Aspose.Slides para C++. Personalizar fuentes, colores, alineación y más....0f ); auto paragraphs = autoShape -> get_TextFrame...get_TextFrame () -> get_Paragraphs (); paragraphs -> Clear (); System...

    docs.aspose.com/slides/es/cpp/text-formatting/
  4. 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...
  5. نص رياضي|توثيق Aspose.Slides

    استكشف أمثلة Aspose.Slides for .NET لـ MathematicalText: إنشاء وتنسيق المعادلات والكُسور والمصفوفات والرموز باستخدام C# في عروض PPT و PPTX و ODP.... Paragraphs [ 0 ]. Portions [ 0 ]). MathParagraph...= null && s . TextFrame . Paragraphs . Any ( p => p . Portions...

    docs.aspose.com/slides/ar/net/examples/elements...
  6. 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-...
  7. 在 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-...
  8. Travailler avec des listes dans Python|Aspose.W...

    Créez, spécifiez le formatage et redémarrez des listes dans un document à l'aide de Python....ajoutés au paragraphe actuel et à tous les autres paragraphes créés...augmenter le niveau de liste du paragraphe actuel d’un niveau, appelez...

    docs.aspose.com/words/fr/python-net/working-wit...
  9. DocumentBuilder.move_to_bookmark method | Aspos...

    aspose.words.DocumentBuilder.move_to_bookmark method...level, moves to the next paragraph. The comparison is not case-sensitive...end_bookmark ( 'MyBookmark' ) first_paragraph_nodes = doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Использование FloatingBox для генерации текста|...

    Эта страница объясняет, как форматировать текст внутри плавающего блока.... Paragraphs . Add ( new Aspose . Pdf...example" )); // Add box page . Paragraphs . Add ( box ); } } В приведенном...

    docs.aspose.com/pdf/ru/net/floating-box/