FontSubstRuleCollectionItem Property |
Gets the element at the specified index.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public IFontSubstRule this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As IFontSubstRule
Get
public:
virtual property IFontSubstRule^ default[int index] {
IFontSubstRule^ get (int index) sealed;
}
abstract Item : IFontSubstRule with get
override Item : IFontSubstRule with get
Parameters
- index
- Type: SystemInt32
Property Value
Type:
IFontSubstRuleImplements
IFontSubstRuleCollectionItemInt32See Also