[]
        
(Showing Draft Content)

C1.C1Preview.IStyleOwner

IStyleOwner Interface

Defines a class that can expose a Style property (of the type Style).

Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public interface IStyleOwner

Properties

Name Description
AmbientParent

Gets the parent for ambient properties.

Dictionary

Gets the dictionary object used to store images.

EmbeddedFonts

Gets the list of embedded fonts. This collection is used to deserialize the fonts.

HasStyle

Gets a value indicating whether the current IStyleOwner has initializated Style property.

Style

Gets the style of the current IStyleOwner.

Methods

Name Description
GetAmbientPropValue(int, IScriptContext)

Retrieves the value of an ambient property.

GetNonAmbientPropValue(int, IScriptContext)

Retrieves the value of a non-ambient property.

GetProp(int, IScriptContext)

Gets the value of a style property existing on the current object (does not attempt to resolve properties not explicitly defined on the current object).