TextBodyProperties.BottomInset Property
Bottom Inset.Represents the attribte in schema: bIns
Namespace: DocumentFormat.OpenXml.Office2010.Word.DrawingShape
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "bIns")> _
Public Property BottomInset As Int32Value
Get
Set
'Usage
Dim instance As TextBodyProperties
Dim value As Int32Value
value = instance.BottomInset
instance.BottomInset = value
[SchemaAttrAttribute(, "bIns")]
public Int32Value BottomInset { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Int32Value
See Also
Reference
DocumentFormat.OpenXml.Office2010.Word.DrawingShape Namespace