<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:rb.henschel@t-online.de" title="Regina Henschel <rb.henschel@t-online.de>"> <span class="fn">Regina Henschel</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Please provide Autofit option also for regular text boxes"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116898">bug 116898</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Ever confirmed</td>
           <td>
                
           </td>
           <td>1
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>UNCONFIRMED
           </td>
           <td>NEW
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Please provide Autofit option also for regular text boxes"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116898#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Please provide Autofit option also for regular text boxes"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116898">bug 116898</a>
              from <span class="vcard"><a class="email" href="mailto:rb.henschel@t-online.de" title="Regina Henschel <rb.henschel@t-online.de>"> <span class="fn">Regina Henschel</span></a>
</span></b>
        <pre>There exists two boolean attributes in file format: 'draw:fit-to-size' and
'style:shrink-to-fit'. They are general graphic-properties and can be applied
to any shape. The implementation has been corrected by Michael Stahl (bug
97630), but there exist no UI yet.

Two boolean attributes results in four situations:

(A)draw:fit-to-size="true" and style:shrink-to-fit="false" is currently called
"Fit-to-Frame" in the UI and is available in the UI for legacy rectangles and
polygons and curves.

(B)draw:fit-to-size="false" and style:shrink-to-fit="true" has no UI and is the
default setting for presentation outline shapes. That is what sergio calls
"auto fit text".

(C)draw:fit-to-size="false" and style:shrink-to-fit="false" is currently the
default for shapes other than presentation outline shapes.

(D)draw:fit-to-size="true" and style:shrink-to-fit="true" makes no sense. It is
rendered same as (A). But the attribute style:shrink-to-fit="true" is kept, so
when you disable draw:fit-to-size in the UI, you get situation (B).

To bring a graphic text box into situation (B), insert the text box in Impress
and apply the presentation style 'Outline1'. Then open then "Text..." dialog
and uncheck the checkbox 'Fit to Frame' in case it is checked. You can copy the
text box to Draw, it keeps the property. But there exists no way in the UI to
reset the text box to the default.

It is a valid request to get a UI to manually set the property
"style:shrink-to-fit" on and off.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>