RelativeWidth.ObjectId Property

relativeFrom.Represents the attribte in schema: relativeFrom

Namespace:  DocumentFormat.OpenXml.Office2010.Word.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "relativeFrom")> _
Public Property ObjectId As EnumValue(Of SizeRelativeHorizontallyValues)
    Get
    Set
'Usage
Dim instance As RelativeWidth
Dim value As EnumValue(Of SizeRelativeHorizontallyValues)

value = instance.ObjectId

instance.ObjectId = value
[SchemaAttrAttribute(, "relativeFrom")]
public EnumValue<SizeRelativeHorizontallyValues> ObjectId { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<SizeRelativeHorizontallyValues>

See Also

Reference

RelativeWidth Class

RelativeWidth Members

DocumentFormat.OpenXml.Office2010.Word.Drawing Namespace