This topic has not yet been rated - Rate this topic

VerticalRelativePositionValues enumeration

Vertical Relative Positioning

Namespace:  DocumentFormat.OpenXml.Drawing.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
public enum VerticalRelativePositionValues
Member nameDescription
Margin Page Margin. When the item is serialized out as xml, its value is "margin".
Page Page Edge. When the item is serialized out as xml, its value is "page".
Paragraph Paragraph. When the item is serialized out as xml, its value is "paragraph".
Line Line. When the item is serialized out as xml, its value is "line".
TopMargin Top Margin. When the item is serialized out as xml, its value is "topMargin".
BottomMargin Bottom Margin. When the item is serialized out as xml, its value is "bottomMargin".
InsideMargin Inside Margin. When the item is serialized out as xml, its value is "insideMargin".
OutsideMargin Outside Margin. When the item is serialized out as xml, its value is "outsideMargin".
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.