TextParagraphProperties
Level Property
|
Gets or sets a level of a paragraph.
Read/write
Int16
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public short Level { get; set; }
Public Property Level As Short
Get
Set
public:
property short Level {
short get ();
void set (short value);
}
member Level : int16 with get, set
Property Value
Type:
Int16
See Also