Class TextWord
Gets the details of words in the line.
Inheritance
System.Object
TextWord
Namespace: Syncfusion.Pdf
Assembly: Syncfusion.Pdf.Portable.dll
Syntax
public class TextWord : Object
Constructors
TextWord()
Declaration
public TextWord()
Properties
Bounds
Gets the bounds of word.
Declaration
public RectangleF Bounds { get; }
Property Value
Type | Description |
---|---|
RectangleF |
FontName
Gets the font name of word.
Declaration
public string FontName { get; }
Property Value
Type | Description |
---|---|
System.String |
FontSize
Gets the font size of word.
Declaration
public float FontSize { get; }
Property Value
Type | Description |
---|---|
System.Single |
FontStyle
Gets the font style of word.
Declaration
public FontStyle FontStyle { get; }
Property Value
Type | Description |
---|---|
FontStyle |
Glyphs
Gets the text glyph with bounds in the word.
Declaration
public List<TextGlyph> Glyphs { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TextGlyph> |
Text
Get the text of word.
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
System.String |