Package | com.adobe.indesign |
Class | public class PageItemDefault |
Inheritance | PageItemDefault ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
appliedGraphicObjectStyle : ObjectStyle
The default graphic object style applied to the PageItemDefault. | PageItemDefault | ||
appliedGridObjectStyle : ObjectStyle
The default frame grid object style applied to the PageItemDefault. | PageItemDefault | ||
appliedTextObjectStyle : ObjectStyle
The default text object style applied to the PageItemDefault. | PageItemDefault | ||
bottomLeftCornerOption : CornerOptions
The shape to apply to the bottom left corner of rectangular shapes. | PageItemDefault | ||
bottomLeftCornerRadius : Object
The radius in measurement units of the corner effect applied to the bottom left corner of rectangular shapes
| PageItemDefault | ||
bottomRightCornerOption : CornerOptions
The shape to apply to the bottom right corner of rectangular shapes. | PageItemDefault | ||
bottomRightCornerRadius : Object
The radius in measurement units of the corner effect applied to the bottom right corner of rectangular shapes
| PageItemDefault | ||
contentTransparencySettings : ContentTransparencySetting [read-only]
Transparency settings for the content of the PageItemDefault. | PageItemDefault | ||
endCap : EndCap
The end shape of an open path. | PageItemDefault | ||
endJoin : EndJoin
The corner join applied to the PageItemDefault. | PageItemDefault | ||
eventListeners : EventListeners [override] [read-only]
A collection of event listeners. | PageItemDefault | ||
events : Events [override] [read-only]
A collection of events. | PageItemDefault | ||
fillColor : Swatch
The swatch (color, gradient, tint, or mixed ink) applied to the fill of the PageItemDefault. | PageItemDefault | ||
fillTint : Number
The percent of tint to use in the PageItemDefault's fill color. | PageItemDefault | ||
fillTransparencySettings : FillTransparencySetting [read-only]
Transparency settings for the fill applied to the PageItemDefault. | PageItemDefault | ||
gapColor : Swatch
The swatch (color, gradient, tint, or mixed ink) applied to the gap of a dashed, dotted, or striped stroke. | PageItemDefault | ||
gapTint : Number
The tint as a percentage of the gap color. | PageItemDefault | ||
gradientFillAngle : Number
The angle of a linear gradient applied to the fill of the PageItemDefault. | PageItemDefault | ||
gradientStrokeAngle : Number
The angle of a linear gradient applied to the stroke of the PageItemDefault. | PageItemDefault | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
isValid : Boolean [override] [read-only]
Returns true if the object specifier resolves to valid objects. | PageItemDefault | ||
leftLineEnd : ArrowHead
The arrowhead applied to the start of the path. | PageItemDefault | ||
miterLimit : Number
The limit of the ratio of stroke width to miter length before a miter (pointed) join becomes a bevel (squared-off) join. | PageItemDefault | ||
nonprinting : Boolean
If true, the PageItemDefault does not print. | PageItemDefault | ||
overprintFill : Boolean
If true, the PageItemDefault's fill color overprints any underlying objects. | PageItemDefault | ||
overprintGap : Boolean
If true, the gap color overprints any underlying colors. | PageItemDefault | ||
overprintStroke : Boolean
If true, the PageItemDefault's stroke color overprints any underlying objects. | PageItemDefault | ||
parent : Object [override] [read-only]
The parent of the PageItemDefault (a Application or Document). | PageItemDefault | ||
preferences : Preferences [read-only]
A collection of preferences objects. | PageItemDefault | ||
properties : Object [override]
A property that allows setting of several properties at the same time. | PageItemDefault | ||
rightLineEnd : ArrowHead
The arrowhead applied to the end of the path. | PageItemDefault | ||
strokeAlignment : StrokeAlignment
The stroke alignment applied to the PageItemDefault. | PageItemDefault | ||
strokeColor : Swatch
The swatch (color, gradient, tint, or mixed ink) applied to the stroke of the PageItemDefault. | PageItemDefault | ||
strokeTint : Number
The percent of tint to use in object's stroke color. | PageItemDefault | ||
strokeTransparencySettings : StrokeTransparencySetting [read-only]
Transparency settings for the stroke. | PageItemDefault | ||
strokeType : StrokeStyle
The name of the stroke style to apply. | PageItemDefault | ||
strokeWeight : Object
The weight (in points) to apply to the PageItemDefault's stroke. | PageItemDefault | ||
topLeftCornerOption : CornerOptions
The shape to be applied to the top left corner of rectangular shapes and all corners of non-rectangular shapes.Note: corner option differs from end join in which you can set a radius for a corner option, whereas the rounded or beveled effect of an end join depends on the stroke weight. | PageItemDefault | ||
topLeftCornerRadius : Object
The radius in measurement units of the corner effect applied to the top left corner of rectangular shapes and all corners of non-rectangular shapes
| PageItemDefault | ||
topRightCornerOption : CornerOptions
The shape to apply to the top right corner of rectangular shapes
| PageItemDefault | ||
topRightCornerRadius : Object
The radius in measurement units of the corner effect applied to the top right corner of rectangular shapes
| PageItemDefault | ||
transparencySettings : TransparencySetting [read-only]
Transparency settings. | PageItemDefault |
Method | Defined By | ||
---|---|---|---|
addEventListenerPageItemDefault(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):EventListener
Adds an event listener. | PageItemDefault | ||
![]() | addEventListenerPreference(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):EventListener
Adds an event listener. | Preference | |
applyObjectStyle(usingParam:ObjectStyle = null, clearingOverridesParam:Boolean = true, clearingOverridesThroughRootObjectStyleParam:Boolean = false):void
Applies the specified object style. | PageItemDefault | ||
clearObjectStyleOverrides():void
Clear overrides for object style
| PageItemDefault | ||
![]() | 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 | |
getElements():Object [override]
Resolves the object specifier, creating an array of object references. | PageItemDefault | ||
![]() | 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 | |
removeEventListenerPageItemDefault(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):Boolean
Removes the event listener. | PageItemDefault | ||
![]() | removeEventListenerPreference(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):Boolean
Removes the event listener. | Preference | |
![]() | replaceDefaultArgs(args:Array, defaultArgs:Array):Array
Function to tidy up arguments prior to call. | CSHostObject | |
toSpecifier():String [override]
Retrieves the object specifier. | PageItemDefault | ||
![]() | wrapReturnedHostObject(rawObject:Object, expectedReturnType:Class, client:CSHostObject, propertyName:String):* [static]
Method used on static/normal get/ hostcalls
| CSHostObject |
appliedGraphicObjectStyle | property |
appliedGraphicObjectStyle:ObjectStyle
Since : | CS5 |
The default graphic object style applied to the PageItemDefault. Can also accept: String.
public function get appliedGraphicObjectStyle():ObjectStyle
public function set appliedGraphicObjectStyle(value:ObjectStyle):void
appliedGridObjectStyle | property |
appliedGridObjectStyle:ObjectStyle
Since : | CS5 |
The default frame grid object style applied to the PageItemDefault. Can also accept: String.
public function get appliedGridObjectStyle():ObjectStyle
public function set appliedGridObjectStyle(value:ObjectStyle):void
appliedTextObjectStyle | property |
appliedTextObjectStyle:ObjectStyle
Since : | CS5 |
The default text object style applied to the PageItemDefault. Can also accept: String.
public function get appliedTextObjectStyle():ObjectStyle
public function set appliedTextObjectStyle(value:ObjectStyle):void
bottomLeftCornerOption | property |
bottomLeftCornerOption:CornerOptions
Since : | CS5 |
The shape to apply to the bottom left corner of rectangular shapes.
public function get bottomLeftCornerOption():CornerOptions
public function set bottomLeftCornerOption(value:CornerOptions):void
bottomLeftCornerRadius | property |
bottomLeftCornerRadius:Object
Since : | CS5 |
The radius in measurement units of the corner effect applied to the bottom left corner of rectangular shapes
public function get bottomLeftCornerRadius():Object
public function set bottomLeftCornerRadius(value:Object):void
bottomRightCornerOption | property |
bottomRightCornerOption:CornerOptions
Since : | CS5 |
The shape to apply to the bottom right corner of rectangular shapes.
public function get bottomRightCornerOption():CornerOptions
public function set bottomRightCornerOption(value:CornerOptions):void
bottomRightCornerRadius | property |
bottomRightCornerRadius:Object
Since : | CS5 |
The radius in measurement units of the corner effect applied to the bottom right corner of rectangular shapes
public function get bottomRightCornerRadius():Object
public function set bottomRightCornerRadius(value:Object):void
contentTransparencySettings | property |
contentTransparencySettings:ContentTransparencySetting
[read-only] Since : | CS5 |
Transparency settings for the content of the PageItemDefault.
public function get contentTransparencySettings():ContentTransparencySetting
endCap | property |
endCap:EndCap
Since : | CS5 |
The end shape of an open path.
public function get endCap():EndCap
public function set endCap(value:EndCap):void
endJoin | property |
endJoin:EndJoin
Since : | CS5 |
The corner join applied to the PageItemDefault.
public function get endJoin():EndJoin
public function set endJoin(value:EndJoin):void
eventListeners | property |
eventListeners:EventListeners
[read-only] [override] Since : | CS5 |
A collection of event listeners.
public function get eventListeners():EventListeners
events | property |
events:Events
[read-only] [override] Since : | CS5 |
A collection of events.
public function get events():Events
fillColor | property |
fillColor:Swatch
Since : | CS5 |
The swatch (color, gradient, tint, or mixed ink) applied to the fill of the PageItemDefault. . Can also accept: String.
public function get fillColor():Swatch
public function set fillColor(value:Swatch):void
fillTint | property |
fillTint:Number
Since : | CS5 |
The percent of tint to use in the PageItemDefault's fill color. (To specify a tint percent, use a number in the range of 0 to 100; to use the inherited or overridden value, use -1.)
public function get fillTint():Number
public function set fillTint(value:Number):void
fillTransparencySettings | property |
fillTransparencySettings:FillTransparencySetting
[read-only] Since : | CS5 |
Transparency settings for the fill applied to the PageItemDefault.
public function get fillTransparencySettings():FillTransparencySetting
gapColor | property |
gapColor:Swatch
Since : | CS5 |
The swatch (color, gradient, tint, or mixed ink) applied to the gap of a dashed, dotted, or striped stroke. For information, see stroke type.
public function get gapColor():Swatch
public function set gapColor(value:Swatch):void
gapTint | property |
gapTint:Number
Since : | CS5 |
The tint as a percentage of the gap color. (To specify a tint percent, use a number in the range of 0 to 100; to use the inherited or overridden value, use -1.)
public function get gapTint():Number
public function set gapTint(value:Number):void
gradientFillAngle | property |
gradientFillAngle:Number
Since : | CS5 |
The angle of a linear gradient applied to the fill of the PageItemDefault. (Range: -180 to 180)
public function get gradientFillAngle():Number
public function set gradientFillAngle(value:Number):void
gradientStrokeAngle | property |
gradientStrokeAngle:Number
Since : | CS5 |
The angle of a linear gradient applied to the stroke of the PageItemDefault. (Range: -180 to 180)
public function get gradientStrokeAngle():Number
public function set gradientStrokeAngle(value:Number):void
isValid | property |
isValid:Boolean
[read-only] [override] Since : | CS5 |
Returns true if the object specifier resolves to valid objects.
public function get isValid():Boolean
leftLineEnd | property |
leftLineEnd:ArrowHead
Since : | CS5 |
The arrowhead applied to the start of the path.
public function get leftLineEnd():ArrowHead
public function set leftLineEnd(value:ArrowHead):void
miterLimit | property |
miterLimit:Number
Since : | CS5 |
The limit of the ratio of stroke width to miter length before a miter (pointed) join becomes a bevel (squared-off) join.
public function get miterLimit():Number
public function set miterLimit(value:Number):void
nonprinting | property |
nonprinting:Boolean
Since : | CS5 |
If true, the PageItemDefault does not print.
public function get nonprinting():Boolean
public function set nonprinting(value:Boolean):void
overprintFill | property |
overprintFill:Boolean
Since : | CS5 |
If true, the PageItemDefault's fill color overprints any underlying objects. If false, the fill color knocks out the underlying colors.
public function get overprintFill():Boolean
public function set overprintFill(value:Boolean):void
overprintGap | property |
overprintGap:Boolean
Since : | CS5 |
If true, the gap color overprints any underlying colors. If false, the gap color knocks out the underlying colors.
public function get overprintGap():Boolean
public function set overprintGap(value:Boolean):void
overprintStroke | property |
overprintStroke:Boolean
Since : | CS5 |
If true, the PageItemDefault's stroke color overprints any underlying objects. If false, the stroke color knocks out the underlying colors.
public function get overprintStroke():Boolean
public function set overprintStroke(value:Boolean):void
parent | property |
parent:Object
[read-only] [override] Since : | CS5 |
The parent of the PageItemDefault (a Application or Document).
public function get parent():Object
preferences | property |
preferences:Preferences
[read-only] Since : | CS5 |
A collection of preferences objects.
public function get preferences():Preferences
properties | property |
properties:Object
[override] Since : | CS5 |
A property that allows setting of several properties at the same time.
public function get properties():Object
public function set properties(value:Object):void
rightLineEnd | property |
rightLineEnd:ArrowHead
Since : | CS5 |
The arrowhead applied to the end of the path.
public function get rightLineEnd():ArrowHead
public function set rightLineEnd(value:ArrowHead):void
strokeAlignment | property |
strokeAlignment:StrokeAlignment
Since : | CS5 |
The stroke alignment applied to the PageItemDefault.
public function get strokeAlignment():StrokeAlignment
public function set strokeAlignment(value:StrokeAlignment):void
strokeColor | property |
strokeColor:Swatch
Since : | CS5 |
The swatch (color, gradient, tint, or mixed ink) applied to the stroke of the PageItemDefault. Can also accept: String.
public function get strokeColor():Swatch
public function set strokeColor(value:Swatch):void
strokeTint | property |
strokeTint:Number
Since : | CS5 |
The percent of tint to use in object's stroke color. (To specify a tint percent, use a number in the range of 0 to 100; to use the inherited or overridden value, use -1.)
public function get strokeTint():Number
public function set strokeTint(value:Number):void
strokeTransparencySettings | property |
strokeTransparencySettings:StrokeTransparencySetting
[read-only] Since : | CS5 |
Transparency settings for the stroke.
public function get strokeTransparencySettings():StrokeTransparencySetting
strokeType | property |
strokeType:StrokeStyle
Since : | CS5 |
The name of the stroke style to apply. Can also accept: String.
public function get strokeType():StrokeStyle
public function set strokeType(value:StrokeStyle):void
strokeWeight | property |
strokeWeight:Object
Since : | CS5 |
The weight (in points) to apply to the PageItemDefault's stroke.
public function get strokeWeight():Object
public function set strokeWeight(value:Object):void
topLeftCornerOption | property |
topLeftCornerOption:CornerOptions
Since : | CS5 |
The shape to be applied to the top left corner of rectangular shapes and all corners of non-rectangular shapes.Note: corner option differs from end join in which you can set a radius for a corner option, whereas the rounded or beveled effect of an end join depends on the stroke weight.
public function get topLeftCornerOption():CornerOptions
public function set topLeftCornerOption(value:CornerOptions):void
topLeftCornerRadius | property |
topLeftCornerRadius:Object
Since : | CS5 |
The radius in measurement units of the corner effect applied to the top left corner of rectangular shapes and all corners of non-rectangular shapes
public function get topLeftCornerRadius():Object
public function set topLeftCornerRadius(value:Object):void
topRightCornerOption | property |
topRightCornerOption:CornerOptions
Since : | CS5 |
The shape to apply to the top right corner of rectangular shapes
public function get topRightCornerOption():CornerOptions
public function set topRightCornerOption(value:CornerOptions):void
topRightCornerRadius | property |
topRightCornerRadius:Object
Since : | CS5 |
The radius in measurement units of the corner effect applied to the top right corner of rectangular shapes
public function get topRightCornerRadius():Object
public function set topRightCornerRadius(value:Object):void
transparencySettings | property |
transparencySettings:TransparencySetting
[read-only] Since : | CS5 |
Transparency settings.
public function get transparencySettings():TransparencySetting
addEventListenerPageItemDefault | () | method |
public function addEventListenerPageItemDefault(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):EventListener
Since : | CS5 |
Adds an event listener.
Parameters
eventTypeParam:String (default = null ) — (String) The event type.
| |
handlerParam:Object (default = null ) — (Object) The event handler. Can accept: File or JavaScript Function.
| |
capturesParam:Boolean (default = false ) — (Boolean) This parameter is obsolete. (Optional)
|
EventListener |
applyObjectStyle | () | method |
public function applyObjectStyle(usingParam:ObjectStyle = null, clearingOverridesParam:Boolean = true, clearingOverridesThroughRootObjectStyleParam:Boolean = false):void
Since : | CS5 |
Applies the specified object style.
Parameters
usingParam:ObjectStyle (default = null ) — (ObjectStyle) The object style to apply.
| |
clearingOverridesParam:Boolean (default = true ) — (Boolean) If true, clears the PageItemDefault's existing attributes before applying the style. (Optional)
| |
clearingOverridesThroughRootObjectStyleParam:Boolean (default = false ) — (Boolean) If true, clears attributes and formatting applied to the PageItemDefault that are not defined in the object style. (Optional)
|
clearObjectStyleOverrides | () | method |
public function clearObjectStyleOverrides():void
Since : | CS5 |
Clear overrides for object style
getElements | () | method |
override public function getElements():Object
Since : | CS5 |
Resolves the object specifier, creating an array of object references.
ReturnsObject |
removeEventListenerPageItemDefault | () | method |
public function removeEventListenerPageItemDefault(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):Boolean
Since : | CS5 |
Removes the event listener.
Parameters
eventTypeParam:String (default = null ) — (String) The registered event type.
| |
handlerParam:Object (default = null ) — (Object) The registered event handler. Can accept: File or JavaScript Function.
| |
capturesParam:Boolean (default = false ) — (Boolean) This parameter is obsolete. (Optional)
|
Boolean |
toSpecifier | () | method |
override public function toSpecifier():String
Since : | CS5 |
Retrieves the object specifier.
ReturnsString |