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
slideIndexintThe slide index. / 投影片索引位置。
slideNamestringThe slide name. / 投影片名稱。
placeholderOdfPlaceholderInfoThe placeholder summary. / 預留位置摘要。
Properties
Placeholder
Gets the placeholder summary. 取得預留位置摘要。
public OdfPlaceholderInfo Placeholder { get; }
Property Value
SlideIndex
Gets the slide index. 取得投影片索引位置。
public int SlideIndex { get; }
Property Value
SlideName
Gets the slide name. 取得投影片名稱。
public string SlideName { get; }