Class OdfSlideSpeakerNotesInfo
- Namespace
- OdfKit.Presentation
- Assembly
- OdfKit.dll
Represents speaker notes summary information for a presentation slide. 表示簡報中某一投影片的主講人備忘錄摘要資訊。
public sealed class OdfSlideSpeakerNotesInfo
- Inheritance
-
OdfSlideSpeakerNotesInfo
- Inherited Members
Constructors
OdfSlideSpeakerNotesInfo(int, string, string)
Represents speaker notes summary information for a presentation slide. 表示簡報中某一投影片的主講人備忘錄摘要資訊。
public OdfSlideSpeakerNotesInfo(int slideIndex, string slideName, string notesText)
Parameters
slideIndexintThe slide index. / 投影片索引位置。
slideNamestringThe slide name. / 投影片名稱。
notesTextstringThe speaker notes text. / 主講人備忘錄文字。
Properties
NotesText
Gets the speaker notes text. 取得主講人備忘錄文字。
public string NotesText { get; }
Property Value
SlideIndex
Gets the slide index. 取得投影片索引位置。
public int SlideIndex { get; }
Property Value
SlideName
Gets the slide name. 取得投影片名稱。
public string SlideName { get; }