OpenXmlPartContainer.Annotation Method

Definition

Overloads

Annotation(Type)

Get the first annotation object of the specified type from this PartContainer.

Annotation<T>()

Get the first annotation object of the specified type from this PartContainer.

Annotation(Type)

Get the first annotation object of the specified type from this PartContainer.

public object Annotation (Type type);
member this.Annotation : Type -> obj

Parameters

type
Type

The type of the annotation to retrieve

Returns

The first annotation object of the specified type.

Applies to

Annotation<T>()

Get the first annotation object of the specified type from this PartContainer.

public T Annotation<T> () where T : class;
member this.Annotation : unit -> 'T (requires 'T : null)
Public Function Annotation(Of T As Class) () As T

Type Parameters

T

The type of the annotation to retrieve.

Returns

T

The first annotation object of the specified type.

Applies to