GetObjectStoringLocation
ILinkEmbedController.GetObjectStoringLocation method
确定对象的存储位置。 对每个对象 ID 调用一次此方法。 不能保证不会有两个对象具有相同的数据,semanticName 和 contentType 但具有不同的 id。
public LinkEmbedDecision GetObjectStoringLocation(int id, byte[] entityData, string semanticName,
string contentType, string recomendedExtension)
范围 | 类型 | 描述 |
---|---|---|
id | Int32 | 对象 ID。此 id 保存操作范围的唯一性。 |
entityData | Byte[] | 对象二进制数据。如果尚未生成对象二进制数据,则此参数可以为 null。 |
semanticName | String | 一些简短的文本,描述对象的含义。控制器可以将其用作外部对象名称的一部分,但由调度程序确保名称是唯一的并且只包含允许的字符。 |
contentType | String | MIME 对象类型。 |
recomendedExtension | String | 文件扩展名,推荐用于此 MIME 类型。 |
返回值
决定
也可以看看
- enum LinkEmbedDecision
- interface ILinkEmbedController
- 命名空间 Aspose.Slides.Export
- 部件 Aspose.Slides