| 
FixedLayoutLine
Paragraph Property
  | 
 Returns the paragraph that corresponds to the layout entity.
 Namespace:
 Spire.Doc.Pages
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public Paragraph Paragraph { get; }
 
Public ReadOnly Property Paragraph As Paragraph
	Get
 
public:
property Paragraph^ Paragraph {
	Paragraph^ get ();
}
 
member Paragraph : Paragraph with get
 
 
 
Property Value
 
 Type:
 
Paragraph
 
 
 See Also
See Also