|
|
@@ -1,5 +1,13 @@
|
|
|
namespace QuestPDF.Infrastructure
|
|
|
{
|
|
|
+ /// <summary>
|
|
|
+ /// Represents an element within the document content, for example: <br/>
|
|
|
+ /// - visual elements (text, image, canvas), <br/>
|
|
|
+ /// - positional elements (padding, aspect ratio), <br/>
|
|
|
+ /// - flow-control elements (page break, conditional displays), <br/>
|
|
|
+ /// - layout elements (table, column), <br/>
|
|
|
+ /// - and other element types (section, hyperlink, content direction).
|
|
|
+ /// </summary>
|
|
|
public interface IElement
|
|
|
{
|
|
|
|