次の方法で共有


Bevel Class

Bevel.When the object is serialized out as xml, its qualified name is a:bevel.

Inheritance Hierarchy

System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Drawing.BevelType
DocumentFormat.OpenXml.Drawing.Bevel

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

Syntax

'宣言
Public Class Bevel _
    Inherits BevelType
'使用
Dim instance As Bevel
public class Bevel : BevelType

Remarks

[ISO/IEC 29500-1 初版]

20.1.4.2.5 bevel (Bevel)

This element defines the properties of the bevel associated with the 3D effect applied to a cell in a table.

Parent Elements

cell3D (§21.1.3.1)

Attributes

Description

h (Height)

Specifies the height of the bevel, or how far above the shape it is applied.

[Example: Consider the following example bevel

DocumentFormat.OpenXml.Drawing.Bevel-image001

In this example, we see the height of an example bevel on a shape. end example]

The possible values for this attribute are defined by the ST_PositiveCoordinate simple type (§20.1.10.42).

prst (Preset Bevel)

Specifies the preset bevel type which defines the look of the bevel.

The possible values for this attribute are defined by the ST_BevelPresetType simple type (§20.1.10.9).

w (Width)

Specifies the width of the bevel, or how far into the shape it is applied.

[Example: Consider the following example bevel

DocumentFormat.OpenXml.Drawing.Bevel-image002

In this example, we see the width of an example bevel on a shape. end example]

The possible values for this attribute are defined by the ST_PositiveCoordinate simple type (§20.1.10.42).

[Note: The W3C XML Schema definition of this element's content model (CT_Bevel) is located in §A.4.1. end note]

© 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

Bevel Members

DocumentFormat.OpenXml.Drawing Namespace