Package | com.adobe.incopy |
Class | public class FootnoteMarkerPositioning |
Inheritance | FootnoteMarkerPositioning ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
enumCache : CSEnumSharedCache [static] [read-only] | FootnoteMarkerPositioning | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
normalMarker : FootnoteMarkerPositioning [static] [read-only] Alias for NORMAL_MARKER. | FootnoteMarkerPositioning | ||
NORMAL_MARKER : FootnoteMarkerPositioning [static] [read-only]
Uses the position defined in the character style applied to footnote reference numbers. | FootnoteMarkerPositioning | ||
rubyMarker : FootnoteMarkerPositioning [static] [read-only] Alias for RUBY_MARKER. | FootnoteMarkerPositioning | ||
RUBY_MARKER : FootnoteMarkerPositioning [static] [read-only]
Gives the marker ruby style positioning. | FootnoteMarkerPositioning | ||
subscriptMarker : FootnoteMarkerPositioning [static] [read-only] Alias for SUBSCRIPT_MARKER. | FootnoteMarkerPositioning | ||
SUBSCRIPT_MARKER : FootnoteMarkerPositioning [static] [read-only]
Subscripts footnote reference numbers. | FootnoteMarkerPositioning | ||
superscriptMarker : FootnoteMarkerPositioning [static] [read-only] Alias for SUPERSCRIPT_MARKER. | FootnoteMarkerPositioning | ||
SUPERSCRIPT_MARKER : FootnoteMarkerPositioning [static] [read-only]
Superscripts footnote reference numbers. | FootnoteMarkerPositioning | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
FootnoteMarkerPositioning(ho:HostObject = null, enum:Number)
Constructor
| FootnoteMarkerPositioning | ||
![]() | 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
NORMAL_MARKER | property |
NORMAL_MARKER:FootnoteMarkerPositioning
[read-only] Since : | CS5 |
Uses the position defined in the character style applied to footnote reference numbers. For information, see footnote marker style.
public static function get NORMAL_MARKER():FootnoteMarkerPositioning
normalMarker | property |
normalMarker:FootnoteMarkerPositioning
[read-only] Since : | CS5 |
Alias for NORMAL_MARKER. Uses the position defined in the character style applied to footnote reference numbers. For information, see footnote marker style.
public static function get normalMarker():FootnoteMarkerPositioning
RUBY_MARKER | property |
RUBY_MARKER:FootnoteMarkerPositioning
[read-only] Since : | CS5 |
Gives the marker ruby style positioning.
public static function get RUBY_MARKER():FootnoteMarkerPositioning
rubyMarker | property |
rubyMarker:FootnoteMarkerPositioning
[read-only] Since : | CS5 |
Alias for RUBY_MARKER. Gives the marker ruby style positioning.
public static function get rubyMarker():FootnoteMarkerPositioning
SUBSCRIPT_MARKER | property |
SUBSCRIPT_MARKER:FootnoteMarkerPositioning
[read-only] Since : | CS5 |
Subscripts footnote reference numbers.
public static function get SUBSCRIPT_MARKER():FootnoteMarkerPositioning
subscriptMarker | property |
subscriptMarker:FootnoteMarkerPositioning
[read-only] Since : | CS5 |
Alias for SUBSCRIPT_MARKER. Subscripts footnote reference numbers.
public static function get subscriptMarker():FootnoteMarkerPositioning
SUPERSCRIPT_MARKER | property |
SUPERSCRIPT_MARKER:FootnoteMarkerPositioning
[read-only] Since : | CS5 |
Superscripts footnote reference numbers.
public static function get SUPERSCRIPT_MARKER():FootnoteMarkerPositioning
superscriptMarker | property |
superscriptMarker:FootnoteMarkerPositioning
[read-only] Since : | CS5 |
Alias for SUPERSCRIPT_MARKER. Superscripts footnote reference numbers.
public static function get superscriptMarker():FootnoteMarkerPositioning
FootnoteMarkerPositioning | () | Constructor |
public function FootnoteMarkerPositioning(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|