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.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
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