ITextStyleSheet

class ITextStyleSheet

Bases: ImpactCOMWrapperBase

Summary:

Represents a text style sheet.

Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance

property description

Gets Description.

Summary:

Gets and sets the description of the text style sheet.

Returns:

The value of Description.

Return type:

description (str)

property from_master_template

Gets from_master_template.

Summary:

Indicates if this text style sheet is from the master template or not.

Returns:

The value of from_master_template.

Return type:

from_master_template (bool)

property full_name

Gets full_name.

Summary:

Gets and sets the full name of the text style sheet.

Returns:

The value of full_name.

Return type:

full_name (str)

property text_style

Gets text_style.

Summary:

Gets the text style associated with this text style sheet.

Returns:

The value of text_style.

Return type:

text_style (ITextStyle)

isNone()

Checks if the COM object is None. This is useful for determining if the wrapper has been initialized with a valid COM object.