mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-04-07 14:04:30 +08:00
GetCurrentContentControl
This commit is contained in:
@ -376,6 +376,7 @@ interface ApiDocument {
|
||||
GetCommentById(sId: string): ApiComment;
|
||||
GetCommentsReport(): CommentReport;
|
||||
GetContent(bGetCopies: boolean): any[];
|
||||
GetCurrentContentControl(): ApiBlockLvlSdt | ApiInlineLvlSdt;
|
||||
GetContentControlsByTag(sTag: string): ApiBlockLvlSdt[] | ApiInlineLvlSdt[];
|
||||
GetCurrentFootEndnote(): ApiDocumentContent | null;
|
||||
GetCurrentPage(): number;
|
||||
|
||||
Reference in New Issue
Block a user