Click or drag to resize
WhiteboardText Class
Text object represent text that can be added to WhiteboardSurface.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesAbstractShape
    Avaya.ClientServicesWhiteboardText

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public class WhiteboardText : AbstractShape

The WhiteboardText type exposes the following members.

Methods
  NameDescription
Public methodGetColor
Returns color of shape.
(Inherited from AbstractShape.)
Public methodGetContent
Returns the content to be displayed.
Public methodGetId
Returns the shape ID associated with the particular shape object.
(Inherited from AbstractShape.)
Public methodGetOwnerDisplayName
Display name of user who created shape.
(Inherited from AbstractShape.)
Public methodGetPosition
Returns position of text on whiteboard surface.
Public methodGetStatus
The status which is sent to server.
(Inherited from AbstractShape.)
Public methodGetTranslation
Translation point of shape.
(Inherited from AbstractShape.)
Public methodGetWidth
The line width of shape.
(Inherited from AbstractShape.)
Public methodIsMine
Returns true whether shape is created by local user, otherwise false and it means that the shape is created by a remote user.
(Inherited from AbstractShape.)
Public methodSetId
Sets the shape ID.
(Inherited from AbstractShape.)
Public methodSetStatus
Sets shape status.
(Inherited from AbstractShape.)
Public methodSetTranslaton
Sets translation of shape.
(Inherited from AbstractShape.)
Top
See Also