Skip to content

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 property writable

Alignment: TextAlignment

Get the

Font property writable

Font: int

Get the

FontAngle property writable

FontAngle: Angle

Get the

HasTransparentBackground property writable

HasTransparentBackground: bool

check eHasTransparentBackground property flag

return true if eHasTransparentBackground is set otherwise return false

Height property writable

Height: float

Get the

MarkNumberBorderColor property writable

MarkNumberBorderColor: int

Get the mark number border color

MarkNumberBorderColorFromElement property writable

MarkNumberBorderColorFromElement: int

Get the mark number border color from the element

MarkNumberBorderPen property writable

MarkNumberBorderPen: int

Get the mark number border pen

MarkNumberColor property writable

MarkNumberColor: int

Get the mark number color

MarkNumberPen property writable

MarkNumberPen: int

Get the mark number pen

TextAngle property writable

TextAngle: Angle

Get the

TextColor property writable

TextColor: int

Get the mark text color

TextPen property writable

TextPen: int

Get the mark text pen

Width property writable

Width: float

Get the

ToString

ToString() -> str

Convert the properties to a string

Returns:

  • str

    String with the properties

__eq__

__eq__(prop: ReinforcementLabelTextProperties) -> bool

Compare the properties

Parameters:

Returns:

  • bool

    Properties are equal

__init__ overloaded

__init__()

Initialize

Copy constructor

Parameters:

__repr__

__repr__() -> str

Convert to string

Placeholder