Sort Score
Result 10 results
Languages All
Labels All
Results 3,611 - 3,620 of 15,600 for

paragraphs

(0.09 sec)
  1. Memutar Teks di Dalam PDF|Aspose.PDF untuk Java

    Pelajari berbagai cara untuk memutar teks ke PDF. Aspose.PDF memungkinkan Anda untuk memutar teks ke sudut mana pun, memutar fragmen teks atau seluruh paragraf....TextParagraph paragraph = new TextParagraph (); paragraph . setPosition...paragraf paragraph . appendLine ( textFragment1 ); paragraph . appendLine...

    docs.aspose.com/pdf/id/java/rotate-text-inside-...
  2. Edit HTML Document in Python – Aspose.HTML for ...

    Learn how to edit HTML Document Object Model in Python, how to create, populate and add HTML elements, and how to edit inline and internal CSS....document will contain a text paragraph with an id attribute: Use...HTMLDocument to create a paragraph element <p> . Use the method...

    docs.aspose.com/html/python-net/edit-html-docum...
  3. Python का उपयोग करके PDF बनाएं

    कुछ ही चरणों में Python में एक नया PDF बनाएं। Python via .NET लाइब्रेरी का उपयोग करके आसानी से PDF बनाएं।...first_paragraph.append_child(firstRun) doc...first_section.body.first_paragraph.append_child(secondRun) builder...

    products.aspose.com/words/hi/python-net/make/pdf/
  4. Python का उपयोग करके HTML बनाएं

    कुछ ही चरणों में Python में एक नया HTML बनाएं। Python via .NET लाइब्रेरी का उपयोग करके आसानी से HTML बनाएं।...first_paragraph.append_child(firstRun) doc...first_section.body.first_paragraph.append_child(secondRun) builder...

    products.aspose.com/words/hi/python-net/make/html/
  5. Markdown를 DOM로 번역하세요|Python via .NET용 Aspose.Words

    Markdown 문서를 Document Object Model로 변환하고 Python을 사용하여 다시 변환합니다. 따라서 복잡한 기존 Markdown로 작업하고 처음부터 프로그래밍 방식으로 Markdown 문서를 만들 수 있습니다.... paragraph_format . style_name = "Heading...previous paragraph to not combine styles between paragraphs. builder...

    docs.aspose.com/words/ko/python-net/translate-m...
  6. Списки у 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/
  7. NodeType Enum | Aspose.Words per .NET

    Scopri l'enum Aspose.Words.NodeType per identificare e gestire facilmente diversi tipi di nodi di documenti Word per un'elaborazione fluida dei documenti.... Paragraph 8 Un paragrafo di testo. BookmarkStart...questo documento. Paragraph paragraph = ( Paragraph ) doc . GetChild...

    reference.aspose.com/words/it/net/aspose.words/...
  8. Section constructor | Aspose.Words for Python

    Section constructor. Initializes a new instance of the Section class....section, one body and one paragraph. # Call the "RemoveAllChildren"...append_child ( body ) # Create a paragraph, set some formatting properties...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ParagraphAlignment enumeration | Aspose.Words f...

    Aspose.Words.ParagraphAlignment enumeration. Specifies text alignment in a paragraph....Specifies text alignment in a paragraph. Members Name Description...section, one body and one paragraph. // Call the "RemoveAllChildren"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Portion|Aspose.Slides Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....const auto & paragraph : textFrame -> get_Paragraphs ()) { for (...( const auto & portion : paragraph -> get_Portions ()) { PointF...

    docs.aspose.com/slides/cpp/portion/