attribute_display_settings
attribute_display_settings
attribute display settings
get_text_position_absolute() -> int
get text position absolute
Returns:
| Type | Description |
|---|---|
int
|
int |
get_text_position_percentage() -> int
get text position percentage
Returns:
| Type | Description |
|---|---|
int
|
int |
is_text_position_type_absolute() -> bool
is text position type absolute
Returns:
| Type | Description |
|---|---|
bool
|
bool |
is_text_position_type_percentage() -> bool
is text position type percentage
Returns:
| Type | Description |
|---|---|
bool
|
bool |
set_text_position_absolute(absolute: int) -> None
set text position absolute
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
absolute
|
int
|
absolute |
required |
Returns:
| Type | Description |
|---|---|
None
|
None |
set_text_position_percentage(percentage: int) -> None
set text position percentage
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
percentage
|
int
|
percentage |
required |
Returns:
| Type | Description |
|---|---|
None
|
None |
set_text_position_type_absolute(absolute_type: bool) -> None
set text position type absolute
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
absolute_type
|
bool
|
absolute_type |
required |
Returns:
| Type | Description |
|---|---|
None
|
None |
set_text_position_type_percentage(percentage_type: bool) -> None
set text position type percentage
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
percentage_type
|
bool
|
percentage_type |
required |
Returns:
| Type | Description |
|---|---|
None
|
None |