com.trolltech.qt.gui
Class QTextFormat.PageBreakFlags

java.lang.Object
  extended by com.trolltech.qt.QFlags
      extended by com.trolltech.qt.gui.QTextFormat.PageBreakFlags
All Implemented Interfaces:
QtEnumerator, java.io.Serializable, java.lang.Cloneable
Enclosing class:
QTextFormat

public static class QTextFormat.PageBreakFlags
extends QFlags

This is a flags class for com.trolltech.qt.gui.QTextFormat.PageBreakFlag

See Also:
Serialized Form

Constructor Summary
QTextFormat.PageBreakFlags(int value)
          Creates flags with the specified int flags set.
QTextFormat.PageBreakFlags(QTextFormat.PageBreakFlag[] args)
          Creates a PageBreakFlags with the specified com.trolltech.qt.gui.QTextFormat.PageBreakFlag[].
 
Method Summary
 
Methods inherited from class com.trolltech.qt.QFlags
clear, clear, clearAll, equals, isSet, isSet, set, set, setValue, toString, value
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QTextFormat.PageBreakFlags

public QTextFormat.PageBreakFlags(QTextFormat.PageBreakFlag[] args)
Creates a PageBreakFlags with the specified com.trolltech.qt.gui.QTextFormat.PageBreakFlag[]. flags set.


QTextFormat.PageBreakFlags

public QTextFormat.PageBreakFlags(int value)
Creates flags with the specified int flags set.