[]
        
(Showing Draft Content)

C1.WPF.Word.Objects.RtfStyleCollection.Item

this Property

this[string]

Gets or sets the style at the specified name within the collection.

Declaration
public RtfStyle this[string name] { get; }
Parameters
Type Name Description
string name
Property Value
Type Description
RtfStyle

The Word/RTF style object.

this[int]

Gets or sets the style at the specified index within the collection.

Declaration
public RtfStyle this[int index] { get; set; }
Parameters
Type Name Description
int index
Property Value
Type Description
RtfStyle

The Word/RTF style object.