mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
add getPictureTypeEnum
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902904 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5ecf604b94
commit
f58e9169d9
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user