Styled Paragraph ElementParagraph Style Property
The paragraph style to use
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements.OpenXml
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string ParagraphStyle { get; }VB
Public ReadOnly Property ParagraphStyle As String
GetC++
public:
property String^ ParagraphStyle {
String^ get ();
}F#
member ParagraphStyle : string with get