Click or drag to resize

AutoTextExists Method

Check exists the auto text by name

Namespace:  SOWIDocument.Word
Assembly:  SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public bool Exists(
	string pAutoTextName
)

Parameters

pAutoTextName
Type: SystemString
Auto text name

Return Value

Type: Boolean
True is exists. False doesn't exists.
See Also