FontFallBackRuleItem Property |
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic string this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As String
Get
public:
virtual property String^ default[int index] {
String^ get (int index) sealed;
}
abstract Item : string with get
override Item : string with get
Parameters
- index
- Type: SystemInt32
Property Value
Type:
StringImplements
IFontFallBackRuleItemInt32
See Also