GetLevel()

ITextStyleEffectiveData::GetLevel(int32_t) method

Returns level of effective style.

virtual System::SharedPtr<IParagraphFormatEffectiveData> Aspose::Slides::ITextStyleEffectiveData::GetLevel(int32_t index)=0

Arguments

ParameterTypeDescription
indexint32_tZero-based index of level. Must lay in 0..8 interval.

Return Value

Effective formatting of level IParagraphFormatEffectiveData.

See Also