java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QTextFormat
io.qt.gui.QTextCharFormat
io.qt.gui.QTextTableCellFormat
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QTextTableCellFormat extends QTextCharFormat implements Cloneable
Formatting information for table cells in a QTextDocument
Java wrapper for Qt class QTextTableCellFormat
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.gui.QTextCharFormat
QTextCharFormat.FontPropertiesInheritanceBehavior, QTextCharFormat.UnderlineStyle, QTextCharFormat.VerticalAlignment
Nested classes/interfaces inherited from class io.qt.gui.QTextFormat
QTextFormat.FormatType, QTextFormat.ObjectTypes, QTextFormat.PageBreakFlag, QTextFormat.PageBreakFlags, QTextFormat.Property
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description QTextTableCellFormat()
protected
QTextTableCellFormat(QTextFormat fmt)
protected
QTextTableCellFormat(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Methods inherited from class io.qt.gui.QTextCharFormat
anchorHref, anchorNames, font, fontCapitalization, fontFamilies, fontFamily, fontFixedPitch, fontHintingPreference, fontItalic, fontKerning, fontLetterSpacing, fontLetterSpacingType, fontOverline, fontPointSize, fontStretch, fontStrikeOut, fontStyleHint, fontStyleName, fontStyleStrategy, fontUnderline, fontWeight, fontWordSpacing, isAnchor, setAnchor, setAnchorHref, setAnchorNames, setFont, setFont, setFontCapitalization, setFontFamilies, setFontFamily, setFontFixedPitch, setFontHintingPreference, setFontItalic, setFontKerning, setFontLetterSpacing, setFontLetterSpacingType, setFontOverline, setFontPointSize, setFontStretch, setFontStrikeOut, setFontStyleHint, setFontStyleHint, setFontStyleName, setFontStyleStrategy, setFontUnderline, setFontWeight, setFontWordSpacing, setTableCellColumnSpan, setTableCellRowSpan, setTextOutline, setToolTip, setUnderlineColor, setUnderlineStyle, setVerticalAlignment, tableCellColumnSpan, tableCellRowSpan, textOutline, toolTip, underlineColor, underlineStyle, verticalAlignment
Methods inherited from class io.qt.gui.QTextFormat
background, boolProperty, brushProperty, clearBackground, clearForeground, clearProperty, colorProperty, doubleProperty, equals, foreground, hashCode, hasProperty, intProperty, isBlockFormat, isCharFormat, isEmpty, isFrameFormat, isImageFormat, isListFormat, isTableCellFormat, isTableFormat, layoutDirection, lengthProperty, lengthVectorProperty, merge, objectIndex, objectType, penProperty, properties, property, propertyCount, readFrom, setBackground, setForeground, setLayoutDirection, setObjectIndex, setObjectType, setProperty, setProperty, stringProperty, swap, toBlockFormat, toCharFormat, toFrameFormat, toImageFormat, toListFormat, toString, toTableCellFormat, toTableFormat, type, writeTo
-
Constructor Details
-
QTextTableCellFormat
public QTextTableCellFormat() -
QTextTableCellFormat
-
QTextTableCellFormat
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
bottomBorder
-
bottomBorderBrush
-
bottomBorderStyle
-
bottomPadding
-
isValid
- Overrides:
isValid
in classQTextCharFormat
-
leftBorder
-
leftBorderBrush
-
leftBorderStyle
-
leftPadding
-
rightBorder
-
rightBorderBrush
-
rightBorderStyle
-
rightPadding
-
setBorder
-
setBorderBrush
-
setBorderStyle
-
setBottomBorder
-
setBottomBorderBrush
-
setBottomBorderStyle
-
setBottomPadding
-
setLeftBorder
-
setLeftBorderBrush
-
setLeftBorderStyle
-
setLeftPadding
-
setPadding
-
setRightBorder
-
setRightBorderBrush
-
setRightBorderStyle
-
setRightPadding
-
setTopBorder
-
setTopBorderBrush
-
setTopBorderStyle
-
setTopPadding
-
topBorder
-
topBorderBrush
-
topBorderStyle
-
topPadding
-
clone
- Overrides:
clone
in classQTextCharFormat
-