draw-ssdraw:blipFill
Picture Fill
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
Schema document: dml-spreadsheetDrawing.xsd
Type: a:CT_BlipFillProperties
Properties: Local, Qualified
Content
- Sequence [1..1]
- a:blip [0..1] Blip
- a:srcRect [0..1] Source Rectangle
from group a:EG_FillModeProperties
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
dpi | [0..1] | xsd:unsignedInt | DPI Setting | |
rotWithShape | [0..1] | xsd:boolean | Rotate With Shape |
Used in
- Type draw-ssdraw:CT_Picture (Element draw-ssdraw:pic)
Sample instance
<draw-ssdraw:blipFill> <a:blip> <a:alphaBiLevel thresh="1"/> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:blip> <a:srcRect/> <a:tile/> </draw-ssdraw:blipFill>