Table of Contents

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

slideIndex int

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

slideName string

The slide name. / 投影片名稱。

notesText string

The speaker notes text. / 主講人備忘錄文字。

Properties

NotesText

Gets the speaker notes text. 取得主講人備忘錄文字。

public string NotesText { get; }

Property Value

string

SlideIndex

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

public int SlideIndex { get; }

Property Value

int

SlideName

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

public string SlideName { get; }

Property Value

string