Package | com.adobe.indesign |
Class | public class VariableTypes |
Inheritance | VariableTypes ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
chapterNumberType : VariableTypes [static] [read-only] Alias for CHAPTER_NUMBER_TYPE. | VariableTypes | ||
CHAPTER_NUMBER_TYPE : VariableTypes [static] [read-only]
Chapter number variable. | VariableTypes | ||
creationDateType : VariableTypes [static] [read-only] Alias for CREATION_DATE_TYPE. | VariableTypes | ||
CREATION_DATE_TYPE : VariableTypes [static] [read-only]
Creation date variable. | VariableTypes | ||
customTextType : VariableTypes [static] [read-only] Alias for CUSTOM_TEXT_TYPE. | VariableTypes | ||
CUSTOM_TEXT_TYPE : VariableTypes [static] [read-only]
Custom text variable. | VariableTypes | ||
enumCache : CSEnumSharedCache [static] [read-only] | VariableTypes | ||
fileNameType : VariableTypes [static] [read-only] Alias for FILE_NAME_TYPE. | VariableTypes | ||
FILE_NAME_TYPE : VariableTypes [static] [read-only]
File name variable. | VariableTypes | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
lastPageNumberType : VariableTypes [static] [read-only] Alias for LAST_PAGE_NUMBER_TYPE. | VariableTypes | ||
LAST_PAGE_NUMBER_TYPE : VariableTypes [static] [read-only]
Last page number variable. | VariableTypes | ||
liveCaptionType : VariableTypes [static] [read-only] Alias for LIVE_CAPTION_TYPE. | VariableTypes | ||
LIVE_CAPTION_TYPE : VariableTypes [static] [read-only]
Live Caption variable. | VariableTypes | ||
matchCharacterStyleType : VariableTypes [static] [read-only] Alias for MATCH_CHARACTER_STYLE_TYPE. | VariableTypes | ||
MATCH_CHARACTER_STYLE_TYPE : VariableTypes [static] [read-only]
Running header (character style) variable. | VariableTypes | ||
matchParagraphStyleType : VariableTypes [static] [read-only] Alias for MATCH_PARAGRAPH_STYLE_TYPE. | VariableTypes | ||
MATCH_PARAGRAPH_STYLE_TYPE : VariableTypes [static] [read-only]
Running header (paragraph style) variable. | VariableTypes | ||
modificationDateType : VariableTypes [static] [read-only] Alias for MODIFICATION_DATE_TYPE. | VariableTypes | ||
MODIFICATION_DATE_TYPE : VariableTypes [static] [read-only]
Modification date variable. | VariableTypes | ||
outputDateType : VariableTypes [static] [read-only] Alias for OUTPUT_DATE_TYPE. | VariableTypes | ||
OUTPUT_DATE_TYPE : VariableTypes [static] [read-only]
Output date variable. | VariableTypes | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase | |
xrefChapterNumberType : VariableTypes [static] [read-only] Alias for XREF_CHAPTER_NUMBER_TYPE. | VariableTypes | ||
XREF_CHAPTER_NUMBER_TYPE : VariableTypes [static] [read-only]
Private cross reference chapter number variable. | VariableTypes | ||
xrefPageNumberType : VariableTypes [static] [read-only] Alias for XREF_PAGE_NUMBER_TYPE. | VariableTypes | ||
XREF_PAGE_NUMBER_TYPE : VariableTypes [static] [read-only]
Private cross reference page number variable. | VariableTypes |
Method | Defined By | ||
---|---|---|---|
VariableTypes(ho:HostObject = null, enum:Number)
Constructor
| VariableTypes | ||
![]() | 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 |
CHAPTER_NUMBER_TYPE | property |
CHAPTER_NUMBER_TYPE:VariableTypes
[read-only] Since : | CS5 |
Chapter number variable.
public static function get CHAPTER_NUMBER_TYPE():VariableTypes
chapterNumberType | property |
chapterNumberType:VariableTypes
[read-only] Since : | CS5 |
Alias for CHAPTER_NUMBER_TYPE. Chapter number variable.
public static function get chapterNumberType():VariableTypes
CREATION_DATE_TYPE | property |
CREATION_DATE_TYPE:VariableTypes
[read-only] Since : | CS5 |
Creation date variable.
public static function get CREATION_DATE_TYPE():VariableTypes
creationDateType | property |
creationDateType:VariableTypes
[read-only] Since : | CS5 |
Alias for CREATION_DATE_TYPE. Creation date variable.
public static function get creationDateType():VariableTypes
CUSTOM_TEXT_TYPE | property |
CUSTOM_TEXT_TYPE:VariableTypes
[read-only] Since : | CS5 |
Custom text variable.
public static function get CUSTOM_TEXT_TYPE():VariableTypes
customTextType | property |
customTextType:VariableTypes
[read-only] Since : | CS5 |
Alias for CUSTOM_TEXT_TYPE. Custom text variable.
public static function get customTextType():VariableTypes
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
FILE_NAME_TYPE | property |
FILE_NAME_TYPE:VariableTypes
[read-only] Since : | CS5 |
File name variable.
public static function get FILE_NAME_TYPE():VariableTypes
fileNameType | property |
fileNameType:VariableTypes
[read-only] Since : | CS5 |
Alias for FILE_NAME_TYPE. File name variable.
public static function get fileNameType():VariableTypes
LAST_PAGE_NUMBER_TYPE | property |
LAST_PAGE_NUMBER_TYPE:VariableTypes
[read-only] Since : | CS5 |
Last page number variable.
public static function get LAST_PAGE_NUMBER_TYPE():VariableTypes
lastPageNumberType | property |
lastPageNumberType:VariableTypes
[read-only] Since : | CS5 |
Alias for LAST_PAGE_NUMBER_TYPE. Last page number variable.
public static function get lastPageNumberType():VariableTypes
LIVE_CAPTION_TYPE | property |
LIVE_CAPTION_TYPE:VariableTypes
[read-only] Since : | CS5 |
Live Caption variable.
public static function get LIVE_CAPTION_TYPE():VariableTypes
liveCaptionType | property |
liveCaptionType:VariableTypes
[read-only] Since : | CS5 |
Alias for LIVE_CAPTION_TYPE. Live Caption variable.
public static function get liveCaptionType():VariableTypes
MATCH_CHARACTER_STYLE_TYPE | property |
MATCH_CHARACTER_STYLE_TYPE:VariableTypes
[read-only] Since : | CS5 |
Running header (character style) variable.
public static function get MATCH_CHARACTER_STYLE_TYPE():VariableTypes
MATCH_PARAGRAPH_STYLE_TYPE | property |
MATCH_PARAGRAPH_STYLE_TYPE:VariableTypes
[read-only] Since : | CS5 |
Running header (paragraph style) variable.
public static function get MATCH_PARAGRAPH_STYLE_TYPE():VariableTypes
matchCharacterStyleType | property |
matchCharacterStyleType:VariableTypes
[read-only] Since : | CS5 |
Alias for MATCH_CHARACTER_STYLE_TYPE. Running header (character style) variable.
public static function get matchCharacterStyleType():VariableTypes
matchParagraphStyleType | property |
matchParagraphStyleType:VariableTypes
[read-only] Since : | CS5 |
Alias for MATCH_PARAGRAPH_STYLE_TYPE. Running header (paragraph style) variable.
public static function get matchParagraphStyleType():VariableTypes
MODIFICATION_DATE_TYPE | property |
MODIFICATION_DATE_TYPE:VariableTypes
[read-only] Since : | CS5 |
Modification date variable.
public static function get MODIFICATION_DATE_TYPE():VariableTypes
modificationDateType | property |
modificationDateType:VariableTypes
[read-only] Since : | CS5 |
Alias for MODIFICATION_DATE_TYPE. Modification date variable.
public static function get modificationDateType():VariableTypes
OUTPUT_DATE_TYPE | property |
OUTPUT_DATE_TYPE:VariableTypes
[read-only] Since : | CS5 |
Output date variable.
public static function get OUTPUT_DATE_TYPE():VariableTypes
outputDateType | property |
outputDateType:VariableTypes
[read-only] Since : | CS5 |
Alias for OUTPUT_DATE_TYPE. Output date variable.
public static function get outputDateType():VariableTypes
XREF_CHAPTER_NUMBER_TYPE | property |
XREF_CHAPTER_NUMBER_TYPE:VariableTypes
[read-only] Since : | CS5 |
Private cross reference chapter number variable.
public static function get XREF_CHAPTER_NUMBER_TYPE():VariableTypes
XREF_PAGE_NUMBER_TYPE | property |
XREF_PAGE_NUMBER_TYPE:VariableTypes
[read-only] Since : | CS5 |
Private cross reference page number variable.
public static function get XREF_PAGE_NUMBER_TYPE():VariableTypes
xrefChapterNumberType | property |
xrefChapterNumberType:VariableTypes
[read-only] Since : | CS5 |
Alias for XREF_CHAPTER_NUMBER_TYPE. Private cross reference chapter number variable.
public static function get xrefChapterNumberType():VariableTypes
xrefPageNumberType | property |
xrefPageNumberType:VariableTypes
[read-only] Since : | CS5 |
Alias for XREF_PAGE_NUMBER_TYPE. Private cross reference page number variable.
public static function get xrefPageNumberType():VariableTypes
VariableTypes | () | Constructor |
public function VariableTypes(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|