<noAutofit>
(No AutoFit)
This element specifies that text within the text body should not be auto-fit to the bounding box. Auto-fitting is when text within a text box is scaled in order to remain inside the text box. If this element is omitted, then <noAutofit>
or auto-fit off is implied.
example:
<p:txBody> <a:bodyPr wrap="none" rtlCol="0"> <a:noAutofit/> </a:bodyPr> <a:p> … <a:t>Some text</a:t> … </a:p> </p:txBody>
Parent Elements |
---|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_TextNoAutofit"/>