|
|||||||||
| 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.QTextFormat.PageBreakFlag
public static final class QTextFormat.PageBreakFlag
| Field Summary | |
|---|---|
static QTextFormat.PageBreakFlag |
PageBreak_AlwaysAfter
A new page is always started after the paragraph/table |
static QTextFormat.PageBreakFlag |
PageBreak_AlwaysBefore
The page is always broken before the paragraph/table |
static QTextFormat.PageBreakFlag |
PageBreak_Auto
The page break is determined automatically depending on the available space on the current page |
| Method Summary | |
|---|---|
static QTextFormat.PageBreakFlags |
createQFlags(QTextFormat.PageBreakFlag[] values)
|
static QTextFormat.PageBreakFlag |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QTextFormat.PageBreakFlag |
valueOf(java.lang.String name)
|
static QTextFormat.PageBreakFlag[] |
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 QTextFormat.PageBreakFlag PageBreak_Auto
public static final QTextFormat.PageBreakFlag PageBreak_AlwaysBefore
public static final QTextFormat.PageBreakFlag PageBreak_AlwaysAfter
| Method Detail |
|---|
public static QTextFormat.PageBreakFlag[] values()
public static QTextFormat.PageBreakFlag valueOf(java.lang.String name)
public int value()
value in interface QtEnumeratorpublic static QTextFormat.PageBreakFlags createQFlags(QTextFormat.PageBreakFlag[] values)
public static QTextFormat.PageBreakFlag resolve(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||