FontFallBackRuleRangeEndIndex Property |
Get last index of continuous unicode range.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic uint RangeEndIndex { get; set; }
Public Property RangeEndIndex As UInteger
Get
Set
public:
virtual property unsigned int RangeEndIndex {
unsigned int get () sealed;
void set (unsigned int value) sealed;
}
abstract RangeEndIndex : uint32 with get, set
override RangeEndIndex : uint32 with get, set
Property Value
Type:
UInt32Implements
IFontFallBackRuleRangeEndIndex
See Also