public class RtfTextRun extends Object
A run of text with consistent formatting.
| Constructor and Description |
|---|
RtfTextRun() |
| Modifier and Type | Method and Description |
|---|---|
RtfFormatting |
getFormatting() |
String |
getText() |
void |
setFormatting(RtfFormatting value) |
void |
setText(String value) |
public final String getText()
public final void setText(String value)
public final RtfFormatting getFormatting()
public final void setFormatting(RtfFormatting value)
Copyright © 2026 Aspose. All Rights Reserved.