Sort Score
Result 10 results
Languages All
Labels All
Results 3,711 - 3,720 of 18,495 for

paragraphs

(0.26 sec)
  1. Animar texto de PowerPoint en Python|Documentac...

    Cree texto animado dinámico en presentaciones de PowerPoint y OpenDocument usando Aspose.Slides para Python a través de .NET, con ejemplos de código optimizados y fáciles de seguir....[ 0 ] paragraph = auto_shape . text_frame . paragraphs [ 0 ]...main_sequence . add_effect ( paragraph , slides . animation . EffectType...

    docs.aspose.com/slides/es/python-net/animated-t...
  2. Run constructor | Aspose.Words for Python

    aspose.words.Run constructor...insert_before() on the paragraph where you want the run inserted...CompositeNode.insert_before() on the paragraph where you want the run inserted...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Форматирование текста PowerPoint в Python|Докум...

    Узнайте, как форматировать и оформлять текст в презентациях PowerPoint и OpenDocument с помощью Aspose.Slides for Python via .NET. Настраивайте шрифты, цвета, выравнивание и многое другое с помощью мощных примеров кода на Python.... paragraphs . clear () para = slides . Paragraph () portion1...autoShape . text_frame . paragraphs . add ( para ) pres . save...

    docs.aspose.com/slides/ru/python-net/text-forma...
  4. MarkdownLoadOptions.ImportUnderlineFormatting |...

    Scopri la proprietà ImportUnderlineFormatting di MarkdownLoadOptions. Controlla la formattazione del testo sottolineato con una semplice impostazione booleana. Migliora la tua esperienza di Markdown!... loadOptions ); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); Assert . AreEqual ( Underline...

    reference.aspose.com/words/it/net/aspose.words....
  5. Font.SmallCaps | Aspose.Words for .NET

    Discover the Font SmallCaps property. Easily format text in small capital letters for enhanced readability and a stylish look in your designs....new Document (); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); // There are two ways...

    reference.aspose.com/words/net/aspose.words/fon...
  6. Aspose::Words::ParagraphFormat::get_WidowContro...

    Aspose::Words::ParagraphFormat::get_WidowControl method. True if the first and last lines in the paragraph are to remain on the same page as the rest of the paragraph in C++....first and last lines in the paragraph are to remain on the same...same page as the rest of the paragraph. bool Aspose :: Words :: ParagraphFormat...

    reference.aspose.com/words/cpp/aspose.words/par...
  7. 怎么在光标所在位置插入下一页分节符 - Free Support Forum - aspose...

    原始文档: section.docx (18.8 KB) 预期: reset.section.docx (18.9 KB) 怎么移动到第一个run之前插入分节符?...moveTo(paragraph);这个只能移动到段落之后,我如果移动到前一个段落之后插入的话,会多出一行...the beginning of the second paragraph. Run r = new Run(doc); doc...

    forum.aspose.com/t/topic/312497
  8. Arşiv

    Arşiv...shapes[0] paragraph = autoShape.text_frame.paragraphs[0] # seçilen...main_sequence.add_effect(paragraph, slides.animation.EffectType...

    blog.aspose.com/tr/slides/apply-text-animation-...
  9. Archiv

    Archiv...shapes[0] paragraph = autoShape.text_frame.paragraphs[0] # přidat...main_sequence.add_effect(paragraph, slides.animation.EffectType...

    blog.aspose.com/cs/slides/apply-text-animation-...
  10. Insert hyperlink doesnt work when doc is conver...

    We are using below code to insert hyper link after every paragraph . But once the document is converted to pdf, hyper link isnt working. foreach (Paragraph paragraph in doc.GetChildNodes(NodeType.Paragraph, true)) { …...insert hyper link after every paragraph . But once the document is...isnt working. foreach (Paragraph paragraph in doc.GetChildNodes(NodeType...

    forum.aspose.com/t/insert-hyperlink-doesnt-work...