QTextFormat.PageBreakFlags Class Reference
[QtGui module]
Methods
Special Methods
PageBreakFlags
__and__ (
self, int
f)
bool
__eq__ (
self, PageBreakFlags
f)
PageBreakFlags
__ior__ (
self, int
f)
bool
__ne__ (
self, PageBreakFlags
f)
PageBreakFlags
__or__ (
self, int
f)
PageBreakFlags
__xor__ (
self, int
f)
Detailed Description
PageBreakFlag
may be used whenever
PageBreakFlags
is expected.
Method Documentation
PageBreakFlags PageBreakFlags.__and__ (self, int f)
PageBreakFlags PageBreakFlags.__iand__ (self, int f)
PageBreakFlags PageBreakFlags.__invert__ (self)
PageBreakFlags PageBreakFlags.__ior__ (self, int f)
PageBreakFlags PageBreakFlags.__ixor__ (self, int f)
PageBreakFlags PageBreakFlags.__or__ (self, int f)
PageBreakFlags PageBreakFlags.__xor__ (self, int f)