#include <opennurbs_textiterator.h>
◆ TextRun()
| ON_RtfFirstChar::TextRun::TextRun |
( |
| ) |
|
|
inline |
◆ AddText()
| void ON_RtfFirstChar::TextRun::AddText |
( |
const wchar_t * |
str | ) |
|
|
inline |
◆ FontIndex()
| int ON_RtfFirstChar::TextRun::FontIndex |
( |
| ) |
|
|
inline |
◆ InitRun()
| void ON_RtfFirstChar::TextRun::InitRun |
( |
| ) |
|
|
inline |
◆ IsBold()
| bool ON_RtfFirstChar::TextRun::IsBold |
( |
| ) |
const |
|
inline |
◆ IsItalic()
| bool ON_RtfFirstChar::TextRun::IsItalic |
( |
| ) |
const |
|
inline |
◆ IsStrikeThrough()
| bool ON_RtfFirstChar::TextRun::IsStrikeThrough |
( |
| ) |
const |
|
inline |
◆ IsUnderlined()
| bool ON_RtfFirstChar::TextRun::IsUnderlined |
( |
| ) |
const |
|
inline |
◆ SetBold()
| void ON_RtfFirstChar::TextRun::SetBold |
( |
bool |
b | ) |
|
|
inline |
◆ SetFontIndex()
| void ON_RtfFirstChar::TextRun::SetFontIndex |
( |
int |
index | ) |
|
|
inline |
◆ SetItalic()
| void ON_RtfFirstChar::TextRun::SetItalic |
( |
bool |
b | ) |
|
|
inline |
◆ SetStrikeThrough()
| void ON_RtfFirstChar::TextRun::SetStrikeThrough |
( |
bool |
b | ) |
|
|
inline |
◆ SetType()
◆ SetUnderlined()
| void ON_RtfFirstChar::TextRun::SetUnderlined |
( |
bool |
b | ) |
|
|
inline |
◆ Text()
| const ON_wString& ON_RtfFirstChar::TextRun::Text |
( |
| ) |
|
|
inline |
◆ Type()