Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 36,219 for

paragraph

(0.09 sec)
  1. ControlChar.CrLf | Aspose.Words for .NET

    ControlChar CrLf field. Carriage return followed by line feed character x000dx000a or rn. Not used as such in Microsoft Word documents but commonly used in text files for Paragraph breaks in C#....commonly used in text files for paragraph breaks. public static readonly...new line and starts a new paragraph. Assert . AreEqual ( 1 , doc...

    reference.aspose.com/words/net/aspose.words/con...
  2. DocumentBuilder.insert_style_separator method |...

    DocumentBuilder.insert_style_separator method. Inserts style separator into the document....allows to apply different paragraph styles to two different parts...DocumentBuilder ( doc ) # Each paragraph can only have one style. #...

    reference.aspose.com/words/python-net/aspose.wo...
  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. Story.FirstParagraph | Aspose.Words for .NET

    Story FirstParagraph property. Gets the first Paragraph in the story in C#....the first paragraph in the story. public Paragraph FirstParagraph...VerticalAlignment . Top ; // Add a paragraph to the text box and add a...

    reference.aspose.com/words/net/aspose.words/sto...
  5. Copy contents from text files into a word docum...

    Following [https://blog.aspose.com/2021/11/01/copy-content-of-a-word-document-to-another-in-csharp/] we want to copy contents from text file and append it to a final word document. The data is copied but the font is not …...Writeln("This is a test paragraph before"); Font font = builder...builder.Writeln("This is a test paragraph after"); Document docFirstPage...

    forum.aspose.com/t/copy-contents-from-text-file...
  6. GetElementsByTagName | Aspose.HTML for .NET API...

    Returns HTMLCollectionaspose.html.collections/htmlcollection object containing all elementsaspose.html.dom/element with a given tag name in document order....p class = "pStyle" > The paragraph styled pStyle class content...second paragraph content ...</ p > < p > The third paragraph content...

    reference.aspose.com/html/net/aspose.html.dom/e...
  7. 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...
  8. get_Portion() | Aspose.Slides for C++ API Refer...

    Returns a text portion at the specified index....get_Portion() Paragraph::get_Portion(int32_t) method Returns...IPortion > Aspose :: Slides :: Paragraph :: get_Portion ( int32_t index...

    reference.aspose.com/slides/cpp/aspose.slides/p...
  9. Paragraph.FrameFormat | Aspose.Words for .NET

    Paragraph FrameFormat property. Provides access to the frame formatting properties in C#....FrameFormat Paragraph.FrameFormat property Provides access to...formatting properties of paragraphs that are frames. Document...

    reference.aspose.com/words/net/aspose.words/par...
  10. 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...