cdr:blipFill
Picture Fill
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
Schema document: dml-chartDrawing.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 cdr:CT_Picture (Element cdr:pic)
Sample instance
<cdr:blipFill> <a:blip> <a:alphaBiLevel thresh="1"/> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:blip> <a:srcRect/> <a:tile/> </cdr:blipFill>