TextAnimationCollection
TextAnimationCollection class
Represents collection of text animations.
TextAnimationCollection
Name | Description |
---|---|
TextAnimationCollection() |
Returns: TextAnimationCollection
add
Name | Description |
---|---|
add () | Adds new text animation to the collection. |
Returns: TextAnimation
getSyncRoot
Name | Description |
---|---|
getSyncRoot () | Returns a synchronization root. Read-only Object. |
Returns: Object
get_Item
Name | Description |
---|---|
get_Item (int) | Returns element by index. |
Returns: TextAnimation
get_Item
Name | Description |
---|---|
get_Item (Connector) | Returns all elements |
Parameters:
Name | Type | Description |
---|---|---|
shape | Connector | IShape to remove. |
Returns: TextAnimation
get_Item
Name | Description |
---|---|
get_Item (GraphicalObject) | Returns all elements |
Parameters:
Name | Type | Description |
---|---|---|
shape | GraphicalObject | IShape to remove. |
Returns: TextAnimation
get_Item
Name | Description |
---|---|
get_Item (Table) | Returns all elements |
Parameters:
Name | Type | Description |
---|---|---|
shape | Table | IShape to remove. |
Returns: TextAnimation
get_Item
Name | Description |
---|---|
get_Item (SmartArtShape) | Returns all elements |
Parameters:
Name | Type | Description |
---|---|---|
shape | SmartArtShape | IShape to remove. |
Returns: TextAnimation
get_Item
Name | Description |
---|---|
get_Item (Shape) | Returns all elements |
Parameters:
Name | Type | Description |
---|---|---|
shape | Shape | IShape to remove. |
Returns: TextAnimation
get_Item
Name | Description |
---|---|
get_Item (Ink) | Returns all elements |
Parameters:
Name | Type | Description |
---|---|---|
shape | Ink | IShape to remove. |
Returns: TextAnimation
get_Item
Name | Description |
---|---|
get_Item (SummaryZoomFrame) | Returns all elements |
Parameters:
Name | Type | Description |
---|---|---|
shape | SummaryZoomFrame | IShape to remove. |
Returns: TextAnimation
get_Item
Name | Description |
---|---|
get_Item (GeometryShape) | Returns all elements |
Parameters:
Name | Type | Description |
---|---|---|
shape | GeometryShape | IShape to remove. |
Returns: TextAnimation
get_Item
Name | Description |
---|---|
get_Item (ZoomFrame) | Returns all elements |
Parameters:
Name | Type | Description |
---|---|---|
shape | ZoomFrame | IShape to remove. |
Returns: TextAnimation
get_Item
Name | Description |
---|---|
get_Item (SummaryZoomSection) | Returns all elements |
Parameters:
Name | Type | Description |
---|---|---|
shape | SummaryZoomSection | IShape to remove. |
Returns: TextAnimation
get_Item
Name | Description |
---|---|
get_Item (OleObjectFrame) | Returns all elements |
Parameters:
Name | Type | Description |
---|---|---|
shape | OleObjectFrame | IShape to remove. |
Returns: TextAnimation
get_Item
Name | Description |
---|---|
get_Item (VideoFrame) | Returns all elements |
Parameters:
Name | Type | Description |
---|---|---|
shape | VideoFrame | IShape to remove. |
Returns: TextAnimation
get_Item
Name | Description |
---|---|
get_Item (SmartArt) | Returns all elements |
Parameters:
Name | Type | Description |
---|---|---|
shape | SmartArt | IShape to remove. |
Returns: TextAnimation
get_Item
Name | Description |
---|---|
get_Item (GroupShape) | Returns all elements |
Parameters:
Name | Type | Description |
---|---|---|
shape | GroupShape | IShape to remove. |
Returns: TextAnimation
get_Item
Name | Description |
---|---|
get_Item (AutoShape) | Returns all elements |
Parameters:
Name | Type | Description |
---|---|---|
shape | AutoShape | IShape to remove. |
Returns: TextAnimation
get_Item
Name | Description |
---|---|
get_Item (SectionZoomFrame) | Returns all elements |
Parameters:
Name | Type | Description |
---|---|---|
shape | SectionZoomFrame | IShape to remove. |
Returns: TextAnimation
get_Item
Name | Description |
---|---|
get_Item (PictureFrame) | Returns all elements |
Parameters:
Name | Type | Description |
---|---|---|
shape | PictureFrame | IShape to remove. |
Returns: TextAnimation
get_Item
Name | Description |
---|---|
get_Item (Chart) | Returns all elements |
Parameters:
Name | Type | Description |
---|---|---|
shape | Chart | IShape to remove. |
Returns: TextAnimation
get_Item
Name | Description |
---|---|
get_Item (AudioFrame) | Returns all elements |
Parameters:
Name | Type | Description |
---|---|---|
shape | AudioFrame | IShape to remove. |
Returns: TextAnimation
get_Item
Name | Description |
---|---|
get_Item (LegacyDiagram) | Returns all elements |
Parameters:
Name | Type | Description |
---|---|---|
shape | LegacyDiagram | IShape to remove. |
Returns: TextAnimation
get_Item
Name | Description |
---|---|
get_Item (ZoomObject) | Returns all elements |
Parameters:
Name | Type | Description |
---|---|---|
shape | ZoomObject | IShape to remove. |
Returns: TextAnimation
isSynchronized
Name | Description |
---|---|
isSynchronized () | Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only boolean. |
Returns: boolean
iterator
Name | Description |
---|---|
iterator () | Returns an enumerator that iterates through the collection. |
Returns:
iteratorJava
Name | Description |
---|---|
iteratorJava () | Returns a java iterator for the entire collection. |
Returns:
size
Name | Description |
---|---|
size () | Returns a number of elements in the collection. Read-only int. |
Returns: int