IStyle module

class IStyle.IStyle

Bases: ABC

Abstract base class for style objects.

abstract Clone() IStyle

Create a clone of the style.

abstract property GetStyleType: StyleType

Get the type of the style.

abstract property Name: str

Get the name of the style.

abstract property StyleId: str

Get the ID of the style.