Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QTextTableCellFormat Class Reference

\reentrant More...

#include <qtextformat.h>

+ Inheritance diagram for QTextTableCellFormat:
+ Collaboration diagram for QTextTableCellFormat:

Public Member Functions

 QTextTableCellFormat ()
 
bool isValid () const
 
void setTopPadding (qreal padding)
 
qreal topPadding () const
 
void setBottomPadding (qreal padding)
 
qreal bottomPadding () const
 
void setLeftPadding (qreal padding)
 
qreal leftPadding () const
 
void setRightPadding (qreal padding)
 
qreal rightPadding () const
 
void setPadding (qreal padding)
 
void setTopBorder (qreal width)
 
qreal topBorder () const
 
void setBottomBorder (qreal width)
 
qreal bottomBorder () const
 
void setLeftBorder (qreal width)
 
qreal leftBorder () const
 
void setRightBorder (qreal width)
 
qreal rightBorder () const
 
void setBorder (qreal width)
 
void setTopBorderStyle (QTextFrameFormat::BorderStyle style)
 
QTextFrameFormat::BorderStyle topBorderStyle () const
 
void setBottomBorderStyle (QTextFrameFormat::BorderStyle style)
 
QTextFrameFormat::BorderStyle bottomBorderStyle () const
 
void setLeftBorderStyle (QTextFrameFormat::BorderStyle style)
 
QTextFrameFormat::BorderStyle leftBorderStyle () const
 
void setRightBorderStyle (QTextFrameFormat::BorderStyle style)
 
QTextFrameFormat::BorderStyle rightBorderStyle () const
 
void setBorderStyle (QTextFrameFormat::BorderStyle style)
 
void setTopBorderBrush (const QBrush &brush)
 
QBrush topBorderBrush () const
 
void setBottomBorderBrush (const QBrush &brush)
 
QBrush bottomBorderBrush () const
 
void setLeftBorderBrush (const QBrush &brush)
 
QBrush leftBorderBrush () const
 
void setRightBorderBrush (const QBrush &brush)
 
QBrush rightBorderBrush () const
 
void setBorderBrush (const QBrush &brush)
 
- Public Member Functions inherited from QTextCharFormat
 QTextCharFormat ()
 Constructs a new character format object.
 
bool isValid () const
 Returns true if this character format is valid; otherwise returns false.
 
void setFont (const QFont &font, FontPropertiesInheritanceBehavior behavior=FontPropertiesAll)
 
QFont font () const
 Returns the font for this character format.
 
void setFontFamilies (const QStringList &families)
 
QStringList fontFamilies () const
 
void setFontStyleName (const QString &styleName)
 
QStringList fontStyleName () const
 
void setFontPointSize (qreal size)
 Sets the text format's font size.
 
qreal fontPointSize () const
 Returns the font size used to display text in this format.
 
void setFontWeight (int weight)
 Sets the text format's font weight to weight.
 
int fontWeight () const
 Returns the text format's font weight.
 
void setFontItalic (bool italic)
 If italic is true, sets the text format's font to be italic; otherwise the font will be non-italic.
 
bool fontItalic () const
 Returns true if the text format's font is italic; otherwise returns false.
 
void setFontCapitalization (QFont::Capitalization capitalization)
 
QFont::Capitalization fontCapitalization () const
 
void setFontLetterSpacingType (QFont::SpacingType letterSpacingType)
 
QFont::SpacingType fontLetterSpacingType () const
 
void setFontLetterSpacing (qreal spacing)
 
qreal fontLetterSpacing () const
 
void setFontWordSpacing (qreal spacing)
 
qreal fontWordSpacing () const
 
void setFontUnderline (bool underline)
 If underline is true, sets the text format's font to be underlined; otherwise it is displayed non-underlined.
 
bool fontUnderline () const
 Returns true if the text format's font is underlined; otherwise returns false.
 
void setFontOverline (bool overline)
 If overline is true, sets the text format's font to be overlined; otherwise the font is displayed non-overlined.
 
bool fontOverline () const
 Returns true if the text format's font is overlined; otherwise returns false.
 
void setFontStrikeOut (bool strikeOut)
 If strikeOut is true, sets the text format's font with strike-out enabled (with a horizontal line through it); otherwise it is displayed without strikeout.
 
