| CFx SDK Documentation
    2020SP3
    | 
#include <DbTextIterator.h>
 
  
| Static Public Member Functions | |
| static OdDbTextIteratorPtr | createObject (const OdChar *textString, int length, bool raw, OdCodePageId codePageId, const OdGiTextStyle *pTextStyle) | 
|  Static Public Member Functions inherited from OdRxObject | |
| static OdRxObjectPtr | cast (const OdRxObject *pointer) | 
| static OdRxClass * | desc () | 
| Additional Inherited Members | |
|  Public Member Functions inherited from OdBaseTextIterator | |
| virtual OdChar | nextChar ()=0 | 
| virtual const OdCharacterProperties & | currProperties () const =0 | 
| virtual const OdChar * | currPos () const =0 | 
|  Public Member Functions inherited from OdRxObject | |
| ODRX_HEAP_OPERATORS () | |
| OdRxObject () | |
| virtual | ~OdRxObject () | 
| virtual OdRxObject * | queryX (const OdRxClass *pClass) const | 
| virtual OdRxObject * | x (const OdRxClass *pClass) const | 
| virtual OdRxClass * | isA () const | 
| virtual void | addRef ()=0 | 
| virtual void | release ()=0 | 
| virtual long | numRefs () const | 
| bool | isKindOf (const OdRxClass *pClass) const | 
| virtual OdRxObjectPtr | clone () const | 
| virtual void | copyFrom (const OdRxObject *pSource) | 
| virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const | 
| virtual bool | isEqualTo (const OdRxObject *pOther) const | 
This class can can be used to parse the text received in a client override of OdGiConveyorGeometry::textProc.
<group OdDb_Classes>
Definition at line 46 of file DbTextIterator.h.
| 
 | static | 
Creates an TextIterator object for the specified data.
| textString | [in] Text string to be parsed. | 
| length | [in] Length of string in bytes. | 
| raw | [in] If and only if true, character sequences in the form of %c will be treated as raw text. | 
| codePageId | [in] Object ID of the Code Page of the text. | 
| pTextStyle | [in] Pointer to the TextStyle object associated with the specified text. |