Sort Score
Result 10 results
Languages All
Labels All
Results 4,311 - 4,320 of 18,590 for

paragraphs

(0.84 sec)
  1. 搜索

    搜索...auto paragraph = autoShape->get_TextFrame()->get_Paragraphs()->idx_get(0);...ainSequence()->AddEffect(paragraph, EffectType::Fly, EffectSubtype::Left...

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

    Lưu trữ...auto paragraph = autoShape->get_TextFrame()->get_Paragraphs()->idx_get(0);...ainSequence()->AddEffect(paragraph, EffectType::Fly, EffectSubtype::Left...

    blog.aspose.com/vi/slides/apply-animation-to-te...
  3. Insert Fields in Java|Aspose.Words for Java

    Different ways to insert fields into your document using Java....MERGE field using DOM to a paragraph in a document: Inserting Mail...ADDRESSBLOCK Field using DOM to a paragraph in a document: Inserting ...

    docs.aspose.com/words/java/insert-fields/
  4. Gérer les polices dans les présentations avec J...

    Contrôlez les polices en Java avec Aspose.Slides: intégrez, remplacez et chargez des polices personnalisées pour que les présentations PPT, PPTX et ODP restent claires, conformes à la marque et cohérentes....propriétés de police des paragraphes de texte sur les diapositives...propriétés de police d’un paragraphe à l’aide d’Aspose.Slides...

    docs.aspose.com/slides/fr/java/manage-fonts/
  5. 数学文本|Aspose.Slides 文档

    探索 Aspose.Slides for Java 的 MathematicalText 示例:使用 Java 在 PPT、PPTX 和 ODP 演示文稿中创建和格式化方程式、分数、矩阵和符号。... IParagraph paragraph = mathShape . getTextFrame...); IPortion textPortion = paragraph . getPortions (). get_Item...

    docs.aspose.com/slides/zh/java/examples/element...
  6. Mathematischer Text|Aspose.Slides Dokumentation

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

    docs.aspose.com/slides/de/androidjava/examples/...
  7. Mathe-Text|Aspose.Slides Dokumentation

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

    docs.aspose.com/slides/de/java/examples/element...
  8. NodeType Enum | Aspose.Words per .NET

    Scopri l'enum Aspose.Words.NodeType per identificare e gestire facilmente diversi tipi di nodi di documenti Word per un'elaborazione fluida dei documenti.... Paragraph 8 Un paragrafo di testo. BookmarkStart...questo documento. Paragraph paragraph = ( Paragraph ) doc . GetChild...

    reference.aspose.com/words/it/net/aspose.words/...
  9. Font.AllCaps | Aspose.Words for .NET

    Discover the Font AllCaps property. Easily format text in all capital letters for enhanced readability and impactful design in your projects....new Document (); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); // There are two ways...

    reference.aspose.com/words/net/aspose.words/fon...
  10. Aspose.Words Document Object Model (DOM) in C++...

    Document Object Model (DOM) is an in-memory representation of a Word document. Read, manipulate, and modify the content and formatting of a Word document using C++.... Every run of a text, paragraph, table, or section is a node... for example, Section or Paragraph , derive from the CompositeNode...

    docs.aspose.com/words/cpp/aspose-words-document...