Package | com.adobe.indesign |
Class | public class ScreenModeOptions |
Inheritance | ScreenModeOptions ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
enumCache : CSEnumSharedCache [static] [read-only] | ScreenModeOptions | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
presentationPreview : ScreenModeOptions [static] [read-only] Alias for PRESENTATION_PREVIEW. | ScreenModeOptions | ||
PRESENTATION_PREVIEW : ScreenModeOptions [static] [read-only]
Preview mode with editing turned off. | ScreenModeOptions | ||
previewOff : ScreenModeOptions [static] [read-only] Alias for PREVIEW_OFF. | ScreenModeOptions | ||
PREVIEW_OFF : ScreenModeOptions [static] [read-only]
Normal view; displays guides and frame edges. | ScreenModeOptions | ||
previewToBleed : ScreenModeOptions [static] [read-only] Alias for PREVIEW_TO_BLEED. | ScreenModeOptions | ||
PREVIEW_TO_BLEED : ScreenModeOptions [static] [read-only]
Preview mode including the bleed area. | ScreenModeOptions | ||
previewToPage : ScreenModeOptions [static] [read-only] Alias for PREVIEW_TO_PAGE. | ScreenModeOptions | ||
PREVIEW_TO_PAGE : ScreenModeOptions [static] [read-only]
Preview mode; displays the document as it will be printed (hides guides and frame edges). | ScreenModeOptions | ||
previewToSlug : ScreenModeOptions [static] [read-only] Alias for PREVIEW_TO_SLUG. | ScreenModeOptions | ||
PREVIEW_TO_SLUG : ScreenModeOptions [static] [read-only]
Preview mode including the slug area. | ScreenModeOptions | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
ScreenModeOptions(ho:HostObject = null, enum:Number)
Constructor
| ScreenModeOptions | ||
![]() | 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 |
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
PRESENTATION_PREVIEW | property |
PRESENTATION_PREVIEW:ScreenModeOptions
[read-only] Since : | CS5 |
Preview mode with editing turned off. Mouse clicks and arrow keys will move to previous or next spread.
public static function get PRESENTATION_PREVIEW():ScreenModeOptions
presentationPreview | property |
presentationPreview:ScreenModeOptions
[read-only] Since : | CS5 |
Alias for PRESENTATION_PREVIEW. Preview mode with editing turned off. Mouse clicks and arrow keys will move to previous or next spread.
public static function get presentationPreview():ScreenModeOptions
PREVIEW_OFF | property |
PREVIEW_OFF:ScreenModeOptions
[read-only] Since : | CS5 |
Normal view; displays guides and frame edges.
public static function get PREVIEW_OFF():ScreenModeOptions
PREVIEW_TO_BLEED | property |
PREVIEW_TO_BLEED:ScreenModeOptions
[read-only] Since : | CS5 |
Preview mode including the bleed area.
public static function get PREVIEW_TO_BLEED():ScreenModeOptions
PREVIEW_TO_PAGE | property |
PREVIEW_TO_PAGE:ScreenModeOptions
[read-only] Since : | CS5 |
Preview mode; displays the document as it will be printed (hides guides and frame edges).
public static function get PREVIEW_TO_PAGE():ScreenModeOptions
PREVIEW_TO_SLUG | property |
PREVIEW_TO_SLUG:ScreenModeOptions
[read-only] Since : | CS5 |
Preview mode including the slug area.
public static function get PREVIEW_TO_SLUG():ScreenModeOptions
previewOff | property |
previewOff:ScreenModeOptions
[read-only] Since : | CS5 |
Alias for PREVIEW_OFF. Normal view; displays guides and frame edges.
public static function get previewOff():ScreenModeOptions
previewToBleed | property |
previewToBleed:ScreenModeOptions
[read-only] Since : | CS5 |
Alias for PREVIEW_TO_BLEED. Preview mode including the bleed area.
public static function get previewToBleed():ScreenModeOptions
previewToPage | property |
previewToPage:ScreenModeOptions
[read-only] Since : | CS5 |
Alias for PREVIEW_TO_PAGE. Preview mode; displays the document as it will be printed (hides guides and frame edges).
public static function get previewToPage():ScreenModeOptions
previewToSlug | property |
previewToSlug:ScreenModeOptions
[read-only] Since : | CS5 |
Alias for PREVIEW_TO_SLUG. Preview mode including the slug area.
public static function get previewToSlug():ScreenModeOptions
ScreenModeOptions | () | Constructor |
public function ScreenModeOptions(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|