ITextStyleSheet

class ITextStyleSheet

Bases: ImpactCOMWrapperBase

Description:

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.

Description:

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.

Description:

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.

Description:

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.

Description:

Gets the text style associated with this text style sheet.

Returns:

The value of text_style.

Return type:

text_style (ITextStyle)