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
)
Public Function GetOrCreateListLevelTextStyle (
index As Integer
) As TextParagraphProperties
public:
TextParagraphProperties^ GetOrCreateListLevelTextStyle(
int index
)
member GetOrCreateListLevelTextStyle :
index : int -> TextParagraphProperties
Parameters
-
index
-
Type:
System
Int32
zero-based index of level.
Return Value
Type:
TextParagraphProperties
Formatting of level
TextParagraphProperties
.
See Also