次の方法で共有


TableCellRightMargin Class

Table Cell Right Margin Default.When the object is serialized out as xml, its qualified name is w:right.

Inheritance Hierarchy

System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType
DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin

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

Syntax

'宣言
Public Class TableCellRightMargin _
    Inherits TableWidthDxaNilType
'使用
Dim instance As TableCellRightMargin
public class TableCellRightMargin : TableWidthDxaNilType

Remarks

[ISO/IEC 29500-1 初版]

9.3.7 right (Table Cell Trailing Margin Default)

This element is semantically equivalent to end (Part 1, §17.4.11), specified above.

For tables which have the bidiVisual property (Part 1, §17.4.1) applied, this cell margin is applied to the left edge of the cell.

Parent Elements

tblCellMar (Part 1, §17.4.42); tblCellMar (Part 1, §17.4.43)

This element's content model is defined by the common table measurement definition in Part 1, §17.4.88.

© ISO/IEC29500: 2008. 上記の引用はマイクロソフト (またはその代理) によって英語から日本語に翻訳されたものであり、ISO はこうした翻訳に対する責任を一切負いません。

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TableCellRightMargin Members

DocumentFormat.OpenXml.Wordprocessing Namespace