Click or drag to resize

TextStyle GetOrCreateListLevelTextStyle Method

If level of style exist returns it, otherwise create and returns it.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public TextParagraphProperties GetOrCreateListLevelTextStyle(
	int index
)

Parameters

index
Type: System Int32
zero-based index of level.

Return Value

Type: TextParagraphProperties
Formatting of level TextParagraphProperties .
See Also