mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
doc for getNumberOfTexts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1924041 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6d8bd2dcfa
commit
40e7c815cf
@ -360,6 +360,9 @@ public class XWPFRun implements ISDTContents, IRunElement, CharacterRun {
|
||||
|
||||
/**
|
||||
* Returns number of text element
|
||||
*
|
||||
* @return number of text elements
|
||||
* @since POI 5.4.1
|
||||
*/
|
||||
public int getNumberOfTexts() {
|
||||
return run.sizeOfTArray();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user