public class TextRun extends Object implements OOXMLElement
| Constructor and Description |
|---|
TextRun(io.starter.formats.OOXML.r run,
io.starter.formats.OOXML.Br brk,
io.starter.formats.OOXML.Fld f) |
TextRun(String s)
create a new regular text text run (OOXML element r)
|
TextRun(TextRun r) |
| Modifier and Type | Method and Description |
|---|---|
OOXMLElement |
cloneElement() |
String |
getOOXML() |
HashMap<String,String> |
getTextProperties()
return the text properties for this text run
|
String |
getTitle() |
static OOXMLElement |
parseOOXML(org.xmlpull.v1.XmlPullParser xpp,
Stack<String> lastTag,
WorkBookHandle bk) |
public TextRun(io.starter.formats.OOXML.r run,
io.starter.formats.OOXML.Br brk,
io.starter.formats.OOXML.Fld f)
public TextRun(TextRun r)
public TextRun(String s)
s - public static OOXMLElement parseOOXML(org.xmlpull.v1.XmlPullParser xpp, Stack<String> lastTag, WorkBookHandle bk)
public String getOOXML()
getOOXML in interface OOXMLElementOOXMLElement.getOOXML()public OOXMLElement cloneElement()
cloneElement in interface OOXMLElementOOXMLElement.cloneElement()public String getTitle()
Copyright © 2002–2019 Starter Inc.. All rights reserved.