PictureFormatValues Enumeration

Picture Format

Namespace:  DocumentFormat.OpenXml.Drawing.Charts
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

声明
Public Enumeration PictureFormatValues
用法
Dim instance As PictureFormatValues
public enum PictureFormatValues

Members

Member name Description
Stretch Stretch. When the item is serialized out as xml, its value is "stretch".
Stack Stack. When the item is serialized out as xml, its value is "stack".
StackScale Stack and Scale. When the item is serialized out as xml, its value is "stackScale".

See Also

Reference

DocumentFormat.OpenXml.Drawing.Charts Namespace