TextCharacterPropertiesType.Bookmark Property
Bookmark Link Target.Represents the attribte in schema: bmk
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "bmk")> _
Public Property Bookmark As StringValue
Get
Set
'Usage
Dim instance As TextCharacterPropertiesType
Dim value As StringValue
value = instance.Bookmark
instance.Bookmark = value
[SchemaAttrAttribute(, "bmk")]
public StringValue Bookmark { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.
See Also
Reference
TextCharacterPropertiesType Class