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