blob: a10b99a9aa06c2a2f7e0c99298e7a31df5bf7385 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<flow:TextFlow version="2.0.0" xmlns:flow="http://ns.adobe.com/textLayout/2008" fontSize="14" textIndent="15" paddingTop="4" paddingLeft="4" fontFamily="Times New Roman">
<flow:p paragraphSpaceAfter="15" >Images in a flow are a good thing. For example, here is a float. It should show on the left: <flow:img float="left" height="50" width="19" source="../../test/testFiles/assets/surprised.png"></flow:img> Don't you agree? Another sentence here. Another sentence here. Another sentence here. Another sentence here. Another sentence here. Another sentence here. Another sentence here. Another sentence here. </flow:p>
<flow:p paragraphSpaceAfter="15" >Here is another float, it should show up on the right: <flow:img float="right" height="50" elementHeight="200" width="19" source="../../test/testFiles/assets/surprised.png"></flow:img> Don't you agree? Another sentence here. Another sentence here. Another sentence here. Another sentence here. Another sentence here. Another sentence here. Another sentence here. Another sentence here. Another sentence here. Another sentence here. Another sentence here. </flow:p>
<flow:p paragraphSpaceAfter="15" clearFloats="right" >This should appear after the previous float on the right </flow:p>
<flow:p paragraphSpaceAfter="15" >Here is another float, it should show up on the right: <flow:img float="right" height="50" elementHeight="200" width="19" source="../../test/testFiles/assets/surprised.png"></flow:img>We'll add another paragraph that should clear past it. </flow:p>
<flow:p clearFloats="end" >This should appear after the previous float on the right </flow:p>
<flow:p paragraphSpaceAfter="15" >Here is another float, it should show up on the left: <flow:img float="left" height="50" elementHeight="200" width="19" source="../../test/testFiles/assets/surprised.png"></flow:img>We'll add another paragraph that should clear past it. </flow:p>
<flow:p clearFloats="start" >This should appear after the previous float on the left </flow:p>
<flow:p paragraphSpaceAfter="15" >Here is another float, it should show up on the right: <flow:img float="right" height="50" elementHeight="200" width="19" source="../../test/testFiles/assets/surprised.png"></flow:img>We'll add another paragraph that should clear past it. </flow:p>
<flow:p direction="rtl" clearFloats="start" >This rtl paragraph should appear after the previous float on the right </flow:p>
<flow:p paragraphSpaceAfter="15" >Here is another float, it should show up on the left: <flow:img float="left" height="50" elementHeight="200" width="19" source="../../test/testFiles/assets/surprised.png"></flow:img>We'll add another paragraph that should clear past it. </flow:p>
<flow:p direction="rtl" clearFloats="end" >This rtl paragraph should appear after the previous float on the left </flow:p>
</flow:TextFlow>