bool fontStrikeOut () const
 Returns true if the text format's font is struck out (has a horizontal line drawn through it); otherwise returns false.
 
void setUnderlineColor (const QColor &color)
 Sets the color used to draw underlines, overlines and strikeouts on the characters with this format to the color specified.
 
QColor underlineColor () const
 Returns the color used to draw underlines, overlines and strikeouts on the characters with this format.
 
void setFontFixedPitch (bool fixedPitch)
 If fixedPitch is true, sets the text format's font to be fixed pitch; otherwise a non-fixed pitch font is used.
 
bool fontFixedPitch () const
 Returns true if the text format's font is fixed pitch; otherwise returns false.
 
void setFontStretch (int factor)
 
int fontStretch () const
 
void setFontStyleHint (QFont::StyleHint hint, QFont::StyleStrategy strategy=QFont::PreferDefault)
 
void setFontStyleStrategy (QFont::StyleStrategy strategy)
 
QFont::StyleHint fontStyleHint () const
 
QFont::StyleStrategy fontStyleStrategy () const
 
void setFontHintingPreference (QFont::HintingPreference hintingPreference)
 
QFont::HintingPreference fontHintingPreference () const
 
void setFontKerning (bool enable)
 
bool fontKerning () const
 
void setUnderlineStyle (UnderlineStyle style)
 
UnderlineStyle underlineStyle () const
 
void setVerticalAlignment (VerticalAlignment alignment)
 Sets the vertical alignment used for the characters with this format to the alignment specified.
 
VerticalAlignment verticalAlignment () const
 Returns the vertical alignment used for characters with this format.
 
void setTextOutline (const QPen &pen)
 Sets the pen used to draw the outlines of characters to the given pen.
 
QPen textOutline () const
 Returns the pen used to draw the outlines of characters in this format.
 
void setToolTip (const QString &tip)
 
QString toolTip () const
 
void setSuperScriptBaseline (qreal baseline)
 
qreal superScriptBaseline () const
 
void setSubScriptBaseline (qreal baseline)
 
qreal subScriptBaseline () const
 
void setBaselineOffset (qreal baseline)
 
qreal baselineOffset () const
 
void setAnchor (bool anchor)
 If anchor is true, text with this format represents an anchor, and is formatted in the appropriate way; otherwise the text is formatted normally.
 
bool isAnchor () const
 Returns true if the text is formatted as an anchor; otherwise returns false.
 
void setAnchorHref (const QString &value)
 Sets the hypertext link for the text format to the given value.
 
QString anchorHref () const
 Returns the text format's hypertext link, or an empty string if none has been set.
 
void setAnchorNames (const QStringList &names)
 
QStringList anchorNames () const
 
void setTableCellRowSpan (int tableCellRowSpan)
 
int tableCellRowSpan () const
 
void setTableCellColumnSpan (int tableCellColumnSpan)
 
int tableCellColumnSpan () const
 
- Public Member Functions inherited from QTextFormat
 QTextFormat ()
 Creates a new text format with an InvalidFormat.
 
 QTextFormat (int type)
 Creates a new text format of the given type.
 
 QTextFormat (const QTextFormat &rhs)
 Creates a new text format with the same attributes as the other text format.
 
QTextFormatoperator= (const QTextFormat &rhs)
 Assigns the other text format to this text format, and returns a reference to this text format.
 
 ~QTextFormat ()
 Destroys this text format.
 
void swap (QTextFormat &other)
 
void merge (const QTextFormat &other)
 Merges the other format with this format; where there are conflicts the other format takes precedence.
 
