SummaryZoomSection

SummaryZoomSection 类

Represents a Summary Zoom Section object in a Summary Zoom frame.

public class SummaryZoomSection : SectionZoomFrame, ISummaryZoomSection

属性

名称描述
AlternativeText { get; set; }返回或设置与形状关联的替代文本。Read/write String.
AlternativeTextTitle { get; set; }返回或设置与形状关联的替代文本的标题。Read/write String.
BlackWhiteMode { get; set; }属性指定形状在黑白显示模式下的渲染方式。Read/write BlackWhiteMode.
ConnectionSiteCount { get; }返回形状上的连接点数量。Read-only Int32.
CustomData { get; }返回形状的自定义数据。Read-only ICustomData.
Description { get; set; }返回 Summary Zoom Section 对象的文本描述。
virtual EffectFormat { get; }返回包含应用于形状的像素效果的 EffectFormat 对象。注意:对于某些没有效果属性的形状可能返回 null。Read-only IEffectFormat.
virtual FillFormat { get; }返回包含形状填充格式属性的 FillFormat 对象。注意:对于某些没有填充属性的形状可能返回 null。Read-only IFillFormat.
Frame { get; set; }返回或设置形状框架的属性。Read/write IShapeFrame.
GraphicalObjectLock { get; }返回形状的锁定状态。Read-only IGraphicalObjectLock.
Height { get; set; }获取或设置形状的高度(以点为单位)。Read/write Single.
Hidden { get; set; }确定形状是否隐藏。Read/write Boolean.
HyperlinkClick { get; set; }返回或设置鼠标点击时的超链接。Read/write IHyperlink.
HyperlinkManager { get; }返回超链接管理器。Read-only IHyperlinkManager.
HyperlinkMouseOver { get; set; }返回或设置鼠标悬停时的超链接。Read/write IHyperlink.
ImageType { get; set; }获取或设置缩放对象的图像类型。Read/write ZoomImageType。默认值:Preview
IsDecorative { get; set; }获取或设置“标记为装饰性”选项。Read/write Boolean.
IsGrouped { get; }确定形状是否已分组。Read-only Boolean.
IsTextHolder { get; }确定形状是否为 TextHolder_PPT。Read-only Boolean.
virtual LineFormat { get; }返回包含形状线条格式属性的 LineFormat 对象。注意:对于某些没有线条属性的形状可能返回 null。Read-only ILineFormat.
Name { get; set; }返回或设置形状的名称。不能为空。如有需要请使用空字符串。Read/write String.
OfficeInteropShapeId { get; }返回在幻灯片范围内唯一的标识符,在形状生命周期内保持不变,且可让 PowerPoint 或互操作代码在文档任何位置可靠地引用该形状。Read-only UInt32。另请参见 UniqueId.
ParentGroup { get; }如果形状已分组,则返回其父 GroupShape 对象;否则返回 null。Read-only IGroupShape.
Placeholder { get; }返回形状的占位符。如果形状没有占位符,则返回 null。Read-only IPlaceholder.
Presentation { get; }返回幻灯片的父演示文稿。Read-only IPresentation.
RawFrame { get; set; }返回或设置原始形状框架的属性。Read/write IShapeFrame.
ReturnToParent { get; set; }获取或设置幻灯片放映中的导航行为。Read/write Boolean。默认值:false
Rotation { get; set; }返回或设置指定形状围绕 z 轴旋转的角度(度数)。正值表示顺时针旋转,负值表示逆时针旋转。Read/write Single.
ShapeLock { get; }返回形状的锁定状态。Read-only IGraphicalObjectLock。(2 个属性)
ShowBackground { get; set; }获取或设置指定 Zoom 是否使用目标幻灯片的背景。Read/write Boolean。默认值:true
Slide { get; }返回形状的父幻灯片。Read-only IBaseSlide.
TargetSection { get; set; }获取或设置 Section Zoom 对象链接的节对象。Read/write ISection.
virtual ThreeDFormat { get; }返回形状的 ThreeDFormat 对象(3D 效果属性)。注意:对于某些没有 3D 属性的形状可能返回 null。Read-only IThreeDFormat.
Title { get; set; }返回 Summary Zoom Section 对象的文本标题。
TransitionDuration { get; set; }获取或设置 Zoom 与幻灯片之间过渡的持续时间。Read/write Single。默认值:1.0f
UniqueId { get; }返回内部的、面向演示文稿的标识符,供插件或其他代码使用。由于该值可能被用户或程序重新分配,不能视为持久的唯一键。Read-only UInt32。另请参见 OfficeInteropShapeId.
Width { get; set; }获取或设置形状的宽度(以点为单位)。Read/write Single.
X { get; set; }获取或设置形状左上角的 x 坐标(以点为单位)。Read/write Single.
Y { get; set; }获取或设置形状左上角的 y 坐标(以点为单位)。Read/write Single.
ZoomImage { get; set; }获取或设置缩放对象的图像。Read/write IPPImage.
virtual ZOrderPosition { get; }返回形状在 Z 顺序中的位置。Shapes[0] 返回 Z 顺序最背后的形状,Shapes[Shapes.Count - 1] 返回最前面的形状。Read-only Int32.

方法

名称描述
AddPlaceholder(IPlaceholder)如果不存在占位符,则添加一个新的占位符并将其属性设置为指定的占位符。
GetBasePlaceholder()返回基本占位符形状(当前形状继承自的布局或母版幻灯片中的形状)。如果当前形状未继承,则返回 null。
GetImage()返回形状缩略图。默认使用 ShapeThumbnailBounds.Shape 形状缩略图边界类型。
GetImage(ShapeThumbnailBounds, float, float)返回形状缩略图。
GetVisualBounds()获取根据渲染内容计算的形状可视边界。
RemovePlaceholder()定义此形状不是占位符。
WriteAsSvg(Stream)将形状的内容另存为 SVG 文件。
WriteAsSvg(Stream, ISVGOptions)将形状的内容另存为 SVG 文件。

另请参见