次の方法で共有


TextParagraphPropertiesType.DefaultTabSize Property

Default Tab Size.Represents the attribte in schema: defTabSz

Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
<SchemaAttrAttribute(, "defTabSz")> _
Public Property DefaultTabSize As Int32Value
    Get
    Set
'使用
Dim instance As TextParagraphPropertiesType
Dim value As Int32Value

value = instance.DefaultTabSize

instance.DefaultTabSize = value
[SchemaAttrAttribute(, "defTabSz")]
public Int32Value DefaultTabSize { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.

See Also

Reference

TextParagraphPropertiesType Class

TextParagraphPropertiesType Members

DocumentFormat.OpenXml.Drawing Namespace