Click or drag to resize

TextExtractorLine Class

TextExtractorLine object represents a line of text on a PDF page. Each line consists of a sequence of words, and each words in one or more styles.
Inheritance Hierarchy
SystemObject
  pdftron.PDFTextExtractorLine

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class TextExtractorLine : IClosable

The TextExtractorLine type exposes the following members.

Constructors
  NameDescription
Public methodTextExtractorLine
Initializes a new instance of the TextExtractorLine class
Top
Methods
  NameDescription
Public methodClose
Public methodEndsWithHyphen
Ends with hyphen.
Public methodEquals
Determines if equals to the specified object
Public methodGetBBox
Gets the b box.
Public methodGetCurrentNum
Gets the current num.
Public methodGetFirstWord
Gets the quad.
Public methodGetFlowID
Gets the flow id.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetNextLine
Gets the next line.
Public methodGetNumWords
Gets the num words.
Public methodGetParagraphID
Gets the paragraph id.
Public methodGetStyle
Gets the style.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWord
Gets the first word.
Public methodIsSimpleLine
Checks if is simple line.
Public methodIsValid
Checks if line is valid
Public methodSet
Sets value to the specified Line object
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also