Sort Score
Result 10 results
Languages All
Labels All
Results 3,841 - 3,850 of 18,324 for

paragraphs

(0.22 sec)
  1. สร้าง Markdown – ตัวอย่างโค้ด C#

    รหัสสำหรับสร้างไฟล์ Markdown ใน C# ใช้ไลบรารี C# เพื่อสร้าง Markdown ตั้งแต่เริ่มต้น และเปิด แยกวิเคราะห์ หรือแก้ไขไฟล์ MD...Create an empty paragraph var paragraph = mdf.Paragraph(); // Add texts...texts to the paragraph paragraph.AppendChild(mdf.Text( "First...

    products.aspose.com/html/th/net/create-markdown/
  2. Aspose.Words مدل شیء سند (DOM) در C++|Aspose.Wo...

    مدل شیء سند (DOM) یک نمایش در حافظه یک سند ورد است. خواندن، دستکاری و تغییر محتوا و قالب بندی یک سند ورد با استفاده از C++....به عنوان مثال، Section یا Paragraph ، از کلاس CompositeNode مشتق...است. Document , Section , Paragraph , Table , Shape , Run , و...

    docs.aspose.com/words/fa/cpp/aspose-words-docum...
  3. Aspose.Words DOM|Aspose.Words für Python via .NET

    Document Object Model (DOM) ist eine speicherinterne Darstellung eines Word-Dokuments. Lesen, bearbeiten und ändern Sie den Inhalt und die Formatierung eines Word-Dokuments mithilfe von Python....beispielsweise Section oder Paragraph , werden von der CompositeNode...dargestellt. Document , Section , Paragraph , Table , Shape , Run und...

    docs.aspose.com/words/de/python-net/aspose-word...
  4. HeaderFooter.is_header property | Aspose.Words ...

    HeaderFooter.is_header property. True if this [HeaderFooter](../) object is a header....append a paragraph to it. The text in that paragraph # will appear...) para = header . append_paragraph ( 'My header.' ) self . assertTrue...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Lưu trữ

    Lưu trữ...shapes[0] paragraph = autoShape.text_frame.paragraphs[0] # thêm...main_sequence.add_effect(paragraph, slides.animation.EffectType...

    blog.aspose.com/vi/slides/apply-text-animation-...
  6. CompositeNode class | Aspose.Words for Python

    aspose.words.CompositeNode class. Base class for nodes that can contain other nodes...to the first paragraph of this document. paragraph = doc . get_child...NodeType . PARAGRAPH , 0 , True ) . as_paragraph () paragraph . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  7. آرشیوها

    آرشیوها...auto paragraph = autoShape->get_TextFrame()->get_Paragraphs()->idx_get(0);...ainSequence()->AddEffect(paragraph, EffectType::Fly, EffectSubtype::Left...

    blog.aspose.com/fa/slides/apply-animation-to-te...
  8. Aspose::Words::DocumentBuilder::EndEditableRang...

    Aspose::Words::DocumentBuilder::EndEditableRange method. Marks the current position in the document as an editable range end in C++....+ u " we cannot edit this paragraph without the password." );...builder -> Writeln ( u "This paragraph is inside an editable range...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. Chercher

    chercher...texte de chaque IPortion du paragraphe. L’exemple de code suivant...{ //Boucle à travers les paragraphes dans le TextFrame actuel...

    blog.aspose.com/fr/slides/extract-text-from-pow...
  10. 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 ADVANCE...

    docs.aspose.com/words/java/insert-fields/