IStyleHolder module

class IStyleHolder.IStyleHolder

Bases: ABC

An abstract base class for objects that can hold a style.

Attributes: - StyleName: The name of the style.

Methods: - ApplyStyle(styleName: str): Applies a style with the given name. - ApplyStyle(builtinStyle: BuiltinStyle): Applies a built-in style.

ApplyStyle
abstract property StyleName: str