Sort Score
Result 10 results
Languages All
Labels All
Results 2,301 - 2,310 of 18,334 for

paragraph

(0.11 sec)
  1. Border.themeColor property | Aspose.Words for N...

    Border.themeColor property. Gets or sets the theme color in the applied color scheme that is associated with this Border object....Examples Shows how to insert a paragraph with a top border. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. DocumentBuilder.underline property | Aspose.Wor...

    DocumentBuilder.underline property. Gets/sets underline type for the current font....formatting to its current paragraph and any new text added by...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Known Issues in Aspose.Slides for Java 14.4.0|A...

    Review known issues in Aspose.Slides for Java 14.4.0 to ensure accurate work with PowerPoint and OpenDocument files and avoid surprises in your presentations....(tabulation, indentation and paragraph formatting limitations). Info...

    docs.aspose.com/slides/java/known-issues-in-asp...
  4. Shading.backgroundPatternColor property | Aspos...

    Shading.backgroundPatternColor property. Gets or sets the color that's applied to the background of the [Shading](../) object.... write ( "This paragraph is formatted with a double...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Save MD – C# Markdown Parser

    Code for saving Markdown files in C#. Use the C# library to parse, edit and save Markdown....Create an empty paragraph var paragraph = mdf.Paragraph(); // Add texts...texts to the paragraph paragraph.AppendChild(mdf.Text( "Markdown...

    products.aspose.com/html/net/save-md/
  6. ParagraphFormat.hangingPunctuation property | A...

    ParagraphFormat.hangingPunctuation property. Gets or sets a flag indicating whether hanging punctuation is enabled for the current Paragraph....is enabled for the current paragraph. get hangingPunctuation ()...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Row class | Aspose.Words for Python

    aspose.words.tables.Row class. Represents a table row...contain cells, which may have paragraphs # with typical elements such...least one row, cell, and paragraph. first_row = aw . tables ...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 在 Python 中编辑 HTML 文档 – Aspose.HTML for Python v...

    学习如何使用 Aspose.HTML for Python 通过 .NET 编辑 HTML DOM;如何创建、填充、添加 HTML 元素,以及编辑内联和内部 CSS。... body 18 19 # Create a paragraph element < p > 20 p = document...set_attribute ( "id" , "my-paragraph" ) 24 25 # Create a text node...

    docs.aspose.com/html/zh/python-net/edit-html-do...
  9. FieldOptions.custom_toc_style_separator propert...

    FieldOptions.custom_toc_style_separator property. Gets or sets custom style separator for the \t switch in [FieldToc](../../fieldtoc/) field.... use_paragraph_outline_level = False ins...1' ) builder . writeln ( 'Paragraph text.' ) insert_new_page_with_heading...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Python DocumentVisitor - Free Support Forum - a...

    I am trying to evaluate using aspose.words for a project at work. I am using the temporary free license with aspose-words v25.9.0 in Python. I am trying to understand how to best iterate over the nodes inside a document,…...def visit_paragraph_start(self, paragraph: aw.Paragraph) → int:...int: … paragraph.to_string(aw.SaveFormat.TEXT).strip() … return aw...

    forum.aspose.com/t/python-documentvisitor/319554