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

paragraph

(0.16 sec)
  1. Shading.foregroundPatternColor property | Aspos...

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

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. How to Add Comments in Word using Java

    In this short tutorial we will see how to add comments in Word using Java. This process can be followed in any operating system like Windows, macOS and Ubuntu to insert comment in Word document using Java....target paragraph Insert comment in Word document paragraph using...of the Word file like its paragraphs. We can move cursor to any...

    kb.aspose.com/words/java/how-to-add-comments-in...
  3. Aspose::Words::Border::get_ThemeColor method | ...

    Aspose::Words::Border::get_ThemeColor method. Gets or sets the theme color in the applied color scheme that is associated with this Border object in C++....Examples Shows how to insert a paragraph with a top border. auto doc...

    reference.aspose.com/words/cpp/aspose.words/bor...
  4. Work with Text in a Table|Aspose.Words for Python

    Replace text in a table in Python. Extract Plain Text from Table or Cell using Python....existing text with multi-paragraph text. To do this, you need...level (per cell) or at the paragraph level. The following code...

    docs.aspose.com/words/python-net/work-with-text...
  5. Restarting List Numbering Dynamically in C#|Asp...

    Restart list numbering within your documents dynamically when building a report using C#....tag in the same numbered paragraph. Then, a result document looks...numbering for a containing paragraph, if needed; for example, the...

    docs.aspose.com/words/net/restarting-list-numbe...
  6. Incorrect Bullet Character Detected in a PowerP...

    I have attached a pptx file “bullet_issue.pptx” having one shape in the first slide. The shape text has bullet points enabled. I have attached the screenshot of slide content as file “slide_screenshot.png” to show how t…...paragraphs[0].paragraph_format.bullet.get_effective()...specifically set for that paragraph. Here’s an example of how...

    forum.aspose.com/t/incorrect-bullet-character-d...
  7. BuiltInDocumentProperties.linksUpToDate propert...

    BuiltInDocumentProperties.linksUpToDate property. Indicates whether hyperlinks in a document are up-to-date.... myDir + "Paragraphs.docx" ); let properties =...number of Paragraph nodes in the document to the "Paragraphs" built-in...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Right-to-left (RTL) for word table? Only suppor...

    Hi. I’m trying to implement RTL capabilities for our aspose word exporting, and I’m having difficulties understanding how to do this and what’s supported. This is using .net. Specifically, I’m trying to render some Tab…...setting bidi=true for the paragraph the table is contained in...whether this is a right-to-left paragraph. The Run.Font.Bidi property...

    forum.aspose.com/t/right-to-left-rtl-for-word-t...
  9. DocumentBuilder.insert_structured_document_tag ...

    DocumentBuilder.insert_structured_document_tag method. Inserts a [StructuredDocumentTag](../../../aspose.words.markup/structureddocumenttag/) into the document.... paragraphs [ 3 ]) # Note, that only...StructuredDocumentTa will inherit paragraph and font formatting from cursor...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Bullet Formatting Is Not Applied when Cloning S...

    Hi Aspose Team, I’m working with Aspose.Slides for Java and facing an issue related to bullet formatting. When I clone a slide from one presentation to another, or even when I create an empty slide in the target presen…...bullet formatting for each paragraph in the cloned shapes. Here’s...(textFrame != null) { for (Paragraph paragraph : textFrame.getParagraphs())...

    forum.aspose.com/t/bullet-formatting-is-not-app...