CompatibilityOptionsSelectFldWithFirstOrLastChar Property |
Select Field When First or Last Character Is Selected.
Namespace:
Aspose.Words.Settings
Assembly:
Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntaxpublic bool SelectFldWithFirstOrLastChar { get; set; }
Public Property SelectFldWithFirstOrLastChar As Boolean
Get
Set
public:
property bool SelectFldWithFirstOrLastChar {
bool get ();
void set (bool value);
}
member SelectFldWithFirstOrLastChar : bool with get, set
Property Value
Type:
Boolean
See Also