- getAllClassGroupIds() - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取所有分组id
- getAudioVolume(String) - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取音量
- getBackgroundColor() - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取当前白板页的背景色
- getBoardContentFitMode() - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取白板内容自适应模式
- getBoardElementList(String) - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取白板当中所有元素
- getBoardInfoList() - 类 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardFileInfo
-
- getBoardList() - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取所有文件的白板列表
- getBoardRatio() - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取当前白板页宽高比
- getBoardRemark(String) - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取白板备注
- getBoardRenderView() - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取白板渲染 View
在调用此接口获取 View 后,加入到视图树中后,在结束时需要 removeView
收到 onTEBBoardInit 回调之前调用该接口无效
- getBoardScale() - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取当前白板页缩放比例
- getBoardScroll() - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取白板滚动位置
- getBrushColor() - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取画笔颜色
- getBrushThin() - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取画笔粗细
- getClassGroupEnable() - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取分组模式状态
- getClassGroupIdByUserId(String) - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取用户所在的分组
- getClassGroupInfoByGroupId(String) - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取分组信息
- getCurrentBoard() - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取当前白板页 ID
- getCurrentFile() - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取当前文件 ID
- getDownloadUrl() - 类 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardFileInfo
-
- getElementById(String) - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取白板中的元素信息
- getEraserSize() - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取橡皮擦大小
- getFileBoardList(String) - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取指定文件的白板 ID 列表
- getFileId() - 类 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardFileInfo
-
- getFileInfo(String) - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取白板中指定文件的文件信息
- getFileInfoList() - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取白板中上传的所有文件的文件信息列表
- getFileTranscodeProgress(String) - 类 中的方法com.tencent.teduboard.TEduBoardController
-
主动查询文件转码进度
该接口仅用于特殊业务场景下主动查询文件转码进度,调用 applyFileTranscode 后,SDK 内部将会自动定期触发 onTEBFileTranscodeProgress 回调,正常情况下您不需要主动调用此接口
- getFileType() - 类 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardFileInfo
-
- getGlobalBackgroundColor() - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取白板全局背景色
- getGlobalBackgroundPic() - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取白板背景图
- getGraphStyle() - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取图形样式
- getHighlighterColor() - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取荧光笔颜色
- getLineStyle() - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取直线样式
- getOvalDrawMode() - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取椭圆绘制模式
- getPageCount() - 类 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardFileInfo
-
- getPageIndex() - 类 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardFileInfo
-
- getPPTRemarks(String, Integer) - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取PPT的备注
调用时机:收到PPT加载完成的事件onTEBH5PPTStatusChanged回调状态为`TEDU_BOARD_H5_PPT_STATUS_LOADED`
- getSyncTime() - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取同步时间戳
- getTextColor() - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取文本颜色
- getTextFontFamily() - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取当前使用字体
- getTextSize() - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取文本大小
- getTextStyle() - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取文本样式
- getThumbnailImages(String) - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取指定文件的缩略图,不支持默认文件(fileId=#DEFAULT)
- getTitle() - 类 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardFileInfo
-
- getToolType() - 类 中的方法com.tencent.teduboard.TEduBoardController
-
获取正在使用的白板工具
- getVersion() - 类 中的静态方法com.tencent.teduboard.TEduBoardController
-
获取 SDK 版本号
- getWebVersion() - 类 中的静态方法com.tencent.teduboard.TEduBoardController
-
获取白板SDK版本号
- globalBackgroundColor - 类 中的变量com.tencent.teduboard.TEduBoardController.TEduBoardInitParam
-
全局背景色
- GlobalBackgroundPic() - 类 的构造器com.tencent.teduboard.TEduBoardController.GlobalBackgroundPic
-
- globalBackgroundPic - 类 中的变量com.tencent.teduboard.TEduBoardController.TEduBoardInitParam
-
全局背景图
- gotoBoard(String) - 类 中的方法com.tencent.teduboard.TEduBoardController
-
跳转到指定白板页
- gotoBoard(String, boolean) - 类 中的方法com.tencent.teduboard.TEduBoardController
-
跳转到指定白板页
- gotoClassGroupBoard(String) - 类 中的方法com.tencent.teduboard.TEduBoardController
-
分组内跳转
- gotoStep(String, int) - 类 中的方法com.tencent.teduboard.TEduBoardController
-
跳转指定动画步数
- graph - 类 中的变量com.tencent.teduboard.TEduBoardController.OperationAuthority
-
图形涂鸦元素
- GRAPH - 接口 中的静态变量com.tencent.teduboard.TEduBoardController.TEduBoardErasableElementType
-
图形元素
- green - 类 中的变量com.tencent.teduboard.TEduBoardController.TEduBoardColor
-
绿色分量
- grid - 类 中的变量com.tencent.teduboard.TEduBoardController.TEduBoardMathCanvas
-
是否显示网格
- GroupInfo() - 类 的构造器com.tencent.teduboard.TEduBoardController.GroupInfo
-