CommonBehavior.TransformType Property

Definition

Transform Type

Represents the following attribute in the schema: xfrmType

[DocumentFormat.OpenXml.SchemaAttr(0, "xfrmType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.BehaviorTransformValues> TransformType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.BehaviorTransformValues> TransformType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "xfrmType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.BehaviorTransformValues>? TransformType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("xfrmType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.BehaviorTransformValues>? TransformType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.BehaviorTransformValues>? TransformType { get; set; }
member this.TransformType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.BehaviorTransformValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "xfrmType")>]
member this.TransformType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.BehaviorTransformValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("xfrmType")>]
member this.TransformType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.BehaviorTransformValues> with get, set
Public Property TransformType As EnumValue(Of BehaviorTransformValues)

Property Value

Returns EnumValue<T>.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

This attribute specifies the type of transform to be used.

The possible values for this attribute are defined by the ST_TLBehaviorTransformType simple type.

Applies to