mirror of https://github.com/apache/poi.git
[bug-64605] update javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879958 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4a173780dd
commit
41cedc65fc
|
@ -909,6 +909,7 @@ public class XWPFRun implements ISDTContents, IRunElement, CharacterRun {
|
|||
* </p>
|
||||
*
|
||||
* @param size The font size as number of point measurements.
|
||||
* @see #setFontSize(double)
|
||||
*/
|
||||
@Override
|
||||
public void setFontSize(int size) {
|
||||
|
@ -929,6 +930,7 @@ public class XWPFRun implements ISDTContents, IRunElement, CharacterRun {
|
|||
* </p>
|
||||
*
|
||||
* @param size The font size as number of point measurements.
|
||||
* @see #setFontSize(int)
|
||||
* @since POI 5.0.0
|
||||
*/
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue