Sort Score
Result 10 results
Languages All
Labels All
Results 3,901 - 3,910 of 18,545 for

paragraphs

(0.12 sec)
  1. Анимация текста PowerPoint в Python|Документаци...

    Создайте динамический анимированный текст в презентациях PowerPoint и OpenDocument с помощью Aspose.Slides for Python через .NET, используя простые для понимания, оптимизированные примеры кода....[ 0 ] paragraph = auto_shape . text_frame . paragraphs [ 0 ]...main_sequence . add_effect ( paragraph , slides . animation . EffectType...

    docs.aspose.com/slides/ru/python-net/animated-t...
  2. FloatingBoxを使用したテキスト生成|Aspose.PDF for .NET

    このページでは、フローティングボックス内のテキストのフォーマット方法について説明します。... Paragraphs . Add ( new Aspose . Pdf...example" )); // Add box page . Paragraphs . Add ( box ); } } 上記の例で...

    docs.aspose.com/pdf/ja/net/floating-box/
  3. Перемещение абзаца из одной презентации в другу...

    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.... Paragraph p1 = textBody1 . Elements...Elements < Drawing . Paragraph >(). First (); // Получаем первый слайд...

    docs.aspose.com/slides/ru/net/move-a-paragraph-...
  4. Formatear texto de PowerPoint en Python|Documen...

    Aprenda a formatear y dar estilo al texto en presentaciones de PowerPoint y OpenDocument usando Aspose.Slides para Python vía .NET. Personalice fuentes, colores, alineación y más con potentes ejemplos de código Python.... paragraphs . clear () para = slides . Paragraph () portion1...autoShape . text_frame . paragraphs . add ( para ) pres . save...

    docs.aspose.com/slides/es/python-net/text-forma...
  5. Gérer les portions de texte dans les présentati...

    Apprenez à gérer les portions de texte dans les présentations PowerPoint en utilisant Aspose.Slides pour Java, améliorant les performances et la personnalisation....getTextFrame (); for ( IParagraph paragraph : textFrame . getParagraphs...for ( IPortion portion : paragraph . getPortions ()) { Point2D...

    docs.aspose.com/slides/fr/java/portion/
  6. Arşiv

    Arşiv... public static List<Paragraph> ParagraphsByStyleNam(Document...List<Paragraph> paragraphsWithStyle = new List<Paragraph>(); NodeCollection...

    blog.aspose.com/tr/words/extract-text-from-word...
  7. Android でのプレゼンテーションにおける箇条書きと番号リストの管理|Aspose.Sli...

    Aspose.Slides for Android via Java を使用して、PowerPoint および OpenDocument プレゼンテーションの箇条書きと番号リストを管理する方法を学びます。ステップバイステップのガイド。... Paragraph クラスを使用して最初の段落インスタンスを作成します。...0 ); // 段落を作成する Paragraph para = new Paragraph (); // 段落の箇条書きスタイルとシンボルを設定する...

    docs.aspose.com/slides/ja/androidjava/manage-bu...
  8. Font.StrikeThrough | Aspose.Words per .NET

    Scopri la proprietà Font StrikeThrough. Formatta facilmente il testo barrato per dare maggiore risalto visivo ai tuoi progetti. Migliora la leggibilità oggi stesso!...new Document (); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); Run run = new Run ( doc...

    reference.aspose.com/words/it/net/aspose.words/...
  9. ParagraphAlignment Enum | Aspose.Words for .NET

    Discover Aspose.Words.ParagraphAlignment enum for precise text alignment in your documents. Enhance readability and formatting with ease!...Specifies text alignment in a paragraph. public enum ParagraphAlignment...section, one body and one paragraph. // Call the "RemoveAllChildren"...

    reference.aspose.com/words/net/aspose.words/par...
  10. 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-...