ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.guides.domain 

GuideNodeType  - AS3 ADEP Guides

Packagecom.adobe.guides.domain
Classpublic class GuideNodeType
InheritanceGuideNodeType Inheritance Object

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Guides 10
Runtime Versions: AIR 1.0, Flash Player 10.2

The GuideNodeType provides the static constants for identifying Guide node types.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined By
  GUIDE : String = "Guide"
[static] GUIDE represents a Guide object.
GuideNodeType
  ITEM : String = "Item"
[static] ITEM represents a panel item object.
GuideNodeType
  PANEL : String = "Panel"
[static] PANEL represents a Panel object.
GuideNodeType
  SECTION : String = "Section"
[static] SECTION represents a Section object.
GuideNodeType
Constant Detail

GUIDE

Constant
public static const GUIDE:String = "Guide"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Guides 10
Runtime Versions: AIR 1.0, Flash Player 10.2

GUIDE represents a Guide object.

ITEM

Constant 
public static const ITEM:String = "Item"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Guides 10
Runtime Versions: AIR 1.0, Flash Player 10.2

ITEM represents a panel item object.

PANEL

Constant 
public static const PANEL:String = "Panel"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Guides 10
Runtime Versions: AIR 1.0, Flash Player 10.2

PANEL represents a Panel object.

SECTION

Constant 
public static const SECTION:String = "Section"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Guides 10
Runtime Versions: AIR 1.0, Flash Player 10.2

SECTION represents a Section object.