Skip to content

title: Label Style description: @brief Implementation of the abstract base class LabelStyle


LabelStyle

Canonical path: NemAll_Python_Precast.LabelStyle

Bases: Cell

@brief Implementation of the abstract base class LabelStyle

Methods:

  • SetProps

    @brief Sets the properties of the labelStyle

  • __init__

    Overloaded function. See individual overloads.

SetProps

SetProps(labelStyleProps: LabelStyleProperties)

@brief Sets the properties of the labelStyle @param labelStyleProps Props

Parameters:

__init__ overloaded

__init__()

Initialize

__init__(
    cellId: int,
    allowOverlapping: bool,
    labelStyleProps: LabelStyleProperties | None = None,
    conditionTemplate: str = "",
)

@brief Constructor @param cellId @param allowOverlapping @param labelStyleProps @param conditionTemplate

Parameters:

  • doc
  • cellId (int) –
  • allowOverlapping (bool) –
  • labelStyleProps (LabelStyleProperties | None, default: None ) –
  • conditionTemplate (str, default: '' ) –
__init__(element: LabelStyle)

Copy constructor

Parameters:

Placeholder