Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 36,219 for

paragraph

(0.09 sec)
  1. ControlChar.PAGE_BREAK_CHAR property | Aspose.W...

    ControlChar.PAGE_BREAK_CHAR property. Page break character: (char)12 or \f....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...
  2. get_Portions() | Aspose.Slides for C++ API Refe...

    Returns the collection of a text portions. Read-only IPortionCollection....get_Portions() Paragraph::get_Portions() method Returns the collection...IPortionCollection > Aspose :: Slides :: Paragraph :: get_Portions () override...

    reference.aspose.com/slides/cpp/aspose.slides/p...
  3. Aspose::Cells::Drawing::Equations::EquationNode...

    Aspose::Cells::Drawing::Equations::EquationNodeParagraph::SetJustification 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...
  4. ControlChar.LINE_BREAK property | Aspose.Words ...

    ControlChar.LINE_BREAK property. Line break character: \x000b or \v....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...
  5. ControlChar.NON_BREAKING_SPACE property | Aspos...

    ControlChar.NON_BREAKING_SPACE property. Non-breaking space character: \x00a0....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...
  6. ControlChar.FIELD_END_CHAR property | Aspose.Wo...

    ControlChar.FIELD_END_CHAR property. End of MS Word field character: (char)21....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...
  7. ControlChar.LINE_FEED_CHAR property | Aspose.Wo...

    ControlChar.LINE_FEED_CHAR property. Line feed character: (char)10 or \n....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...
  8. ControlChar.COLUMN_BREAK property | Aspose.Word...

    ControlChar.COLUMN_BREAK property. End of column character: \x000e....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...
  9. NodeCollection.count property | Aspose.Words fo...

    NodeCollection.count property. Gets the number of nodes in the collection....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. ControlChar.PageBreak | Aspose.Words for .NET

    ControlChar PageBreak field. Page break character x000c or f. Note it has the same value as SectionBreak 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...