A class for left, right, top and bottom dimensions.
Default constructor. |
|
Apply to ‘this’, but not if the same as compareWith. |
|
Collects the attributes that are common to a range of content, building up a note of which attributes are absent in some objects and which clash in some objects. |
|
Partial equality test. |
|
Are all dimensions valid? |
|
Remove specified attributes from this object. |
|
Resets the value and flags for all dimensions. |
|
Equality operator. |
See |
|
See |
|
See |
|
See |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
Possible constructors:
TextAttrDimensions() -> None
A class for left, right, top and bottom dimensions.
Default constructor.
None
Apply to ‘this’, but not if the same as compareWith.
compareWith (wx.richtext.TextAttrDimensions)
bool
Collects the attributes that are common to a range of content, building up a note of which attributes are absent in some objects and which clash in some objects.
clashingAttr (wx.richtext.TextAttrDimensions)
absentAttr (wx.richtext.TextAttrDimensions)
None
Partial equality test.
If weakTest is True
, attributes of this object do not have to be present if those attributes of dims are present. If weakTest is False
, the function will fail if an attribute is present in dims but not in this object.
weakTest (bool)
bool
Are all dimensions valid?
bool
Remove specified attributes from this object.
bool
Resets the value and flags for all dimensions.
None
int
int
Equality operator.
A public C++ attribute of type TextAttrDimension
.
A public C++ attribute of type TextAttrDimension
.
A public C++ attribute of type TextAttrDimension
.
A public C++ attribute of type TextAttrDimension
.