IStyledEntity

Assembly: Drawing;

Description

The IStyledEntity interface is used to work with visualizer style.

Inheritance Hierarchy

          IStyledEntity

Comments

To get visualizer style, cast the interface to the IStyledEntity interface:

Properties

  Property name Brief description
ContainerKey The ContainerKey interface determines key of the style container with style
ContainerTag The ContainerTag property returns text tag of the container with style.
PredefinedStyle The PredefinedStyle property returns standard style.
PredefinedStyleCount The PredefinedStyleCount property returns the number of standard styles.
PredefinedStyleIndex The PredefinedStyleIndex property determines index of standard style.
PredefinedStylePreview The PredefinedStylePreview property returns image used for standard style preview.
SheetType The SheetType property determines the type of styles table in use.

Methods

  Method name Brief description
LoadStyleFromContainer The LoadStyleFromContainer method imports styles from the specified container.
SaveStyleToContainer The SaveStyleToContainer method exports style to the specified container.

See also:

Drawing Assembly Interfaces