Class FORMATETC
The FORMATETC structure is a generalized Clipboard format.
Inheritance
System.Object
FORMATETC
Namespace: Syncfusion.CompoundFile.XlsIO.Native
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class FORMATETC : ValueType
Fields
cfFormat
Particular clipboard format of interest.
Declaration
public CLIPFORMAT cfFormat
Field Value
Type |
---|
CLIPFORMAT |
dwAspect
One of the DVASPECT enumeration constants that indicate how much detail should be contained in the rendering.
Declaration
public DVASPECT dwAspect
Field Value
Type |
---|
DVASPECT |
lindex
Part of the aspect when the data must be split across page boundaries.
Declaration
public int lindex
Field Value
Type |
---|
System.Int32 |
ptd
Pointer to a DVTARGETDEVICE structure containing information about the target device for which the data is being composed.
Declaration
public IntPtr ptd
Field Value
Type |
---|
System.IntPtr |
tymed
One of the TYMED enumeration constants which indicate the type of storage medium used to transfer the object's data.
Declaration
public TYMED tymed
Field Value
Type |
---|
TYMED |