This is the wrapper class handling Catia V5 RTFText. This is the V5 internal text data. More...
Public Member Functions | |
| RTFText () | |
| Default constructor. More... | |
Data Fields | |
| std::string | m_FontName |
| The text TrueType font name - for example "Times New Roman" or "Courier New"-. More... | |
| Dtk_Double64 | m_FontSize |
| The truetype font size in millimeters. More... | |
| Dtk_TextStyle::FontStyleEnum | m_FontStyle |
| FontStyle - for example Bold -. More... | |
| Dtk_string | m_Text |
| The RTFText label/. More... | |
| Dtk_TextStyle::TextAttributeEnum | m_TextAttribute |
| FontAttribute - for example underline -. More... | |
| Dtk_RGB | m_TextColor |
| The RTFText color. More... | |
| Dtk_TextStyle::TextJustificationEnum | m_TextJustification |
| Text justification - left for example -. More... | |
This is the wrapper class handling Catia V5 RTFText. This is the V5 internal text data.
| catiav5w::Pmi::RTFText::RTFText | ( | ) |
Default constructor.
| std::string catiav5w::Pmi::RTFText::m_FontName |
The text TrueType font name - for example "Times New Roman" or "Courier New"-.
| Dtk_Double64 catiav5w::Pmi::RTFText::m_FontSize |
The truetype font size in millimeters.
| Dtk_TextStyle::FontStyleEnum catiav5w::Pmi::RTFText::m_FontStyle |
FontStyle - for example Bold -.
| Dtk_string catiav5w::Pmi::RTFText::m_Text |
The RTFText label/.
| Dtk_TextStyle::TextAttributeEnum catiav5w::Pmi::RTFText::m_TextAttribute |
FontAttribute - for example underline -.
| Dtk_TextStyle::TextJustificationEnum catiav5w::Pmi::RTFText::m_TextJustification |
Text justification - left for example -.