Sort Score
Result 10 results
Languages All
Labels All
Results 3,901 - 3,910 of 18,354 for

paragraph

(0.13 sec)
  1. Aspose::Words::Document::get_HasRevisions metho...

    Aspose::Words::Document::get_HasRevisions method. Returns true if the document has any tracked changes in C++....its parent node from the paragraph text // and then remove the...() -> get_Body () -> get_Paragraphs () -> idx_get ( 1 ); System...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. Aspose::Words::Revision::get_DateTime method | ...

    Aspose::Words::Revision::get_DateTime method. Gets or sets the date/time of this revision in C++....its parent node from the paragraph text // and then remove the...() -> get_Body () -> get_Paragraphs () -> idx_get ( 1 ); System...

    reference.aspose.com/words/cpp/aspose.words/rev...
  3. ThemeColor enumeration | Aspose.Words for Python

    aspose.words.themes.ThemeColor enumeration. Specifies the theme colors for document themes... PARAGRAPH , 'ThemedStyle' ) style ....tint_and_shade = 0.3 builder . paragraph_format . style_name = 'ThemedStyle'...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ThemeFont Enum | Aspose.Words for .NET

    Discover Aspose.Words ThemeFont enum to easily manage document theme fonts and enhance your documents' visual appeal with tailored styles.... Paragraph , "ThemedStyle" ); style ...

    reference.aspose.com/words/net/aspose.words.the...
  5. CommentRangeStart.Accept | Aspose.Words for .NET

    Discover the CommentRangeStart Accept method to enhance visitor engagement and streamline interactions on your site. Boost user experience today!... Paragraph para = doc . FirstSection...

    reference.aspose.com/words/net/aspose.words/com...
  6. Comment.Initial | Aspose.Words for .NET

    Discover how to manage user initials in comments effortlessly. Enhance engagement and personalize interactions with our easy-to-use property feature.... Paragraph para = doc . FirstSection...

    reference.aspose.com/words/net/aspose.words/com...
  7. Aspose::Words::Document::get_Revisions method |...

    Aspose::Words::Document::get_Revisions method. Gets a collection of revisions (tracked changes) that exist in this document in C++....its parent node from the paragraph text // and then remove the...() -> get_Body () -> get_Paragraphs () -> idx_get ( 1 ); System...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. 使用 Python 更改 HTML 文本颜色

    学习使用 Aspose.HTML for Python via .NET 在 HTML 中更改文本颜色。包括内联和内部 CSS 示例、最佳实践和常见问题解答。...Find the first paragraph element 16 paragraph = doc. get_elements_by_tag_name...attribute with color property 19 paragraph. set_attribute ( "style" ...

    docs.aspose.com/html/zh/python-net/how-to-chang...
  9. Update Fields in Java|Aspose.Words for Java

    Learn how to update fields in Java. Update fields programmatically or use automatic field update using Java API...Section , HeaderFooter , Paragraph , etc. using the GetRange...

    docs.aspose.com/words/java/update-field/
  10. Issues with footnotes when converting docx to P...

    Hi, I’m having some issues with footnotes when I convert docx to pdf. For the conversion, I’m using the code below: Document document = new Document("document.docx"); PdfSaveOptions saveOptions = new PdfSaveOptions(); …...“Widow/Orphan” case: When there is a paragraph with the “widow/orphan control”...case: When there are two paragraphs of footnote text and “Keep...

    forum.aspose.com/t/issues-with-footnotes-when-c...