Click or drag to resize

BookmarkAddFormFieldCheckbox Method

Document adds a form field of type checkbox at bookmarks

Namespace:  SOWIDocument.Word
Assembly:  SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public void AddFormFieldCheckbox(
	string pBookmarkName,
	string pName = "",
	string pStyle = "",
	bool pNewParagraph = false
)

Parameters

pBookmarkName
Type: SystemString
Bookmark name
pName (Optional)
Type: SystemString
Form field name and bookmark name
pStyle (Optional)
Type: SystemString
Style name must exist in document
pNewParagraph (Optional)
Type: SystemBoolean
Insert a new paragraph after bookmark and write form field
See Also