Table of Contents

Class OdfPackage.OdfPackageEntryInfo

Namespace
OdfKit.Core
Assembly
OdfKit.dll

Provides the OdfPackageEntryInfo API. 提供 ODF 封裝中實體專案的基本資訊。

public class OdfPackage.OdfPackageEntryInfo
Inheritance
OdfPackage.OdfPackageEntryInfo
Inherited Members

Constructors

OdfPackageEntryInfo(string)

Performs odf package entry info. 初始化 OdfPackage.OdfPackageEntryInfo 類別的新執行個體。

public OdfPackageEntryInfo(string path)

Parameters

path string

專案的相對路徑

Properties

Path

Gets the Path value. 取得專案的相對路徑。

public string Path { get; }

Property Value

string