Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 15,944 for

paragraph

(0.03 sec)
  1. Exact Spacings|Aspose.Words for JasperReports

    Aspose Words for JasperReports will try to optimize adding of white spaces before or after Paragraphs....white spaces before or after paragraphs. For example, in some cases...cases space before some paragraph is implemented as space after...

    docs.aspose.com/words/jasperreports/exact-spaci...
  2. Run class | Aspose.Words for Node.js

    Aspose.Words.Run class. Represents a run of characters with the same font formatting...Run can only be a child of Paragraph or inline StructuredDocumentTa...parentParagraph Retrieves the parent Paragraph of this node. (Inherited from...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. CompositeNode.selectNodes method | Aspose.Words...

    CompositeNode.selectNodes method. Selects a list of nodes matching the XPath expression....expression will extract all paragraph nodes, // which are descendants... selectNodes ( "//Table//Paragraph" ); // Iterate through the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::ParagraphFormat::get_LeftIndent ...

    Aspose::Words::ParagraphFormat::get_LeftIndent method. Gets or sets the value (in points) that represents the left indent for Paragraph in C++....represents the left indent for paragraph. double Aspose :: Words ::...Examples Shows how to configure paragraph formatting to create off-center...

    reference.aspose.com/words/cpp/aspose.words/par...
  5. Aspose::Words::ParagraphFormat::get_RightIndent...

    Aspose::Words::ParagraphFormat::get_RightIndent method. Gets or sets the value (in points) that represents the right indent for Paragraph in C++....represents the right indent for paragraph. double Aspose :: Words ::...Examples Shows how to configure paragraph formatting to create off-center...

    reference.aspose.com/words/cpp/aspose.words/par...
  6. Node.parentNode property | Aspose.Words for Nod...

    Node.parentNode property. Gets the immediate parent of this node....node to the document's first paragraph. let run = new aw . Run (...appendChild ( run ); // The paragraph is the parent node of the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. OfficeMath.ParentParagraph | Aspose.Words for .NET

    Discover the OfficeMath ParentParagraph property to easily access the parent Paragraph of any node, enhancing your document formatting and structure....the parent Paragraph of this node. public Paragraph ParentParagraph...OfficeMath.docx" ); See Also class Paragraph class OfficeMath namespace...

    reference.aspose.com/words/net/aspose.words.mat...
  8. ParagraphFormat.firstLineIndent property | Aspo...

    ParagraphFormat.firstLineIndent property. Gets or sets the value (in points) for a first line or hanging indent...Examples Shows how to insert a paragraph into the document. let doc..."Writeln" method ends the paragraph after appending text // and...

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

    aspose.words.CompositeNode class. Base class for nodes that can contain other nodes...to the first paragraph of this document. paragraph = doc . get_child...NodeType . PARAGRAPH , 0 , True ) . as_paragraph () paragraph . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  10. MarkdownLoadOptions.ImportUnderlineFormatting |...

    Discover the MarkdownLoadOptions ImportUnderlineFormatting property. Control underline text formatting with a simple boolean setting. Enhance your Markdown experience!... loadOptions ); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); Assert . That ( para ...

    reference.aspose.com/words/net/aspose.words.loa...