Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 18,129 for

paragraph

(0.14 sec)
  1. ParagraphFormat.space_before property | Aspose....

    ParagraphFormat.space_before property. Gets or sets the amount of spacing (in points) before the Paragraph....spacing (in points) before the paragraph. @property def space_before...Shows how to set automatic paragraph spacing. doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ParagraphFormat.linesToDrop property | Aspose.W...

    ParagraphFormat.linesToDrop property. Gets or sets the number of lines of the Paragraph text used to calculate the drop cap height....the number of lines of the paragraph text used to calculate the..."LinesToDrop" property to designate a paragraph as a drop cap, // which will...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Fields::FieldStyleRef::get_Inser...

    Aspose::Words::Fields::FieldStyleRef::get_InsertParagraphNumberInRelativeContext method. Gets or sets whether to insert the Paragraph number of the referenced Paragraph in relative context in C++....insert the paragraph number of the referenced paragraph in relative...); // Add text and apply paragraph styles that STYLEREF fields...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Aspose::Words::Lists::ListLabel class | Aspose....

    Aspose::Words::Lists::ListLabel class. Defines properties specific to a list label. To learn more, visit the documentation article in C++....extract the list labels of all paragraphs that are list items. auto...NodeType :: Paragraph , true ); // Find if we have the paragraph list...

    reference.aspose.com/words/cpp/aspose.words.lis...
  5. Paragraph.isEndOfDocument property | Aspose.Wor...

    Paragraph.isEndOfDocument property. True if this Paragraph is the last Paragraph in the last section of the document....isEndOfDocument property Paragraph.isEndOfDocument property True...True if this paragraph is the last paragraph in the last section...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ListLabel | Aspose.Words for Java

    Defines properties specific to a list label in Java....extract the list labels of all paragraphs that are list items. {@code...listParaCount = 1; for (Paragraph paragraph : (Iterable) doc.getChildNodes(NodeType...

    reference.aspose.com/words/java/com.aspose.word...
  7. Paragraph.IsInCell | Aspose.Words for .NET

    Discover the Paragraph IsInCell property. Easily determine if a Paragraph is a direct child of a Cell, enhancing your document structure and formatting....Hide ] Paragraph.IsInCell property True if this paragraph is an...Enabling KeepWithNext for every paragraph in the table except for the...

    reference.aspose.com/words/net/aspose.words/par...
  8. Aspose::Words::ParagraphFormat class | Aspose.W...

    Aspose::Words::ParagraphFormat class. Represents all the formatting for a Paragraph. To learn more, visit the documentation article in C++....all the formatting for a paragraph. To learn more, visit the...the Working with Paragraphs documentation article. class ParagraphFormat...

    reference.aspose.com/words/cpp/aspose.words/par...
  9. Paragraph.ParagraphBreakFont | Aspose.Words for...

    Discover the ParagraphBreakFont property for seamless font formatting of Paragraph breaks, enhancing your text's appearance and readability....ParagraphBreakFont Contents [ Hide ] Paragraph.ParagraphBreakFont property...the font formatting of the paragraph break character. public Font...

    reference.aspose.com/words/net/aspose.words/par...
  10. CompositeNode.select_single_node method | Aspos...

    CompositeNode.select_single_node method. Selects the first [Node](../../node/) that matches the XPath expression....expression will extract all paragraph nodes, # which are descendants...select_nodes ( '//Table//Paragraph' ) # Iterate through the list...

    reference.aspose.com/words/python-net/aspose.wo...