Class: QgsStyleTextFormatEntity¶
A text format entity for QgsStyle databases.
Added in version 3.10.
Class Hierarchy¶
Base classes¶
An interface for entities which can be placed in a   | 
Methods
Returns the entity's text format.  | 
- class qgis.core.QgsStyleTextFormatEntity[source]¶
 Bases:
QgsStyleEntityInterface- __init__(format: QgsTextFormat)
 Constructor for QgsStyleTextFormatEntity, with the specified text
format.- Parameters:
 format (QgsTextFormat)
- __init__(a0: QgsStyleTextFormatEntity)
 - Parameters:
 
- format(self) QgsTextFormat[source]¶
 Returns the entity’s text format.
- Return type: