Table of Contents

Class OdfSlidePlaceholderInfo

Namespace
OdfKit.Presentation
Assembly
OdfKit.dll

Represents summary information for a placeholder on a presentation slide, including the slide index. 表示簡報中某一投影片上一個預留位置的摘要資訊(含投影片索引)。

public sealed class OdfSlidePlaceholderInfo
Inheritance
OdfSlidePlaceholderInfo
Inherited Members

Constructors

OdfSlidePlaceholderInfo(int, string, OdfPlaceholderInfo)

Represents summary information for a placeholder on a presentation slide, including the slide index. 表示簡報中某一投影片上一個預留位置的摘要資訊(含投影片索引)。

public OdfSlidePlaceholderInfo(int slideIndex, string slideName, OdfPlaceholderInfo placeholder)

Parameters

slideIndex int

The slide index. / 投影片索引位置。

slideName string

The slide name. / 投影片名稱。

placeholder OdfPlaceholderInfo

The placeholder summary. / 預留位置摘要。

Properties

Placeholder

Gets the placeholder summary. 取得預留位置摘要。

public OdfPlaceholderInfo Placeholder { get; }

Property Value

OdfPlaceholderInfo

SlideIndex

Gets the slide index. 取得投影片索引位置。

public int SlideIndex { get; }

Property Value

int

SlideName

Gets the slide name. 取得投影片名稱。

public string SlideName { get; }

Property Value

string