Package | com.adobe.incopy |
Class | public class StartParagraph |
Inheritance | StartParagraph ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
anywhere : StartParagraph [static] [read-only] Alias for ANYWHERE. | StartParagraph | ||
ANYWHERE : StartParagraph [static] [read-only]
Starts in the next available space. | StartParagraph | ||
enumCache : CSEnumSharedCache [static] [read-only] | StartParagraph | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
nextColumn : StartParagraph [static] [read-only] Alias for NEXT_COLUMN. | StartParagraph | ||
NEXT_COLUMN : StartParagraph [static] [read-only]
Starts at the top of the next column. | StartParagraph | ||
nextEvenPage : StartParagraph [static] [read-only] Alias for NEXT_EVEN_PAGE. | StartParagraph | ||
NEXT_EVEN_PAGE : StartParagraph [static] [read-only]
Starts at the top of the next even-numbered page. | StartParagraph | ||
nextFrame : StartParagraph [static] [read-only] Alias for NEXT_FRAME. | StartParagraph | ||
NEXT_FRAME : StartParagraph [static] [read-only]
Starts at the top of the next text frame in the thread. | StartParagraph | ||
nextOddPage : StartParagraph [static] [read-only] Alias for NEXT_ODD_PAGE. | StartParagraph | ||
NEXT_ODD_PAGE : StartParagraph [static] [read-only]
Starts at the top of the next odd-numbered page. | StartParagraph | ||
nextPage : StartParagraph [static] [read-only] Alias for NEXT_PAGE. | StartParagraph | ||
NEXT_PAGE : StartParagraph [static] [read-only]
Starts at the top of the next page. | StartParagraph | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
StartParagraph(ho:HostObject = null, enum:Number)
Constructor
| StartParagraph | ||
![]() | 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 |
anywhere | property |
anywhere:StartParagraph
[read-only] Since : | CS5 |
Alias for ANYWHERE. Starts in the next available space.
public static function get anywhere():StartParagraph
ANYWHERE | property |
ANYWHERE:StartParagraph
[read-only] Since : | CS5 |
Starts in the next available space.
public static function get ANYWHERE():StartParagraph
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
NEXT_COLUMN | property |
NEXT_COLUMN:StartParagraph
[read-only] Since : | CS5 |
Starts at the top of the next column.
public static function get NEXT_COLUMN():StartParagraph
NEXT_EVEN_PAGE | property |
NEXT_EVEN_PAGE:StartParagraph
[read-only] Since : | CS5 |
Starts at the top of the next even-numbered page.
public static function get NEXT_EVEN_PAGE():StartParagraph
NEXT_FRAME | property |
NEXT_FRAME:StartParagraph
[read-only] Since : | CS5 |
Starts at the top of the next text frame in the thread.
public static function get NEXT_FRAME():StartParagraph
NEXT_ODD_PAGE | property |
NEXT_ODD_PAGE:StartParagraph
[read-only] Since : | CS5 |
Starts at the top of the next odd-numbered page.
public static function get NEXT_ODD_PAGE():StartParagraph
NEXT_PAGE | property |
NEXT_PAGE:StartParagraph
[read-only] Since : | CS5 |
Starts at the top of the next page.
public static function get NEXT_PAGE():StartParagraph
nextColumn | property |
nextColumn:StartParagraph
[read-only] Since : | CS5 |
Alias for NEXT_COLUMN. Starts at the top of the next column.
public static function get nextColumn():StartParagraph
nextEvenPage | property |
nextEvenPage:StartParagraph
[read-only] Since : | CS5 |
Alias for NEXT_EVEN_PAGE. Starts at the top of the next even-numbered page.
public static function get nextEvenPage():StartParagraph
nextFrame | property |
nextFrame:StartParagraph
[read-only] Since : | CS5 |
Alias for NEXT_FRAME. Starts at the top of the next text frame in the thread.
public static function get nextFrame():StartParagraph
nextOddPage | property |
nextOddPage:StartParagraph
[read-only] Since : | CS5 |
Alias for NEXT_ODD_PAGE. Starts at the top of the next odd-numbered page.
public static function get nextOddPage():StartParagraph
nextPage | property |
nextPage:StartParagraph
[read-only] Since : | CS5 |
Alias for NEXT_PAGE. Starts at the top of the next page.
public static function get nextPage():StartParagraph
StartParagraph | () | Constructor |
public function StartParagraph(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|