API Reference > OdDbRoot Classes > OdDbBaseDatabasePE Class > OdDbBaseDatabasePE Methods > OdDbBaseDatabasePE::createTextIterator Method
OdDbBaseDatabasePE::createTextIterator Method
Syntax
C++
virtual OdBaseTextIteratorPtr createTextIterator(OdDbBaseDatabase* db, const OdChar* textString, int length, bool raw, const OdGiTextStyle* pTextStyle) const = 0;
Parameters 
Description 
const OdChar* textString 
[in] Text string to be parsed.  
int length 
[in] Length of string in bytes.  
bool raw 
[in] If and only if true, character sequences in the form of %%c will be treated as raw text.  
const OdGiTextStyle* pTextStyle 
[in] Pointer to the TextStyle object associated with the specified text. 
codePageId 
[in] Object ID of the code page for the text.  

Returns a SmartPointer to the new OdDbTextIterator object.

Creates a TextIterator object for the specified data. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.