AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
Represents a content container, i.e. a tab, within a window. Sheets may contain a View, or an image preview. | Methods | Return Value | Description | | --- | --- | --- | | id() | int | Returns a number that uniquely identifies this sheet. | | window() | [Window](https://www.sublimetext.com/docs/3/api_reference.html#sublime.Window)  \*or* None | Returns the window containing the sheet. May be None if the sheet has been closed. | | view() | [View](https://www.sublimetext.com/docs/3/api_reference.html#sublime.View) *or* None | Returns the view contained within the sheet. May be None if the sheet is an image preview, or the view has been closed. |