oaOccText Class Reference

Inheritance diagram for oaOccText:

oaOccShape oaBlockObject oaDesignObject oaObject oaOccEvalText


Public Methods

void getOrigin (oaPoint &origin) const
void getText (oaString &text) const
oaTextAlign getAlignment () const
oaOrient getOrient () const
oaFont getFont () const
oaUInt4 getHeight () const
oaBoolean hasOverbar () const
oaBoolean isVisible () const
oaBoolean isDrafting () const

Detailed Description

The oaOccText class implements an unique occurrence of an oaText object in a design hierarchy.


Member Function Documentation

oaTextAlign oaOccText::getAlignment   const
 

This function returns the alignment of this occText object.

oaFont oaOccText::getFont   const
 

This function returns the font of this occText object.

oaUInt4 oaOccText::getHeight   const
 

This function returns the height of this occText object.

oaOrient oaOccText::getOrient   const
 

This function returns the orientation of this occText object.

void oaOccText::getOrigin oaPoint &    origin const
 

This function returns the origin of this occText object.

Parameters:
origin The point to be filled with the origin of this occText

void oaOccText::getText oaString &    text const
 

This function returns the value of this occText object.

Parameters:
text The text string to be filled

oaBoolean oaOccText::hasOverbar   const
 

This function returns a boolean indicating whether or not this occText has an overbar on it.

oaBoolean oaOccText::isDrafting   const
 

This function returns a boolean indicating whether or not this occText is to be displayed in drafting style or not.

oaBoolean oaOccText::isVisible   const
 

This function returns a boolean indicating whether or not this occText is to be displayed.


The documentation for this class was generated from the following files:

Return to top of page