Table of Contents

Class OdfMediaObject

Namespace
OdfKit.Presentation
Assembly
OdfKit.dll

Represents a media object in a presentation slide. 表示簡報投影片中的媒體物件。

public sealed class OdfMediaObject
Inheritance
OdfMediaObject
Inherited Members

Constructors

OdfMediaObject(string, string)

Represents a media object in a presentation slide. 表示簡報投影片中的媒體物件。

public OdfMediaObject(string packagePath, string mimeType)

Parameters

packagePath string

The media path inside the package. / 媒體在封裝包內的路徑。

mimeType string

The media MIME type. / 媒體 MIME 類型。

Properties

MimeType

Gets the media MIME type. 取得媒體 MIME 類型。

public string MimeType { get; }

Property Value

string

PackagePath

Gets the media path inside the package. 取得媒體在封裝包內的路徑。

public string PackagePath { get; }

Property Value

string