bool isValid () const
 Returns true if the format is valid (i.e.
 
bool isEmpty () const
 
int type () const
 Returns the type of this format.
 
int objectIndex () const
 Returns the index of the format object, or -1 if the format object is invalid.
 
void setObjectIndex (int object)
 Sets the format object's object index.
 
QVariant property (int propertyId) const
 Returns the property specified by the given propertyId.
 
void setProperty (int propertyId, const QVariant &value)
 Sets the property specified by the propertyId to the given value.
 
void clearProperty (int propertyId)
 Clears the value of the property given by propertyId.
 
bool hasProperty (int propertyId) const
 Returns true if the text format has a property with the given propertyId; otherwise returns false.
 
bool boolProperty (int propertyId) const
 Returns the value of the property specified by propertyId.
 
int intProperty (int propertyId) const
 Returns the value of the property specified by propertyId.
 
qreal doubleProperty (int propertyId) const
 Returns the value of the property specified by propertyId.
 
QString stringProperty (int propertyId) const
 Returns the value of the property given by propertyId; if the property isn't of QMetaType::QString type, an empty string is returned instead.
 
QColor colorProperty (int propertyId) const
 Returns the value of the property given by propertyId; if the property isn't of QMetaType::QColor type, an invalid color is returned instead.
 
QPen penProperty (int propertyId) const
 Returns the value of the property given by propertyId; if the property isn't of QMetaType::QPen type, Qt::NoPen is returned instead.
 
QBrush brushProperty (int propertyId) const
 Returns the value of the property given by propertyId; if the property isn't of QMetaType::QBrush type, Qt::NoBrush is returned instead.
 
QTextLength lengthProperty (int propertyId) const
 Returns the value of the property given by propertyId.
 
QList< QTextLengthlengthVectorProperty (int propertyId) const
 Returns the value of the property given by propertyId.
 
void setProperty (int propertyId, const QList< QTextLength > &lengths)
 Sets the value of the property given by propertyId to value.
 
QMap< int, QVariantproperties () const
 Returns a map with all properties of this text format.
 
int propertyCount () const
 
void setObjectType (int type)
 Sets the text format's object type to type.
 
int objectType () const
 Returns the text format's object type.
 
bool isCharFormat () const
 Returns true if this text format is a CharFormat; otherwise returns false.
 
bool isBlockFormat () const
 Returns true if this text format is a BlockFormat; otherwise returns false.
 
bool isListFormat () const
 Returns true if this text format is a ListFormat; otherwise returns false.
 
bool isFrameFormat () const
 Returns true if this text format is a FrameFormat; otherwise returns false.
 
bool isImageFormat () const
 Returns true if this text format is an image format; otherwise returns false.
 
bool isTableFormat () const
 Returns true if this text format is a TableFormat; otherwise returns false.
 
bool isTableCellFormat () const
 
QTextBlockFormat toBlockFormat () const
 Returns this format as a block format.
 
QTextCharFormat toCharFormat () const
 Returns this format as a character format.
 
QTextListFormat toListFormat () const
 Returns this format as a list format.
 
QTextTableFormat toTableFormat () const
 Returns this format as a table format.
 
QTextFrameFormat toFrameFormat () const
 Returns this format as a frame format.
 
QTextImageFormat toImageFormat () const
 Returns this format as an image format.
 
QTextTableCellFormat toTableCellFormat () const
 
bool operator== (const QTextFormat &rhs) const
 Returns true if this text format is the same as the other text format.
 
bool operator!= (const QTextFormat &rhs) const
 Returns true if this text format is different from the other text format.
 
 operator QVariant () const
 Returns the text format as a QVariant.
 
void setLayoutDirection (Qt::LayoutDirection direction)
 Sets the document's layout direction to the specified direction.
 
Qt::LayoutDirection layoutDirection () const
 Returns the document's layout direction.
 
void setBackground (const QBrush &brush)
 Sets the brush use to paint the document's background to the brush specified.
 
QBrush background () const
 Returns the brush used to paint the document's background.
 
void clearBackground ()
 Clears the brush used to paint the document's background.
 
void setForeground (const QBrush &brush)
 Sets the foreground brush to the specified brush.
 
QBrush foreground () const
 Returns the brush used to render foreground details, such as text, frame outlines, and table borders.
 
void clearForeground ()
 Clears the brush used to paint the document's foreground.
 

Protected Member Functions

 QTextTableCellFormat (const QTextFormat &fmt)
 
- Protected Member Functions inherited from QTextCharFormat
 QTextCharFormat (const QTextFormat &fmt)
 

Friends

class QTextFormat
 
Q_GUI_EXPORT QDataStreamoperator<< (QDataStream &, const QTextTableCellFormat &)
 
Q_GUI_EXPORT QDataStreamoperator>> (QDataStream &, QTextTableCellFormat &)
 

Additional Inherited Members

- Public Types inherited from QTextCharFormat
enum  VerticalAlignment {
  AlignNormal = 0 , AlignSuperScript , AlignSubScript , AlignMiddle ,
  AlignTop , AlignBottom , AlignBaseline
}
 This enum describes the ways that adjacent characters can be vertically aligned. More...
 
enum  UnderlineStyle {
  NoUnderline , SingleUnderline , DashUnderline , DotLine ,
  DashDotLine , DashDotDotLine , WaveUnderline , SpellCheckUnderline
}
 This enum describes the different ways drawing underlined text. More...
 
enum  FontPropertiesInheritanceBehavior { FontPropertiesSpecifiedOnly , FontPropertiesAll }
 
- Public Types inherited from QTextFormat
enum  FormatType {
  InvalidFormat = -1 , BlockFormat = 1 , CharFormat = 2 , ListFormat = 3 ,
  FrameFormat = 5 , UserFormat = 100
}
 This enum describes the text item a QTextFormat object is formatting. More...
 
enum  Property {
  ObjectIndex = 0x0 , CssFloat = 0x0800 , LayoutDirection = 0x0801 , OutlinePen = 0x810 ,
  BackgroundBrush = 0x820 , ForegroundBrush = 0x821 , BackgroundImageUrl = 0x823 , BlockAlignment = 0x1010 ,
  BlockTopMargin = 0x1030 , BlockBottomMargin = 0x1031 , BlockLeftMargin = 0x1032 , BlockRightMargin = 0x1033 ,
  TextIndent = 0x1034 , TabPositions = 0x1035 , BlockIndent = 0x1040 , LineHeight = 0x1048 ,
  LineHeightType = 0x1049 , BlockNonBreakableLines = 0x1050 , BlockTrailingHorizontalRulerWidth = 0x1060 , HeadingLevel = 0x1070 ,
  BlockQuoteLevel = 0x1080 , BlockCodeLanguage = 0x1090 , BlockCodeFence = 0x1091 , BlockMarker = 0x10A0 ,
  FirstFontProperty = 0x1FE0 , FontCapitalization = FirstFontProperty , FontLetterSpacing = 0x1FE1 , FontWordSpacing = 0x1FE2 ,
  FontStyleHint = 0x1FE3 , FontStyleStrategy = 0x1FE4 , FontKerning = 0x1FE5 , FontHintingPreference = 0x1FE6 ,
  FontFamilies = 0x1FE7 , FontStyleName = 0x1FE8 , FontLetterSpacingType = 0x1FE9 , FontStretch = 0x1FEA ,
  FontPointSize = 0x2001 , FontSizeAdjustment = 0x2002 , FontSizeIncrement = FontSizeAdjustment , FontWeight = 0x2003 ,
  FontItalic = 0x2004 , FontUnderline = 0x2005 , FontOverline = 0x2006 , FontStrikeOut = 0x2007 ,
  FontFixedPitch = 0x2008 , FontPixelSize = 0x2009 , LastFontProperty = FontPixelSize , TextUnderlineColor = 0x2020 ,
  TextVerticalAlignment = 0x2021 , TextOutline = 0x2022 , TextUnderlineStyle = 0x2023 , TextToolTip = 0x2024 ,
  TextSuperScriptBaseline = 0x2025 , TextSubScriptBaseline = 0x2026 , TextBaselineOffset = 0x2027 , IsAnchor = 0x2030 ,
  AnchorHref = 0x2031 , AnchorName = 0x2032 , OldFontLetterSpacingType = 0x2033 , OldFontStretch = 0x2034 ,
  OldTextUnderlineColor = 0x2010 , OldFontFamily = 0x2000 , ObjectType = 0x2f00 , ListStyle = 0x3000 ,
  ListIndent = 0x3001 , ListNumberPrefix = 0x3002 , ListNumberSuffix = 0x3003 , ListStart = 0x3004 ,
  FrameBorder = 0x4000 , FrameMargin = 0x4001 , FramePadding = 0x4002 , FrameWidth = 0x4003 ,
  FrameHeight = 0x4004 , FrameTopMargin = 0x4005 , FrameBottomMargin = 0x4006 , FrameLeftMargin = 0x4007 ,
  FrameRightMargin = 0x4008 , FrameBorderBrush = 0x4009 , FrameBorderStyle = 0x4010 , TableColumns = 0x4100 ,
  TableColumnWidthConstraints = 0x4101 , TableCellSpacing = 0x4102 , TableCellPadding = 0x4103 , TableHeaderRowCount = 0x4104 ,
  TableBorderCollapse = 0x4105 , TableCellRowSpan = 0x4810 , TableCellColumnSpan = 0x4811 , TableCellTopPadding = 0x4812 ,
  TableCellBottomPadding = 0x4813 , TableCellLeftPadding = 0x4814 , TableCellRightPadding = 0x4815 , TableCellTopBorder = 0x4816 ,
  TableCellBottomBorder = 0x4817 , TableCellLeftBorder = 0x4818 , TableCellRightBorder = 0x4819 , TableCellTopBorderStyle = 0x481a ,
  TableCellBottomBorderStyle = 0x481b , TableCellLeftBorderStyle = 0x481c , TableCellRightBorderStyle = 0x481d , TableCellTopBorderBrush = 0x481e ,
  TableCellBottomBorderBrush = 0x481f , TableCellLeftBorderBrush = 0x4820 , TableCellRightBorderBrush = 0x4821 , ImageName = 0x5000 ,
  ImageTitle = 0x5001 , ImageAltText = 0x5002 , ImageWidth = 0x5010 , ImageHeight = 0x5011 ,
  ImageQuality = 0x5014 , FullWidthSelection = 0x06000 , PageBreakPolicy = 0x7000 , UserProperty = 0x100000
}
 This enum describes the different properties a format can have. More...
 
enum  ObjectTypes {
  NoObject , ImageObject , TableObject , TableCellObject ,
  UserObject = 0x1000
}
 This enum describes what kind of QTextObject this format is associated with. More...
 
enum  PageBreakFlag { PageBreak_Auto = 0 , PageBreak_AlwaysBefore = 0x001 , PageBreak_AlwaysAfter = 0x010 }
 

Detailed Description

\reentrant

Since
4.4

The QTextTableCellFormat class provides formatting information for table cells in a QTextDocument. \inmodule QtGui

The table cell format of a table cell in a document specifies the visual properties of the table cell.

The padding properties of a table cell are controlled by setLeftPadding(), setRightPadding(), setTopPadding(), and setBottomPadding(). All the paddings can be set at once using setPadding().

See also
QTextFormat, QTextBlockFormat, QTextTableFormat, QTextCharFormat

Definition at line 1014 of file qtextformat.h.

Constructor & Destructor Documentation

◆ QTextTableCellFormat() [1/2]

QTextTableCellFormat::QTextTableCellFormat ( )
Since
4.4

Constructs a new table cell format object.

Definition at line 3900 of file qtextformat.cpp.

References QTextFormat::setObjectType(), and QTextFormat::TableCellObject.

+ Here is the call graph for this function:

◆ QTextTableCellFormat() [2/2]

QTextTableCellFormat::QTextTableCellFormat ( const QTextFormat & other)
explicitprotected

Creates a new table cell format with the same attributes as the given text format.

Definition at line 3913 of file qtextformat.cpp.

Member Function Documentation

◆ bottomBorder()

qreal QTextTableCellFormat::bottomBorder ( ) const
inline
Since
5.14

Returns the bottom border width of the table cell.

Definition at line 1042 of file qtextformat.h.

◆ bottomBorderBrush()

QBrush QTextTableCellFormat::bottomBorderBrush ( ) const
inline
Since
5.14

Returns the bottom border brush of the table cell.

Definition at line 1086 of file qtextformat.h.

◆ bottomBorderStyle()

QTextFrameFormat::BorderStyle QTextTableCellFormat::bottomBorderStyle ( ) const
inline
Since
5.14

Returns the bottom border style of the table cell.

Definition at line 1064 of file qtextformat.h.

◆ bottomPadding()

qreal QTextTableCellFormat::bottomPadding ( ) const
inline
Since
4.4

Gets the bottom padding of the table cell.

See also
setBottomPadding(), leftPadding(), rightPadding(), topPadding()

Definition at line 1125 of file qtextformat.h.

References QTextFormat::doubleProperty(), and QTextFormat::TableCellBottomPadding.

+ Here is the call graph for this function:

◆ isValid()

bool QTextTableCellFormat::isValid ( ) const
inline
Since
4.4

Returns true if this table cell format is valid; otherwise returns false.

Definition at line 1019 of file qtextformat.h.

◆ leftBorder()

qreal QTextTableCellFormat::leftBorder ( ) const
inline
Since
5.14

Returns the left border width of the table cell.

Definition at line 1047 of file qtextformat.h.

◆ leftBorderBrush()

QBrush QTextTableCellFormat::leftBorderBrush ( ) const
inline
Since
5.14

Returns the left border brush of the table cell.

Definition at line 1091 of file qtextformat.h.

◆ leftBorderStyle()

QTextFrameFormat::BorderStyle QTextTableCellFormat::leftBorderStyle ( ) const
inline
Since
5.14

Returns the left border style of the table cell.

Definition at line 1069 of file qtextformat.h.

◆ leftPadding()

qreal QTextTableCellFormat::leftPadding ( ) const
inline
Since
4.4

Gets the left padding of the table cell.

See also
setLeftPadding(), rightPadding(), topPadding(), bottomPadding()

Definition at line 1135 of file qtextformat.h.

References QTextFormat::doubleProperty(), and QTextFormat::TableCellLeftPadding.

+ Here is the call graph for this function:

◆ rightBorder()

qreal QTextTableCellFormat::rightBorder ( ) const
inline
Since
5.14

Returns the right border width of the table cell.

Definition at line 1052 of file qtextformat.h.

◆ rightBorderBrush()

QBrush QTextTableCellFormat::rightBorderBrush ( ) const
inline
Since
5.14

Returns the right border brush of the table cell.

Definition at line 1096 of file qtextformat.h.

◆ rightBorderStyle()

QTextFrameFormat::BorderStyle QTextTableCellFormat::rightBorderStyle ( ) const
inline
Since
5.14

Returns the right border style of the table cell.

Definition at line 1074 of file qtextformat.h.

◆ rightPadding()

qreal QTextTableCellFormat::rightPadding ( ) const
inline
Since
4.4

Gets the right padding of the table cell.

See also
setRightPadding(), leftPadding(), topPadding(), bottomPadding()

Definition at line 1145 of file qtextformat.h.

References QTextFormat::doubleProperty(), and QTextFormat::TableCellRightPadding.

+ Here is the call graph for this function:

◆ setBorder()

void QTextTableCellFormat::setBorder ( qreal width)
inline
Since
5.14

Sets the left, right, top, and bottom border width of the table cell.

See also
setLeftBorder(), setRightBorder(), setTopBorder(), setBottomBorder()
QTextTableFormat::setBorderCollapse

Definition at line 1158 of file qtextformat.h.

References setBottomBorder(), setLeftBorder(), setRightBorder(), and setTopBorder().

+ Here is the call graph for this function:

◆ setBorderBrush()

void QTextTableCellFormat::setBorderBrush ( const QBrush & brush)
inline
Since
5.14

Sets the left, right, top, and bottom border brush of the table cell.

See also
setLeftBorderBrush(), setRightBorderBrush(), setTopBorderBrush(), setBottomBorderBrush()
QTextTableFormat::setBorderCollapse

Definition at line 1174 of file qtextformat.h.

References setBottomBorderBrush(), setLeftBorderBrush(), setRightBorderBrush(), and setTopBorderBrush().

+ Here is the call graph for this function:

◆ setBorderStyle()

void QTextTableCellFormat::setBorderStyle ( QTextFrameFormat::BorderStyle style)
inline
Since
5.14

Sets the left, right, top, and bottom border style of the table cell.

See also
setLeftBorderStyle(), setRightBorderStyle(), setTopBorderStyle(), setBottomBorderStyle()
QTextTableFormat::setBorderCollapse

Definition at line 1166 of file qtextformat.h.

References setBottomBorderStyle(), setLeftBorderStyle(), setRightBorderStyle(), and setTopBorderStyle().

+ Here is the call graph for this function:

◆ setBottomBorder()

void QTextTableCellFormat::setBottomBorder ( qreal width)
inline
Since
5.14

Sets the bottom border width of the table cell.

See also
QTextTableFormat::setBorderCollapse

Definition at line 1040 of file qtextformat.h.

References setProperty.

Referenced by setBorder().

+ Here is the caller graph for this function:

◆ setBottomBorderBrush()

void QTextTableCellFormat::setBottomBorderBrush ( const QBrush & brush)
inline
Since
5.14

Sets the bottom border brush of the table cell.

See also
QTextTableFormat::setBorderCollapse

Definition at line 1084 of file qtextformat.h.

References setProperty.

Referenced by setBorderBrush().

+ Here is the caller graph for this function:

◆ setBottomBorderStyle()

void QTextTableCellFormat::setBottomBorderStyle ( QTextFrameFormat::BorderStyle style)
inline
Since
5.14

Sets the bottom border style of the table cell.

See also
QTextTableFormat::setBorderCollapse

Definition at line 1062 of file qtextformat.h.

References setProperty.

Referenced by setBorderStyle().

+ Here is the caller graph for this function:

◆ setBottomPadding()

void QTextTableCellFormat::setBottomPadding ( qreal padding)
inline
Since
4.4

Sets the bottom padding of the table cell.

See also
bottomPadding(), setLeftPadding(), setRightPadding(), setTopPadding()

Definition at line 1120 of file qtextformat.h.

References setProperty, and QTextFormat::TableCellBottomPadding.

Referenced by setPadding().

+ Here is the caller graph for this function:

◆ setLeftBorder()

void QTextTableCellFormat::setLeftBorder ( qreal width)
inline
Since
5.14

Sets the left border width of the table cell.

See also
QTextTableFormat::setBorderCollapse

Definition at line 1045 of file qtextformat.h.

References setProperty.

Referenced by setBorder().

+ Here is the caller graph for this function:

◆ setLeftBorderBrush()

void QTextTableCellFormat::setLeftBorderBrush ( const QBrush & brush)
inline
Since
5.14

Sets the left border brush of the table cell.

See also
QTextTableFormat::setBorderCollapse

Definition at line 1089 of file qtextformat.h.

References setProperty.

Referenced by setBorderBrush().

+ Here is the caller graph for this function:

◆ setLeftBorderStyle()

void QTextTableCellFormat::setLeftBorderStyle ( QTextFrameFormat::BorderStyle style)
inline
Since
5.14

Sets the left border style of the table cell.

See also
QTextTableFormat::setBorderCollapse

Definition at line 1067 of file qtextformat.h.

References setProperty.

Referenced by setBorderStyle().

+ Here is the caller graph for this function:

◆ setLeftPadding()

void QTextTableCellFormat::setLeftPadding ( qreal padding)
inline
Since
4.4

Sets the left padding of the table cell.

See also
leftPadding(), setRightPadding(), setTopPadding(), setBottomPadding()

Definition at line 1130 of file qtextformat.h.

References setProperty, and QTextFormat::TableCellLeftPadding.

Referenced by setPadding().

+ Here is the caller graph for this function:

◆ setPadding()

void QTextTableCellFormat::setPadding ( qreal padding)
inline
Since
4.4

Sets the left, right, top, and bottom padding of the table cell.

See also
setLeftPadding(), setRightPadding(), setTopPadding(), setBottomPadding()

Definition at line 1150 of file qtextformat.h.

References setBottomPadding(), setLeftPadding(), setRightPadding(), and setTopPadding().

+ Here is the call graph for this function:

◆ setRightBorder()

void QTextTableCellFormat::setRightBorder ( qreal width)
inline
Since
5.14

Sets the right border width of the table cell.

See also
QTextTableFormat::setBorderCollapse

Definition at line 1050 of file qtextformat.h.

References setProperty.

Referenced by setBorder().

+ Here is the caller graph for this function:

◆ setRightBorderBrush()

void QTextTableCellFormat::setRightBorderBrush ( const QBrush & brush)
inline
Since
5.14

Sets the right border brush of the table cell.

See also
QTextTableFormat::setBorderCollapse

Definition at line 1094 of file qtextformat.h.

References setProperty.

Referenced by setBorderBrush().

+ Here is the caller graph for this function:

◆ setRightBorderStyle()

void QTextTableCellFormat::setRightBorderStyle ( QTextFrameFormat::BorderStyle style)
inline
Since
5.14

Sets the right border style of the table cell.

See also
QTextTableFormat::setBorderCollapse

Definition at line 1072 of file qtextformat.h.

References setProperty.

Referenced by setBorderStyle().

+ Here is the caller graph for this function:

◆ setRightPadding()

void QTextTableCellFormat::setRightPadding ( qreal padding)
inline
Since
4.4

Sets the right padding of the table cell.

See also
rightPadding(), setLeftPadding(), setTopPadding(), setBottomPadding()

Definition at line 1140 of file qtextformat.h.

References setProperty, and QTextFormat::TableCellRightPadding.

Referenced by setPadding().

+ Here is the caller graph for this function:

◆ setTopBorder()

void QTextTableCellFormat::setTopBorder ( qreal width)
inline
Since
5.14

Sets the top border width of the table cell.

See also
QTextTableFormat::setBorderCollapse

Definition at line 1035 of file qtextformat.h.

References setProperty.

Referenced by setBorder().

+ Here is the caller graph for this function:

◆ setTopBorderBrush()

void QTextTableCellFormat::setTopBorderBrush ( const QBrush & brush)
inline
Since
5.14

Sets the top border brush of the table cell.

See also
QTextTableFormat::setBorderCollapse

Definition at line 1079 of file qtextformat.h.

References setProperty.

Referenced by setBorderBrush().

+ Here is the caller graph for this function:

◆ setTopBorderStyle()

void QTextTableCellFormat::setTopBorderStyle ( QTextFrameFormat::BorderStyle style)
inline
Since
5.14

Sets the top border style of the table cell.

See also
QTextTableFormat::setBorderCollapse

Definition at line 1057 of file qtextformat.h.

References setProperty.

Referenced by setBorderStyle().

+ Here is the caller graph for this function:

◆ setTopPadding()

void QTextTableCellFormat::setTopPadding ( qreal padding)
inline
Since
4.4

Sets the top padding of the table cell.

See also
topPadding(), setLeftPadding(), setRightPadding(), setBottomPadding()

Definition at line 1110 of file qtextformat.h.

References setProperty, and QTextFormat::TableCellTopPadding.

Referenced by setPadding().

+ Here is the caller graph for this function:

◆ topBorder()

qreal QTextTableCellFormat::topBorder ( ) const
inline
Since
5.14

Returns the top border width of the table cell.

Definition at line 1037 of file qtextformat.h.

◆ topBorderBrush()

QBrush QTextTableCellFormat::topBorderBrush ( ) const
inline
Since
5.14

Returns the top border brush of the table cell.

Definition at line 1081 of file qtextformat.h.

◆ topBorderStyle()

QTextFrameFormat::BorderStyle QTextTableCellFormat::topBorderStyle ( ) const
inline
Since
5.14

Returns the top border style of the table cell.

Definition at line 1059 of file qtextformat.h.

◆ topPadding()

qreal QTextTableCellFormat::topPadding ( ) const
inline
Since
4.4

Gets the top padding of the table cell.

See also
setTopPadding(), leftPadding(), rightPadding(), bottomPadding()

Definition at line 1115 of file qtextformat.h.

References QTextFormat::doubleProperty(), and QTextFormat::TableCellTopPadding.

+ Here is the call graph for this function:

Friends And Related Symbol Documentation

◆ operator<<

Q_GUI_EXPORT QDataStream & operator<< ( QDataStream & stream,
const QTextTableCellFormat & fmt )
friend

Definition at line 504 of file qtextformat.cpp.

◆ operator>>

Q_GUI_EXPORT QDataStream & operator>> ( QDataStream & stream,
QTextTableCellFormat & fmt )
friend

Definition at line 509 of file qtextformat.cpp.

◆ QTextFormat

friend class QTextFormat
friend

Definition at line 1105 of file qtextformat.h.


The documentation for this class was generated from the following files: