Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public ParagraphFormat ParagraphFormat { get; }
Public ReadOnly Property ParagraphFormat As ParagraphFormat
	Get
public:
virtual property ParagraphFormat^ ParagraphFormat {
	ParagraphFormat^ get () sealed;
}
abstract ParagraphFormat : ParagraphFormat with get
override ParagraphFormat : ParagraphFormat with get

Property Value

ParagraphFormat

Implements

IParagraphStyle..::..ParagraphFormat

See Also