RightMargin Class

Table Cell Right Margin Exception.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.TableWidthType
        DocumentFormat.OpenXml.Wordprocessing.RightMargin

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

Syntax

声明
Public Class RightMargin _
    Inherits TableWidthType
用法
Dim instance As RightMargin
public class RightMargin : TableWidthType

Remarks

[ISO/IEC 29500-1 第 1 个版本]

9.3.8 right (Table Cell Trailing Margin Exception)

This element is semantically equivalent to end (Part 1, §17.4.10), 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

tcMar (Part 1, §17.4.69)

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

© ISO/IEC29500: 2008. 以上摘要已经由 Microsoft(和/或其代理公司)从英语翻译为简体中文,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

RightMargin Members

DocumentFormat.OpenXml.Wordprocessing Namespace