Themed 2026 Presentation Style Preview

StyledParagraphElement Constructor

Constructor

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements.OpenXml
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.12.18.0
public StyledParagraphElement(
	string name,
	string styleName,
	bool isBlockElement = false
)

Parameters

name  String
The element name
styleName  String
The paragraph style to use
isBlockElement  Boolean  (Optional)
True if the element is a block element, false if it is not

See Also