Package | com.adobe.indesign |
Class | public class NestedStyleDelimiters |
Inheritance | NestedStyleDelimiters ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
anyCharacter : NestedStyleDelimiters [static] [read-only] Alias for ANY_CHARACTER. | NestedStyleDelimiters | ||
ANY_CHARACTER : NestedStyleDelimiters [static] [read-only]
Uses the first character or characters other than zero-width markers as the nested style delimiter. | NestedStyleDelimiters | ||
anyWord : NestedStyleDelimiters [static] [read-only] Alias for ANY_WORD. | NestedStyleDelimiters | ||
ANY_WORD : NestedStyleDelimiters [static] [read-only]
Uses the first word or words in the paragraph as the nested style delimiter. | NestedStyleDelimiters | ||
autoPageNumber : NestedStyleDelimiters [static] [read-only] Alias for AUTO_PAGE_NUMBER. | NestedStyleDelimiters | ||
AUTO_PAGE_NUMBER : NestedStyleDelimiters [static] [read-only]
Uses the first automatic page number as the nested style delimiter. | NestedStyleDelimiters | ||
digits : NestedStyleDelimiters [static] [read-only] Alias for DIGITS. | NestedStyleDelimiters | ||
DIGITS : NestedStyleDelimiters [static] [read-only]
Uses the first numeric character or characters as the nested style delimiter. | NestedStyleDelimiters | ||
dropcap : NestedStyleDelimiters [static] [read-only] Alias for DROPCAP. | NestedStyleDelimiters | ||
DROPCAP : NestedStyleDelimiters [static] [read-only]
Uses the dropcap as the nested style delimiter. | NestedStyleDelimiters | ||
emSpace : NestedStyleDelimiters [static] [read-only] Alias for EM_SPACE. | NestedStyleDelimiters | ||
EM_SPACE : NestedStyleDelimiters [static] [read-only]
Uses the first em space as the nested style delimiter. | NestedStyleDelimiters | ||
endNestedStyle : NestedStyleDelimiters [static] [read-only] Alias for END_NESTED_STYLE. | NestedStyleDelimiters | ||
END_NESTED_STYLE : NestedStyleDelimiters [static] [read-only]
Uses the inserted end nested style here character as the nested style delimiter. | NestedStyleDelimiters | ||
enSpace : NestedStyleDelimiters [static] [read-only] Alias for EN_SPACE. | NestedStyleDelimiters | ||
EN_SPACE : NestedStyleDelimiters [static] [read-only]
Uses the first en space as the nested style delimiter. | NestedStyleDelimiters | ||
enumCache : CSEnumSharedCache [static] [read-only] | NestedStyleDelimiters | ||
forcedLineBreak : NestedStyleDelimiters [static] [read-only] Alias for FORCED_LINE_BREAK. | NestedStyleDelimiters | ||
FORCED_LINE_BREAK : NestedStyleDelimiters [static] [read-only]
Uses the first forced line break as the nested style delimiter. | NestedStyleDelimiters | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
indentHereTab : NestedStyleDelimiters [static] [read-only] Alias for INDENT_HERE_TAB. | NestedStyleDelimiters | ||
INDENT_HERE_TAB : NestedStyleDelimiters [static] [read-only]
Uses the first indent-to-here tab character as the nested style delimiter. | NestedStyleDelimiters | ||
inlineGraphic : NestedStyleDelimiters [static] [read-only] Alias for INLINE_GRAPHIC. | NestedStyleDelimiters | ||
INLINE_GRAPHIC : NestedStyleDelimiters [static] [read-only]
Uses the first inline graphic as the nested style delimiter. | NestedStyleDelimiters | ||
letters : NestedStyleDelimiters [static] [read-only] Alias for LETTERS. | NestedStyleDelimiters | ||
LETTERS : NestedStyleDelimiters [static] [read-only]
Uses the first alpha character or characters as the nested style delimiter. | NestedStyleDelimiters | ||
nonbreakingSpace : NestedStyleDelimiters [static] [read-only] Alias for NONBREAKING_SPACE. | NestedStyleDelimiters | ||
NONBREAKING_SPACE : NestedStyleDelimiters [static] [read-only]
Uses the first nonbreaking space as the nested style delimiter. | NestedStyleDelimiters | ||
repeat : NestedStyleDelimiters [static] [read-only] Alias for REPEAT. | NestedStyleDelimiters | ||
REPEAT : NestedStyleDelimiters [static] [read-only]
Repeat
| NestedStyleDelimiters | ||
sectionMarker : NestedStyleDelimiters [static] [read-only] Alias for SECTION_MARKER. | NestedStyleDelimiters | ||
SECTION_MARKER : NestedStyleDelimiters [static] [read-only]
Uses the first section name marker as the nested style delimiter. | NestedStyleDelimiters | ||
sentence : NestedStyleDelimiters [static] [read-only] Alias for SENTENCE. | NestedStyleDelimiters | ||
SENTENCE : NestedStyleDelimiters [static] [read-only]
Uses the first sentence or sentences in the paragraph as the nested style delimiter. | NestedStyleDelimiters | ||
tabs : NestedStyleDelimiters [static] [read-only] Alias for TABS. | NestedStyleDelimiters | ||
TABS : NestedStyleDelimiters [static] [read-only]
Uses the first tab character as the nested style delimiter. | NestedStyleDelimiters | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
NestedStyleDelimiters(ho:HostObject = null, enum:Number)
Constructor
| NestedStyleDelimiters | ||
![]() | 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 |
ANY_CHARACTER | property |
ANY_CHARACTER:NestedStyleDelimiters
[read-only] Since : | CS5 |
Uses the first character or characters other than zero-width markers as the nested style delimiter. Zero-width markers include anchors, index markers, XML tags, and so on.
public static function get ANY_CHARACTER():NestedStyleDelimiters
ANY_WORD | property |
ANY_WORD:NestedStyleDelimiters
[read-only] Since : | CS5 |
Uses the first word or words in the paragraph as the nested style delimiter. The first word is considered all characters preceding the first space or white space character in the paragraph.
public static function get ANY_WORD():NestedStyleDelimiters
anyCharacter | property |
anyCharacter:NestedStyleDelimiters
[read-only] Since : | CS5 |
Alias for ANY_CHARACTER. Uses the first character or characters other than zero-width markers as the nested style delimiter. Zero-width markers include anchors, index markers, XML tags, and so on.
public static function get anyCharacter():NestedStyleDelimiters
anyWord | property |
anyWord:NestedStyleDelimiters
[read-only] Since : | CS5 |
Alias for ANY_WORD. Uses the first word or words in the paragraph as the nested style delimiter. The first word is considered all characters preceding the first space or white space character in the paragraph.
public static function get anyWord():NestedStyleDelimiters
AUTO_PAGE_NUMBER | property |
AUTO_PAGE_NUMBER:NestedStyleDelimiters
[read-only] Since : | CS5 |
Uses the first automatic page number as the nested style delimiter.
public static function get AUTO_PAGE_NUMBER():NestedStyleDelimiters
autoPageNumber | property |
autoPageNumber:NestedStyleDelimiters
[read-only] Since : | CS5 |
Alias for AUTO_PAGE_NUMBER. Uses the first automatic page number as the nested style delimiter.
public static function get autoPageNumber():NestedStyleDelimiters
digits | property |
digits:NestedStyleDelimiters
[read-only] Since : | CS5 |
Alias for DIGITS. Uses the first numeric character or characters as the nested style delimiter. Note: To specify the number of digits, see repetition.
public static function get digits():NestedStyleDelimiters
DIGITS | property |
DIGITS:NestedStyleDelimiters
[read-only] Since : | CS5 |
Uses the first numeric character or characters as the nested style delimiter. Note: To specify the number of digits, see repetition.
public static function get DIGITS():NestedStyleDelimiters
dropcap | property |
dropcap:NestedStyleDelimiters
[read-only] Since : | CS5 |
Alias for DROPCAP. Uses the dropcap as the nested style delimiter.
public static function get dropcap():NestedStyleDelimiters
DROPCAP | property |
DROPCAP:NestedStyleDelimiters
[read-only] Since : | CS5 |
Uses the dropcap as the nested style delimiter.
public static function get DROPCAP():NestedStyleDelimiters
EM_SPACE | property |
EM_SPACE:NestedStyleDelimiters
[read-only] Since : | CS5 |
Uses the first em space as the nested style delimiter.
public static function get EM_SPACE():NestedStyleDelimiters
emSpace | property |
emSpace:NestedStyleDelimiters
[read-only] Since : | CS5 |
Alias for EM_SPACE. Uses the first em space as the nested style delimiter.
public static function get emSpace():NestedStyleDelimiters
EN_SPACE | property |
EN_SPACE:NestedStyleDelimiters
[read-only] Since : | CS5 |
Uses the first en space as the nested style delimiter.
public static function get EN_SPACE():NestedStyleDelimiters
END_NESTED_STYLE | property |
END_NESTED_STYLE:NestedStyleDelimiters
[read-only] Since : | CS5 |
Uses the inserted end nested style here character as the nested style delimiter.
public static function get END_NESTED_STYLE():NestedStyleDelimiters
endNestedStyle | property |
endNestedStyle:NestedStyleDelimiters
[read-only] Since : | CS5 |
Alias for END_NESTED_STYLE. Uses the inserted end nested style here character as the nested style delimiter.
public static function get endNestedStyle():NestedStyleDelimiters
enSpace | property |
enSpace:NestedStyleDelimiters
[read-only] Since : | CS5 |
Alias for EN_SPACE. Uses the first en space as the nested style delimiter.
public static function get enSpace():NestedStyleDelimiters
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
FORCED_LINE_BREAK | property |
FORCED_LINE_BREAK:NestedStyleDelimiters
[read-only] Since : | CS5 |
Uses the first forced line break as the nested style delimiter.
public static function get FORCED_LINE_BREAK():NestedStyleDelimiters
forcedLineBreak | property |
forcedLineBreak:NestedStyleDelimiters
[read-only] Since : | CS5 |
Alias for FORCED_LINE_BREAK. Uses the first forced line break as the nested style delimiter.
public static function get forcedLineBreak():NestedStyleDelimiters
INDENT_HERE_TAB | property |
INDENT_HERE_TAB:NestedStyleDelimiters
[read-only] Since : | CS5 |
Uses the first indent-to-here tab character as the nested style delimiter. Note: Does not use the first indent-to-here tab stop. If no actual indent-to-here tab character has been inserted in the paragraph, the nested style is applied through the end of the paragraph.
public static function get INDENT_HERE_TAB():NestedStyleDelimiters
indentHereTab | property |
indentHereTab:NestedStyleDelimiters
[read-only] Since : | CS5 |
Alias for INDENT_HERE_TAB. Uses the first indent-to-here tab character as the nested style delimiter. Note: Does not use the first indent-to-here tab stop. If no actual indent-to-here tab character has been inserted in the paragraph, the nested style is applied through the end of the paragraph.
public static function get indentHereTab():NestedStyleDelimiters
INLINE_GRAPHIC | property |
INLINE_GRAPHIC:NestedStyleDelimiters
[read-only] Since : | CS5 |
Uses the first inline graphic as the nested style delimiter.
public static function get INLINE_GRAPHIC():NestedStyleDelimiters
inlineGraphic | property |
inlineGraphic:NestedStyleDelimiters
[read-only] Since : | CS5 |
Alias for INLINE_GRAPHIC. Uses the first inline graphic as the nested style delimiter.
public static function get inlineGraphic():NestedStyleDelimiters
letters | property |
letters:NestedStyleDelimiters
[read-only] Since : | CS5 |
Alias for LETTERS. Uses the first alpha character or characters as the nested style delimiter. Note: To specify the number of letters, see repetition.
public static function get letters():NestedStyleDelimiters
LETTERS | property |
LETTERS:NestedStyleDelimiters
[read-only] Since : | CS5 |
Uses the first alpha character or characters as the nested style delimiter. Note: To specify the number of letters, see repetition.
public static function get LETTERS():NestedStyleDelimiters
NONBREAKING_SPACE | property |
NONBREAKING_SPACE:NestedStyleDelimiters
[read-only] Since : | CS5 |
Uses the first nonbreaking space as the nested style delimiter.
public static function get NONBREAKING_SPACE():NestedStyleDelimiters
nonbreakingSpace | property |
nonbreakingSpace:NestedStyleDelimiters
[read-only] Since : | CS5 |
Alias for NONBREAKING_SPACE. Uses the first nonbreaking space as the nested style delimiter.
public static function get nonbreakingSpace():NestedStyleDelimiters
repeat | property |
repeat:NestedStyleDelimiters
[read-only] Since : | CS5 |
Alias for REPEAT. Repeat
public static function get repeat():NestedStyleDelimiters
REPEAT | property |
REPEAT:NestedStyleDelimiters
[read-only] Since : | CS5 |
Repeat
public static function get REPEAT():NestedStyleDelimiters
SECTION_MARKER | property |
SECTION_MARKER:NestedStyleDelimiters
[read-only] Since : | CS5 |
Uses the first section name marker as the nested style delimiter.
public static function get SECTION_MARKER():NestedStyleDelimiters
sectionMarker | property |
sectionMarker:NestedStyleDelimiters
[read-only] Since : | CS5 |
Alias for SECTION_MARKER. Uses the first section name marker as the nested style delimiter.
public static function get sectionMarker():NestedStyleDelimiters
sentence | property |
sentence:NestedStyleDelimiters
[read-only] Since : | CS5 |
Alias for SENTENCE. Uses the first sentence or sentences in the paragraph as the nested style delimiter. The first sentence is considered all text preceding the first period, question mark, or exclamation mark in the paragraph.
public static function get sentence():NestedStyleDelimiters
SENTENCE | property |
SENTENCE:NestedStyleDelimiters
[read-only] Since : | CS5 |
Uses the first sentence or sentences in the paragraph as the nested style delimiter. The first sentence is considered all text preceding the first period, question mark, or exclamation mark in the paragraph.
public static function get SENTENCE():NestedStyleDelimiters
tabs | property |
tabs:NestedStyleDelimiters
[read-only] Since : | CS5 |
Alias for TABS. Uses the first tab character as the nested style delimiter. Note: Does not use the first tab stop. If no actual tab character has been inserted in the paragraph, the nested style is applied through the end of the paragraph.
public static function get tabs():NestedStyleDelimiters
TABS | property |
TABS:NestedStyleDelimiters
[read-only] Since : | CS5 |
Uses the first tab character as the nested style delimiter. Note: Does not use the first tab stop. If no actual tab character has been inserted in the paragraph, the nested style is applied through the end of the paragraph.
public static function get TABS():NestedStyleDelimiters
NestedStyleDelimiters | () | Constructor |
public function NestedStyleDelimiters(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|