Package | com.adobe.incopy |
Class | public class BuildingBlockTypes |
Inheritance | BuildingBlockTypes ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
bookmarkNameBuildingBlock : BuildingBlockTypes [static] [read-only] Alias for BOOKMARK_NAME_BUILDING_BLOCK. | BuildingBlockTypes | ||
BOOKMARK_NAME_BUILDING_BLOCK : BuildingBlockTypes [static] [read-only]
Bookmark name building block type. | BuildingBlockTypes | ||
chapterNumberBuildingBlock : BuildingBlockTypes [static] [read-only] Alias for CHAPTER_NUMBER_BUILDING_BLOCK. | BuildingBlockTypes | ||
CHAPTER_NUMBER_BUILDING_BLOCK : BuildingBlockTypes [static] [read-only]
Chapter number building block type. | BuildingBlockTypes | ||
customStringBuildingBlock : BuildingBlockTypes [static] [read-only] Alias for CUSTOM_STRING_BUILDING_BLOCK. | BuildingBlockTypes | ||
CUSTOM_STRING_BUILDING_BLOCK : BuildingBlockTypes [static] [read-only]
Custom string building block type. | BuildingBlockTypes | ||
enumCache : CSEnumSharedCache [static] [read-only] | BuildingBlockTypes | ||
fileNameBuildingBlock : BuildingBlockTypes [static] [read-only] Alias for FILE_NAME_BUILDING_BLOCK. | BuildingBlockTypes | ||
FILE_NAME_BUILDING_BLOCK : BuildingBlockTypes [static] [read-only]
File name building block type. | BuildingBlockTypes | ||
fullParagraphBuildingBlock : BuildingBlockTypes [static] [read-only] Alias for FULL_PARAGRAPH_BUILDING_BLOCK. | BuildingBlockTypes | ||
FULL_PARAGRAPH_BUILDING_BLOCK : BuildingBlockTypes [static] [read-only]
Full paragraph building block type. | BuildingBlockTypes | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
pageNumberBuildingBlock : BuildingBlockTypes [static] [read-only] Alias for PAGE_NUMBER_BUILDING_BLOCK. | BuildingBlockTypes | ||
PAGE_NUMBER_BUILDING_BLOCK : BuildingBlockTypes [static] [read-only]
Page number building block type. | BuildingBlockTypes | ||
paragraphNumberBuildingBlock : BuildingBlockTypes [static] [read-only] Alias for PARAGRAPH_NUMBER_BUILDING_BLOCK. | BuildingBlockTypes | ||
PARAGRAPH_NUMBER_BUILDING_BLOCK : BuildingBlockTypes [static] [read-only]
Paragraph number building block type. | BuildingBlockTypes | ||
paragraphTextBuildingBlock : BuildingBlockTypes [static] [read-only] Alias for PARAGRAPH_TEXT_BUILDING_BLOCK. | BuildingBlockTypes | ||
PARAGRAPH_TEXT_BUILDING_BLOCK : BuildingBlockTypes [static] [read-only]
Paragraph text building block type. | BuildingBlockTypes | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
BuildingBlockTypes(ho:HostObject = null, enum:Number)
Constructor
| BuildingBlockTypes | ||
![]() | 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 |
BOOKMARK_NAME_BUILDING_BLOCK | property |
BOOKMARK_NAME_BUILDING_BLOCK:BuildingBlockTypes
[read-only] Since : | CS5 |
Bookmark name building block type.
public static function get BOOKMARK_NAME_BUILDING_BLOCK():BuildingBlockTypes
bookmarkNameBuildingBlock | property |
bookmarkNameBuildingBlock:BuildingBlockTypes
[read-only] Since : | CS5 |
Alias for BOOKMARK_NAME_BUILDING_BLOCK. Bookmark name building block type.
public static function get bookmarkNameBuildingBlock():BuildingBlockTypes
CHAPTER_NUMBER_BUILDING_BLOCK | property |
CHAPTER_NUMBER_BUILDING_BLOCK:BuildingBlockTypes
[read-only] Since : | CS5 |
Chapter number building block type.
public static function get CHAPTER_NUMBER_BUILDING_BLOCK():BuildingBlockTypes
chapterNumberBuildingBlock | property |
chapterNumberBuildingBlock:BuildingBlockTypes
[read-only] Since : | CS5 |
Alias for CHAPTER_NUMBER_BUILDING_BLOCK. Chapter number building block type.
public static function get chapterNumberBuildingBlock():BuildingBlockTypes
CUSTOM_STRING_BUILDING_BLOCK | property |
CUSTOM_STRING_BUILDING_BLOCK:BuildingBlockTypes
[read-only] Since : | CS5 |
Custom string building block type.
public static function get CUSTOM_STRING_BUILDING_BLOCK():BuildingBlockTypes
customStringBuildingBlock | property |
customStringBuildingBlock:BuildingBlockTypes
[read-only] Since : | CS5 |
Alias for CUSTOM_STRING_BUILDING_BLOCK. Custom string building block type.
public static function get customStringBuildingBlock():BuildingBlockTypes
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
FILE_NAME_BUILDING_BLOCK | property |
FILE_NAME_BUILDING_BLOCK:BuildingBlockTypes
[read-only] Since : | CS5 |
File name building block type.
public static function get FILE_NAME_BUILDING_BLOCK():BuildingBlockTypes
fileNameBuildingBlock | property |
fileNameBuildingBlock:BuildingBlockTypes
[read-only] Since : | CS5 |
Alias for FILE_NAME_BUILDING_BLOCK. File name building block type.
public static function get fileNameBuildingBlock():BuildingBlockTypes
FULL_PARAGRAPH_BUILDING_BLOCK | property |
FULL_PARAGRAPH_BUILDING_BLOCK:BuildingBlockTypes
[read-only] Since : | CS5 |
Full paragraph building block type.
public static function get FULL_PARAGRAPH_BUILDING_BLOCK():BuildingBlockTypes
fullParagraphBuildingBlock | property |
fullParagraphBuildingBlock:BuildingBlockTypes
[read-only] Since : | CS5 |
Alias for FULL_PARAGRAPH_BUILDING_BLOCK. Full paragraph building block type.
public static function get fullParagraphBuildingBlock():BuildingBlockTypes
PAGE_NUMBER_BUILDING_BLOCK | property |
PAGE_NUMBER_BUILDING_BLOCK:BuildingBlockTypes
[read-only] Since : | CS5 |
Page number building block type.
public static function get PAGE_NUMBER_BUILDING_BLOCK():BuildingBlockTypes
pageNumberBuildingBlock | property |
pageNumberBuildingBlock:BuildingBlockTypes
[read-only] Since : | CS5 |
Alias for PAGE_NUMBER_BUILDING_BLOCK. Page number building block type.
public static function get pageNumberBuildingBlock():BuildingBlockTypes
PARAGRAPH_NUMBER_BUILDING_BLOCK | property |
PARAGRAPH_NUMBER_BUILDING_BLOCK:BuildingBlockTypes
[read-only] Since : | CS5 |
Paragraph number building block type.
public static function get PARAGRAPH_NUMBER_BUILDING_BLOCK():BuildingBlockTypes
PARAGRAPH_TEXT_BUILDING_BLOCK | property |
PARAGRAPH_TEXT_BUILDING_BLOCK:BuildingBlockTypes
[read-only] Since : | CS5 |
Paragraph text building block type.
public static function get PARAGRAPH_TEXT_BUILDING_BLOCK():BuildingBlockTypes
paragraphNumberBuildingBlock | property |
paragraphNumberBuildingBlock:BuildingBlockTypes
[read-only] Since : | CS5 |
Alias for PARAGRAPH_NUMBER_BUILDING_BLOCK. Paragraph number building block type.
public static function get paragraphNumberBuildingBlock():BuildingBlockTypes
paragraphTextBuildingBlock | property |
paragraphTextBuildingBlock:BuildingBlockTypes
[read-only] Since : | CS5 |
Alias for PARAGRAPH_TEXT_BUILDING_BLOCK. Paragraph text building block type.
public static function get paragraphTextBuildingBlock():BuildingBlockTypes
BuildingBlockTypes | () | Constructor |
public function BuildingBlockTypes(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|