add getPictureTypeEnum

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902904 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-07-21 08:50:52 +00:00
parent 5ecf604b94
commit f58e9169d9

View File

@ -147,7 +147,7 @@ public class XWPFPictureData extends POIXMLDocumentPart {
* @see org.apache.poi.xwpf.usermodel.Document#PICTURE_TYPE_PNG
* @see org.apache.poi.xwpf.usermodel.Document#PICTURE_TYPE_GIF
* @see org.apache.poi.xwpf.usermodel.Document#PICTURE_TYPE_DIB
* @see {@link #getPictureTypeEnum()}
* @see #getPictureTypeEnum()
*/
public int getPictureType() {
String contentType = getPackagePart().getContentType();