https://bugs.freedesktop.org/show_bug.cgi?id=58628

--- Comment #3 from Owen Genat <[email protected]> ---
Created attachment 89255
  --> https://bugs.freedesktop.org/attachment.cgi?id=89255&action=edit
Basic ODT example showing: text box, frame, text box in a frame.

This appears to be a shortcoming in the LO UI as the ODF specification
currently supports rotation of a frame. For clarity, all text boxes (inserted
by selecting T on the Drawing toolbar) are frames:

<draw:frame text:anchor-type="paragraph" draw:z-index="0" draw:style-name="gr1"
svg:width="20.01mm" svg:height="20.01mm" draw:transform="rotate
(-3.14159265358979) translate (20.0025mm 30.00375mm)">
   <draw:text-box>
      <text:p>Text in a text box.</text:p>
   </draw:text-box>
</draw:frame>

... and they are rotated by inclusion of the draw:transform attribute of the
<draw:frame> element. A frame (Insert > Frame...) has a similar structure:

<draw:frame draw:style-name="fr1" draw:name="Frame1"
text:anchor-type="paragraph" svg:y="10mm" svg:width="20mm" draw:z-index="1">
   <draw:text-box fo:min-height="20mm">
      <text:p text:style-name="P1">Text in a frame.</text:p>
   </draw:text-box>
</draw:frame>

... yet it cannot be rotated. Right-click on a text box > Position and Size...
> offers a dialog with a Rotation tab. Right-click on a frame > Frame... >
there are no similar options available.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to