GetCurrentContentControl

This commit is contained in:
Artur
2026-03-10 20:03:36 +03:00
parent 86bfb8f29d
commit bfad6469a1

View File

@ -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;