Click or drag to resize

TextExtractorStyle Class

A class representing predominant text style associated with a given Line, a Word, or a Glyph. The class includes information about the font, font size, font styles, text color, etc.
Inheritance Hierarchy
SystemObject
  pdftron.PDFTextExtractorStyle

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

The TextExtractorStyle type exposes the following members.

Constructors
  NameDescription
Public methodTextExtractorStyle
Initializes a new instance of the TextExtractorStyle class
Top
Methods
  NameDescription
Public methodClose
Public methodEquals
Public methodGetColor
Gets the color.
Public methodGetFont
Gets the font.
Public methodGetFontName
Gets the font name.
Public methodGetFontSize
Gets the font size.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWeight
Gets the weight.
Public methodIsItalic
Checks if is italic.
Public methodIsSerif
Checks if is serif.
Public methodSet
Sets value to the specified Style
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also