MsoAnimProperty Enumeration
Represents an animation property.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("BD7BAABC-C4F9-402E-A98C-B9840A10D355")> _
Public Enumeration MsoAnimProperty
'Usage
Dim instance As MsoAnimProperty
[GuidAttribute("BD7BAABC-C4F9-402E-A98C-B9840A10D355")]
public enum MsoAnimProperty
Members
Member name | Description | |
---|---|---|
msoAnimNone | None | |
msoAnimX | X coordinate | |
msoAnimY | Y coordinate | |
msoAnimWidth | Width | |
msoAnimHeight | Height | |
msoAnimOpacity | Opacity | |
msoAnimRotation | Rotation | |
msoAnimColor | Color | |
msoAnimVisibility | Visibility | |
msoAnimTextFontBold | Text font bold. | |
msoAnimTextFontColor | Text font color. | |
msoAnimTextFontEmboss | Text font emboss. | |
msoAnimTextFontItalic | Text font italic. | |
msoAnimTextFontName | Text font name. | |
msoAnimTextFontShadow | Text font shadow. | |
msoAnimTextFontSize | Text font size. | |
msoAnimTextFontSubscript | Text font subscript. | |
msoAnimTextFontSuperscript | Text font superscript. | |
msoAnimTextFontUnderline | Text font underline. | |
msoAnimTextFontStrikeThrough | Text font strikethrough. | |
msoAnimTextBulletCharacter | Text bullet character. | |
msoAnimTextBulletFontName | Text bullet fontname. | |
msoAnimTextBulletNumber | Text bullet number. | |
msoAnimTextBulletColor | Text bullet color. | |
msoAnimTextBulletRelativeSize | Relative size of text bullet. | |
msoAnimTextBulletStyle | Text bullet style. | |
msoAnimTextBulletType | Text bullet type. | |
msoAnimShapePictureContrast | Contrast of the picture. | |
msoAnimShapePictureBrightness | Brightness of the picture. | |
msoAnimShapePictureGamma | Gamma properties of the picture. | |
msoAnimShapePictureGrayscale | Grayscale properties of the picture. | |
msoAnimShapeFillOn | Shape fill on. | |
msoAnimShapeFillColor | Shape filled with color. | |
msoAnimShapeFillOpacity | Shape fill opacity. | |
msoAnimShapeFillBackColor | Shape filled with back color. | |
msoAnimShapeLineOn | Shape line on. | |
msoAnimShapeLineColor | Colored line. | |
msoAnimShapeShadowOn | Shadow on. | |
msoAnimShapeShadowType | Type of shadow. | |
msoAnimShapeShadowColor | Shadow properties of the picture. | |
msoAnimShapeShadowOpacity | Opacity of the shape's shadow. | |
msoAnimShapeShadowOffsetX | Shadow Offset X. | |
msoAnimShapeShadowOffsetY | Shadow Offset Y. |