LuciadCPillar C# 2023.1.04
Luciad.Text.TextBlock Class Reference

A class containing multiple lines of text with multiple styles. More...

Inheritance diagram for Luciad.Text.TextBlock:

Classes

class  Builder
 A factory class that creates a TextBlock containing multiple lines of text with multiple styles. More...
 
class  LineBuilder
 A class representing a line of text with multiple words with different styles. More...
 

Public Member Functions

void Dispose ()
 

Static Public Member Functions

static Luciad.Text.TextBlock.Builder NewBuilder ()
 Creates a builder that can create text with multiple lines and styles. More...
 

Detailed Description

A class containing multiple lines of text with multiple styles.

2021.0

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::TextBlock.

Member Function Documentation

◆ Dispose()

void Luciad.Text.TextBlock.Dispose ( )
inline

◆ NewBuilder()

Luciad.Text.TextBlock.Builder Luciad.Text.TextBlock.NewBuilder ( )
inlinestatic

Creates a builder that can create text with multiple lines and styles.

a builder that can create text with multiple lines and styles.

TextBlock::Builder

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::TextBlock::newBuilder.