[]
        
(Showing Draft Content)

C1.WPF.Word.Objects.RtfParamCollection

RtfParamCollection Class

The collection of shape parameters for the Word/RTF shape.

Inheritance
RtfParamCollection
Implements
Namespace: C1.WPF.Word.Objects
Assembly: C1.WPF.Word.4.6.2.dll
Syntax
public class RtfParamCollection : RtfObject, ICloneable, IEnumerable

Properties

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.

Methods

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.