|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
com.trolltech.qt.core.QTextStream.FieldAlignment
public static final class QTextStream.FieldAlignment
This enum specifies how to align text in fields when the field is wider than the text that occupies it.
setFieldAlignment().
| Field Summary | |
|---|---|
static QTextStream.FieldAlignment |
AlignAccountingStyle
Same as AlignRight , except that the sign of a number is flush left. |
static QTextStream.FieldAlignment |
AlignCenter
Pad on both sides of field. |
static QTextStream.FieldAlignment |
AlignLeft
Pad on the right side of fields. |
static QTextStream.FieldAlignment |
AlignRight
Pad on the left side of fields. |
| Method Summary | |
|---|---|
static QTextStream.FieldAlignment |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QTextStream.FieldAlignment |
valueOf(java.lang.String name)
|
static QTextStream.FieldAlignment[] |
values()
|
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final QTextStream.FieldAlignment AlignLeft
public static final QTextStream.FieldAlignment AlignRight
public static final QTextStream.FieldAlignment AlignCenter
public static final QTextStream.FieldAlignment AlignAccountingStyle
AlignRight , except that the sign of a number is flush left.
| Method Detail |
|---|
public static QTextStream.FieldAlignment[] values()
public static QTextStream.FieldAlignment valueOf(java.lang.String name)
public int value()
value in interface QtEnumeratorpublic static QTextStream.FieldAlignment resolve(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||