| Constructor and Description |
|---|
TextRun() |
TextRun(RunProperties runProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAllText(List<Text> texts) |
void |
addText(Text text) |
TextRun |
clone() |
void |
draw(IGraphicsSurface g) |
List<Rectangle> |
getCharBoundingRects() |
String |
getText() |
BreakType |
getTextBreak() |
List<Text> |
getTexts() |
void |
setTextBreak(BreakType textBreak) |
String |
toString() |
getDirectRunProperties, getRunProperties, setDirectRunProperties, setRunPropertiesgetBoundingRect, getHeight, getNextElement, getParent, getPrevElement, getUnit, getWidth, getX, getY, isDirty, setBoundingRect, setDirty, setHeight, setNextElement, setParent, setPrevElement, setUnit, setWidth, setX, setYpublic TextRun()
public TextRun(RunProperties runProperties)
public BreakType getTextBreak()
public void setTextBreak(BreakType textBreak)
public void addText(Text text)
public String getText()
public void draw(IGraphicsSurface g) throws XDocException, IOException
draw in interface IDocItemdraw in class DocItemXDocExceptionIOException