EmbeddedObject.AnchorId Property
anchorId, this property is only available in Office2010.Represents the attribte in schema: w14:anchorId
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
<SchemaAttrAttribute(, "anchorId")> _
Public Property AnchorId As HexBinaryValue
Get
Set
'Usage
Dim instance As EmbeddedObject
Dim value As HexBinaryValue
value = instance.AnchorId
instance.AnchorId = value
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
[SchemaAttrAttribute(, "anchorId")]
public HexBinaryValue AnchorId { get; set; }
Property Value
Type: DocumentFormat.OpenXml.HexBinaryValue