Share via


ColorCMYK Object Members

Publisher Developer Reference

Represents a cyan-magenta-yellow-black (CMYK) color value.

Methods

  Name Description
Aa437581.methods(en-us,office.12).gif SetCMYK Sets a cyan-magenta-yellow-black (CMYK) color value.

Properties

  Name Description
Aa437581.properties(en-us,office.12).gif Application Used without an object qualifier, this property returns an Application object that represents the current instance of Publisher. Used with an object qualifier, this property returns an Application object that represents the creator of the specified object. When used with an OLE Automation object, it returns the object's application.
Aa437581.properties(en-us,office.12).gif Black Sets or returns a Long that represents the black component of a CMYK color. Value can be any number between 0 and 255. Read/write.
Aa437581.properties(en-us,office.12).gif Cyan Sets or returns a Long that represents the cyan component of a CMYK color. Value can be any number between 0 and 255. Read/write.
Aa437581.properties(en-us,office.12).gif Magenta Sets or returns a Long that represents the magenta component of a CMYK color. Value can be any number between 0 and 255. Read/write.
Aa437581.properties(en-us,office.12).gif Parent Returns an object that represents the parent object of the specified object. For example, for a TextFrame object, returns a Shape object representing the parent shape of the text frame. Read-only.
Aa437581.properties(en-us,office.12).gif Yellow Sets or returns a Long that represents the yellow component of a CMYK color. Value can be any number between 0 and 255. Read/write.