Click or drag to resize

DocumentSetParagraphStyle Method

Set paragraph style

Namespace:  SOWIDocument.Word
Assembly:  SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
internal void SetParagraphStyle(
	ref OpenXmlElement lParagraph,
	string pStyle
)

Parameters

lParagraph
Type: OpenXmlElement
Paragraph to set style
pStyle
Type: SystemString
Style name (must exist into document)
See Also