Sort Score
Result 10 results
Languages All
Labels All
Results 3,951 - 3,960 of 18,953 for

paragraphs

(0.76 sec)
  1. C++でPowerPointテキスト段落を管理する|Aspose.Slides ドキュメント

    Aspose.Slides for C++で段落書式設定をマスターし、C++のPPT、PPTX、ODPプレゼンテーションで配置、間隔、スタイルを最適化します。...); // Accessing the first Paragraph SharedPtr < IParagraph > para0...para0 = tf -> get_Paragraphs () -> idx_get ( 0 ); SharedPtr <...

    docs.aspose.com/slides/ja/cpp/manage-paragraph/
  2. Edit HTML Document in Python – Aspose.HTML for ...

    Learn how to edit HTML DOM with Aspose.HTML for Python via .NET; how to create, populate, add HTML elements, and edit inline and internal CSS....document will contain a text paragraph with an id attribute: Use...HTMLDocument to create a paragraph element <p> . Use the method...

    docs.aspose.com/html/python-net/edit-html-docum...
  3. Aspose::Words::InlineStory::EnsureMinimum metho...

    Aspose::Words::InlineStory::EnsureMinimum method. If the last child is not a paragraph, creates and appends one empty paragraph in C++....not a paragraph, creates and appends one empty paragraph. void...last child of the node is a paragraph, // for us to be able to click...

    reference.aspose.com/words/cpp/aspose.words/inl...
  4. Shape.FirstParagraph | Aspose.Words for .NET

    Retrieve the first paragraph of a shape effortlessly. Enhance your document's layout with our easy-to-use Shape FirstParagraph feature....the first paragraph in the shape. public Paragraph FirstParagraph...VerticalAlignment . Top ; // Add a paragraph to the text box and add a...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Java でプレゼンテーションの箇条書きと番号付きリストを管理する|Aspose.Slides...

    Aspose.Slides for Java を使用して、PowerPoint および OpenDocument のプレゼンテーションで、箇条書き、画像箇条書き、多層、番号付きリストを作成および書式設定する方法を学びます。... 92 , 92 ); Paragraph paragraph1 = new Paragraph (); paragraph1...paragraph1 . setText ( "The first paragraph" ); textFrame . getParagraphs...

    docs.aspose.com/slides/ja/java/manage-lists/
  6. 在 PDF 中旋转文本|Aspose.PDF for Java

    学习不同方式在 PDF 中旋转文本。Aspose.PDF 允许您以任意角度旋转文本,旋转文本片段或整个段落。...TextParagraph paragraph = new TextParagraph (); paragraph . setPosition...将文本片段附加到段落 paragraph . appendLine ( textFragment1 ); paragraph . appendLine...

    docs.aspose.com/pdf/zh/java/rotate-text-inside-...
  7. Extraire le Contenu sélectionné Entre les Nœuds...

    Extraire le contenu du document différemment en utilisant Java....d’éléments complexes tels que des paragraphes, des tableaux, des images...extraire du contenu entre: Deux paragraphes spécifiques Séquences de...

    docs.aspose.com/words/fr/java/extract-selected-...
  8. Архів

    Архів...auto paragraph = autoShape->get_TextFrame()->get_Paragraphs()->idx_get(0);...ainSequence()->AddEffect(paragraph, EffectType::Fly, EffectSubtype::Left...

    blog.aspose.com/uk/slides/apply-animation-to-te...
  9. ハイパーリンク|Aspose.Slides for PHP ドキュメント

    Aspose.Slides を使用した PHP でハイパーリンクを追加、編集、削除します: テキスト、図形、スライド、URL、メールへのリンク; PPT、PPTX、ODP 用のターゲットとアクションを設定します。...-> setText ( "Aspose" ); $paragraph = $shape -> getTextFrame ()...get_Item ( 0 ); $portion = $paragraph -> getPortions () -> get_Item...

    docs.aspose.com/slides/ja/php-java/examples/ele...
  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/