Sort Score
Result 10 results
Languages All
Labels All
Results 7,141 - 7,150 of 18,529 for

paragraphs

(0.53 sec)
  1. إضافة معادلات رياضية إلى عروض PowerPoint التقدي...

    تعلم كيفية التعامل مع المعادلات الرياضية في PowerPoint باستخدام Aspose.Slides للغة Python عبر .NET. احصل على تعليمات مفصلة، أمثلة على الشيفرة، ونصائح لأتمتة إنشاء وتعديل العروض التقديمية....: math_paragraph = math_shape . text_frame . paragraphs [ 0 ]...] . portions [ 0 ] . math_paragraph تسمح فئة MathParagraph بقراءة...

    docs.aspose.com/slides/ar/python-net/powerpoint...
  2. Редагування HTML, MHTML і Markdown на C#

    Редагування файлів HTML, MD і MHTML на C#. Використовуйте функції API Aspose.HTML for .NET для створення та редагування вмісту документа....Body; // Create a paragraph element var p = (HTMLPara...SetAttribute( "id" , "my-paragraph" ); // Create a text node...

    products.aspose.com/html/uk/net/editor/
  3. ค้นหา

    ค้นหา...เพิ่มย่อหน้า auto paragraph = System::MakeObject<Paragraph>(); auto portion...>(u"Theme text format"); paragraph->get_Portions()->Add(portion);...

    blog.aspose.com/th/slides/apply-theme-in-powerp...
  4. 使用样式和主题|Python via .NET 格式的 Aspose.Words

    使用 Python 访问和管理文档中的样式和主题。...这是 paragraphs_by_style_name 的实现:下面的示例查找使用指定样式格式化的所有段落。...加到 paragraphs_with_style 数组中。 Paragraph 样式名称可以在 Paragraph.paragraph_format...

    docs.aspose.com/words/zh/python-net/working-wit...
  5. SdtType enumeration | Aspose.Words for Python

    aspose.words.markup.SdtType enumeration. Specifies the type of a structured document tag (SDT) node.... last_paragraph ) builder . write ( 'Lorem.... MarkupLevel . INLINE ) paragraph = doc . first_section . body...

    reference.aspose.com/words/python-net/aspose.wo...
  6. أرشيف

    أرشيف...SetAttribute("id", "first-paragraph"); // 3. قم بإنشاء عقدة نصية...CreateTextNode("This is first paragraph. "); // 4. أضف النص إلى الفقرة...

    blog.aspose.com/ar/html/create-read-edit-html-f...
  7. FieldToc Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldToc class for seamless Table of Contents creation in documents. Enhance your workflow with powerful features!...whether to use the applied paragraph outline level. Methods Name...node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Форматирование текста PowerPoint в Java|Докумен...

    Форматирование и стилизация текста в презентациях PowerPoint и OpenDocument с помощью Aspose.Slides for Java. Настройка шрифтов, цветов, выравнивания и других параметров.... clear (); Paragraph para = new Paragraph (); Portion portion1...getParagraphs (). clear (); Paragraph para = new Paragraph (); Portion portion1...

    docs.aspose.com/slides/ru/java/text-formatting/
  9. Problema con sostituzione font - Free Support F...

    Buongiorno, ho la necessità durante la conversione docx → pdf di forzare la sostituzione di un determinato font mancante(OpenSymbol) con un altro font (DejavuSans). Per ottenere questo il risultato ho dovuto scrivere q…...<summary> /// Called when a Paragraph end is encountered in the...visitParagraphEnd(Paragraph paragraph) { resetFont(paragraph.getParagraphBreakFon());...

    forum.aspose.com/t/problema-con-sostituzione-fo...
  10. Travailler avec les en-têtes dans PDF|Aspose.PD...

    Créez une numérotation dans l'en-tête de votre document PDF avec C++. Aspose.PDF pour C++ montre différents styles de numérotation....get_Margin ()); pdfPage -> get_Paragraphs () -> Add ( floatBox ); auto...( true ); floatBox -> get_Paragraphs () -> Add ( heading ); auto...

    docs.aspose.com/pdf/fr/cpp/working-with-headings/