ParagraphFormat
Frame Property
|
Note: This API is now obsolete.
Gets the 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" property.")]
public Frame Frame { get; }
<ObsoleteAttribute("This property is deprecated. Please call the "Paragraph.Frame" property.")>
Public ReadOnly Property Frame As Frame
Get
public:
[ObsoleteAttribute(L"This property is deprecated. Please call the "Paragraph.Frame" property.")]
property Frame^ Frame {
Frame^ get ();
}
[<ObsoleteAttribute("This property is deprecated. Please call the "Paragraph.Frame" property.")>]
member Frame : Frame with get
Property Value
Type:
Frame
See Also