Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 36,518 for

paragraph

(0.11 sec)
  1. ControlChar.LineFeedChar | Aspose.Words for .NET

    ControlChar LineFeedChar field. Line feed character char10 or n 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...
  2. ControlChar.FieldStartChar | Aspose.Words for .NET

    ControlChar FieldStartChar field. Start of MS Word field character char19 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...
  3. ControlChar.CellChar | Aspose.Words for .NET

    ControlChar CellChar field. End of a table cell or end of a table row character char7 or a 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...
  4. IParagraph | Aspose.Sildes for .NET API Reference

    Represents a Paragraph of a text....IParagraph interface Represents a paragraph of a text. public interface...formatting object for this paragraph. Read-only IParagraphFormat...

    reference.aspose.com/slides/net/aspose.slides/i...
  5. ParagraphFormat.widow_control property | Aspose...

    ParagraphFormat.widow_control property. True if the first and last lines in the Paragraph are to remain on the same page as the rest of the Paragraph....first and last lines in the paragraph are to remain on the same...same page as the rest of the paragraph. @property def widow_control...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::ControlChar::ColumnBreakChar fie...

    Aspose::Words::ControlChar::ColumnBreakChar field. End of column character: (char)14 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...
  7. Aspose::Words::ControlChar::PageBreakChar field...

    Aspose::Words::ControlChar::PageBreakChar field. Page break character: (char)12 or "\f" 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...
  8. Aspose::Words::InlineStory::get_ParentParagraph...

    Aspose::Words::InlineStory::get_ParentParagraph method. Retrieves the parent Paragraph of this node in C++....method Retrieves the parent Paragraph of this node. System :: SharedPtr...SharedPtr < Aspose :: Words :: Paragraph > Aspose :: Words :: InlineStory...

    reference.aspose.com/words/cpp/aspose.words/inl...
  9. ParagraphCollection indexer | Aspose.Words for ...

    ParagraphCollection indexer. Retrieves a [Paragraph](../../Paragraph/) at the given index....__getitem__(index) Retrieves a Paragraph at the given index. def __getitem__...Shows how to check whether a paragraph is a move revision. doc =...

    reference.aspose.com/words/python-net/aspose.wo...
  10. TabStopCollection.add method | Aspose.Words for...

    aspose.words.TabStopCollection.add method... Document () paragraph = doc . get_child ( aw . NodeType...NodeType . PARAGRAPH , 0 , True ) . as_paragraph () # Below are...

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