Sort Score
Result 10 results
Languages All
Labels All
Results 5,051 - 5,060 of 18,585 for

paragraph

(0.11 sec)
  1. PowerPoint-Text in .NET animieren|Aspose.Slides...

    Erstellen Sie dynamischen, animierten Text in PowerPoint- und OpenDocument-Präsentationen mit Aspose.Slides für .NET, mit leicht nachvollziehbaren, optimierten C#-Codebeispielen....IParagraph paragraph = autoShape . TextFrame . Paragraphs [ 0 ];...MainSequence . AddEffect ( paragraph , EffectType . Fly , EffectSubtype...

    docs.aspose.com/slides/de/net/animated-text/
  2. TabStopCollection Class | Aspose.Words لـ .NET

    اكتشف مجموعة Aspose.Words.TabStopCollection. أدر بسهولة علامات تبويب مخصصة للفقرات والأنماط، مما يُحسّن تنسيق مستنداتك بدقة....علامة الجدولة ضمن خصائص نمط paragraph أو مباشرةً ضمن خصائص الفقرة...ParagraphCollection paragraphs = doc . FirstSection . Body . Paragraphs ; Assert...

    reference.aspose.com/words/ar/net/aspose.words/...
  3. TabStopCollection Class | Aspose.Words för .NET

    Upptäck Aspose.Words.TabStopCollection. Hantera enkelt anpassade tabbstopp för stycken och formateringar, och förbättra formateringen av ditt dokument med precision....definieras i egenskaperna för en paragraph -stil eller direkt i egenskaperna...ParagraphCollection paragraphs = doc . FirstSection . Body . Paragraphs ; Assert...

    reference.aspose.com/words/sv/net/aspose.words/...
  4. ค้นหา

    ค้นหา...is_composite) : include_next_paragraph(endNode, nodes) # ส่งกลับ...get_ancestor(aw.NodeType.PARAGRAPH) is not None or node.get_ancestor(aw...

    blog.aspose.com/th/words/extract-text-from-word...
  5. Font.DoubleStrikeThrough | Aspose.Words لـ .NET

    اكتشف خاصية الخط المزدوج. نسّق النص بسهولة باستخدام خط مزدوج لتحسين الوضوح والأناقة في مستنداتك....new Document (); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); Run run = new Run ( doc...

    reference.aspose.com/words/ar/net/aspose.words/...
  6. Font.StrikeThrough | Aspose.Words لـ .NET

    اكتشف خاصية "خط الشطب". نسّق النصوص بسهولة باستخدام الشطب لإضافة لمسة بصرية واضحة إلى تصاميمك. حسّن سهولة القراءة اليوم!...new Document (); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); Run run = new Run ( doc...

    reference.aspose.com/words/ar/net/aspose.words/...
  7. RevisionsView | Aspose.Words for Java

    Allows to specify whether to work with the original or revised version of a document in Java....updateListLabels(); ParagraphCollection paragraphs = doc.getFirstSection().getBody()...Assert.assertEquals("1.", paragraphs.get(0).getListLabel().getLabelString());...

    reference.aspose.com/words/java/com.aspose.word...
  8. Gérer les exposants et les indices dans les pré...

    Maîtrisez les exposants et les indices dans Aspose.Slides pour Java et améliorez vos présentations avec un formatage de texte professionnel pour un impact maximal....n’importe quelle portion de paragraphe. Pour ajouter du texte en...les Paragraphes existants Créez un nouvel objet paragraphe pour...

    docs.aspose.com/slides/fr/java/superscript-and-...
  9. TabStopCollection.Item | Aspose.Words per .NET

    Accedi facilmente alle tabulazioni utilizzando la proprietà TabStopCollection Item. Recupera tabulazioni specifiche tramite indice per una navigazione efficiente nell'interfaccia utente....ParagraphCollection paragraphs = doc . FirstSection . Body . Paragraphs ; Assert...Assert . AreEqual ( 2 , paragraphs . Count ); // Ogni paragrafo...

    reference.aspose.com/words/it/net/aspose.words/...
  10. Insert text with html to a table cell PDF .net ...

    Hi, i am building a PDF document. i need to add text Dim s1 As String = "STAFF STATUS: "to a table cell. since it has html in it, i believe i have to do something different. here is part the code. Dim doc As Do…...Paragraphs.Add(s1) ‘’ it does not like...Margin.Bottom = 10; cell1.Paragraphs.Add(htmlFragment); // Add...

    forum.aspose.com/t/insert-text-with-html-to-a-t...