ParagraphStyle
Frame Property
|
Gets the frame format for the paragraph style.
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Frame Frame { get; }
Public ReadOnly Property Frame As Frame
Get
public:
property Frame^ Frame {
Frame^ get ();
}
member Frame : Frame with get
Property Value
Type:
Frame
See Also