|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
com.trolltech.qt.gui.QTextCharFormat.VerticalAlignment
public static final class QTextCharFormat.VerticalAlignment
This enum describes the ways that adjacent characters can be vertically aligned.
| Field Summary | |
|---|---|
static QTextCharFormat.VerticalAlignment |
AlignBottom
The bottom edge of the object is vertically aligned with the base line. |
static QTextCharFormat.VerticalAlignment |
AlignMiddle
This is currently only implemented for inline objects. |
static QTextCharFormat.VerticalAlignment |
AlignNormal
Adjacent characters are positioned in the standard way for text in the writing system in use. |
static QTextCharFormat.VerticalAlignment |
AlignSubScript
Characters are placed below the baseline for normal text. |
static QTextCharFormat.VerticalAlignment |
AlignSuperScript
Characters are placed above the baseline for normal text. |
static QTextCharFormat.VerticalAlignment |
AlignTop
The top edge of the object is vertically aligned with the base line. |
| Method Summary | |
|---|---|
static QTextCharFormat.VerticalAlignment |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QTextCharFormat.VerticalAlignment |
valueOf(java.lang.String name)
|
static QTextCharFormat.VerticalAlignment[] |
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 QTextCharFormat.VerticalAlignment AlignNormal
public static final QTextCharFormat.VerticalAlignment AlignSuperScript
public static final QTextCharFormat.VerticalAlignment AlignSubScript
public static final QTextCharFormat.VerticalAlignment AlignMiddle
public static final QTextCharFormat.VerticalAlignment AlignTop
public static final QTextCharFormat.VerticalAlignment AlignBottom
| Method Detail |
|---|
public static QTextCharFormat.VerticalAlignment[] values()
public static QTextCharFormat.VerticalAlignment valueOf(java.lang.String name)
public int value()
value in interface QtEnumeratorpublic static QTextCharFormat.VerticalAlignment resolve(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||