23 #ifndef KDREPORTSABSTRACTTABLEELEMENT_H
24 #define KDREPORTSABSTRACTTABLEELEMENT_H
26 #include "KDReportsElement.h"
27 #include "KDReportsUnit.h"
29 template <
typename T>
class QList;
31 class QTextTableFormat;
48 void setBorder( qreal border );
59 void setBorderBrush(
const QBrush& brush );
65 QBrush borderBrush()
const;
73 void setPadding( qreal padding );
78 qreal padding()
const;
107 void setDefaultFont(
const QFont& font );
133 void fillTableFormat( QTextTableFormat& tableFormat, QTextCursor& textDocCursor )
const;
Unit
Definition: KDReportsUnit.h:32
Millimeters (the default)
Definition: KDReportsUnit.h:33
Definition: KDReportsElement.h:41
Definition: KDReportsAbstractTableElement.h:39
Definition: KDReportsAbstractTableElement.h:29