Sort Score
Result 10 results
Languages All
Labels All
Results 1,661 - 1,670 of 15,511 for

paragraph

(0.31 sec)
  1. Story.last_paragraph property | Aspose.Words fo...

    Story.last_Paragraph property. Gets the last Paragraph in the story....last_paragraph property Story.last_paragraph property Gets the...last paragraph in the story. @property def last_paragraph ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  2. How to Change Background Color in HTML? C# Exam...

    In this article, we will use C# examples to show different ways to change background color in HTML files using Aspose.HTML for .NET....tPath); 9 10 // Find the paragraph element to set a style attribute...attribute 11 HTMLElement paragraph = (HTMLElement)document. GetElementsByTagName...

    docs.aspose.com/html/net/how-to-articles/how-to...
  3. Make Markdown Using Java

    Make a new Markdown in Java in a few steps. Easily create Markdown using Java library....technically supposed to contain one paragraph, so when you programmatically...this is the last Run in the Paragraph. if (secondRun.getNextSibling()...

    products.aspose.com/words/java/make/md/
  4. Make DOCX Using Java

    Make a new DOCX in Java in a few steps. Easily create DOCX using Java library....technically supposed to contain one paragraph, so when you programmatically...this is the last Run in the Paragraph. if (secondRun.getNextSibling()...

    products.aspose.com/words/java/make/docx/
  5. Translate Markdown to Document Object Model (DO...

    Tarnslate a Markdown document to Document Object Model and back using C++. So you can work with complex existing Markdown and programmatically create a Markdown document from scratch....nested features, we also use paragraph styles with a name that starts...formatting in either list style or paragraph formatting. Inline Blocks...

    docs.aspose.com/words/cpp/translate-markdown-to...
  6. Make PDF Using Java

    Make a new PDF in Java in a few steps. Easily create PDF using Java library....technically supposed to contain one paragraph, so when you programmatically...this is the last Run in the Paragraph. if (secondRun.getNextSibling()...

    products.aspose.com/words/java/make/pdf/
  7. Extract Text from Presentations|Aspose.Slides D...

    Learn how to quickly and easily extract text from PowerPoint presentations using Aspose.Slides for .NET. Follow our simple, step-by-step guide to save time and efficiently access slide content in your applications....; i ++) { // Loop through paragraphs in the current text frame...IParagraph paragraph in textFrames [ i ]. Paragraphs ) { // Loop...

    docs.aspose.com/slides/net/extract-text-from-pr...
  8. Nodeimporter ignores "KeepSourceNumbering" and ...

    Hi there Our software contains a workflow, where specific ContentControls are copied into another docx File. This used to work on 15.6. After we updated to 22.9 a while ago ( we’re now on 25.4 but still face this issu…...I found out that all the paragraphs lists are listed with StartAt:...importFormatOptions); foreach (Paragraph paragraph in srcDoc.FirstSection...

    forum.aspose.com/t/nodeimporter-ignores-keepsou...
  9. Aspose::Words::Loading::TxtLeadingSpacesOptions...

    Aspose::Words::Loading::TxtLeadingSpacesOptions enum. Specifies available options for leading space handling during import from Text file in C++....first line indent to the paragraph to simulate the effect of...:: ParagraphCollection > paragraphs = doc -> get_FirstSection...

    reference.aspose.com/words/cpp/aspose.words.loa...
  10. Aspose::Words::DocumentBuilder::get_CurrentNode...

    Aspose::Words::DocumentBuilder::get_CurrentNode method. Gets the node that is currently selected in this DocumentBuilder in C++....that is a direct child of a Paragraph . Any insert operations you...CurrentNode . When the current paragraph is empty or the cursor is...

    reference.aspose.com/words/cpp/aspose.words/doc...