Package | com.adobe.indesign |
Class | public class CrossReferenceType |
Inheritance | CrossReferenceType ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
customCrossReference : CrossReferenceType [static] [read-only] Alias for CUSTOM_CROSS_REFERENCE. | CrossReferenceType | ||
CUSTOM_CROSS_REFERENCE : CrossReferenceType [static] [read-only]
Inserts the specified string in front of the referenced topic. | CrossReferenceType | ||
customCrossReferenceAfter : CrossReferenceType [static] [read-only] Alias for CUSTOM_CROSS_REFERENCE_AFTER. | CrossReferenceType | ||
CUSTOM_CROSS_REFERENCE_AFTER : CrossReferenceType [static] [read-only]
Inserts the specified following topic separator and the specified string after the referenced topic. | CrossReferenceType | ||
customCrossReferenceBefore : CrossReferenceType [static] [read-only] Alias for CUSTOM_CROSS_REFERENCE_BEFORE. | CrossReferenceType | ||
CUSTOM_CROSS_REFERENCE_BEFORE : CrossReferenceType [static] [read-only]
Inserts the specified string and the specified before cross reference separator in front of the referenced topic. | CrossReferenceType | ||
enumCache : CSEnumSharedCache [static] [read-only] | CrossReferenceType | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
see : CrossReferenceType [static] [read-only] Alias for SEE. | CrossReferenceType | ||
SEE : CrossReferenceType [static] [read-only]
Inserts 'See' in front of the referenced topic. | CrossReferenceType | ||
seeAlso : CrossReferenceType [static] [read-only] Alias for SEE_ALSO. | CrossReferenceType | ||
SEE_ALSO : CrossReferenceType [static] [read-only]
Inserts 'See also' in front of the referenced topic. | CrossReferenceType | ||
seeAlsoHerein : CrossReferenceType [static] [read-only] Alias for SEE_ALSO_HEREIN. | CrossReferenceType | ||
SEE_ALSO_HEREIN : CrossReferenceType [static] [read-only]
Inserts 'See also herein' in front of the referenced topic. | CrossReferenceType | ||
seeHerein : CrossReferenceType [static] [read-only] Alias for SEE_HEREIN. | CrossReferenceType | ||
SEE_HEREIN : CrossReferenceType [static] [read-only]
Inserts 'See herein' in front of the referenced topic. | CrossReferenceType | ||
seeOrAlsoBracket : CrossReferenceType [static] [read-only] Alias for SEE_OR_ALSO_BRACKET. | CrossReferenceType | ||
SEE_OR_ALSO_BRACKET : CrossReferenceType [static] [read-only]
Inserts 'See also' in front of the referenced topic if the topic has an associated page reference; inserts 'See' if the topic does not have a page reference. | CrossReferenceType | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
CrossReferenceType(ho:HostObject = null, enum:Number)
Constructor
| CrossReferenceType | ||
![]() | filterArgsForHBAPI(args:Array):Array [static]
Function to clean up the argument list and put it into a format that
makes sense for HBAPI. | CSHostObject | |
![]() | filterSingleObjectForHBAPI(value:Object):Object [static]
| CSHostObject | |
![]() | getClassObjectForName(className:String):HostObject [static] This returns a "Class" object, meaning, a HostObject that can be used
to make static function calls or get static properties
| CSHostObject | |
![]() | getSpecialTranslation(className:String, ho:HostObject, expectedReturnType:Class, ownerName:String):* [static] | CSHostObject | |
![]() | hostCall(name:String, expectedReturnType:Class, rawargs:Array):*
Encapsulates a function call to the host
| CSHostObject | |
![]() | hostCallStatic(className:String, methodName:String, expectedReturnType:Class, rawargs:Array):* [static]
Implements a safe call of a static method on the host
| CSHostObject | |
![]() | hostGet(name:String, expectedReturnType:Class):*
Encapsulates a property get to the host
| CSHostObject | |
![]() | hostGetIndex(idx:Object, expectedReturnType:Class):*
Encapsulates a indexed get to the host
| CSHostObject | |
![]() | hostGetStatic(className:String, propertyName:String, expectedReturnType:Class):* [static]
Implements a safe get of a static property on the host
Used by for instance, all the enum implementations. | CSHostObject | |
![]() | hostSet(name:String, rawvalue:*):void
Encapsulates a property set to the host
| CSHostObject | |
![]() | hostSetStatic(className:String, propertyName:String, rawvalue:*):* [static]
Implements a safe set of a static property on the host
| CSHostObject | |
![]() | isDescendedFrom(clz:Class, ancClass:Class):Boolean [static] Efficiently determines whether or not one class descends from
another in inheritance hierarchy- class relationships are cached
by the ClassUtils implementation-
(uses org.as3commons lib to quickly discover class hierarchy. | CSHostObject | |
![]() | replaceDefaultArgs(args:Array, defaultArgs:Array):Array
Function to tidy up arguments prior to call. | CSHostObject | |
![]() | wrapReturnedHostObject(rawObject:Object, expectedReturnType:Class, client:CSHostObject, propertyName:String):* [static]
Method used on static/normal get/ hostcalls
| CSHostObject |
CUSTOM_CROSS_REFERENCE | property |
CUSTOM_CROSS_REFERENCE:CrossReferenceType
[read-only] Since : | CS5 |
Inserts the specified string in front of the referenced topic.
public static function get CUSTOM_CROSS_REFERENCE():CrossReferenceType
CUSTOM_CROSS_REFERENCE_AFTER | property |
CUSTOM_CROSS_REFERENCE_AFTER:CrossReferenceType
[read-only] Since : | CS5 |
Inserts the specified following topic separator and the specified string after the referenced topic. If no following topic separator is specified, inserts a space.
public static function get CUSTOM_CROSS_REFERENCE_AFTER():CrossReferenceType
CUSTOM_CROSS_REFERENCE_BEFORE | property |
CUSTOM_CROSS_REFERENCE_BEFORE:CrossReferenceType
[read-only] Since : | CS5 |
Inserts the specified string and the specified before cross reference separator in front of the referenced topic. If no before cross reference separator is specified, inserts a space.
public static function get CUSTOM_CROSS_REFERENCE_BEFORE():CrossReferenceType
customCrossReference | property |
customCrossReference:CrossReferenceType
[read-only] Since : | CS5 |
Alias for CUSTOM_CROSS_REFERENCE. Inserts the specified string in front of the referenced topic.
public static function get customCrossReference():CrossReferenceType
customCrossReferenceAfter | property |
customCrossReferenceAfter:CrossReferenceType
[read-only] Since : | CS5 |
Alias for CUSTOM_CROSS_REFERENCE_AFTER. Inserts the specified following topic separator and the specified string after the referenced topic. If no following topic separator is specified, inserts a space.
public static function get customCrossReferenceAfter():CrossReferenceType
customCrossReferenceBefore | property |
customCrossReferenceBefore:CrossReferenceType
[read-only] Since : | CS5 |
Alias for CUSTOM_CROSS_REFERENCE_BEFORE. Inserts the specified string and the specified before cross reference separator in front of the referenced topic. If no before cross reference separator is specified, inserts a space.
public static function get customCrossReferenceBefore():CrossReferenceType
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
see | property |
see:CrossReferenceType
[read-only] Since : | CS5 |
Alias for SEE. Inserts 'See' in front of the referenced topic.
public static function get see():CrossReferenceType
SEE | property |
SEE:CrossReferenceType
[read-only] Since : | CS5 |
Inserts 'See' in front of the referenced topic.
public static function get SEE():CrossReferenceType
SEE_ALSO | property |
SEE_ALSO:CrossReferenceType
[read-only] Since : | CS5 |
Inserts 'See also' in front of the referenced topic.
public static function get SEE_ALSO():CrossReferenceType
SEE_ALSO_HEREIN | property |
SEE_ALSO_HEREIN:CrossReferenceType
[read-only] Since : | CS5 |
Inserts 'See also herein' in front of the referenced topic.
public static function get SEE_ALSO_HEREIN():CrossReferenceType
SEE_HEREIN | property |
SEE_HEREIN:CrossReferenceType
[read-only] Since : | CS5 |
Inserts 'See herein' in front of the referenced topic.
public static function get SEE_HEREIN():CrossReferenceType
SEE_OR_ALSO_BRACKET | property |
SEE_OR_ALSO_BRACKET:CrossReferenceType
[read-only] Since : | CS5 |
Inserts 'See also' in front of the referenced topic if the topic has an associated page reference; inserts 'See' if the topic does not have a page reference.
public static function get SEE_OR_ALSO_BRACKET():CrossReferenceType
seeAlso | property |
seeAlso:CrossReferenceType
[read-only] Since : | CS5 |
Alias for SEE_ALSO. Inserts 'See also' in front of the referenced topic.
public static function get seeAlso():CrossReferenceType
seeAlsoHerein | property |
seeAlsoHerein:CrossReferenceType
[read-only] Since : | CS5 |
Alias for SEE_ALSO_HEREIN. Inserts 'See also herein' in front of the referenced topic.
public static function get seeAlsoHerein():CrossReferenceType
seeHerein | property |
seeHerein:CrossReferenceType
[read-only] Since : | CS5 |
Alias for SEE_HEREIN. Inserts 'See herein' in front of the referenced topic.
public static function get seeHerein():CrossReferenceType
seeOrAlsoBracket | property |
seeOrAlsoBracket:CrossReferenceType
[read-only] Since : | CS5 |
Alias for SEE_OR_ALSO_BRACKET. Inserts 'See also' in front of the referenced topic if the topic has an associated page reference; inserts 'See' if the topic does not have a page reference.
public static function get seeOrAlsoBracket():CrossReferenceType
CrossReferenceType | () | Constructor |
public function CrossReferenceType(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|