BevelType.PresetProfileType Property
prst.Represents the attribte in schema: w14:prst
Namespace: DocumentFormat.OpenXml.Office2010.Word
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<SchemaAttrAttribute(, "prst")> _
Public Property PresetProfileType As EnumValue(Of BevelPresetTypeValues)
Get
Set
'Применение
Dim instance As BevelType
Dim value As EnumValue(Of BevelPresetTypeValues)
value = instance.PresetProfileType
instance.PresetProfileType = value
[SchemaAttrAttribute(, "prst")]
public EnumValue<BevelPresetTypeValues> PresetProfileType { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<BevelPresetTypeValues>