TextTableCellFormat
Qt Base Class: QTextTableCellFormat
Signature: QTextTableCellFormat(self) -> None
QTextTableCellFormat(self, QTextTableCellFormat: PySide6.QtGui.QTextTableCellFormat) -> None
QTextTableCellFormat(self, fmt: PySide6.QtGui.QTextFormat) -> None
Base classes
Name | Children | Inherits |
---|---|---|
TextCharFormatMixin prettyqt.gui.textcharformat |
||
QTextTableCellFormat PySide6.QtGui QTextTableCellFormat(self) -> None |
â‹” Inheritance diagram
graph TD
1473245649984["gui.TextTableCellFormat"]
1473245667552["gui.TextCharFormatMixin"]
1473245646080["gui.TextFormatMixin"]
140713234304496["builtins.object"]
1473299997456["QtGui.QTextTableCellFormat"]
1473299992576["QtGui.QTextCharFormat"]
1473299700832["QtGui.QTextFormat"]
1473291690208["Shiboken.Object"]
1473245667552 --> 1473245649984
1473245646080 --> 1473245667552
140713234304496 --> 1473245646080
1473299997456 --> 1473245649984
1473299992576 --> 1473299997456
1473299700832 --> 1473299992576
1473291690208 --> 1473299700832
140713234304496 --> 1473291690208
🛈 DocStrings
Bases: TextCharFormatMixin
, QTextTableCellFormat
Source code in prettyqt\gui\texttablecellformat.py
get_bottom_border_style() -> gui.textframeformat.BorderStyleStr
Get the current bottom border style.
get_left_border_style() -> gui.textframeformat.BorderStyleStr
Get the current left border style.
get_right_border_style() -> gui.textframeformat.BorderStyleStr
Get the current right border style.
get_top_border_style() -> gui.textframeformat.BorderStyleStr
Get the current top border style.
set_border_style(style: gui.textframeformat.BorderStyleStr | gui.QTextFrameFormat.BorderStyle)
Set border style.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
style |
BorderStyleStr | BorderStyle
|
border style |
required |
Source code in prettyqt\gui\texttablecellformat.py
set_bottom_border_style(style: gui.textframeformat.BorderStyleStr | gui.QTextFrameFormat.BorderStyle)
Set bottom border style.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
style |
BorderStyleStr | BorderStyle
|
bottom border style |
required |
Source code in prettyqt\gui\texttablecellformat.py
set_left_border_style(style: gui.textframeformat.BorderStyleStr | gui.QTextFrameFormat.BorderStyle)
Set left border style.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
style |
BorderStyleStr | BorderStyle
|
left border style |
required |
Source code in prettyqt\gui\texttablecellformat.py
set_right_border_style(style: gui.textframeformat.BorderStyleStr | gui.QTextFrameFormat.BorderStyle)
Set right border style.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
style |
BorderStyleStr | BorderStyle
|
right border style |
required |
Source code in prettyqt\gui\texttablecellformat.py
set_top_border_style(style: gui.textframeformat.BorderStyleStr | gui.QTextFrameFormat.BorderStyle)
Set top border style.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
style |
BorderStyleStr | BorderStyle
|
top border style |
required |