]> source.dussan.org Git - poi.git/commitdiff
add getPictureTypeEnum
authorPJ Fanning <fanningpj@apache.org>
Thu, 21 Jul 2022 08:50:52 +0000 (08:50 +0000)
committerPJ Fanning <fanningpj@apache.org>
Thu, 21 Jul 2022 08:50:52 +0000 (08:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902904 13f79535-47bb-0310-9956-ffa450edef68

poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFPictureData.java

index 6a49c562b1b0f4b06759d8de97197a0853f8f15b..5059ef9524454d5d926c3473a58112c0112c416d 100644 (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();