Package | com.adobe.incopy |
Class | public class Justification |
Inheritance | Justification ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
awayFromBindingSide : Justification [static] [read-only] Alias for AWAY_FROM_BINDING_SIDE. | Justification | ||
AWAY_FROM_BINDING_SIDE : Justification [static] [read-only]
Aligns text to the side opposite the binding spine of the page. | Justification | ||
centerAlign : Justification [static] [read-only] Alias for CENTER_ALIGN. | Justification | ||
CENTER_ALIGN : Justification [static] [read-only]
Center aligns the text. | Justification | ||
centerJustified : Justification [static] [read-only] Alias for CENTER_JUSTIFIED. | Justification | ||
CENTER_JUSTIFIED : Justification [static] [read-only]
Justifies text text and center aligns the last line in the paragraph. | Justification | ||
enumCache : CSEnumSharedCache [static] [read-only] | Justification | ||
fullyJustified : Justification [static] [read-only] Alias for FULLY_JUSTIFIED. | Justification | ||
FULLY_JUSTIFIED : Justification [static] [read-only]
Justifies the text, including the last line in the paragraph. | Justification | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
leftAlign : Justification [static] [read-only] Alias for LEFT_ALIGN. | Justification | ||
LEFT_ALIGN : Justification [static] [read-only]
Left aligns the text. | Justification | ||
leftJustified : Justification [static] [read-only] Alias for LEFT_JUSTIFIED. | Justification | ||
LEFT_JUSTIFIED : Justification [static] [read-only]
Justifies the text and left aligns the last line in the paragraph. | Justification | ||
rightAlign : Justification [static] [read-only] Alias for RIGHT_ALIGN. | Justification | ||
RIGHT_ALIGN : Justification [static] [read-only]
Right aligns the text. | Justification | ||
rightJustified : Justification [static] [read-only] Alias for RIGHT_JUSTIFIED. | Justification | ||
RIGHT_JUSTIFIED : Justification [static] [read-only]
Justifies the text and right aligns the last line in the paragraph. | Justification | ||
toBindingSide : Justification [static] [read-only] Alias for TO_BINDING_SIDE. | Justification | ||
TO_BINDING_SIDE : Justification [static] [read-only]
Aligns text to the binding spine of the page or spread. | Justification | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
Justification(ho:HostObject = null, enum:Number)
Constructor
| Justification | ||
![]() | 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 |
AWAY_FROM_BINDING_SIDE | property |
AWAY_FROM_BINDING_SIDE:Justification
[read-only] Since : | CS5 |
Aligns text to the side opposite the binding spine of the page.
public static function get AWAY_FROM_BINDING_SIDE():Justification
awayFromBindingSide | property |
awayFromBindingSide:Justification
[read-only] Since : | CS5 |
Alias for AWAY_FROM_BINDING_SIDE. Aligns text to the side opposite the binding spine of the page.
public static function get awayFromBindingSide():Justification
CENTER_ALIGN | property |
CENTER_ALIGN:Justification
[read-only] Since : | CS5 |
Center aligns the text.
public static function get CENTER_ALIGN():Justification
CENTER_JUSTIFIED | property |
CENTER_JUSTIFIED:Justification
[read-only] Since : | CS5 |
Justifies text text and center aligns the last line in the paragraph.
public static function get CENTER_JUSTIFIED():Justification
centerAlign | property |
centerAlign:Justification
[read-only] Since : | CS5 |
Alias for CENTER_ALIGN. Center aligns the text.
public static function get centerAlign():Justification
centerJustified | property |
centerJustified:Justification
[read-only] Since : | CS5 |
Alias for CENTER_JUSTIFIED. Justifies text text and center aligns the last line in the paragraph.
public static function get centerJustified():Justification
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
FULLY_JUSTIFIED | property |
FULLY_JUSTIFIED:Justification
[read-only] Since : | CS5 |
Justifies the text, including the last line in the paragraph.
public static function get FULLY_JUSTIFIED():Justification
fullyJustified | property |
fullyJustified:Justification
[read-only] Since : | CS5 |
Alias for FULLY_JUSTIFIED. Justifies the text, including the last line in the paragraph.
public static function get fullyJustified():Justification
LEFT_ALIGN | property |
LEFT_ALIGN:Justification
[read-only] Since : | CS5 |
Left aligns the text.
public static function get LEFT_ALIGN():Justification
LEFT_JUSTIFIED | property |
LEFT_JUSTIFIED:Justification
[read-only] Since : | CS5 |
Justifies the text and left aligns the last line in the paragraph.
public static function get LEFT_JUSTIFIED():Justification
leftAlign | property |
leftAlign:Justification
[read-only] Since : | CS5 |
Alias for LEFT_ALIGN. Left aligns the text.
public static function get leftAlign():Justification
leftJustified | property |
leftJustified:Justification
[read-only] Since : | CS5 |
Alias for LEFT_JUSTIFIED. Justifies the text and left aligns the last line in the paragraph.
public static function get leftJustified():Justification
RIGHT_ALIGN | property |
RIGHT_ALIGN:Justification
[read-only] Since : | CS5 |
Right aligns the text.
public static function get RIGHT_ALIGN():Justification
RIGHT_JUSTIFIED | property |
RIGHT_JUSTIFIED:Justification
[read-only] Since : | CS5 |
Justifies the text and right aligns the last line in the paragraph.
public static function get RIGHT_JUSTIFIED():Justification
rightAlign | property |
rightAlign:Justification
[read-only] Since : | CS5 |
Alias for RIGHT_ALIGN. Right aligns the text.
public static function get rightAlign():Justification
rightJustified | property |
rightJustified:Justification
[read-only] Since : | CS5 |
Alias for RIGHT_JUSTIFIED. Justifies the text and right aligns the last line in the paragraph.
public static function get rightJustified():Justification
TO_BINDING_SIDE | property |
TO_BINDING_SIDE:Justification
[read-only] Since : | CS5 |
Aligns text to the binding spine of the page or spread.
public static function get TO_BINDING_SIDE():Justification
toBindingSide | property |
toBindingSide:Justification
[read-only] Since : | CS5 |
Alias for TO_BINDING_SIDE. Aligns text to the binding spine of the page or spread.
public static function get toBindingSide():Justification
Justification | () | Constructor |
public function Justification(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|