[]
The collection of shape parameters for the Word/RTF shape.
public class RtfParamCollection : RtfObject, ICloneable, IEnumerable
| Name | Description |
|---|---|
| Count | Gets the number of parameters of the collection. |
| this[int] | Gets IParagraphContent object of this collection. |
| this[string] | Gets or sets the Word/RTF shape parameters. |
| Name | Description |
|---|---|
| Clear() | Removes all objects from the collection. |
| Contains(string) | Determines whether the Word/RTF object is located within the collection. |
| IndexOf(string) | Returns the index in the collection of the Word/RTF object at name. |
| Remove(string) | Removes the specified Word/RTF object from this collection. |