TextDimensionConfig
Constructor
Methods
build
Builds the object.
def build() -> common.TextDimensionConfig
field
fixed: T -- will be added by each element
def field(field: str) -> typing.Self
fixed
def fixed(fixed: str) -> typing.Self
mode
def mode(mode: common.TextDimensionMode) -> typing.Self
See also