Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 36,517 for

paragraph

(0.1 sec)
  1. Aspose::Words::ParagraphFormat Class Reference ...

    Represents all the formatting for a Paragraph....all the formatting for a paragraph. Examples Shows how to construct...section, one body and one paragraph. // Call the "RemoveAllChildren"...

    reference.aspose.com/words/cpp/class/aspose.wor...
  2. ControlChar.ParagraphBreak | Aspose.Words for .NET

    ControlChar ParagraphBreak field. End of Paragraph character x000d or r. Same as Cr in C#....ParagraphBreak field End of paragraph character: “\x000d” or “\r”...new line and starts a new paragraph. Assert . AreEqual ( 1 , doc...

    reference.aspose.com/words/net/aspose.words/con...
  3. ControlChar.OPTIONAL_HYPHEN_CHAR property | Asp...

    ControlChar.OPTIONAL_HYPHEN_CHAR property. Optional Hyphen in Microsoft Word is (char)31....new line and starts a new paragraph. self . assertEqual ( 1 ,...get_child_nodes ( aw . NodeType . PARAGRAPH , True ) . count ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::CompositeNode::GetChild method |...

    Aspose::Words::CompositeNode::GetChild method. Returns an Nth child node that matches the specified type in C++....the first paragraph of this document. auto paragraph = System...ExplicitCast < Paragraph > ( doc -> GetChild ( NodeType :: Paragraph , 0...

    reference.aspose.com/words/cpp/aspose.words/com...
  5. ControlChar.OptionalHyphenChar | Aspose.Words f...

    ControlChar OptionalHyphenChar field. Optional Hyphen in Microsoft Word is char31 in C#....new line and starts a new paragraph. Assert . AreEqual ( 1 , doc...GetChildNodes ( NodeType . Paragraph , true ). Count ); builder...

    reference.aspose.com/words/net/aspose.words/con...
  6. Aspose::Cells::Drawing::Equations::EquationNode...

    Aspose::Cells::Drawing::Equations::EquationNodeParagraph::GetJustification method. This specifies justification of the math Paragraph (a series of adjacent equations within the same Paragraph). A math Paragraph can be Left Justified, Right Justified, Centered, or Centered as Group. By default, the math Paragraph is Centered as Group. This means that the equations can be aligned with respect to each other, but the entire group of equations is centered as a whole in C++....justification of the math paragraph (a series of adjacent equations...within the same paragraph). A math paragraph can be Left Justified...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  7. listlabel - Aspose.Words for Java - API Reference

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word documents using Java....PageSavingArgs PageSet PageSetup Paragraph ParagraphCollection ParagraphFormat...extract the list labels of all paragraphs that are list items. Document...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose::Words::ControlChar::Cell method | Aspos...

    Aspose::Words::ControlChar::Cell method. End of a table cell or end of a table row character: "\x0007" or "\a" in C++....new line and starts a new paragraph. ASSERT_EQ ( 1 , doc -> get_FirstSection...GetChildNodes ( NodeType :: Paragraph , true ) -> get_Count ());...

    reference.aspose.com/words/cpp/aspose.words/con...
  9. Class TextParagraph | Aspose.Cells for .NET API...

    Aspose.Cells.Drawing.Texts.TextParagraph class. Represents the text Paragraph setting...class Represents the text paragraph setting. public class TextParagraph...horizontal alignment type of the paragraph. Bullet { get; } Gets the...

    reference.aspose.com/cells/net/aspose.cells.dra...
  10. IReplacingCallback.Replacing | Aspose.Words for...

    IReplacingCallback Replacing method. A user defined method that is called during a replace operation for each match found just before a replace is made in C#....after the paragraph containing the matched text. Paragraph para =...= ( Paragraph ) args . MatchNode . ParentNode ; InsertDocument...

    reference.aspose.com/words/net/aspose.words.rep...