Share via


TextParagraphPropertiesType.Level Property

Level.Represents the attribte in schema: lvl

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "lvl")> _
Public Property Level As Int32Value
    Get
    Set
'Usage
Dim instance As TextParagraphPropertiesType
Dim value As Int32Value

value = instance.Level

instance.Level = value
[SchemaAttrAttribute(, "lvl")]
public Int32Value Level { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.

See Also

Reference

TextParagraphPropertiesType Class

TextParagraphPropertiesType Members

DocumentFormat.OpenXml.Drawing Namespace