Click or drag to resize

PhotoAlbumFrameShapeValues Enumeration

Photo Album Shape for Photo Mask

Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntax
public enum PhotoAlbumFrameShapeValues
Members
Member nameValueDescription
FrameStyle10 Rectangle Photo Frame.

When the item is serialized out as xml, its value is "frameStyle1".

FrameStyle21 Rounded Rectangle Photo Frame.

When the item is serialized out as xml, its value is "frameStyle2".

FrameStyle32 Simple White Photo Frame.

When the item is serialized out as xml, its value is "frameStyle3".

FrameStyle43 Simple Black Photo Frame.

When the item is serialized out as xml, its value is "frameStyle4".

FrameStyle54 Compound Black Photo Frame.

When the item is serialized out as xml, its value is "frameStyle5".

FrameStyle65 Center Shadow Photo Frame.

When the item is serialized out as xml, its value is "frameStyle6".

FrameStyle76 Soft Edge Photo Frame.

When the item is serialized out as xml, its value is "frameStyle7".

See Also