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:
parent
c8b4f5798c
commit
e15bce1dd2
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user