StyledParagraphElement Constructor

Constructor

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements.OpenXml
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.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