Sort Score
Result 10 results
Languages All
Labels All
Results 4,051 - 4,060 of 18,590 for

paragraphs

(0.44 sec)
  1. Vytvořit HTML Pomocí Python

    Vytvořte nový HTML v Python v několika krocích. Snadno vytvořte HTML pomocí knihovny Python via .NET....first_paragraph.append_child(firstRun) doc...first_section.body.first_paragraph.append_child(secondRun) builder...

    products.aspose.com/words/cs/python-net/make/html/
  2. PDF Létrehozása A Python Használatával

    Hozzon létre új PDF ot a(z) Python alkalmazásban néhány lépésben. Könnyen létrehozhatja a(z) PDF fájlt a Python via .NET könyvtár használatával....first_paragraph.append_child(firstRun) doc...first_section.body.first_paragraph.append_child(secondRun) builder...

    products.aspose.com/words/hu/python-net/make/pdf/
  3. HTML Létrehozása A Python Használatával

    Hozzon létre új HTML ot a(z) Python alkalmazásban néhány lépésben. Könnyen létrehozhatja a(z) HTML fájlt a Python via .NET könyvtár használatával....first_paragraph.append_child(firstRun) doc...first_section.body.first_paragraph.append_child(secondRun) builder...

    products.aspose.com/words/hu/python-net/make/html/
  4. Font.StrikeThrough | Aspose.Words för .NET

    Upptäck egenskapen för genomstruken text. Formatera enkelt text med genomstruken text för tydlig visuell betoning i dina designer. Förbättra läsbarheten idag!...new Document (); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); Run run = new Run ( doc...

    reference.aspose.com/words/sv/net/aspose.words/...
  5. Font.DoubleStrikeThrough | Aspose.Words per .NET

    Scopri la proprietà Font DoubleStrikeThrough. Formatta facilmente il testo con una doppia barratura per una maggiore chiarezza e stile nei tuoi documenti....new Document (); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); Run run = new Run ( doc...

    reference.aspose.com/words/it/net/aspose.words/...
  6. Section Breaks Lost During Document.Save() in A...

    Description: We are encountering a critical issue where section breaks are being lost or corrupted when using Document.Save() to overwrite DOCX files. This results in improper page layout—multi-page documents collapse i…...childNodes[i]; if (subNode is Paragraph para) { if (para.ParagraphFormat...nodeToRemove in nodesToRemove) { Paragraph node1 = nodeToRemove.NextSibling...

    forum.aspose.com/t/section-breaks-lost-during-d...
  7. MarkdownLoadOptions.ImportUnderlineFormatting |...

    اكتشف خاصية MarkdownLoadOptions ImportUnderlineFormatting. تحكّم بتنسيق النص المسطر باستخدام إعداد منطقي بسيط. حسّن تجربة Markdown الخاصة بك!... loadOptions ); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); Assert . AreEqual ( Underline...

    reference.aspose.com/words/ar/net/aspose.words....
  8. ParagraphFormat.WidowControl | Aspose.Words for...

    Discover how the ParagraphFormat WidowControl property ensures your text's first and last lines stay together on the same page for better readability....first and last lines in the paragraph are to remain on the same...same page as the rest of the paragraph. public bool WidowControl...

    reference.aspose.com/words/net/aspose.words/par...
  9. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_SmartParagraphBreakReplacement method. Gets or sets a boolean value indicating either it is allowed to replace paragraph break when there is no next sibling paragraph. The default value is false in C++....it is allowed to replace paragraph break when there is no next...next sibling paragraph. The default value is false . bool Aspose...

    reference.aspose.com/words/cpp/aspose.words.rep...
  10. TabStopCollection.After | Aspose.Words per .NET

    Scopri il metodo TabStopCollection After per recuperare in modo efficiente la prima tabulazione a destra della posizione specificata per una navigazione fluida....ParagraphCollection paragraphs = doc . FirstSection . Body . Paragraphs ; Assert...Assert . AreEqual ( 2 , paragraphs . Count ); // Ogni paragrafo...

    reference.aspose.com/words/it/net/aspose.words/...