CT_BlipFillProperties

Complex Type Information

Model

Children: blip, srcRect, stretch, tile

Attributes

QName Type Fixed Default Use Inheritable Annotation
dpi xsd:unsignedInt optional
rotWithShape xsd:boolean optional

Used By

Source

<xsd:complexType name="CT_BlipFillProperties">
  <xsd:sequence>
    <xsd:element name="blip" type="CT_Blip" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="srcRect" type="CT_RelativeRect" minOccurs="0" maxOccurs="1"/>
    <xsd:group ref="EG_FillModeProperties" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
  <xsd:attribute name="dpi" type="xsd:unsignedInt" use="optional"/>
  <xsd:attribute name="rotWithShape" type="xsd:boolean" use="optional"/>
</xsd:complexType>