Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
textId, this property is only available in Office2010.Represents the attribte in schema: w14:textId
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "textId")> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Property TextId As HexBinaryValue
Get
Set
'Usage
Dim instance As Paragraph
Dim value As HexBinaryValue
value = instance.TextId
instance.TextId = value
[SchemaAttrAttribute(, "textId")]
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public HexBinaryValue TextId { get; set; }
Property Value
Type: DocumentFormat.OpenXml.HexBinaryValue