[This is preliminary documentation and is subject to change.]
determines if the alphabet is present
Namespace:
OfficeClip.BusinessLayer.FrameworkAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public bool IsPresent { get; set; } |
Visual Basic (Declaration) |
---|
Public Property IsPresent As Boolean |
Visual C++ |
---|
public: property bool IsPresent { bool get (); void set (bool value); } |