New to Telerik Document ProcessingStart a free 30-day trial

Base type for named objects across document‑processing APIs, providing a stable identifier for lookups and serialization.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Core

Assembly:Telerik.Windows.Documents.Core.dll

Syntax:

C#
public abstract class NamedObjectBase : INamedObject

Inheritance: objectNamedObjectBase

Derived Classes: DocumentThemeThemeColorSchemeThemeFontScheme

Implements: INamedObject

Constructors

Initializes a new instance of the NamedObjectBase class.

C#
protected NamedObjectBase(string name)
Parameters:namestring

The name.

Properties

Gets the canonical name used to reference this object in document operations.

C#
public string Name { get; }
Property Value:

The name value.

Implements: INamedObject.Name