PresentationShape

PresentationShape class

表示 PowerPoint 文档中的绘图形状。

public class PresentationShape : PresentationBaseShape, IRotatableTwoDObject

特性

姓名 描述
AlternativeText { get; set; } 获取或设置与 this 关联的描述性(替代)文本PresentationBaseShape.
FormattedTextFragments { get; } 获取此的格式化文本片段的集合PresentationShape.
Height { get; set; } 获取或设置此高度PresentationBaseShape点.
Id { get; } 得到这个的标识符PresentationBaseShape.
Image { get; set; } 获取或设置此图像PresentationShape.
ImageFillFormat { get; } 获取this的图片填充格式设置PresentationBaseShape.
Name { get; } 获取这个的名字PresentationBaseShape.
Presentation { get; } 获取这个的父表示PresentationBaseShape.
RotateAngle { get; set; } 获取或设置旋转角度PresentationShape以度为单位.
ShapeType { get; } 获取形状几何预设类型。
Text { get; set; } 获取或设置此文本PresentationShape.
Width { get; set; } 获取或设置宽度PresentationBaseShape点.
X { get; set; } 获取或设置此的水平偏移量PresentationBaseShape 来自演示文稿的左边框(以点为单位).
Y { get; set; } 获取或设置此的垂直偏移量PresentationBaseShape from presentation top border in points. 点数
ZOrderPosition { get; } 得到这个的位置PresentationBaseShape在 z-order.

方法

姓名 描述
GetHyperlink(PresentationHyperlinkActionType) 获取与此关联的超链接PresentationBaseShape.
SetHyperlink(PresentationHyperlinkActionType, string) 设置与此关联的超链接PresentationBaseShape.

也可以看看