Table of Contents

Class OdfPresentationPageLayoutInfo

Namespace
OdfKit.Presentation
Assembly
OdfKit.dll

Represents summary information for a presentation page layout (style:presentation-page-layout). 表示簡報投影片版面配置(style:presentation-page-layout)的摘要資訊。

public sealed class OdfPresentationPageLayoutInfo
Inheritance
OdfPresentationPageLayoutInfo
Inherited Members

Constructors

OdfPresentationPageLayoutInfo(string, int)

Represents summary information for a presentation page layout (style:presentation-page-layout). 表示簡報投影片版面配置(style:presentation-page-layout)的摘要資訊。

public OdfPresentationPageLayoutInfo(string name, int placeholderCount)

Parameters

name string

The page layout name. / 版面配置名稱。

placeholderCount int

The placeholder template count. / 預留位置範本數量。

Properties

Name

Gets the page layout name. 取得版面配置名稱。

public string Name { get; }

Property Value

string

PlaceholderCount

Gets the placeholder template count. 取得預留位置範本數量。

public int PlaceholderCount { get; }

Property Value

int