Sort Score
Result 10 results
Languages All
Labels All
Results 5,431 - 5,440 of 18,336 for

paragraph

(0.08 sec)
  1. الارتباط التشعبي|توثيق Aspose.Slides

    إضافة وتحرير وإزالة الروابط التشعبية في C# باستخدام Aspose.Slides: ربط النص، الأشكال، الشرائح، عناوين URL والبريد الإلكتروني؛ تعيين الأهداف والإجراءات لملفات PPT و PPTX و ODP.... Paragraphs [ 0 ]. Portions [ 0 ]. PortionFormat..."Aspose" ; shape . TextFrame . Paragraphs [ 0 ]. Portions [ 0 ]. PortionFormat...

    docs.aspose.com/slides/ar/net/examples/elements...
  2. تحريك نص PowerPoint على Android|وثائق Aspose.Sl...

    إنشاء نص متحرك ديناميكي في عروض PowerPoint و OpenDocument باستخدام Aspose.Slides لنظام Android، مع أمثلة شفرة Java سهلة المتابعة ومُحسّنة....get_Item ( 0 ); IParagraph paragraph = autoShape . getTextFrame...getMainSequence (). addEffect ( paragraph , EffectType . Fly , EffectSubtype...

    docs.aspose.com/slides/ar/androidjava/animated-...
  3. Convert a Document to Markdown in C#|Aspose.Wor...

    Convert a document in any supported load format to Markdown and vice versa using C#....formatting: Headings are paragraphs with Heading 1 – Heading...6 styles Blockquotes are paragraphs with “Quote” in the style...

    docs.aspose.com/words/net/convert-a-document-to...
  4. Comment lire un fichier DOCX en Python

    Ce tutoriel précis décrit comment lire un fichier DOCX en Python. Pour lire la configuration de l'environnement DOCX Python, les étapes de programmation détaillées et un exemple de code Python exécutable sont disponibles ici....récupérer tous les nœuds de paragraphe du DOCX chargé Convertir...nœud en paragraphe Extrayez le contenu de chaque paragraphe et convertissez-le...

    kb.aspose.com/fr/words/python/how-to-read-docx-...
  5. Document.RevisionsView | Aspose.Words per .NET

    Gestisci le revisioni dei documenti senza sforzo! Scegli tra versioni originali o aggiornate per una collaborazione fluida e una maggiore produttività....ParagraphCollection paragraphs = doc . FirstSection . Body . Paragraphs ; Assert...Assert . AreEqual ( "1." , paragraphs [ 0 ]. ListLabel . LabelString...

    reference.aspose.com/words/it/net/aspose.words/...
  6. Formato de texto de presentación en .NET|Docume...

    Formatee y diseñe texto en presentaciones de PowerPoint y OpenDocument usando Aspose.Slides para .NET. Personalice fuentes, colores, alineación y más....]; var paragraph = autoShape . TextFrame . Paragraphs [ 0 ];...resaltado para todo el párrafo. paragraph . ParagraphFormat . DefaultPortionFormat...

    docs.aspose.com/slides/es/net/text-formatting/
  7. TexteMath|Aspose.Slides pour Python Documentation

    Travaillez avec le texte mathématique en Python à l’aide d’Aspose.Slides : créez et modifiez des équations, des fractions, des radicaux, des scripts, le formatage, et générez les résultats pour PPT et PPTX....Accéder au paragraphe mathématique. math_paragraph = math_shape...text_frame . paragraphs [ 0 ] . portions [ 0 ] . math_paragraph # Ajouter...

    docs.aspose.com/slides/fr/python-net/examples/e...
  8. Style.base_style_name property | Aspose.Words f...

    Style.base_style_name property. Gets/sets the name of the style this style is based on.... paragraph_format . style = doc . styles...'Hello world!' ) builder . paragraph_format . style = doc . styles...

    reference.aspose.com/words/python-net/aspose.wo...
  9. C#를 사용하여 PDF에 텍스트 추가|Aspose.PDF for .NET

    Aspose.PDF를 사용하여 .NET에서 PDF 문서에 텍스트를 추가하는 방법을 배우고 콘텐츠 향상 및 문서 편집을 수행합니다....); // Create text paragraph var paragraph = new Aspose . Pdf...Set subsequent lines indent paragraph . SubsequentLinesInden = 20...

    docs.aspose.com/pdf/ko/net/add-text-to-pdf-file/
  10. تحريك نص PowerPoint في PHP|توثيق Aspose.Slides ...

    إنشاء نص متحرك ديناميكي في عروض PowerPoint وOpenDocument التقديمية باستخدام Aspose.Slides للـ PHP عبر Java، مع أمثلة تعليمية مُحسّنة وسهلة المتابعة....getShapes () -> get_Item ( 0 ); $paragraph = $autoShape -> getTextFrame...getMainSequence () -> addEffect ( $paragraph , EffectType :: Fly , EffectSubType...

    docs.aspose.com/slides/ar/php-java/animated-text/