Expose the underlying TextRun

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@421555 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2006-07-13 09:24:39 +00:00
parent c8b4f5798c
commit e15bce1dd2

View File

@ -414,6 +414,13 @@ public class TextBox extends SimpleShape {
setEscherProperty(opt, EscherProperties.FILL__FILLBACKCOLOR, rgb);
}
/**
* @return the TextRun object for this text box
*/
public TextRun getTextRun(){
return _txtrun;
}
/**
* @return array of RichTextRun objects which control text formatting in this text box
*/