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

paragraphs

(1.72 sec)
  1. Chercher

    chercher... Sélectionnez le paragraphe souhaité dans un objet IParagraphe...pptx")) { // Sélectionnez le paragraphe pour ajouter un effet IAutoShape...

    blog.aspose.com/fr/slides/apply-animation-to-te...
  2. Animierter Text|Aspose.Slides Dokumentation

    Fügen Sie animierten Text und Effekte zu einer PowerPoint-Präsentation in C# oder .NET hinzu...IParagraph paragraph = autoShape . TextFrame . Paragraphs [ 0 ];...MainSequence . AddEffect ( paragraph , EffectType . Fly , EffectSubtype...

    docs.aspose.com/slides/de/net/animierter-text/
  3. Memutar Teks di Dalam PDF menggunakan Python|As...

    Pelajari berbagai cara untuk memutar teks ke PDF. Aspose.PDF memungkinkan Anda memutar teks ke sudut mana pun, memutar fragmen teks atau seluruh paragraf....TextParagraph paragraph = new TextParagraph (); paragraph . Position...paragraf paragraph . AppendLine ( textFragment1 ); paragraph . AppendLine...

    docs.aspose.com/pdf/id/python-net/rotate-text-i...
  4. Refresh Excel file power pivot charts (ODBC con...

    I have several Excel files that have Power Pivots and Power Queries using an ODBC connection to Oracle. I’ve tried to use RefreshPivotTables, RefreshData, CalculateData methods with no luck. I tried using datamashup bu…...Continuous; Paragraph lastPara = (Paragraph)sectionToAdd.LastSection...LastSection.Body.Paragraphs.Last(… (source: docs.aspose.com)....

    forum.aspose.com/t/refresh-excel-file-power-piv...
  5. 将段落从一个演示文稿移动到另一个演示文稿|Aspose.Slides 文档

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....FileName = FilePath + "Move a Paragraph from One Presentation to Another...DestFileName = FilePath + "Move a Paragraph from One Presentation to Another...

    docs.aspose.com/slides/zh/net/move-a-paragraph-...
  6. Arsip

    Arsip...bisa berupa node level blok (Paragraph , Table) atau level inline...is_composite) : include_next_paragraph(endNode, nodes) # Kembalikan...

    blog.aspose.com/id/words/extract-text-from-word...
  7. Анимировать текст PowerPoint в .NET|Документаци...

    Создавайте динамический анимированный текст в презентациях PowerPoint и OpenDocument с помощью Aspose.Slides для .NET, используя простые для восприятия, оптимизированные примеры кода C#....IParagraph paragraph = autoShape . TextFrame . Paragraphs [ 0 ];...MainSequence . AddEffect ( paragraph , EffectType . Fly , EffectSubtype...

    docs.aspose.com/slides/ru/net/animated-text/
  8. ParagraphAlignment enumeration | Aspose.Words f...

    aspose.words.ParagraphAlignment enumeration. Specifies text alignment in a paragraph....Specifies text alignment in a paragraph. Members Name Description...section, one body and one paragraph. # Call the "RemoveAllChildren"...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Utiliser DocumentBuilder pour modifier un docum...

    Utilisez le générateur de documents pour modifier facilement un document dans Java....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/java/using-documentbui...
  10. docx转PDF,间距不生效 - Free Support Forum - aspose.com

    版本:23.8 编程语言:java 问题截图: 源文件: YC-HTMB-0018 A 深圳市劳动合同(A版)-原始文件.docx (33.4 KB)...获取所有段落并设置规范的间距 for (Paragraph paragraph : (Iterable<Paragraph>)doc.getChildNodes(NodeType...getChildNodes(NodeType.PARAGRAPH, true)) { paragraph.getParagraphFormat()...

    forum.aspose.com/t/docx-pdf/315236