mirror of https://github.com/apache/poi.git
add since annotation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916583 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c715f9ee1d
commit
d8d1af03b5
|
@ -77,6 +77,8 @@ public interface Document {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SVG graphics (.svg)
|
* SVG graphics (.svg)
|
||||||
|
*
|
||||||
|
* @since POI 5.2.6
|
||||||
*/
|
*/
|
||||||
public static final int PICTURE_TYPE_SVG = PictureType.SVG.ooxmlId;
|
public static final int PICTURE_TYPE_SVG = PictureType.SVG.ooxmlId;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue