Sort Score
Result 10 results
Languages All
Labels All
Results 3,501 - 3,510 of 18,319 for

paragraphs

(0.08 sec)
  1. 在 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/zh/cpp/animated-text/
  2. Hyperlien|Documentation d'Aspose.Slides pour No...

    Ajoutez et gérez les hyperliens dans Aspose.Slides pour Node.js: texte du lien, formes et images, définissez les cibles et les actions pour PPT, PPTX et ODP avec des exemples....setText ( "Aspose" ); let paragraph = shape . getTextFrame ()...( 0 ); let textPortion = paragraph . getPortions (). get_Item...

    docs.aspose.com/slides/fr/nodejs-java/examples/...
  3. ParagraphFormat.AddSpaceBetweenFarEastAndDigit ...

    Optimize your document's layout with the AddSpaceBetweenFarEastAndDigit property, enhancing readability by adjusting spacing between East Asian text and numbers....Asian text in the current paragraph. public bool AddSpaceBetweenFarEa...Examples Shows how to insert a paragraph into the document. Document...

    reference.aspose.com/words/net/aspose.words/par...
  4. TxtSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.TxtSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Text](../../aspose.words/saveformat/#Text) format...Specifies the string to use as a paragraph break when exporting in text...txt document with a custom paragraph break. let doc = new aw ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ControlChar.PAGE_BREAK_CHAR property | Aspose.W...

    ControlChar.PAGE_BREAK_CHAR property. Page break character: (char)12 or \f....new line and starts a new paragraph. self . assertEqual ( 1 ,...get_child_nodes ( aw . NodeType . PARAGRAPH , True ) . count ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 在 .NET 中格式化演示文稿文本|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 在 PowerPoint 和 OpenDocument 演示文稿中格式化和样式化文本。自定义字体、颜色、对齐方式等。...]; var paragraph = autoShape . TextFrame . Paragraphs [ 0 ];...]; // 为整个段落设置突出显示颜色。 paragraph . ParagraphFormat . DefaultPortionFormat...

    docs.aspose.com/slides/zh/net/text-formatting/
  7. InlineStory.EnsureMinimum | Aspose.Words for .NET

    Optimize your content with InlineStory's EnsureMinimum method, which adds a paragraph if the last child isn't one, enhancing readability and structure....not a paragraph, creates and appends one empty paragraph. public...last child of the node is a paragraph, // for us to be able to click...

    reference.aspose.com/words/net/aspose.words/inl...
  8. ParagraphFormat.Alignment | Aspose.Words for .NET

    Discover the ParagraphFormat Alignment property to easily customize text alignment for your Paragraphs, enhancing readability and presentation....sets text alignment for the paragraph. public ParagraphAlignment...Examples Shows how to insert a paragraph into the document. Document...

    reference.aspose.com/words/net/aspose.words/par...
  9. Использование FloatingBox для генерации текста|...

    Эта страница объясняет, как форматировать текст внутри плавающего блока.... Paragraphs . Add ( new Aspose . Pdf...example" )); // Add box page . Paragraphs . Add ( box ); } } В приведенном...

    docs.aspose.com/pdf/ru/net/floating-box/
  10. Pythonで上付き文字と下付き文字を管理|Aspose.Slides for Python ...

    Aspose.Slides for Python via .NETで上付き文字と下付き文字をマスターし、プロフェッショナルなテキスト書式設定でプレゼンテーションを最大のインパクトに高めましょう。... paragraphs . clear () # 上付き文字用の段落を作成します。...上付き文字用の段落を作成します。 superscript_paragraph = slides . Paragraph () # 通常テキストのテキスト部分を作成します。...

    docs.aspose.com/slides/ja/python-net/superscrip...