#include <opennurbs_textiterator.h>
◆ TextRun()
ON_RtfStringBuilder::TextRun::TextRun |
( |
| ) |
|
|
inline |
◆ AddChar()
void ON_RtfStringBuilder::TextRun::AddChar |
( |
const wchar_t |
ch | ) |
|
|
inline |
◆ AddControl()
void ON_RtfStringBuilder::TextRun::AddControl |
( |
const wchar_t * |
str | ) |
|
|
inline |
◆ AddText()
void ON_RtfStringBuilder::TextRun::AddText |
( |
const wchar_t * |
str | ) |
|
|
inline |
◆ EmptyText()
void ON_RtfStringBuilder::TextRun::EmptyText |
( |
| ) |
|
|
inline |
◆ FontIndex()
int ON_RtfStringBuilder::TextRun::FontIndex |
( |
| ) |
|
|
inline |
◆ InitRun()
void ON_RtfStringBuilder::TextRun::InitRun |
( |
| ) |
|
|
inline |
◆ IsBold()
bool ON_RtfStringBuilder::TextRun::IsBold |
( |
| ) |
const |
|
inline |
◆ IsItalic()
bool ON_RtfStringBuilder::TextRun::IsItalic |
( |
| ) |
const |
|
inline |
◆ IsStrikeThrough()
bool ON_RtfStringBuilder::TextRun::IsStrikeThrough |
( |
| ) |
const |
|
inline |
◆ IsTerminated()
bool ON_RtfStringBuilder::TextRun::IsTerminated |
( |
| ) |
|
|
inline |
◆ IsUnderlined()
bool ON_RtfStringBuilder::TextRun::IsUnderlined |
( |
| ) |
const |
|
inline |
◆ SetBold()
void ON_RtfStringBuilder::TextRun::SetBold |
( |
bool |
b | ) |
|
|
inline |
◆ SetFontIndex()
void ON_RtfStringBuilder::TextRun::SetFontIndex |
( |
int |
index | ) |
|
|
inline |
◆ SetItalic()
void ON_RtfStringBuilder::TextRun::SetItalic |
( |
bool |
b | ) |
|
|
inline |
◆ SetStrikeThrough()
void ON_RtfStringBuilder::TextRun::SetStrikeThrough |
( |
bool |
b | ) |
|
|
inline |
◆ SetTerminated()
void ON_RtfStringBuilder::TextRun::SetTerminated |
( |
bool |
terminated | ) |
|
|
inline |
◆ SetType()
◆ SetUnderlined()
void ON_RtfStringBuilder::TextRun::SetUnderlined |
( |
bool |
b | ) |
|
|
inline |
◆ TextString()
const ON_wString& ON_RtfStringBuilder::TextRun::TextString |
( |
| ) |
|
|
inline |
◆ Type()