Sort Score
Result 10 results
Languages All
Labels All
Results 4,221 - 4,230 of 18,529 for

paragraphs

(0.09 sec)
  1. 使用 C++ 管理演示文稿中的文本片段|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for C++ 在 PowerPoint 演示文稿中管理文本片段,从而提升性能和自定义能力。...const auto & paragraph : textFrame -> get_Paragraphs ()) { for (...( const auto & portion : paragraph -> get_Portions ()) { PointF...

    docs.aspose.com/slides/zh/cpp/portion/
  2. ParagraphFormat.RightIndent | Aspose.Words for ...

    Discover how to easily adjust the right indent of your Paragraphs with the ParagraphFormat RightIndent property. Enhance your document formatting today!...represents the right indent for paragraph. public double RightIndent...Examples Shows how to configure paragraph formatting to create off-center...

    reference.aspose.com/words/net/aspose.words/par...
  3. Списки у Markdown – код C# – Aspose.HTML for .NET

    Створення списків Markdown на C#. Використовуйте бібліотеку C# для створення впорядкованих і невпорядкованих списків Markdown....AppendChild(li1); // Create a paragraph with text content and add...the li1 item var paragraph = mdf.Paragraph(); var heading = mdf...

    products.aspose.com/html/uk/net/markdown-list/
  4. How to Convert PDF to Tagged PDF using C#

    This article guides on how to convert PDF to tagged PDF using C#. It has all the details to set the environment, a set of steps and a runnable sample code for adding tags to PDF files using C#....contents Create a header and a paragraph element and set text for both...elements Append this header and paragraph to the root element of the...

    kb.aspose.com/pdf/net/how-to-convert-pdf-to-tag...
  5. CompositeNode.AppendChild | Aspose.Words for .NET

    Discover how the CompositeNode AppendChild method enhances your coding by seamlessly adding nodes to your child node list. Boost your development efficiency!...section, one body and one paragraph. // Call the "RemoveAllChildren"...AppendChild ( body ); // Create a paragraph, set some formatting properties...

    reference.aspose.com/words/net/aspose.words/com...
  6. Aspose::Words::HeaderFooter::get_IsHeader metho...

    Aspose::Words::HeaderFooter::get_IsHeader method. True if this HeaderFooter object is a header in C++....append a paragraph to it. The text in that paragraph // will appear...SharedPtr < Aspose :: Words :: Paragraph > para = header -> AppendParagraph...

    reference.aspose.com/words/cpp/aspose.words/hea...
  7. Aspose::Words::Fields::FieldStyleRef class | As...

    Aspose::Words::Fields::FieldStyleRef class. Implements the STYLEREF field. To learn more, visit the documentation article in C++....insert the paragraph number of the referenced paragraph exactly...insert the paragraph number of the referenced paragraph in full...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. Wie ändert man die Textfarbe in HTML? C# Beispiele

    Anhand von C# Aspose.HTML-Beispielen lernen Sie, wie Sie die Textfarbe in einer HTML-Datei mithilfe von Inline- und internem CSS ändern....C#-Code Copy 1 // Change HTML paragraph color using C# 2 3 // Prepare...Combine (OutputDir, "change-paragraph-color-inline-css.html" );...

    docs.aspose.com/html/de/net/how-to-articles/how...
  9. Gör WORD Med Python

    Skapa en ny WORD i Python med några få steg. Skapa enkelt WORD med Python via .NET biblioteket....first_paragraph.append_child(firstRun) doc...first_section.body.first_paragraph.append_child(secondRun) builder...

    products.aspose.com/words/sv/python-net/make/word/
  10. Gör HTML Med Python

    Skapa en ny HTML i Python med några få steg. Skapa enkelt HTML med Python via .NET biblioteket....first_paragraph.append_child(firstRun) doc...first_section.body.first_paragraph.append_child(secondRun) builder...

    products.aspose.com/words/sv/python-net/make/html/