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
namestringThe page layout name. / 版面配置名稱。
placeholderCountintThe placeholder template count. / 預留位置範本數量。
Properties
Name
Gets the page layout name. 取得版面配置名稱。
public string Name { get; }
Property Value
PlaceholderCount
Gets the placeholder template count. 取得預留位置範本數量。
public int PlaceholderCount { get; }