Sort Score
Result 10 results
Languages All
Labels All
Results 3,171 - 3,180 of 18,471 for

paragraphs

(0.24 sec)
  1. Font.DoubleStrikeThrough | Aspose.Words for .NET

    Discover the Font DoubleStrikeThrough property. Easily format text with a double strikethrough for enhanced clarity and style in your documents....new Document (); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); Run run = new Run ( doc...

    reference.aspose.com/words/net/aspose.words/fon...
  2. Архивы

    Архивы...based on block-level nodes (paragraphs and tables). Traverse through...last nodes when needed, so paragraph formatting is retained. #...

    blog.aspose.com/ru/words/extract-text-from-word...
  3. Aspose::Words::CompositeNode::get_Count method ...

    Aspose::Words::CompositeNode::get_Count method. Gets the number of immediate children of this node in C++....document, by default, has one paragraph. ASSERT_EQ ( 1 , doc -> get_FirstSection...() -> get_Body () -> get_Paragraphs () -> get_Count ()); // Composite...

    reference.aspose.com/words/cpp/aspose.words/com...
  4. Archivio

    Archivio...nodi a livello di blocco (Paragraph, Table) o inline (ad es. Run...based on block-level nodes (paragraphs and tables). Traverse through...

    blog.aspose.com/it/words/extract-text-from-word...
  5. FindReplaceOptions.SmartParagraphBreakReplaceme...

    Discover the SmartParagraphBreakReplacement property in FindReplaceOptions. Control paragraph breaks effortlessly for seamless text formatting....it is allowed to replace paragraph break when there is no next...next sibling paragraph. The default value is false . public bool...

    reference.aspose.com/words/net/aspose.words.rep...
  6. Insert text with html to a table cell PDF .net ...

    Hi, i am building a PDF document. i need to add text Dim s1 As String = "STAFF STATUS: "to a table cell. since it has html in it, i believe i have to do something different. here is part the code. Dim doc As Do…...Paragraphs.Add(s1) ‘’ it does not like...Margin.Bottom = 10; cell1.Paragraphs.Add(htmlFragment); // Add...

    forum.aspose.com/t/insert-text-with-html-to-a-t...
  7. NodeCollection.Item | Aspose.Words for .NET

    Access any node effortlessly with the NodeCollection Item property. Quickly retrieve nodes by index for seamless data management and enhanced performance....first paragraph of this document. Paragraph paragraph = ( Paragraph...( NodeType . Paragraph , 0 , true ); paragraph . AppendChild...

    reference.aspose.com/words/net/aspose.words/nod...
  8. Форматирование текста презентации в .NET|Докуме...

    Форматирование и стилизация текста в презентациях PowerPoint и OpenDocument с помощью Aspose.Slides для .NET. Настройка шрифтов, цветов, выравнивания и других параметров....]; var paragraph = autoShape . TextFrame . Paragraphs [ 0 ];...подсветки для всего абзаца. paragraph . ParagraphFormat . DefaultPortionFormat...

    docs.aspose.com/slides/ru/net/text-formatting/
  9. Управление абзацами текста PowerPoint в Python|...

    Освойте форматирование абзацев с помощью Aspose.Slides для Python через .NET — оптимизируйте выравнивание, интервал и стиль в презентациях PowerPoint и OpenDocument в Python, чтобы привлечь внимание зрителей....Slides предоставляет класс Paragraph для создания объектов абзацев...абзацев. Объект Paragraph может содержать один или несколько фрагментов...

    docs.aspose.com/slides/ru/python-net/manage-par...
  10. DocumentBuilder.InsertHtml | Aspose.Words لـ .NET

    قم بتعزيز مستنداتك بسهولة باستخدام طريقة InsertHtml في DocumentBuilder—قم بإدراج سلاسل HTML بسلاسة لتحقيق التكامل الديناميكي للمحتوى....align='right'>Paragraph right</p>" + "<b>Implicit paragraph left</b>"...ParagraphCollection paragraphs = doc . FirstSection . Body . Paragraphs ; Assert...

    reference.aspose.com/words/ar/net/aspose.words/...