com.trolltech.qt.gui
Class QTextFormat.FormatType
java.lang.Object
java.lang.Enum
com.trolltech.qt.gui.QTextFormat.FormatType
- All Implemented Interfaces:
- QtEnumerator, java.io.Serializable, java.lang.Comparable
- Enclosing class:
- QTextFormat
public static final class QTextFormat.FormatType
- extends java.lang.Enum
- implements QtEnumerator
- See Also:
- Serialized Form
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 |
InvalidFormat
public static final QTextFormat.FormatType InvalidFormat
BlockFormat
public static final QTextFormat.FormatType BlockFormat
CharFormat
public static final QTextFormat.FormatType CharFormat
ListFormat
public static final QTextFormat.FormatType ListFormat
TableFormat
public static final QTextFormat.FormatType TableFormat
FrameFormat
public static final QTextFormat.FormatType FrameFormat
UserFormat
public static final QTextFormat.FormatType UserFormat
values
public static QTextFormat.FormatType[] values()
valueOf
public static QTextFormat.FormatType valueOf(java.lang.String name)
value
public int value()
- This function should return an integer value for the enum values of the enumeration that implements this interface.
- Specified by:
value
in interface QtEnumerator
resolve
public static QTextFormat.FormatType resolve(int value)
- Returns the QTextFormat$FormatType constant with the specified int.