PyWorkbook
class PyWorkbook(workbook)
Bases: PyPublishedContent
, PyDescriptionContent
, PyExtractContent
, PyWithTags
, PyContainerContent
, PyWithOwner
Interface for a workbook content item.
- Parameters: workbook (IWorkbook)
__init__(workbook)
Creates a new PyWorkbook object.
Args: : workbook: A IWorkbook object.
Returns: None.
- Parameters: workbook (IWorkbook)
- Return type: None
Methods
__init__ (workbook) |
Creates a new PyWorkbook object. |
---|
Attributes
container |
Gets the container for the content item. |
---|---|
content_url |
Get the site-unique "content URL" of the content item, or an empty string if the content type does not use a content URL. |
created_at |
Gets the created timestamp. |
description |
Gets or sets the description. |
encrypt_extracts |
Gets or sets whether or not extracts are encrypted. |
id |
Gets the unique identifier. |
location |
Gets the logical location path of the content item, for project-level content this is the project path and the content item name. |
name |
Gets the name of the content item. |
owner |
Gets or sets the owner for the content item. |
show_tabs |
Gets or sets whether tabs are shown. |
size |
Gets the file size. |
tags |
Gets or sets the tags for the content item. |
updated_at |
Gets the updated timestamp. |
webpage_url |
Gets the webpage URL. |
property container : PyContentReference
Gets the container for the content item. Relocating the content should be done through mapping.
property content_url : str
Get the site-unique “content URL” of the content item, or an empty string if the content type does not use a content URL.
property created_at : str
Gets the created timestamp.
property description : str
Gets or sets the description.
property encrypt_extracts : bool
Gets or sets whether or not extracts are encrypted.
property id : UUID
Gets the unique identifier.
property location : PyContentLocation
Gets the logical location path of the content item, for project-level content this is the project path and the content item name.
property name : str
Gets the name of the content item. This is equivalent to the last segment of the Location. Renames should be performed through mapping.
property owner : PyContentReference
Gets or sets the owner for the content item.
property show_tabs : bool
Gets or sets whether tabs are shown.
property size : int
Gets the file size.
property tags : List[PyTag]
Gets or sets the tags for the content item.
property updated_at : str
Gets the updated timestamp.
property webpage_url : str
Gets the webpage URL.