Class: QgsLayoutTableStyle

Styling option for a layout table cell.

class qgis.core.QgsLayoutTableStyle[source]

Bases: object

cellBackgroundColor: QColor
enabled: bool
readXml(self, styleElem: QDomElement) bool[source]

Reads the style’s properties from XML.

Parameters:

styleElem (QDomElement) – a QDomElement holding the style’s desired properties.

See also

writeXml()

Return type:

bool

writeXml(self, styleElem: QDomElement, doc: QDomDocument) bool[source]

Writes the style’s properties to XML for storage.

Parameters:
  • styleElem (QDomElement) – an existing QDomElement in which to store the style’s properties.

  • doc (QDomDocument) – QDomDocument for the destination XML.

See also

readXml()

Return type:

bool