---
title: Object Class ID Constants
framework: coreservices
role: collectionGroup
path: coreservices/apple_events/1556368-object_class_id_constants
---

# Object Class ID Constants

Specify the object class for an Apple event object.

## Overview

Overview The object class of an Apple event object is identified by an object class ID. For example, the object class for an object specifier that specifies an RGB color value is the four-character code 'cRGB', which can be represented by the constant cRGBColor. AppleScript defines constants for a wide variety of common object classes, though only a small number are shown here. For a more complete listing, see the Apple Event Manager and Open Scripting Architecture header files.

## Topics

### Constants

- [cParagraph](coreservices/cparagraph.md)
- [cPICT](coreservices/cpict.md)
- [cProperty](coreservices/cproperty.md)
- [cRGBColor](coreservices/crgbcolor.md)
- [cPixel](coreservices/cpixel.md)
- [cPixelMap](coreservices/cpixelmap.md)
- [cPolygon](coreservices/cpolygon.md)
- [cQDPoint](coreservices/cqdpoint.md)
- [cQDRectangle](coreservices/cqdrectangle.md)
- [cRectangle](coreservices/crectangle.md)
- [cRotation](coreservices/crotation.md)
- [cRoundedRectangle](coreservices/croundedrectangle.md)
- [cRow](coreservices/crow.md)
- [cSelection](coreservices/cselection.md)
- [cShortInteger](coreservices/cshortinteger.md)
- [cTable](coreservices/ctable.md)
- [cText](coreservices/ctext.md)
- [cTextFlow](coreservices/ctextflow.md)
- [cTextStyles](coreservices/ctextstyles.md)
- [cType](coreservices/ctype.md)
