Sort Score
Result 10 results
Languages All
Labels All
Results 4,081 - 4,090 of 18,324 for

paragraphs

(0.13 sec)
  1. 搜索

    搜索...IParagraph paragraph = autoShape.TextFrame.Paragraphs[0]; // 為所選段落添加飛行動畫效果...Timeline.MainSequence.AddEffect(paragraph, EffectType.Fly, EffectSubtype...

    blog.aspose.com/zh-hant/slides/apply-animation-...
  2. Texto matemático|Aspose.Slides para Node.js a t...

    Explore ejemplos de MathematicalText de Aspose.Slides para Node.js: cree y formatee ecuaciones, fracciones, matrices y símbolos en presentaciones PPT, PPTX y ODP.... let paragraph = mathShape . getTextFrame...( 0 ); let textPortion = paragraph . getPortions (). get_Item...

    docs.aspose.com/slides/es/nodejs-java/examples/...
  3. Python का उपयोग करके WORD बनाएं

    कुछ ही चरणों में Python में एक नया WORD बनाएं। Python via .NET लाइब्रेरी का उपयोग करके आसानी से WORD बनाएं।...first_paragraph.append_child(firstRun) doc...first_section.body.first_paragraph.append_child(secondRun) builder...

    products.aspose.com/words/hi/python-net/make/word/
  4. Python का उपयोग करके DOC बनाएं

    कुछ ही चरणों में Python में एक नया DOC बनाएं। Python via .NET लाइब्रेरी का उपयोग करके आसानी से DOC बनाएं।...first_paragraph.append_child(firstRun) doc...first_section.body.first_paragraph.append_child(secondRun) builder...

    products.aspose.com/words/hi/python-net/make/doc/
  5. Hipervínculo|Documentación de Aspose.Slides

    Agregar, editar y eliminar hipervínculos en C# con Aspose.Slides: texto de enlace, formas, diapositivas, URL y correo electrónico; establecer destinos y acciones para PPT, PPTX y ODP.... Paragraphs [ 0 ]. Portions [ 0 ]. PortionFormat..."Aspose" ; shape . TextFrame . Paragraphs [ 0 ]. Portions [ 0 ]. PortionFormat...

    docs.aspose.com/slides/es/net/examples/elements...
  6. Поворот текста внутри PDF|Aspose.PDF for Java

    Узнайте различные способы поворота текста в PDF. Aspose.PDF позволяет поворачивать текст на любой угол, поворачивать фрагмент текста или целый абзац....TextParagraph paragraph = new TextParagraph (); paragraph . setPosition...абзац paragraph . appendLine ( textFragment1 ); paragraph . appendLine...

    docs.aspose.com/pdf/ru/java/rotate-text-inside-...
  7. Présentation du générateur de documents dans Py...

    DocumentBuilder vous permet de créer des documents dynamiques à partir de zéro ou d'ajouter de nouveaux éléments à ceux existants à l'aide de Python. DocumentBuilder fournit des méthodes pour insérer du texte, des cases à cocher, des tableaux, des images et d'autres éléments de contenu dans Python....cocher, des objets ole, des paragraphes, des listes, des tableaux...polices, le formatage des paragraphes ou des sections et d’effectuer...

    docs.aspose.com/words/fr/python-net/document-bu...
  8. Поворот текста внутри PDF с использованием C++|...

    Узнайте о различных способах поворота текста в PDF. Aspose.PDF позволяет поворачивать текст на любой угол, поворачивать фрагмент текста или целый абзац....auto paragraph = MakeObject < TextParagraph > (); paragraph ->...абзац paragraph -> AppendLine ( textFragment1 ); paragraph -> AppendLine...

    docs.aspose.com/pdf/ru/cpp/rotate-text-inside-pdf/
  9. Navigation with Cursor in Java|Aspose.Words for...

    Navigate between different nodes within a document, such as a paragraph, bookmark, or a specific character using Java....get the currently selected paragraph or the currently selected...CurrentNode . When the current paragraph is empty or the cursor is...

    docs.aspose.com/words/java/navigation-with-cursor/
  10. 記録

    記録...as presentation: # select paragraph to add effect autoShape =...shapes[0] paragraph = autoShape.text_frame.paragraphs[0] # add...

    blog.aspose.com/ja/slides/apply-text-animation-...