- java.lang.Object
-
- org.dhatim.fastexcel.RichText.Builder
-
-
Method Detail
-
run
public RichText.RunBuilder run(String text)
Begin a new run.nulltext is treated as empty.- Parameters:
text- Run text.- Returns:
- A
RichText.RunBuilderfor the new run.
-
build
public RichText build()
-
-