ParagraphFormat
IsFrame Property
|
Note: This API is now obsolete.
Gets a value indicating whether the current object has frame format.
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
[ObsoleteAttribute("This property is deprecated. Please call the "Paragraph.Frame.IsFrame" property.")]
public bool IsFrame { get; }
<ObsoleteAttribute("This property is deprecated. Please call the "Paragraph.Frame.IsFrame" property.")>
Public ReadOnly Property IsFrame As Boolean
Get
public:
[ObsoleteAttribute(L"This property is deprecated. Please call the "Paragraph.Frame.IsFrame" property.")]
property bool IsFrame {
bool get ();
}
[<ObsoleteAttribute("This property is deprecated. Please call the "Paragraph.Frame.IsFrame" property.")>]
member IsFrame : bool with get
Property Value
Type:
Boolean
See Also