| 
OfficeMath
ParentParagraph Property
  | 
 Gets the parent paragraph.
 Namespace:
 Spire.Doc.Fields.OMath
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public Paragraph ParentParagraph { get; }
 
Public ReadOnly Property ParentParagraph As Paragraph
	Get
 
public:
property Paragraph^ ParentParagraph {
	Paragraph^ get ();
}
 
member ParentParagraph : Paragraph with get
 
 
 
Property Value
 
 Type:
 
Paragraph
 
 The parent paragraph.
 
 See Also
See Also