ReinforcementLabelTextProperties
Canonical path: NemAll_Python_Reinforcement.ReinforcementLabelTextProperties
Implementation of the reinforcement label Text properties
Methods:
-
ToString
–Convert the properties to a string
-
__eq__
–Compare the properties
-
__init__
–Overloaded function. See individual overloads.
-
__repr__
–Convert to string
Attributes:
-
Alignment
(TextAlignment
) –Get the
-
Font
(int
) –Get the
-
FontAngle
(Angle
) –Get the
-
HasTransparentBackground
(bool
) –check eHasTransparentBackground property flag
-
Height
(float
) –Get the
-
MarkNumberBorderColor
(int
) –Get the mark number border color
-
MarkNumberBorderColorFromElement
(int
) –Get the mark number border color from the element
-
MarkNumberBorderPen
(int
) –Get the mark number border pen
-
MarkNumberColor
(int
) –Get the mark number color
-
MarkNumberPen
(int
) –Get the mark number pen
-
TextAngle
(Angle
) –Get the
-
TextColor
(int
) –Get the mark text color
-
TextPen
(int
) –Get the mark text pen
-
Width
(float
) –Get the
HasTransparentBackground
property
writable
check eHasTransparentBackground property flag
return true if eHasTransparentBackground is set otherwise return false
MarkNumberBorderColorFromElement
property
writable
Get the mark number border color from the element
ToString
Convert the properties to a string
Returns:
-
str
–String with the properties
__eq__
__eq__(prop: ReinforcementLabelTextProperties) -> bool
Compare the properties
Parameters:
-
prop
(ReinforcementLabelTextProperties
) –Properties to compare
Returns:
-
bool
–Properties are equal