  | DocxParagraphStyleSetProperty Method  | 
 
            Sets the property. Used for generic (not so common) properties
            
 
    Namespace: 
   QsGemBox.Docx
    Assembly:
   QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.0)
Syntaxpublic bool SetProperty(
	string propname,
	Object propvalue
)
Public Function SetProperty ( 
	propname As String,
	propvalue As Object
) As Boolean
public:
bool SetProperty(
	String^ propname, 
	Object^ propvalue
)
member SetProperty : 
        propname : string * 
        propvalue : Object -> bool 
Parameters
- propname
 - Type: SystemString
The propname. - propvalue
 - Type: SystemObject
The propvalue. 
Return Value
Type: 
Booleantrue if XXXX, 
false otherwise.
Exceptions| Exception | Condition | 
|---|
| Exception |  | 
| Exception |  | 
See Also