Picture Class
Defines the Picture Class.When the object is serialized out as xml, its qualified name is xdr:pic.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture
Namespace: DocumentFormat.OpenXml.Drawing.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
<ChildElementInfoAttribute(GetType(NonVisualPictureProperties))> _
<ChildElementInfoAttribute(GetType(BlipFill))> _
<ChildElementInfoAttribute(GetType(ShapeProperties))> _
<ChildElementInfoAttribute(GetType(ShapeStyle))> _
Public Class Picture _
Inherits OpenXmlCompositeElement
用法
Dim instance As Picture
[ChildElementInfoAttribute(typeof(NonVisualPictureProperties))]
[ChildElementInfoAttribute(typeof(BlipFill))]
[ChildElementInfoAttribute(typeof(ShapeProperties))]
[ChildElementInfoAttribute(typeof(ShapeStyle))]
public class Picture : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
NonVisualPictureProperties <xdr:nvPicPr>
BlipFill <xdr:blipFill>
ShapeProperties <xdr:spPr>
ShapeStyle <xdr:style>
[ISO/IEC 29500-1 第 1 个版本]
20.5.2.25 pic (Picture)
This element specifies the existence of a picture object within the spreadsheet.
[Example: Consider the following SpreadsheetDrawingML that specifies the existence of a picture within a document. This picture can have non-visual properties, a picture fill as well as shape properties attached to it.
<xdr:pic>
<xdr:nvPicPr>
<xdr:cNvPr id="4" name="lake.JPG" descr="Picture of a Lake" />
<xdr:cNvPicPr>
<a:picLocks noChangeAspect="1"/>
</xdr:cNvPicPr>
<xdr:nvPr/>
</xdr:nvPicPr>
<xdr:blipFill>
…
</xdr:blipFill>
<xdr:spPr>
…
</xdr:spPr>
</xdr:pic>
end example]
Parent Elements |
---|
absoluteAnchor (§20.5.2.1); grpSp (§20.5.2.17); oneCellAnchor (§20.5.2.24); twoCellAnchor (§20.5.2.33) |
Child Elements |
Subclause |
---|---|
blipFill (Picture Fill) |
§20.5.2.2 |
nvPicPr (Non-Visual Properties for a Picture) |
§20.5.2.22 |
spPr (Shape Properties) |
§20.5.2.30 |
style (Shape Style) |
§20.5.2.31 |
Attributes |
Description |
---|---|
fPublished (Publish to Server Flag) |
This attribute indicates whether the shape shall be published with the worksheet when sent to the server. The possible values for this attribute are defined by the W3C XML Schema boolean datatype. |
macro (Reference To Custom Function) |
This element specifies the custom function associated with the object. [Example: A macro script, add-in function, and so on. end example] The format of this string shall be application-defined, and should be ignored if not understood. [Example:
end example] The possible values for this attribute are defined by the W3C XML Schema string datatype. |
[Note: The W3C XML Schema definition of this element's content model (CT_Picture) is located in §A.4.5. end note]
© ISO/IEC29500: 2008. 以上摘要已经由 Microsoft(和/或其代理公司)从英语翻译为简体中文,ISO 对此翻译不承担任何责任。
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.