Adobe InDesign CS5.5 Server (7.5) Object Model JS: ReflectionInfo

InDesign Server CS5.5

Class

ReflectionInfo

 Provides information about a method, a property or a method parameters.

Hierarchy

Reflection
ReflectionInfo

Properties

PropertyTypeAccessDescription
argumentsArray of ReflectionInfo readonlyThe description of method or function arguments.
dataTypestring readonlyThe data type.
defaultValueany readonlyThe default value.
descriptionstring readonlyThe long description text.
helpstring readonlyThe short description text.
isCollectionbool readonlyContains true if the class describes a collection class.
maxnumber readonlyThe maximum value.
minnumber readonlyThe minimum value.
namestring readonlyThe element name.
parentReflection readonlyThe class object that this element belongs to.
sampleCodestring readonlySample code, if present.
sampleFileFile readonlyA file containing sample code. May be null.
typestring readonlyThe element type.
One of unknown, readonly, readwrite, createonly, method or parameter.

Element of

Reflection.methods

Reflection.properties

Reflection.staticMethods

Reflection.staticProperties

ReflectionInfo.arguments

Return

ReflectionInfo Reflection.find (name: string)

Jongware, 28-Apr-2012 v3.0.3iContents :: Index