A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
pageChange — Event in class Whiteboard.PageController
Dispatched when the selectedPage property is changed but before the whiteboard has received the data for the page.
PAGE_CHANGE — Static property in class Whiteboard.events.PageEvent
Event constant for pageChange
pageChanged — Event in class Whiteboard.PageController
Dispatched when the whiteboard receives the first sync after connecting to a page, by the time this is dispatched the first shapes will be drawn.
PAGE_CHANGED — Static property in class Whiteboard.events.PageEvent
Event constant for pageChanged
pageController — Property in class Whiteboard.WhiteboardManager
Gets the API wrapper which handles all page manipulations such as changing the page, asigning settings to a page and relevant events.
PageController — Class in package Whiteboard
pageCount — Property in class Whiteboard.PageController
Returns the pageCount, this value is not zero indexed like an arrays length, when disconnected it is -1
pageCount — Property in class Whiteboard.events.PageEvent
pageCountChange — Event in class Whiteboard.PageController
Dispatched when the pageCount property is changed.
PAGE_COUNT_CHANGE — Static property in class Whiteboard.events.PageEvent
Event constant for pageCountChange
PageEvent — Class in package Whiteboard.events
PageEvent(type, _selectedPage, _pageCount) — Constructor in class Whiteboard.events.PageEvent
pageSettings — Event in class Whiteboard.PageController
Dispatched after a page change if there are settings for the selected page.
pageSettings — Property in class Whiteboard.PageController
Returns the current page settings object.
PAGE_SETTINGS — Static property in class Whiteboard.events.PageEvent
Event constant for pageSettings
paste() — Method in class Whiteboard.ShapeController
Pastes the items from the clipboard at point 0,0 on the drawing area.
pasteAtOffset(xoffset, yoffset) — Method in class Whiteboard.ShapeController
Pastes the items from the clipboard at their original point + xoffset and yoffset.
pasteAtPoint(x, y) — Method in class Whiteboard.ShapeController
Pastes the items from the clipboard at the specific coordinates x and y.
PASTE_SHAPE — Static property in class Whiteboard.ContextMenuController
Menu item constant, used with showMenuItem to disable or enable a particular menu item.
printPage() — Method in class Whiteboard.PageController
Creates a print job based on the local users shape area, this is at the 100% size.
property — Property in class Whiteboard.events.ShapeChangeEvent
propertyBag — Property in class Whiteboard.ShapeRef
Contains all the shapes properties, you can get and set them and then call save to commit them.
PropertyBag — Class in package Whiteboard.util
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z