mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Default values for structure tree attributes
This commit is contained in:
@ -99,6 +99,7 @@ public:
|
||||
TPadding,
|
||||
LineHeight,
|
||||
BaselineShift,
|
||||
TextPosition,
|
||||
TextDecorationType,
|
||||
TextDecorationColor,
|
||||
TextDecorationThickness,
|
||||
@ -154,7 +155,8 @@ public:
|
||||
/// Returns attribute value
|
||||
const PDFObject& getValue() const { return m_value; }
|
||||
|
||||
/// Returns default attribute value
|
||||
/// Returns default attribute value. If default attribute value
|
||||
/// cannot be determined, empty object is returned.
|
||||
PDFObject getDefaultValue() const;
|
||||
|
||||
/// Returns user property name. This function should be called only for
|
||||
|
Reference in New Issue
Block a user