Class LineStyleNameKind
- class ooodev.utils.kind.line_style_name_kind.LineStyleNameKind(value)[source]
Line Style Name Kind.
Used to encapsulate Line Style Names.
- static from_str(s)[source]
Gets an
LineStyleNameKind
instance from string.- Parameters:
s (str) – String that represents the name of an enum Name.
s
is case insensitive and can beCamelCase
,pascal_case
,snake_case
,hyphen-case
,normal case
.- Raises:
ValueError – If input string is empty.
AttributeError – If unable to get
LineStyleNameKind
instance.
- Returns:
Enum instance.
- Return type:
- DASHED = 'Dashed'
- DASHES_3_DOTS_3 = '3 Dashes 3 Dots'
- DOTS_2_DASHES_3 = '2 Dots 3 Dashes'
- DOTS_2_DASH_1 = '2 Dots 1 Dash'
- FINE_DASHED = 'Fine Dashed'
- FINE_DOTTED = 'Fine Dotted'
- LINE_STYLE_9 = 'Line Style 9'
- LINE_WITH_FINE_DOTS = 'Line with Fine Dots'
- ULTRAFINE_DASHED = 'Ultrafine Dashed'
- ULTRA_FINE_DOTTED = 'Ultrafine Dotted'