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