Compartir a través de


Inline.AnchorId Property

anchorId, this property is only available in Office2010.Represents the attribte in schema: wp14:anchorId

Namespace:  DocumentFormat.OpenXml.Drawing.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaración
<SchemaAttrAttribute(, "anchorId")> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Property AnchorId As HexBinaryValue
    Get
    Set
'Uso
Dim instance As Inline
Dim value As HexBinaryValue

value = instance.AnchorId

instance.AnchorId = value
[SchemaAttrAttribute(, "anchorId")]
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public HexBinaryValue AnchorId { get; set; }

Property Value

Type: DocumentFormat.OpenXml.HexBinaryValue

See Also

Reference

Inline Class

Inline Members

DocumentFormat.OpenXml.Drawing.Wordprocessing Namespace