Sort Score
Result 10 results
Languages All
Labels All
Results 3,081 - 3,090 of 15,604 for

paragraphs

(0.05 sec)
  1. ทำให้ HTML โดยใช้ Python

    สร้าง HTML ใหม่ใน Python ในไม่กี่ขั้นตอน สร้าง HTML อย่างง่ายดายโดยใช้ไลบรารี Python via .NET...first_paragraph.append_child(firstRun) doc...first_section.body.first_paragraph.append_child(secondRun) builder...

    products.aspose.com/words/th/python-net/make/html/
  2. Გააკეთეთ PDF Python Ის Გამოყენებით

    შექმენით ახალი PDF Python ში რამდენიმე ნაბიჯით. მარტივად შექმენით PDF Python via .NET ბიბლიოთეკის გამოყენებით....first_paragraph.append_child(firstRun) doc...first_section.body.first_paragraph.append_child(secondRun) builder...

    products.aspose.com/words/ka/python-net/make/pdf/
  3. Texto Animado|Documentación de Aspose.Slides

    Agregue texto animado y efectos a la presentación de PowerPoint en C# o .NET...IParagraph paragraph = autoShape . TextFrame . Paragraphs [ 0 ];...MainSequence . AddEffect ( paragraph , EffectType . Fly , EffectSubtype...

    docs.aspose.com/slides/es/net/animated-text/
  4. إدارة التعداد النقطي|وثائق Aspose.Slides

    إنشاء قوائم نقطية ومرقمة في عرض PowerPoint باستخدام Java...مثيل الفقرة الأولى باستخدام Paragraph class. تعيين نوع النقطة للفقرة...); // إنشاء فقرة Paragraph para = new Paragraph (); // تعيين نمط...

    docs.aspose.com/slides/ar/androidjava/manage-bu...
  5. Rotar texto dentro de PDF usando C#|Aspose.PDF ...

    Aprende cómo rotar texto dentro de archivos PDF en .NET usando Aspose.PDF para ajustar la alineación del texto y mejorar la presentación.... Add (); var paragraph = new Aspose . Pdf . Text...Text . TextParagraph (); paragraph . Position = new Aspose . Pdf...

    docs.aspose.com/pdf/es/net/rotate-text-inside-pdf/
  6. 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...
  7. DocumentVisitor.VisitParagraphEnd | Aspose.Word...

    Scopri il metodo VisitParagraphEnd di DocumentVisitor gestisci in modo efficiente il completamento dell'enumerazione dei paragrafi nelle tue applicazioni per migliorare le prestazioni....VisitParagraphEnd ( Paragraph paragraph ) Parametro Tipo Descrizione...Descrizione paragraph Paragraph L’oggetto che viene visitato. Valore...

    reference.aspose.com/words/it/net/aspose.words/...
  8. DocumentVisitor.VisitParagraphEnd | Aspose.Word...

    اكتشف طريقة DocumentVisitor VisitParagraphEnd—تعامل بكفاءة مع إكمال تعداد الفقرات في تطبيقاتك لتحسين الأداء....VisitParagraphEnd ( Paragraph paragraph ) معامل يكتب وصف paragraph Paragraph...int paragraphCount = body . Paragraphs . Count ; IndentAndAppendLine...

    reference.aspose.com/words/ar/net/aspose.words/...
  9. 修改脚注内容序号的颜色 - Free Support Forum - aspose.com

    for (Paragraph paragraph : footnote.getParagraphs()) { paragraph.getParagraphFormat().setStyleIdentifier(StyleIdentifier.NORMAL); for (Run run : paragraph.getRuns()) { run.getFont().setColor(Color.…...2025, 2:21pm 1 for (Paragraph paragraph : footnote.getParagraphs())...getParagraphs()) { paragraph.getParagraphFormat().setStyleIdentifier(StyleIdentifier...

    forum.aspose.com/t/topic/310540
  10. NodeType enumeration | Aspose.Words for Python

    aspose.words.NodeType enumeration. Specifies the type of a Word document node.... PARAGRAPH A paragraph of text. BOOKMARK_START...images, fields,etc.) within a paragraph STRUCTURED_DOCUMENT_TAG Allows...

    reference.aspose.com/words/python-net/aspose.wo...