TextRange
DisPlayFormat Property
|
Display text range's formatting, Read Only.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public DefaultTextRangeProperties DisPlayFormat { get; }
Public ReadOnly Property DisPlayFormat As DefaultTextRangeProperties
Get
public:
property DefaultTextRangeProperties^ DisPlayFormat {
DefaultTextRangeProperties^ get ();
}
member DisPlayFormat : DefaultTextRangeProperties with get
Property Value
Type:
DefaultTextRangeProperties
See Also