Class OdfMediaObject
- Namespace
- OdfKit.Presentation
- Assembly
- OdfKit.dll
Represents a media object linked to a presentation slide. 表示與簡報投影片連結的媒體物件。
public sealed class OdfMediaObject
- Inheritance
-
OdfMediaObject
- Inherited Members
Properties
Id
Gets the drawing object identifier. 取得繪圖物件識別碼。
public string Id { get; }
Property Value
MimeType
Gets or sets the media MIME type. 取得或設定媒體 MIME 類型。
public string MimeType { get; set; }
Property Value
PackagePath
Gets or sets the media path inside the package. 取得或設定媒體在封裝包內的路徑。
public string PackagePath { get; set; }