IPaletteDisplayInfo

class IPaletteDisplayInfo

Bases: ImpactCOMWrapperBase

Description:

Represents the display information of a palette.

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

property display_palette_information

Gets display_palette_information.

Description:

Gets and sets if palette information is displayed.

Returns:

The value of display_palette_information.

Return type:

display_palette_information (bool)

property format

Gets Format.

Description:

Gets and sets the format of palette information.

Returns:

The value of Format.

Return type:

format (str)

property increase_printing_line_weight_by

Gets increase_printing_line_weight_by.

Description:

Gets and sets the % that line weights are increased by when printing.

Returns:

The value of increase_printing_line_weight_by.

Return type:

increase_printing_line_weight_by (int)

property printing_colour

Gets printing_colour.

Description:

Gets and sets the printing display colour.

Returns:

The value of printing_colour.

Return type:

printing_colour (int)

property printing_line_style_setting

Gets printing_line_style_setting.

Description:

Gets and sets the line style master setting when printing and the printing_pattern mode is lsMasterSetting.

Returns:

The value of printing_line_style_setting.

Return type:

printing_line_style_setting (IMasterSetting)

property printing_pattern

Gets printing_pattern.

Description:

Gets and sets the line style when printing.

Returns:

The value of printing_pattern.

Return type:

printing_pattern (ipLineStyle)

property screen_colour

Gets screen_colour.

Description:

Gets and sets the screen display colour.

Returns:

The value of screen_colour.

Return type:

screen_colour (int)

property screen_line_style_setting

Gets screen_line_style_setting.

Description:

Gets and sets the line style master setting when displaying on screen and the screen_pattern mode is lsMasterSetting.

Returns:

The value of screen_line_style_setting.

Return type:

screen_line_style_setting (IMasterSetting)

property screen_pattern

Gets screen_pattern.

Description:

Gets and sets the line style when displaying on screen.

Returns:

The value of screen_pattern.

Return type:

screen_pattern (ipLineStyle)

property text_style_sheet

Gets text_style_sheet.

Description:

Gets and sets the style sheet when displaying palette information.

Returns:

The value of text_style_sheet.

Return type:

text_style_sheet (ITextStyleSheet)

property use_alternative_printing_pattern_and_colour

Gets use_alternative_printing_pattern_and_colour.

Description:

Determines if an alternative printing pattern and colour is used.

Returns:

The value of use_alternative_printing_pattern_and_colour.

Return type:

use_alternative_printing_pattern_and_colour (bool)

Examples