Condividi tramite


enumerazione XPS_OBJECT_TYPE (xpsobjectmodel.h)

Descrive il tipo di un oggetto derivato da IXpsOMShareable.

Sintassi

typedef enum __MIDL___MIDL_itf_xpsobjectmodel_0000_0000_0014 {
  XPS_OBJECT_TYPE_CANVAS = 1,
  XPS_OBJECT_TYPE_GLYPHS,
  XPS_OBJECT_TYPE_PATH,
  XPS_OBJECT_TYPE_MATRIX_TRANSFORM,
  XPS_OBJECT_TYPE_GEOMETRY,
  XPS_OBJECT_TYPE_SOLID_COLOR_BRUSH,
  XPS_OBJECT_TYPE_IMAGE_BRUSH,
  XPS_OBJECT_TYPE_LINEAR_GRADIENT_BRUSH,
  XPS_OBJECT_TYPE_RADIAL_GRADIENT_BRUSH,
  XPS_OBJECT_TYPE_VISUAL_BRUSH
} XPS_OBJECT_TYPE;

Costanti

 
XPS_OBJECT_TYPE_CANVAS
Valore: 1
L'oggetto è un'interfaccia IXpsOMCanvas .
XPS_OBJECT_TYPE_GLYPHS
L'oggetto è un'interfaccia IXpsOMGlyphs .
XPS_OBJECT_TYPE_PATH
L'oggetto è un'interfaccia IXpsOMPath .
XPS_OBJECT_TYPE_MATRIX_TRANSFORM
L'oggetto è un'interfaccia IXpsOMMatrixTransform .
XPS_OBJECT_TYPE_GEOMETRY
L'oggetto è un'interfaccia IXpsOMGeometry .
XPS_OBJECT_TYPE_SOLID_COLOR_BRUSH
L'oggetto è un'interfaccia IXpsOMSolidColorBrush .
XPS_OBJECT_TYPE_IMAGE_BRUSH
L'oggetto è un'interfaccia IXpsOMImageBrush .
XPS_OBJECT_TYPE_LINEAR_GRADIENT_BRUSH
L'oggetto è un'interfaccia IXpsOMLinearGradientBrush .
XPS_OBJECT_TYPE_RADIAL_GRADIENT_BRUSH
L'oggetto è un'interfaccia IXpsOMRadialGradientBrush .
XPS_OBJECT_TYPE_VISUAL_BRUSH
L'oggetto è un'interfaccia IXpsOMVisualBrush .

Requisiti

Requisito Valore
Client minimo supportato Windows 7, Windows Vista con SP2 e Aggiornamento della piattaforma per Windows Vista [app desktop | App UWP]
Server minimo supportato Windows Server 2008 R2, Windows Server 2008 con SP2 e Platform Update per Windows Server 2008 [app desktop | App UWP]
Intestazione xpsobjectmodel.h

Vedi anche

XML Paper Specification