Leadtools.Forms.DocumentReaders Namespace > DocumentWord Structure : IsEndOfParagraph Property |
public bool IsEndOfParagraph {get; set;}
'Declaration Public Property IsEndOfParagraph As Boolean
'Usage Dim instance As DocumentWord Dim value As Boolean instance.IsEndOfParagraph = value value = instance.IsEndOfParagraph
You can use the IsEndOfLine, IsEndOfParagraph and IsEndOfPage properties to construct the lines, paragraphs and pages of the text found in a document.
For an example, refer to DocumentPageText.