10 lines
247 B
C#
10 lines
247 B
C#
using QuestPDF.Elements.Text.Items;
|
|
|
|
namespace QuestPDF.Elements.Text.Calculation
|
|
{
|
|
internal class TextLineElement
|
|
{
|
|
public ITextBlockItem Item { get; set; }
|
|
public TextMeasurementResult Measurement { get; set; }
|
|
}
|
|
} |