Class FOPictWriterAbstract

All Implemented Interfaces:
Writer
Direct Known Subclasses:
FOPictWriterNoWrapImpl

public abstract class FOPictWriterAbstract extends AbstractPictWriter
Note that despite its name, this currently only handles v:textbox. Images (ie ./v:shape/v:imagedata) are handled differently, by legacy code. Microsoft Word supports 5 "wrapping styles" for text box. 1. "in line with text": (this is a TODO here) 2,3. square, tight: (these we handle with fo:float) 4,5. behind, in front: (these we handle with position=absolute|fixed and z-index (There are some additional wrapping styles for images, eg top and bottom, which is straightforward, and through, as to which see https://wordribbon.tips.net/T009382_Understanding_Through_Text_Wrapping.html
Author:
jharrop