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()
A class for left, right, top and bottom dimensions.
Default constructor.
Apply to ‘this’, but not if the same as compareWith.
dims (wx.richtext.TextAttrDimensions) –
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.
attr (wx.richtext.TextAttrDimensions) –
clashingAttr (wx.richtext.TextAttrDimensions) –
absentAttr (wx.richtext.TextAttrDimensions) –
Partial equality test.
If weakTest is True
, attributes of this object do not have to be present if those attributes of dim sare present. If weakTest is False
, the function will fail if an attribute is present in dims but not in this object.
dims (wx.richtext.TextAttrDimensions) –
weakTest (bool) –
bool
Are all dimensions valid?
bool
Remove specified attributes from this object.
attr (wx.richtext.TextAttrDimensions) –
bool
Resets the value and flags for all dimensions.
int
int
Equality operator.
dims (wx.richtext.TextAttrDimensions) –
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
.