Share via


SlideSize.Type Property

Type of Size.Represents the attribte in schema: type

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

Syntax

'Declaration
<SchemaAttrAttribute(, "type")> _
Public Property Type As EnumValue(Of SlideSizeValues)
    Get
    Set
'Usage
Dim instance As SlideSize
Dim value As EnumValue(Of SlideSizeValues)

value = instance.Type

instance.Type = value
[SchemaAttrAttribute(, "type")]
public EnumValue<SlideSizeValues> Type { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<SlideSizeValues>
Returns EnumValue<T>.

Remarks

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

Specifies the type of slide size that should be used. This identifies in particular the expected delivery platform for this presentation.

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

See Also

Reference

SlideSize Class

SlideSize Members

DocumentFormat.OpenXml.Presentation Namespace