Table of Contents

Class OdfSlideLayoutInfo

Namespace
OdfKit.Presentation
Assembly
OdfKit.dll

Represents summary information for the layout of a presentation slide. 表示簡報中某一投影片版面配置的摘要資訊。

public sealed class OdfSlideLayoutInfo
Inheritance
OdfSlideLayoutInfo
Inherited Members

Constructors

OdfSlideLayoutInfo(int, string, string?, OdfPresentationLayout)

Represents summary information for the layout of a presentation slide. 表示簡報中某一投影片版面配置的摘要資訊。

public OdfSlideLayoutInfo(int slideIndex, string slideName, string? layoutName, OdfPresentationLayout layout)

Parameters

slideIndex int

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

slideName string

The slide name. / 投影片名稱。

layoutName string

The raw layout name (presentation:page-layout-name). / 原始版面配置名稱(presentation:page-layout-name)。

layout OdfPresentationLayout

The high-level layout type. / 高階版面配置型態。

Properties

Layout

Gets the high-level layout type. 取得高階版面配置型態。

public OdfPresentationLayout Layout { get; }

Property Value

OdfPresentationLayout

LayoutName

Gets the raw layout name. 取得原始版面配置名稱。

public string? LayoutName { 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