Sort Score
Result 10 results
Languages All
Labels All
Results 5,581 - 5,590 of 18,587 for

paragraph

(0.11 sec)
  1. ハイパーリンク|Aspose.Slides ドキュメント

    C++ 用 Aspose.Slides でハイパーリンクを追加および管理します:テキスト、図形、画像へのリンク、PPT、PPTX、ODP のターゲットとアクションを設定し、C++ のサンプルを示します。...auto paragraph = shape -> get_TextFrame () -> get_Paragraph ( 0...0 ); auto textPortion = paragraph -> get_Portion ( 0 ); textPortion...

    docs.aspose.com/slides/ja/cpp/examples/elements...
  2. arkiv

    arkiv...shapes[0] paragraph = autoShape.text_frame.paragraphs[0] # lägg...main_sequence.add_effect(paragraph, slides.animation.EffectType...

    blog.aspose.com/sv/slides/apply-text-animation-...
  3. Archiwa

    Archiwa...shapes[0] paragraph = autoShape.text_frame.paragraphs[0] # dodaj...main_sequence.add_effect(paragraph, slides.animation.EffectType...

    blog.aspose.com/pl/slides/apply-text-animation-...
  4. أرشيف

    أرشيف...shapes[0] paragraph = autoShape.text_frame.paragraphs[0] # إضافة...main_sequence.add_effect(paragraph, slides.animation.EffectType...

    blog.aspose.com/ar/slides/apply-text-animation-...
  5. ארכיון

    ארכיון...shapes[0] paragraph = autoShape.text_frame.paragraphs[0] # הוסף...main_sequence.add_effect(paragraph, slides.animation.EffectType...

    blog.aspose.com/he/slides/apply-text-animation-...
  6. CompositeNode Class | Aspose.Words för .NET

    Upptäck klassen Aspose.Words.CompositeNode, ditt viktiga verktyg för att skapa komplexa dokumentstrukturer med lätthet och effektivitet.... Paragraph paragraph = ( Paragraph ) doc . GetChild...( NodeType . Paragraph , 0 , true ); paragraph . AppendChild...

    reference.aspose.com/words/sv/net/aspose.words/...
  7. تحريك نص PowerPoint في .NET|توثيق Aspose.Slides

    إنشاء نص متحرك ديناميكي في عروض PowerPoint وOpenDocument باستخدام Aspose.Slides for .NET، مع أمثلة كود C# سهلة المتابعة ومُحسّنة....IParagraph paragraph = autoShape . TextFrame . Paragraphs [ 0 ];...MainSequence . AddEffect ( paragraph , EffectType . Fly , EffectSubtype...

    docs.aspose.com/slides/ar/net/animated-text/
  8. Фрагмент|Aspose.Slides для Node.js через .NET Д...

    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....getCount (); i ++ ) { const paragraph = textFrame . getParagraphs...); for ( let j = 0 ; j < paragraph . getPortions (). getCount...

    docs.aspose.com/slides/ru/nodejs-java/portion/
  9. 使用 Python 管理演示文稿中的文本片段|Aspose.Slides for Python 文档

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中管理文本片段,从而提升性能和自定义能力。...text_frame for paragraph in text_frame . paragraphs : for portion...portion in paragraph . portions : point = portion . get_coordinates...

    docs.aspose.com/slides/zh/python-net/portion/
  10. Crash when cloning a cell - Free Support Forum ...

    Hello Aspose, I get a NullRefException when cloning a cell (Cell.Clone()). To reproduce please try this: private static string CellCloneBug(Page page) { var t = new Table(); var r = t.…...Paragraphs.Add(null); c.Clone(); page.Paragraphs.Add(t);...seems that problem lies in c.Paragraphs.Add(null); There should be...

    forum.aspose.com/t/crash-when-cloning-a-cell/29...