Click or drag to resize

IStyleHolder Interface

Interface publishes base functionality for style holders

Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public interface IStyleHolder

The IStyleHolder type exposes the following members.

Properties
Name Description
Public property StyleName
Gets style name.
Top
Methods
Name Description
Public method ApplyStyle(String)
Applies a new style.
Public method ApplyStyle(BuiltinStyle)
Applies the style.
Top
See Also