mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-10 00:04:23 -04:00
36 lines
2.4 KiB
Python
36 lines
2.4 KiB
Python
# The following has been generated automatically from src/core/layout/qgslayouttable.h
|
|
QgsLayoutTable.FollowColumn = QgsLayoutTable.HeaderHAlignment.FollowColumn
|
|
QgsLayoutTable.HeaderLeft = QgsLayoutTable.HeaderHAlignment.HeaderLeft
|
|
QgsLayoutTable.HeaderCenter = QgsLayoutTable.HeaderHAlignment.HeaderCenter
|
|
QgsLayoutTable.HeaderRight = QgsLayoutTable.HeaderHAlignment.HeaderRight
|
|
QgsLayoutTable.FirstFrame = QgsLayoutTable.HeaderMode.FirstFrame
|
|
QgsLayoutTable.AllFrames = QgsLayoutTable.HeaderMode.AllFrames
|
|
QgsLayoutTable.NoHeaders = QgsLayoutTable.HeaderMode.NoHeaders
|
|
QgsLayoutTable.HeadersOnly = QgsLayoutTable.EmptyTableMode.HeadersOnly
|
|
QgsLayoutTable.HideTable = QgsLayoutTable.EmptyTableMode.HideTable
|
|
QgsLayoutTable.ShowMessage = QgsLayoutTable.EmptyTableMode.ShowMessage
|
|
QgsLayoutTable.TruncateText = QgsLayoutTable.WrapBehavior.TruncateText
|
|
QgsLayoutTable.WrapText = QgsLayoutTable.WrapBehavior.WrapText
|
|
QgsLayoutTable.OddColumns = QgsLayoutTable.CellStyleGroup.OddColumns
|
|
QgsLayoutTable.EvenColumns = QgsLayoutTable.CellStyleGroup.EvenColumns
|
|
QgsLayoutTable.OddRows = QgsLayoutTable.CellStyleGroup.OddRows
|
|
QgsLayoutTable.EvenRows = QgsLayoutTable.CellStyleGroup.EvenRows
|
|
QgsLayoutTable.FirstColumn = QgsLayoutTable.CellStyleGroup.FirstColumn
|
|
QgsLayoutTable.LastColumn = QgsLayoutTable.CellStyleGroup.LastColumn
|
|
QgsLayoutTable.HeaderRow = QgsLayoutTable.CellStyleGroup.HeaderRow
|
|
QgsLayoutTable.FirstRow = QgsLayoutTable.CellStyleGroup.FirstRow
|
|
QgsLayoutTable.LastRow = QgsLayoutTable.CellStyleGroup.LastRow
|
|
try:
|
|
QgsLayoutTableStyle.__attribute_docs__ = {'enabled': 'Whether the styling option is enabled', 'cellBackgroundColor': 'Cell background color'}
|
|
QgsLayoutTableStyle.__annotations__ = {'enabled': bool, 'cellBackgroundColor': 'QColor'}
|
|
QgsLayoutTableStyle.__group__ = ['layout']
|
|
except (NameError, AttributeError):
|
|
pass
|
|
try:
|
|
QgsLayoutTable.__virtual_methods__ = ['conditionalCellStyle', 'scopeForCell', 'rowSpan', 'columnSpan', 'refreshAttributes', 'calculateMaxColumnWidths', 'calculateMaxRowHeights', 'textFormatForCell', 'textFormatForHeader', 'horizontalAlignmentForCell', 'verticalAlignmentForCell']
|
|
QgsLayoutTable.__abstract_methods__ = ['getTableContents']
|
|
QgsLayoutTable.__overridden_methods__ = ['fixedFrameSize', 'minFrameSize', 'writePropertiesToElement', 'readPropertiesFromElement', 'totalSize', 'render', 'refresh', 'recalculateFrameSizes']
|
|
QgsLayoutTable.__group__ = ['layout']
|
|
except (NameError, AttributeError):
|
|
pass
|