|
Onetastic Macro Documentation >
>
EmbeddedFile EmbeddedFile Object
Description
Represents an embedded file attachment in a OneNote page.
Hierarchical Structure
EmbeddedFile objects can be found under following objects: Paragraph Page
Creating EmbeddedFile Objects
EmbeddedFile objects can be inserted directly under following objects: Outline Cell Page
Properties
Deprecated Properties
Following properties are deprecated. Do not use these in new macros. See descriptions below on what to use instead.
| Name |
Type |
Access |
Description |
| tagCompleted |
Bool |
read-write |
Whether the first tag associated with this EmbeddedFile is completed (checked) or not. This property is deprecated. Use tags property instead. |
| tagCompletionDate |
DateTime |
read-write |
The date and time of completion of the first tag associated with this EmbeddedFile. This property is deprecated. Use tags property instead. |
| tagCreationDate |
DateTime |
read-write |
The date and time of creation of the first tag associated with this EmbeddedFile. This property is deprecated. Use tags property instead. |
| tagDisabled |
Bool |
read-write |
Whether the first tag associated with this EmbeddedFile is disabled (dimmed) or not. This property is deprecated. Use tags property instead. |
| tagFontColor |
Color |
read-only |
The font color for the first tag associated with this EmbeddedFile for tags that use formatting instead of a symbol. This property is deprecated. Use tags property instead. |
| tagHighlightColor |
Color |
read-only |
The highlight color for the first tag associated with this EmbeddedFile for tags that use formatting instead of a symbol. This property is deprecated. Use tags property instead. |
| tagName |
String |
read-only |
The name of the first tag associated with this EmbeddedFile. This property is deprecated. Use tags property instead. |
| tagSymbol |
Numeric |
read-only |
The symbol used for the first tag associated with this EmbeddedFile. This property is deprecated. Use tags property instead. |
| tagType |
Numeric |
read-only |
The type of the first tag associated with this EmbeddedFile. This property is deprecated. Use tags property instead. |
|