| 
ParagraphItemCollection
OwnerParagraph Property
  | 
 Namespace:
 Spire.Doc.Collections
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
protected Paragraph OwnerParagraph { get; }
 
Protected ReadOnly Property OwnerParagraph As Paragraph
	Get
 
protected:
property Paragraph^ OwnerParagraph {
	Paragraph^ get ();
}
 
member OwnerParagraph : Paragraph with get
 
 
 
Property Value
 
 Type:
 
Paragraph
 
 
 See Also
See Also