Class TextLine
Details of the text present in a line
Inheritance
System.Object
TextLine
Namespace: Syncfusion.Pdf
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public class TextLine : Object
Constructors
TextLine()
Declaration
public TextLine()
Properties
Bounds
Gets the bounds of the text.
Declaration
public RectangleF Bounds { get; }
Property Value
Type |
---|
RectangleF |
FontName
Gets the font name of the text.
Declaration
public string FontName { get; set; }
Property Value
Type |
---|
System.String |
FontSize
Gets the font size of the text.
Declaration
public float FontSize { get; set; }
Property Value
Type |
---|
System.Single |
FontStyle
Gets the font style of the text.
Declaration
public FontStyle FontStyle { get; set; }
Property Value
Type |
---|
FontStyle |
Text
Gets the text.
Declaration
public string Text { get; }
Property Value
Type |
---|
System.String |
WordCollection
Gets the collection of words present in the line.
Declaration
public List<TextWord> WordCollection { get; }
Property Value
Type |
---|
System.Collections.Generic.List<TextWord> |