|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.trolltech.qt.QSignalEmitter
com.trolltech.qt.QtJambiObject
com.trolltech.qt.gui.QTextFormat
com.trolltech.qt.gui.QTextCharFormat
com.trolltech.qt.gui.QTextTableCellFormat
public class QTextTableCellFormat
The QTextTableCellFormat
class provides formatting information for table cells in a QTextDocument
. 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()
.
QTextFormat
, QTextBlockFormat
, QTextTableFormat
, and QTextCharFormat
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.trolltech.qt.gui.QTextCharFormat |
---|
QTextCharFormat.UnderlineStyle, QTextCharFormat.VerticalAlignment |
Nested classes/interfaces inherited from class com.trolltech.qt.gui.QTextFormat |
---|
QTextFormat.FormatType, QTextFormat.ObjectTypes, QTextFormat.PageBreakFlag, QTextFormat.PageBreakFlags, QTextFormat.Property |
Nested classes/interfaces inherited from class com.trolltech.qt.QSignalEmitter |
---|
QSignalEmitter.Signal0, QSignalEmitter.Signal1, QSignalEmitter.Signal2, QSignalEmitter.Signal3, QSignalEmitter.Signal4, QSignalEmitter.Signal5, QSignalEmitter.Signal6, QSignalEmitter.Signal7, QSignalEmitter.Signal8, QSignalEmitter.Signal9 |
Constructor Summary | |
---|---|
QTextTableCellFormat()
Constructs a new table cell format object. |
Method Summary | |
---|---|
double |
bottomPadding()
Gets the bottom padding of the table cell. |
QTextTableCellFormat |
clone()
This method is reimplemented for internal reasons |
static QTextTableCellFormat |
fromNativePointer(QNativePointer nativePointer)
|
double |
leftPadding()
Gets the left padding of the table cell. |
static QNativePointer |
nativePointerArray(QTextTableCellFormat[] array)
|
double |
rightPadding()
Gets the right padding of the table cell. |
void |
setBottomPadding(double padding)
Sets the bottom padding of the table cell. |
void |
setLeftPadding(double padding)
Sets the left padding of the table cell. |
void |
setPadding(double padding)
Sets the left, right, top, and bottom padding of the table cell. |
void |
setRightPadding(double padding)
Sets the right padding of the table cell. |
void |
setTopPadding(double padding)
Sets the top padding of the table cell. |
double |
topPadding()
Gets the top padding of the table cell. |
Methods inherited from class com.trolltech.qt.QtJambiObject |
---|
dispose, disposed, equals, finalize, reassignNativeResources, tr, tr, tr |
Methods inherited from class com.trolltech.qt.QSignalEmitter |
---|
blockSignals, disconnect, disconnect, signalsBlocked, signalSender, thread |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.trolltech.qt.QtJambiInterface |
---|
disableGarbageCollection, nativeId, nativePointer, reenableGarbageCollection, setJavaOwnership |
Constructor Detail |
---|
public QTextTableCellFormat()
Method Detail |
---|
public final double bottomPadding()
setBottomPadding()
, leftPadding()
, rightPadding()
, and topPadding()
.
public final double leftPadding()
setLeftPadding()
, rightPadding()
, topPadding()
, and bottomPadding()
.
public final double rightPadding()
setRightPadding()
, leftPadding()
, topPadding()
, and bottomPadding()
.
public final void setBottomPadding(double padding)
bottomPadding()
, setLeftPadding()
, setRightPadding()
, and setTopPadding()
.
public final void setLeftPadding(double padding)
leftPadding()
, setRightPadding()
, setTopPadding()
, and setBottomPadding()
.
public final void setPadding(double padding)
setLeftPadding()
, setRightPadding()
, setTopPadding()
, and setBottomPadding()
.
public final void setRightPadding(double padding)
rightPadding()
, setLeftPadding()
, setTopPadding()
, and setBottomPadding()
.
public final void setTopPadding(double padding)
topPadding()
, setLeftPadding()
, setRightPadding()
, and setBottomPadding()
.
public final double topPadding()
setTopPadding()
, leftPadding()
, rightPadding()
, and bottomPadding()
.
public static QTextTableCellFormat fromNativePointer(QNativePointer nativePointer)
public static QNativePointer nativePointerArray(QTextTableCellFormat[] array)
public QTextTableCellFormat clone()
clone
in class QTextCharFormat
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |