Avaya Client Services API Reference (OS X)
Properties | List of all members
CSWhiteboardText Class Reference

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...
 

Detailed Description

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.

See also
CSWhiteboardSurface

Property Documentation

- (NSString*) content
readnonatomicassign

Content of CSWhiteboardText.

- (CGPoint) position
readnonatomicassign

Position of text on whiteboard surface.


The documentation for this class was generated from the following file: