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

paragraphs

(0.13 sec)
  1. 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...
  2. 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...
  3. Gestionar viñetas|Aspose.Slides para Node.js a ...

    Crear listas con viñetas y numeradas en una presentación de PowerPoint en JavaScript...de párrafo usando la clase Paragraph . Establece el tipo de viñeta...para = new aspose . slides . Paragraph (); // Estableciendo el estilo...

    docs.aspose.com/slides/es/nodejs-java/manage-bu...
  4. Aspose::Words::InlineStory::EnsureMinimum metho...

    Aspose::Words::InlineStory::EnsureMinimum method. If the last child is not a paragraph, creates and appends one empty paragraph in C++....not a paragraph, creates and appends one empty paragraph. void...last child of the node is a paragraph, // for us to be able to click...

    reference.aspose.com/words/cpp/aspose.words/inl...
  5. Aspose::Words::Fields::FieldStyleRef::get_Inser...

    Aspose::Words::Fields::FieldStyleRef::get_InsertParagraphNumberInFullContext method. Gets or sets whether to insert the paragraph number of the referenced paragraph in full context in C++....insert the paragraph number of the referenced paragraph in full...); // Add text and apply paragraph styles that STYLEREF fields...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. IN ASPOSE.WORDS THE NUMBERING_PROPERTIES CONTEN...

    "configBlock_ScheduleDefinitionsWrapper": { "content": [ { "type": "STRUCTURED_DOCUMENT_TAG", "content": [ { "type": "SDT_PROPERTIES", "content": [ { …..."type": "PARAGRAPH", "content": [ { "type": "PARAGRAPH_PROPERTIES"..."type": "PARAGRAPH", "content": [ { "type": "PARAGRAPH_PROPERTIES"...

    forum.aspose.com/t/in-aspose-words-the-numberin...
  7. إدارة أجزاء النص في العروض التقديمية في .NET|تو...

    تعلم كيفية إدارة أجزاء النص في عروض PowerPoint التقديمية باستخدام Aspose.Slides for .NET، مما يعزز الأداء والتخصيص....foreach ( var paragraph in textFrame . Paragraphs ) { foreach (...( Portion portion in paragraph . Portions ) { PointF point =...

    docs.aspose.com/slides/ar/net/portion/
  8. إضافة نص إلى PDF باستخدام C#|Aspose.PDF for .NET

    تعلم كيفية إضافة نص إلى مستند PDF في .NET باستخدام Aspose.PDF لتعزيز المحتوى وتحرير المستندات....); // Create text paragraph var paragraph = new Aspose . Pdf...Set subsequent lines indent paragraph . SubsequentLinesInden = 20...

    docs.aspose.com/pdf/ar/net/add-text-to-pdf-file/
  9. Управление маркированными и нумерованными списк...

    Узнайте, как управлять маркированными и нумерованными списками в презентациях PowerPoint и OpenDocument с помощью Aspose.Slides для Android через Java. Пошаговое руководство....экземпляр абзаца, используя класс Paragraph . Установите тип маркера для...Создание абзаца Paragraph para = new Paragraph (); // Установка...

    docs.aspose.com/slides/ru/androidjava/manage-bu...
  10. สร้าง 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/