Sort Score
Result 10 results
Languages All
Labels All
Results 5,961 - 5,970 of 18,331 for

paragraph

(0.12 sec)
  1. 档案

    档案...IParagraph paragraph = autoShape.TextFrame.Paragraphs[0]; // 为选定段落添加飞行动画效果...Timeline.MainSequence.AddEffect(paragraph, EffectType.Fly, EffectSubtype...

    blog.aspose.com/zh/slides/apply-animation-to-te...
  2. Lưu trữ

    Lưu trữ...IParagraph paragraph = autoShape.TextFrame.Paragraphs[0]; // Thêm...Timeline.MainSequence.AddEffect(paragraph, EffectType.Fly, EffectSubtype...

    blog.aspose.com/vi/slides/apply-animation-to-te...
  3. Mathematischer Text|Aspose.Slides für Node.js ü...

    Entdecken Sie Beispiele für MathematicalText mit Aspose.Slides für Node.js: Erstellen und formatieren Sie Gleichungen, Brüche, Matrizen und Symbole in PPT-, PPTX- und ODP-Präsentationen.... let paragraph = mathShape . getTextFrame...( 0 ); let textPortion = paragraph . getPortions (). get_Item...

    docs.aspose.com/slides/de/nodejs-java/examples/...
  4. Математический текст|Aspose.Slides для Node.js ...

    Изучите примеры MathematicalText в Aspose.Slides для Node.js: создавайте и форматируйте уравнения, дроби, матрицы и символы в презентациях PPT, PPTX и ODP.... let paragraph = mathShape . getTextFrame...( 0 ); let textPortion = paragraph . getPortions (). get_Item...

    docs.aspose.com/slides/ru/nodejs-java/examples/...
  5. Chercher

    chercher...différentes formes comme des paragraphes, des listes, des tableaux...Recherchez le premier élément de paragraphe pour définir un attribut...

    blog.aspose.com/fr/html/change-text-color-in-ht...
  6. IReplacingCallback.Replacing | Aspose.Words per...

    Migliora la tua programmazione con il metodo IReplacingCallback! Personalizza le operazioni di sostituzione in modo efficiente eseguendo azioni definite dall'utente per ogni corrispondenza trovata.... Paragraph para = ( Paragraph ) args . MatchNode.... NodeType == NodeType . Paragraph || insertionDestination ....

    reference.aspose.com/words/it/net/aspose.words....
  7. Añadir Texto a PDF usando Python|Aspose.PDF par...

    Este artículo describe varios aspectos del trabajo con texto en Aspose.PDF. Aprende cómo añadir texto a PDF, añadir fragmentos HTML o usar fuentes OTF personalizadas....# Crear párrafo de texto paragraph = ap . text . TextParagraph...las líneas subsiguientes paragraph . subsequent_lines_indent...

    docs.aspose.com/pdf/es/python-net/add-text-to-p...
  8. DocumentBuilder.InsertStyleSeparator | Aspose.W...

    Förbättra dina dokument med DocumentBuilder InsertStyleSeparator-metoden och lägg enkelt till stilavgränsare för förbättrad formatering och organisation.... Paragraph , "MyParaStyle" ); paraStyle...doc . FirstSection . Body . Paragraphs . Count ); Assert . AreEqual...

    reference.aspose.com/words/sv/net/aspose.words/...
  9. Archivo

    Archivo...System::SharedPtr<Paragraph> para1 = System::MakeObject<Paragraph>(); pa...System::SharedPtr<Paragraph> para2 = System::MakeObject<Paragraph>(); pa...

    blog.aspose.com/es/slides/convert-ppt-to-video-...
  10. C++ で PowerPoint テキストをアニメーション化|Aspose.Slides ドキ...

    Aspose.Slides for C++ を使用して、PowerPoint および OpenDocument のプレゼンテーションで動的なアニメーションテキストを作成し、わかりやすく最適化された C++ コード例を提供します。...() -> idx_get ( 0 )); auto paragraph = autoShape -> get_TextFrame...get_TextFrame () -> get_Paragraphs () -> idx_get ( 0 ); // 選択された段落に Fly...

    docs.aspose.com/slides/ja/cpp/animated-text/