| Character.html | |
A named style that remembers character attributes.
Go to Property Listing | Method Listing
| 
                         Property  | 
                     
                         Type  | 
                     
                         Access  | 
                     
                         Description  | 
                  
|---|---|---|---|
| 
                         readonly  | 
                     
                         The character properties for the text range.  | 
                  ||
| 
                         read/write  | 
                     
                         The character style's name.  | 
                  ||
| 
                         readonly  | 
                     
                         The object's container.  | 
                  ||
| 
                         readonly  | 
                     
                         The class name of the object.  | 
                  
CharacterStyle add ()
Adds an element.
undefined applyTo (textItem:Varies, [clearingOverrides:Boolean=Boolean])
Apply the character style to text object(s)
| 
                         Parameter  | 
                     
                         Type  | 
                     
                         Description  | 
                  
|---|---|---|
| 
                         textItem  | 
                     
                         Varies  | 
                     
                         The text object(s) to apply the style to.  | 
                  
| 
                         clearingOverrides  | 
                     
                         Whether to clear any text attributes before apply the style. (default: false)  | 
                  
undefined clear ()
Remove all the attributes from this character style.
undefined remove ()
Deletes this object.
undefined removeAll ()
Deletes all elements.