Class to define the position of an object (textbox, picture, ..) in the document. More...
#include <MWAWPosition.hxx>
Public Types | |
enum | AnchorTo { Char , CharBaseLine , Frame , Paragraph , Page , Cell , Unknown } |
a list of enum used to defined the anchor More... | |
enum | Wrapping { WNone , WBackground , WDynamic , WForeground , WParallel , WRunThrough } |
an enum used to define the wrapping: none, ... More... | |
enum | XPos { XRight , XLeft , XCenter , XFull } |
an enum used to define the relative X position More... | |
enum | YPos { YTop , YBottom , YCenter , YFull } |
an enum used to define the relative Y position More... | |
Public Member Functions | |
MWAWPosition (MWAWVec2f const &orig=MWAWVec2f(), MWAWVec2f const &sz=MWAWVec2f(), librevenge::RVNGUnit theUnit=librevenge::RVNG_INCH) | |
constructor | |
MWAWPosition (MWAWPosition const &)=default | |
MWAWPosition & | operator= (MWAWPosition const &)=default |
MWAWPosition & | operator= (MWAWPosition &&)=default |
~MWAWPosition () | |
destructor | |
bool | operator== (MWAWPosition const &f) const |
basic operator== | |
bool | operator!= (MWAWPosition const &f) const |
basic operator!= | |
bool | operator< (MWAWPosition const &f) const |
basic operator< | |
int | page () const |
returns the frame page | |
MWAWVec2f const & | origin () const |
return the frame origin | |
MWAWVec2f const & | size () const |
returns the frame size | |
MWAWVec2f const & | naturalSize () const |
returns the natural size (if known) | |
MWAWVec2f const & | leftTopClipping () const |
returns the left top clipping | |
MWAWVec2f const & | rightBottomClipping () const |
returns the right bottom clipping | |
librevenge::RVNGUnit | unit () const |
returns the unit | |
float | getInvUnitScale (librevenge::RVNGUnit fromUnit) const |
returns a float which can be used to scale some data in object unit | |
void | setPage (int pg) const |
sets the page | |
void | setOrigin (MWAWVec2f const &orig) |
sets the frame origin | |
void | setSize (MWAWVec2f const &sz) |
sets the frame size | |
void | setNaturalSize (MWAWVec2f const &naturalSz) |
sets the natural size (if known) | |
void | setUnit (librevenge::RVNGUnit newUnit) |
sets the dimension unit | |
void | setPagePos (int pg, MWAWVec2f const &newOrig) const |
sets/resets the page and the origin | |
void | setRelativePosition (AnchorTo anchor, XPos X=XLeft, YPos Y=YTop) |
sets the relative position | |
void | setAnchorToCell (librevenge::RVNGString const &cellName) |
sets the anchor to a cell position | |
void | setClippingPosition (MWAWVec2f lTop, MWAWVec2f rBottom) |
sets the clipping position | |
int | order () const |
returns background/foward order | |
void | setOrder (int ord) const |
set background/foward order | |
Static Public Member Functions | |
static float | getScaleFactor (librevenge::RVNGUnit orig, librevenge::RVNGUnit dest) |
Public Attributes | |
AnchorTo | m_anchorTo |
anchor position | |
librevenge::RVNGString | m_anchorCellName |
the anchor cell name | |
XPos | m_xPos |
X relative position. | |
YPos | m_yPos |
Y relative position. | |
Wrapping | m_wrapping |
Wrapping. | |
Protected Member Functions | |
int | cmp (MWAWPosition const &f) const |
basic function to compare two positions | |
Protected Attributes | |
int | m_page |
the page | |
MWAWVec2f | m_orig |
the origin position in a page | |
MWAWVec2f | m_size |
MWAWVec2f | m_naturalSize |
the natural size of the data (if known) | |
MWAWVec2f | m_LTClip |
the left top clip position | |
MWAWVec2f | m_RBClip |
librevenge::RVNGUnit | m_unit |
the unit used in orig, in m_size and in m_LTClip , .... Default: in inches | |
int | m_order |
background/foward order | |
Friends | |
std::ostream & | operator<< (std::ostream &o, MWAWPosition const &pos) |
operator<< | |
Class to define the position of an object (textbox, picture, ..) in the document.
Stores the page, object position, object size, anchor, wrapping, ...
enum MWAWPosition::XPos |
enum MWAWPosition::YPos |
|
inlineexplicit |
constructor
|
default |
MWAWPosition::~MWAWPosition | ( | ) |
destructor
|
inlineprotected |
basic function to compare two positions
Referenced by operator!=(), operator<(), and operator==().
|
inline |
returns a float which can be used to scale some data in object unit
Referenced by MWAWSpreadsheetListener::_handleFrameParameters(), MWAWTextListener::_handleFrameParameters(), MWAWGraphicListener::_handleFrameParameters(), MWAWPresentationListener::_handleFrameParameters(), MWAWGraphicListener::insertPicture(), MWAWPresentationListener::insertPicture(), MWAWGraphicListener::insertShape(), MWAWPresentationListener::insertShape(), MWAWPresentationListener::insertSlideNote(), MWAWGraphicListener::insertTextBox(), MWAWPresentationListener::insertTextBox(), and MWAWOLEParser::parse().
|
inlinestatic |
|
inline |
returns the left top clipping
Referenced by MWAWSpreadsheetListener::_handleFrameParameters(), MWAWTextListener::_handleFrameParameters(), MWAWGraphicListener::_handleFrameParameters(), and MWAWPresentationListener::_handleFrameParameters().
|
inline |
returns the natural size (if known)
Referenced by MWAWSpreadsheetListener::_handleFrameParameters(), MWAWTextListener::_handleFrameParameters(), MWAWGraphicListener::_handleFrameParameters(), MWAWPresentationListener::_handleFrameParameters(), and MWAWOLEParser::parse().
|
inline |
basic operator!=
|
inline |
basic operator<
|
default |
|
default |
|
inline |
basic operator==
|
inline |
returns background/foward order
Referenced by MWAWSpreadsheetListener::_handleFrameParameters(), MWAWTextListener::_handleFrameParameters(), MWAWGraphicListener::_handleFrameParameters(), MWAWPresentationListener::_handleFrameParameters(), MWAWGraphicListener::insertShape(), CanvasGraph::send(), and ClarisDrawGraph::sendShape().
|
inline |
return the frame origin
Referenced by MWAWSpreadsheetListener::_handleFrameParameters(), MWAWTextListener::_handleFrameParameters(), MWAWGraphicListener::_handleFrameParameters(), MWAWPresentationListener::_handleFrameParameters(), MWAWGraphicListener::insertFooter(), MWAWPresentationListener::insertFooter(), MWAWGraphicListener::insertHeader(), MWAWPresentationListener::insertHeader(), MWAWGraphicListener::insertPicture(), MWAWPresentationListener::insertPicture(), MWAWGraphicListener::insertShape(), MWAWPresentationListener::insertShape(), MWAWSpreadsheetListener::insertShape(), MWAWTextListener::insertShape(), MWAWPresentationListener::insertSlideNote(), MWAWGraphicListener::insertTextBox(), MWAWPresentationListener::insertTextBox(), CanvasGraph::send(), MsWksGraph::send(), ReadySetGoGraph::send(), RagTimeParser::sendBasicPicture(), MsWksTable::sendChart(), Canvas5Graph::sendCurveText(), Canvas5Graph::sendExtrude(), WingzGraph::sendGraphic(), ClarisWksGraph::sendGroup(), ClarisDrawGraph::sendGroup(), GreatWksGraph::sendGroupChild(), HanMacWrdJGraph::sendGroupChild(), HanMacWrdKGraph::sendGroupChild(), MsWksGraph::sendGroupChild(), ClarisWksGraph::sendGroupChild(), ClarisDrawGraph::sendMainGroupChild(), NisusWrtGraph::sendPicture(), MsWrdParser::sendPicture(), ClarisDrawGraph::sendShape(), ClarisWksGraph::sendShape(), GreatWksGraph::sendShape(), WingzGraph::sendShape(), and GreatWksGraph::sendTextbox().
|
inline |
returns the frame page
Referenced by MWAWSpreadsheetListener::_handleFrameParameters(), MWAWTextListener::_handleFrameParameters(), and cmp().
|
inline |
returns the right bottom clipping
Referenced by MWAWSpreadsheetListener::_handleFrameParameters(), MWAWTextListener::_handleFrameParameters(), MWAWGraphicListener::_handleFrameParameters(), and MWAWPresentationListener::_handleFrameParameters().
|
inline |
sets the anchor to a cell position
Referenced by RagTime5Spreadsheet::send(), BeagleWksDBParser::sendDatabase(), and GreatWksDBParser::sendDatabase().
sets the clipping position
Referenced by NisusWrtGraph::sendPicture(), and NisusWrtText::sendText().
|
inline |
sets the natural size (if known)
Referenced by MWAWOLEParser::parse(), MWAWOLEParser::readContents(), MWAWOLEParser::readCONTENTS(), MacWrtParser::readGraphic(), WriterPlsParser::readGraphic(), MWAWOLEParser::readOlePres(), WriteNowText::readTokenV2(), FullWrtGraph::sendGraphic(), MacWrtProParser::sendPicture(), and WriteNowParser::sendPicture().
|
inline |
set background/foward order
Referenced by MsWksGraphInternal::Zone::getPosition(), CanvasGraph::send(), CricketDrawParser::send(), RagTime5Graph::send(), FreeHandParser::sendBackgroundPicture(), CricketDrawParser::sendBitmap(), HanMacWrdJGraph::sendEmptyPicture(), HanMacWrdKGraph::sendEmptyPicture(), MWAWTable::sendExtraLines(), WingzGraph::sendGraphic(), ClarisWksGraph::sendGroup(), ClarisDrawGraph::sendGroup(), ClarisDrawGraph::sendMainGroupChild(), ClarisWksGraph::sendPageChild(), and ClarisDrawGraph::sendShape().
|
inline |
sets the frame origin
Referenced by CanvasGraph::send(), MsWksGraph::send(), MacDraftParser::send(), Canvas5Graph::send(), RagTime5Graph::send(), ReadySetGoGraph::send(), MsWksTable::sendChart(), Canvas5Graph::sendCurveText(), CanvasGraph::sendDimension(), HanMacWrdJGraph::sendFrame(), HanMacWrdKGraph::sendFrame(), SpringBoardParser::sendFrame(), ClarisWksGraph::sendGroup(), GreatWksGraph::sendGroupChild(), HanMacWrdJGraph::sendGroupChild(), HanMacWrdKGraph::sendGroupChild(), MsWksGraph::sendGroupChild(), ClarisWksGraph::sendGroupChild(), NisusWrtGraph::sendPicture(), MsWrdParser::sendPicture(), MacWrtProParser::sendPicture(), ClarisDrawGraph::sendShape(), ClarisWksGraph::sendShape(), and GreatWksGraph::sendShape().
|
inline |
sets the page
Referenced by MsWks4ZoneInternal::Frame::Frame(), MacWrtProStructuresInternal::Graphic::getPosition(), MsWksGraphInternal::Zone::getPosition(), MsWks4Zone::readFRAM(), MacWrtParser::readInformations(), MacWrtParser::readInformationsV3(), RagTimeParser::send(), GreatWksGraph::sendFrame(), ClarisWksGraph::sendPageChild(), RagTime5Layout::sendPageContents(), NisusWrtGraph::sendPageGraphics(), HanMacWrdJGraph::sendPageGraphics(), HanMacWrdKGraph::sendPageGraphics(), WordMakerParser::sendPicture(), BeagleWksDRParser::sendPictures(), SuperPaintParser::sendPictures(), FullWrtGraph::sendSideBar(), and StudentWritingCParser::sendZone().
|
inline |
sets/resets the page and the origin
Referenced by BeagleWksBMParser::sendFrame(), BeagleWksDBParser::sendFrame(), BeagleWksDRParser::sendFrame(), BeagleWksParser::sendFrame(), BeagleWksSSParser::sendFrame(), ClarisWksGraph::sendGroup(), and BeagleWksSSParser::sendSpreadsheet().
sets the relative position
Referenced by Canvas5BMParser::createDocument(), ClarisDrawParser::createDocument(), ClarisDrawGraph::flushExtra(), ClarisWksGraph::flushExtra(), HanMacWrdJGraph::flushExtra(), HanMacWrdKGraph::flushExtra(), MarinerWrtGraph::flushExtra(), NisusWrtGraph::flushExtra(), MacWrtProStructuresInternal::Graphic::getPosition(), MsWksGraphInternal::Zone::getPosition(), CorelPainterParser::getZonePosition(), ClarisDrawParser::parse(), ClarisWksBMParser::parse(), MsWksGraphInternal::SubDocument::parse(), MWAWOLEParser::readContents(), MWAWOLEParser::readCONTENTS(), MacWrtParser::readGraphic(), MindWrtParser::readGraphic(), WriterPlsParser::readGraphic(), MWAWOLEParser::readOlePres(), WriteNowText::readTokenV2(), RagTime5Text::send(), ReadySetGoGraph::send(), ScoopParser::send(), ScriptWriterParser::send(), BeagleWksBMParser::sendBitmap(), MacPaintParser::sendBitmap(), PixelPaintParser::sendBitmap(), SuperPaintParser::sendBitmap(), MsWksTable::sendChart(), HanMacWrdJGraph::sendEmptyPicture(), HanMacWrdKGraph::sendEmptyPicture(), MWAWTable::sendExtraLines(), BeagleWksBMParser::sendFrame(), BeagleWksDBParser::sendFrame(), BeagleWksDRParser::sendFrame(), BeagleWksParser::sendFrame(), BeagleWksSSParser::sendFrame(), SpringBoardParser::sendFrame(), GreatWksGraph::sendFrame(), ActaText::sendGraphic(), FullWrtGraph::sendGraphic(), ClarisWksGraph::sendGroup(), ClarisWksGraph::sendGroupChild(), LightWayTxtGraph::sendJPEG(), MsWksGraph::sendObjects(), ClarisWksGraph::sendPageChild(), NisusWrtGraph::sendPageGraphics(), HanMacWrdJGraph::sendPageGraphics(), HanMacWrdKGraph::sendPageGraphics(), LightWayTxtGraph::sendPICT(), GreatWksBMParser::sendPicture(), TeachTxtParser::sendPicture(), EDocParser::sendPicture(), NisusWrtGraph::sendPicture(), DocMkrParser::sendPicture(), MsWrdParser::sendPicture(), MarinerWrtGraph::sendPicture(), MacDocParser::sendPicture(), WordMakerParser::sendPicture(), StyleParser::sendPicture(), WriteNowParser::sendPicture(), JazzWriterParser::sendPLC(), MarinerWrtGraph::sendRule(), FullWrtGraph::sendSideBar(), BeagleWksSSParser::sendSpreadsheet(), ClarisWksText::sendText(), NisusWrtText::sendText(), MacWrtProParser::sendText(), GreatWksText::sendZone(), StudentWritingCParser::sendZone(), HanMacWrdJParser::sendZone(), and HanMacWrdKParser::sendZone().
|
inline |
sets the frame size
Referenced by MWAWOLEParser::readContents(), CanvasGraph::send(), RagTimeParser::send(), Canvas5Graph::send(), RagTime5Graph::send(), ReadySetGoGraph::send(), ClarisDrawGraph::sendBitmap(), ClarisWksGraph::sendBitmap(), MsWksTable::sendChart(), Canvas5Graph::sendCurveText(), CanvasGraph::sendDimension(), SpringBoardParser::sendFrame(), ClarisWksGraph::sendGroup(), MsWksGraph::sendGroup(), GreatWksGraph::sendGroupChild(), HanMacWrdJGraph::sendGroupChild(), HanMacWrdKGraph::sendGroupChild(), MsWksGraph::sendGroupChild(), ClarisWksGraph::sendGroupChild(), LightWayTxtGraph::sendJPEG(), ClarisWksGraph::sendPicture(), NisusWrtGraph::sendPicture(), MsWrdParser::sendPicture(), MacWrtProParser::sendPicture(), MarinerWrtGraph::sendPSZone(), ClarisDrawGraph::sendShape(), ClarisWksGraph::sendShape(), GreatWksGraph::sendShape(), and GreatWksGraph::sendTextbox().
|
inline |
sets the dimension unit
Referenced by MWAWOLEParser::readContents(), MWAWOLEParser::readCONTENTS(), MWAWOLEParser::readOlePres(), RagTime5Graph::send(), SpringBoardParser::sendFrame(), ClarisWksGraph::sendGroup(), ClarisWksGraph::sendGroupChild(), LightWayTxtGraph::sendJPEG(), and MacWrtProParser::sendPicture().
|
inline |
returns the frame size
Referenced by MWAWSpreadsheetListener::_handleFrameParameters(), MWAWTextListener::_handleFrameParameters(), MWAWGraphicListener::_handleFrameParameters(), MWAWPresentationListener::_handleFrameParameters(), MWAWGraphicListener::insertPicture(), MWAWPresentationListener::insertPicture(), MWAWSpreadsheetListener::insertPicture(), MWAWTextListener::insertPicture(), MWAWSpreadsheetListener::insertShape(), MWAWTextListener::insertShape(), MWAWGraphicListener::insertTextBox(), MWAWPresentationListener::insertTextBox(), CanvasGraph::send(), MsWksGraph::send(), RagTimeSpreadsheet::send(), RagTime5Graph::send(), RagTime5Spreadsheet::send(), RagTime5Text::send(), ReadySetGoGraph::send(), ClarisDrawGraph::sendBitmap(), ClarisWksGraph::sendBitmap(), MsWksTable::sendChart(), HanMacWrdJGraph::sendEmptyPicture(), HanMacWrdKGraph::sendEmptyPicture(), Canvas5Graph::sendExtrude(), WingzGraph::sendGraphic(), ClarisWksGraph::sendGroup(), ClarisWksGraph::sendGroupChild(), ClarisWksGraph::sendPicture(), NisusWrtGraph::sendPicture(), MacWrtProParser::sendPicture(), MarinerWrtGraph::sendPSZone(), ClarisDrawGraph::sendShape(), ClarisWksGraph::sendShape(), GreatWksGraph::sendShape(), WingzGraph::sendShape(), and GreatWksGraph::sendTextbox().
|
inline |
returns the unit
Referenced by MWAWSpreadsheetListener::_handleFrameParameters(), MWAWTextListener::_handleFrameParameters(), MWAWGraphicListener::_handleFrameParameters(), MWAWPresentationListener::_handleFrameParameters(), MWAWSpreadsheetListener::insertPicture(), MWAWTextListener::insertPicture(), MWAWSpreadsheetListener::insertShape(), MWAWTextListener::insertShape(), and MWAWOLEParser::parse().
|
friend |
operator<<
librevenge::RVNGString MWAWPosition::m_anchorCellName |
AnchorTo MWAWPosition::m_anchorTo |
anchor position
Referenced by MWAWSpreadsheetListener::_handleFrameParameters(), MWAWTextListener::_handleFrameParameters(), MWAWGraphicListener::_handleFrameParameters(), MWAWPresentationListener::_handleFrameParameters(), cmp(), MsWksGraph::flushExtra(), RagTimeParser::flushExtra(), RagTimeSpreadsheet::flushExtra(), RagTime5Graph::flushExtra(), RagTime5Spreadsheet::flushExtra(), MWAWGraphicListener::insertFooter(), MWAWPresentationListener::insertFooter(), MWAWGraphicListener::insertHeader(), MWAWPresentationListener::insertHeader(), MWAWSpreadsheetListener::insertPicture(), MWAWSpreadsheetListener::insertShape(), MWAWTextListener::insertShape(), MWAWSpreadsheetListener::insertTextBox(), MWAWSpreadsheetListener::openFrame(), MWAWTextListener::openFrame(), MWAWSpreadsheetListener::openGroup(), MWAWTextListener::openGroup(), MWAWGraphicListener::openTable(), MWAWPresentationListener::openTable(), Canvas5Image::send(), CanvasGraph::send(), CricketDrawParser::send(), MsWksGraph::send(), RagTimeParser::send(), MacDraft5Parser::send(), MacDraftParser::send(), MacDrawParser::send(), MacDrawProParser::send(), Canvas5Graph::send(), RagTime5Spreadsheet::send(), RagTime5Text::send(), CricketDrawParser::sendAll(), MsWksGraph::sendAll(), FreeHandParser::sendBackgroundPicture(), ClarisDrawGraph::sendBitmap(), ClarisWksGraph::sendBitmap(), CricketDrawParser::sendBitmap(), RagTime5ClusterManager::sendClusterMainList(), ClarisWksDatabase::sendDatabase(), CanvasGraph::sendDimension(), Canvas5Graph::sendDimension9(), HanMacWrdJGraph::sendEmptyPicture(), HanMacWrdKGraph::sendEmptyPicture(), HanMacWrdJGraph::sendFrame(), HanMacWrdKGraph::sendFrame(), PowerPoint1Parser::sendFrame(), PowerPoint3Parser::sendFrame(), PowerPoint7Graph::sendFrame(), Canvas5Graph::sendGIF(), WingzGraph::sendGraphic(), ClarisWksGraph::sendGroup(), FreeHandParser::sendGroup(), GreatWksGraph::sendGroup(), HanMacWrdJGraph::sendGroup(), HanMacWrdKGraph::sendGroup(), ClarisDrawGraph::sendGroup(), MsWksGraph::sendGroup(), GreatWksGraph::sendGroupChild(), HanMacWrdJGraph::sendGroupChild(), HanMacWrdKGraph::sendGroupChild(), MsWksGraph::sendGroupChild(), ClarisWksGraph::sendGroupChild(), MindWrtParser::sendHeaderFooter(), ClarisDrawGraph::sendMainGroupChild(), MouseWrtParser::sendMainZone(), CanvasGraph::sendMultiLines(), MsWksGraph::sendObjects(), RagTime5Layout::sendPageContents(), WingzGraph::sendPageGraphics(), FreeHandParser::sendPicture(), NisusWrtGraph::sendPicture(), BeagleWksDRParser::sendPictures(), SuperPaintParser::sendPictures(), MarinerWrtGraph::sendRule(), DrawTableParser::sendShape(), FreeHandParser::sendShape(), PowerPoint1Parser::sendSlide(), PowerPoint7Graph::sendSlide(), PowerPoint3Parser::sendSlides(), CanvasGraph::sendSpecial(), Canvas5Graph::sendSpecial(), MoreText::sendText(), FreeHandParser::sendTextbox(), GreatWksGraph::sendTextboxAsGraphic(), ClarisWksPresentation::sendZone(), ClarisWksDocument::sendZone(), setAnchorToCell(), setRelativePosition(), and ApplePictParserInternal::State::updatePosition().
|
protected |
the left top clip position
Referenced by cmp(), leftTopClipping(), and setClippingPosition().
|
protected |
the natural size of the data (if known)
Referenced by cmp(), naturalSize(), and setNaturalSize().
|
mutableprotected |
background/foward order
Referenced by order(), and setOrder().
|
protected |
the origin position in a page
Referenced by cmp(), origin(), setOrigin(), and setPagePos().
|
protected |
the page
Referenced by page(), setPage(), and setPagePos().
|
protected |
Referenced by cmp(), rightBottomClipping(), and setClippingPosition().
|
protected |
the unit used in orig, in m_size and in m_LTClip , .... Default: in inches
Referenced by cmp(), getInvUnitScale(), setUnit(), and unit().
Wrapping MWAWPosition::m_wrapping |
Wrapping.
Referenced by MWAWSpreadsheetListener::_handleFrameParameters(), MWAWTextListener::_handleFrameParameters(), MWAWGraphicListener::_handleFrameParameters(), MWAWPresentationListener::_handleFrameParameters(), Canvas5BMParser::createDocument(), MacWrtProStructuresInternal::Graphic::getPosition(), MsWksGraphInternal::Zone::getPosition(), CorelPainterParser::getZonePosition(), ClarisWksBMParser::parse(), MsWksGraph::send(), RagTimeParser::send(), RagTime5Graph::send(), ReadySetGoGraph::send(), BeagleWksBMParser::sendBitmap(), MacPaintParser::sendBitmap(), PixelPaintParser::sendBitmap(), SuperPaintParser::sendBitmap(), MWAWTable::sendExtraLines(), BeagleWksBMParser::sendFrame(), BeagleWksDBParser::sendFrame(), BeagleWksDRParser::sendFrame(), BeagleWksParser::sendFrame(), BeagleWksSSParser::sendFrame(), PowerPoint7Graph::sendFrame(), GreatWksGraph::sendFrame(), ClarisWksGraph::sendGroup(), ClarisDrawGraph::sendGroup(), MsWksGraph::sendGroup(), MsWksGraph::sendGroupChild(), ClarisWksGraph::sendGroupChild(), MindWrtParser::sendHeaderFooter(), ClarisDrawGraph::sendMainGroupChild(), MsWksGraph::sendObjects(), ClarisWksGraph::sendPageChild(), NisusWrtGraph::sendPageGraphics(), GreatWksBMParser::sendPicture(), TeachTxtParser::sendPicture(), NisusWrtGraph::sendPicture(), DocMkrParser::sendPicture(), MsWrdParser::sendPicture(), WordMakerParser::sendPicture(), FullWrtGraph::sendSideBar(), NisusWrtText::sendText(), GreatWksGraph::sendTextboxAsGraphic(), and StudentWritingCParser::sendZone().
XPos MWAWPosition::m_xPos |
YPos MWAWPosition::m_yPos |