GetLevel()

ITextStyle::GetLevel(int32_t) method

If level of style exist returns it, otherwise returns null.

virtual System::SharedPtr<IParagraphFormat> Aspose::Slides::ITextStyle::GetLevel(int32_t index)=0

Arguments

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

Return Value

Formatting of level IParagraphFormat.

See Also