|
Avaya Client Services API Reference (iOS)
|
CSWhiteboardText objects represent text that can be added to whiteboard surface. More...
#import <CSWhiteboardText.h>
Inherits CSBasicShape.
Properties | |
| NSString * | content |
| Content of CSWhiteboardText. More... | |
| CGPoint | position |
| Position of text on whiteboard surface. More... | |
Properties inherited from CSBasicShape | |
| NSString * | shapeId |
| The shape ID associated with the particular shape object. More... | |
| NSUInteger | color |
| Color of shape in ARGB format. More... | |
| CGFloat | width |
| Width of shape. More... | |
| CGPoint | translation |
| Geometric translation of shape. More... | |
| CSShapeSelectionStatus | selectionStatus |
| Status of CSBasicShape sent to server. More... | |
| BOOL | mine |
| Indicates whether shape is created by local user. More... | |
| NSString * | ownerDisplayName |
| Display name of user who created shape. More... | |
CSWhiteboardText objects represent text that can be added to whiteboard surface.
Client doesn't need to use this class explicitly unless custom whiteboard is developed.
|
readnonatomicassign |
Content of CSWhiteboardText.
|
readnonatomicassign |
Position of text on whiteboard surface.