Freigeben über


Blip-Klasse

Defines the Blip Class.When the object is serialized out as xml, its qualified name is a:blip.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.Blip

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(AlphaFloor))> _
<ChildElementInfoAttribute(GetType(Grayscale))> _
<ChildElementInfoAttribute(GetType(ColorReplacement))> _
<ChildElementInfoAttribute(GetType(AlphaBiLevel))> _
<ChildElementInfoAttribute(GetType(AlphaCeiling))> _
<ChildElementInfoAttribute(GetType(FillOverlay))> _
<ChildElementInfoAttribute(GetType(AlphaModulationEffect))> _
<ChildElementInfoAttribute(GetType(AlphaModulationFixed))> _
<ChildElementInfoAttribute(GetType(AlphaReplace))> _
<ChildElementInfoAttribute(GetType(BiLevel))> _
<ChildElementInfoAttribute(GetType(Blur))> _
<ChildElementInfoAttribute(GetType(ColorChange))> _
<ChildElementInfoAttribute(GetType(Duotone))> _
<ChildElementInfoAttribute(GetType(AlphaInverse))> _
<ChildElementInfoAttribute(GetType(Hsl))> _
<ChildElementInfoAttribute(GetType(LuminanceEffect))> _
<ChildElementInfoAttribute(GetType(TintEffect))> _
<ChildElementInfoAttribute(GetType(BlipExtensionList))> _
Public Class Blip _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As Blip
[ChildElementInfoAttribute(typeof(AlphaFloor))]
[ChildElementInfoAttribute(typeof(Grayscale))]
[ChildElementInfoAttribute(typeof(ColorReplacement))]
[ChildElementInfoAttribute(typeof(AlphaBiLevel))]
[ChildElementInfoAttribute(typeof(AlphaCeiling))]
[ChildElementInfoAttribute(typeof(FillOverlay))]
[ChildElementInfoAttribute(typeof(AlphaModulationEffect))]
[ChildElementInfoAttribute(typeof(AlphaModulationFixed))]
[ChildElementInfoAttribute(typeof(AlphaReplace))]
[ChildElementInfoAttribute(typeof(BiLevel))]
[ChildElementInfoAttribute(typeof(Blur))]
[ChildElementInfoAttribute(typeof(ColorChange))]
[ChildElementInfoAttribute(typeof(Duotone))]
[ChildElementInfoAttribute(typeof(AlphaInverse))]
[ChildElementInfoAttribute(typeof(Hsl))]
[ChildElementInfoAttribute(typeof(LuminanceEffect))]
[ChildElementInfoAttribute(typeof(TintEffect))]
[ChildElementInfoAttribute(typeof(BlipExtensionList))]
public class Blip : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • AlphaBiLevel <a:alphaBiLevel>

  • AlphaCeiling <a:alphaCeiling>

  • AlphaFloor <a:alphaFloor>

  • AlphaInverse <a:alphaInv>

  • AlphaModulationEffect <a:alphaMod>

  • AlphaModulationFixed <a:alphaModFix>

  • AlphaReplace <a:alphaRepl>

  • BiLevel <a:biLevel>

  • Blur <a:blur>

  • ColorChange <a:clrChange>

  • ColorReplacement <a:clrRepl>

  • Duotone <a:duotone>

  • FillOverlay <a:fillOverlay>

  • Grayscale <a:grayscl>

  • Hsl <a:hsl>

  • LuminanceEffect <a:lum>

  • TintEffect <a:tint>

  • BlipExtensionList <a:extLst>

[ISO/IEC 29500-1 1. Ausgabe]

20.1.8.13 blip (Blip)

This element specifies the existence of an image (binary large image or picture) and contains a reference to the image data.

Parent Elements

blipFill (§21.3.2.2); blipFill (§20.1.8.14); blipFill (§20.2.2.1); blipFill (§20.5.2.2); blipFill (§19.3.1.4); buBlip (§21.1.2.4.2)

Child Elements

Subclause

alphaBiLevel (Alpha Bi-Level Effect)

§20.1.8.1

alphaCeiling (Alpha Ceiling Effect)

§20.1.8.2

alphaFloor (Alpha Floor Effect)

§20.1.8.3

alphaInv (Alpha Inverse Effect)

§20.1.8.4

alphaMod (Alpha Modulate Effect)

§20.1.8.5

alphaModFix (Alpha Modulate Fixed Effect)

§20.1.8.6

alphaRepl (Alpha Replace Effect)

§20.1.8.8

biLevel (Bi-Level (Black/White) Effect)

§20.1.8.11

blur (Blur Effect)

§20.1.8.15

clrChange (Color Change Effect)

§20.1.8.16

clrRepl (Solid Color Replacement)

§20.1.8.18

duotone (Duotone Effect)

§20.1.8.23

extLst (Extension List)

§20.1.2.2.15

fillOverlay (Fill Overlay Effect)

§20.1.8.29

grayscl (Gray Scale Effect)

§20.1.8.34

hsl (Hue Saturation Luminance Effect)

§20.1.8.39

lum (Luminance Effect)

§20.1.8.42

tint (Tint Effect)

§20.1.8.60

Attributes

Description

cstate (Compression State)

Specifies the compression state with which the picture is stored. This allows the application to specify the amount of compression that has been applied to a picture.

The possible values for this attribute are defined by the ST_BlipCompression simple type (§20.1.10.12).

embed (Embedded Picture Reference)

Namespace: .../officeDocument/2006/relationships

Specifies the identification information for an embedded picture. This attribute is used to specify an image that resides locally within the file.

The possible values for this attribute are defined by the ST_RelationshipId simple type (§22.8.2.1).

link (Linked Picture Reference)

Namespace: .../officeDocument/2006/relationships

Specifies the identification information for a linked picture. This attribute is used to specify an image that does not reside within this file.

The possible values for this attribute are defined by the ST_RelationshipId simple type (§22.8.2.1).

[Note: The W3C XML Schema definition of this element's content model (CT_Blip) is located in §A.4.1. end note]

© ISO/IEC29500: 2008. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

Blip-Member

DocumentFormat.OpenXml.Drawing-Namespace