Click or drag to resize

DocxParagraphStyleSetProperty Method

Sets the property. Used for generic (not so common) properties

Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public bool SetProperty(
	string propname,
	Object propvalue
)

Parameters

propname  String
The propname.
propvalue  Object
The propvalue.

Return Value

Boolean
true if XXXX, false otherwise.
Exceptions
ExceptionCondition
Exception
Exception
See Also