TextStyle
DefaultParagraphStyle Property
|
Default paragraph propertiies.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public TextParagraphProperties DefaultParagraphStyle { get; }
Public ReadOnly Property DefaultParagraphStyle As TextParagraphProperties
Get
public:
property TextParagraphProperties^ DefaultParagraphStyle {
TextParagraphProperties^ get ();
}
member DefaultParagraphStyle : TextParagraphProperties with get
Property Value
Type:
TextParagraphProperties
See Also