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

paragraph

(0.05 sec)
  1. TextFragment | Aspose.PDF for Python via .NET A...

    Represents fragment of Pdf text....margin for paragraph (for pdf generation) is_first_paragraph_in_column...that indicates whether this paragraph will be at next column. Default...

    reference.aspose.com/pdf/python-net/aspose.pdf....
  2. 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...
  3. Heading | Aspose.PDF for Python via .NET API Re...

    Represents heading....margin for paragraph (for pdf generation) is_first_paragraph_in_column...that indicates whether this paragraph will be at next column. Default...

    reference.aspose.com/pdf/python-net/aspose.pdf/...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. GetLinesCount | Aspose.Sildes for .NET API Refe...

    Get number of lines in a Paragraph....GetLinesCount Paragraph.GetLinesCount method Get number of lines...lines in a paragraph. public int GetLinesCount () Return Value...

    reference.aspose.com/slides/net/aspose.slides/p...
  10. 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...