PartTypeInfo Struct

Definition

Defines information used in creating a new part.

public readonly struct PartTypeInfo : IEquatable<DocumentFormat.OpenXml.Packaging.PartTypeInfo>
type PartTypeInfo = struct
Public Structure PartTypeInfo
Implements IEquatable(Of PartTypeInfo)
Inheritance
PartTypeInfo
Implements

Constructors

Name Description
PartTypeInfo(String, String)

Ctor - assign content type and extention.

Properties

Name Description
ContentType

Gets content type for the part.

Extension

Gets the file extension for the part.

Methods

Name Description
Equals(Object)
Equals(PartTypeInfo)
GetHashCode()
ToString()

Operators

Name Description
Equality(PartTypeInfo, PartTypeInfo)
Inequality(PartTypeInfo, PartTypeInfo)

Applies to