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
slideIndexintThe slide index. / 投影片索引位置。
slideNamestringThe slide name. / 投影片名稱。
layoutNamestringThe raw layout name (
presentation:page-layout-name). / 原始版面配置名稱(presentation:page-layout-name)。layoutOdfPresentationLayoutThe high-level layout type. / 高階版面配置型態。
Properties
Layout
Gets the high-level layout type. 取得高階版面配置型態。
public OdfPresentationLayout Layout { get; }
Property Value
LayoutName
Gets the raw layout name. 取得原始版面配置名稱。
public string? LayoutName { get; }
Property Value
SlideIndex
Gets the slide index. 取得投影片索引位置。
public int SlideIndex { get; }
Property Value
SlideName
Gets the slide name. 取得投影片名稱。
public string SlideName { get; }