# RContentItemLink

## Content

# Abstract Class: RContentItemLink

Abstract base class for [McrContentItemLink](McrContentItemLink) and [ObjrContentItemLink](ObjrContentItemLink)
(the `MCR` and `OBJR` PDF objects).

## Extends

- [`ContentItemLink`](ContentItemLink)

## Extended by

- [`McrContentItemLink`](McrContentItemLink)
- [`ObjrContentItemLink`](ObjrContentItemLink)

## Accessors

### id

#### Get Signature

```ts
get id(): number;
```

Gets the reference to the object.

##### Returns

`number`

#### Inherited from

[`ContentItemLink`](ContentItemLink).[`id`](ContentItemLink#id)

***

### om

#### Get Signature

```ts
get om(): ObjectManager;
```

Gets the owner [ObjectManager](ObjectManager) instance.

##### Returns

[`ObjectManager`](ObjectManager)

#### Inherited from

[`ContentItemLink`](ContentItemLink).[`om`](ContentItemLink#om)

***

### page

#### Get Signature

```ts
get page(): PdfPage;
```

Gets the [PdfPage](PdfPage) object where this content item is located.

##### Returns

[`PdfPage`](PdfPage)

#### Set Signature

```ts
set page(value): void;
```

Sets the [PdfPage](PdfPage) object where this content item is located.

##### Parameters

###### value

[`PdfPage`](PdfPage)

##### Returns

`void`

## Methods

### free()

```ts
free(): void;
```

Detaches the object from the [ObjectManager](ObjectManager) and deallocates its memory, if possible.

#### Returns

`void`

#### Inherited from

[`ContentItemLink`](ContentItemLink).[`free`](ContentItemLink#free)

***

### rebind()

```ts
rebind(omTo): void;
```

Rebinds the object from the current [ObjectManager](ObjectManager) to the specified one.

#### Parameters

##### omTo

[`ObjectManager`](ObjectManager)

The new [ObjectManager](ObjectManager) for the object.

#### Returns

`void`

#### Inherited from

[`ContentItemLink`](ContentItemLink).[`rebind`](ContentItemLink#rebind)
