<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - A text box automatically makes word wrap, but does not write this to file"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=113926">113926</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>A text box automatically makes word wrap, but does not write this to file
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>5.4.3.2 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Impress
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>rb.henschel@t-online.de
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=137844" name="attach_137844" title="File with text box to examine">attachment 137844</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=137844&action=edit" title="File with text box to examine">[details]</a></span>
File with text box to examine

Open attached document and verify, that the text in the text-box wraps at the
line ends.
Unzip the attached document and examine content.xml. The text-box is written as
draw:frame element with a child element draw:text-box. It has assigned a style
"gr1".
Examine style:graphic-properties in style "gr1". Notice, that there is no
attribute fo:wrap-option. Therefore inheritance took place and the next style
to look at is the parent "standard" (That is in styles.xml in <office:styles>).
Examine style:graphic-properties in style "standard". Notice, that again there
is no attribute fo:wrap-option. Therefore the default style of the same family
is used.
And in the style:default-style you find the attribute fo:wrap-option="no-wrap"
in the graphic-properties.

>From the written file, there would be not word wrap, but the text would be in
one long line. That is an interoperability problem. Open the file in PowerPoint
e.g.

This is aggravated by the fact that, that the user has no possibility to set
explicitly word wrap. There is no UI for it.

The solution can be, to define a custom style for the object-type "text box",
which has set fo:wrap-option="wrap" although there is no UI for it and use it
as parent instead of standard (not so good), or make a UI for word wrap and
make fo:wrap-option="wrap" the default, or write fo:wrap-option="wrap" as
automatic style to all text boxes.

I have used version 5.4, but it is likely inherited from OOo.</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>